eFMer - BoincTasks and TThrottle forum

BoincTasks For Window, Mac & Linux => Linux and Mac => Topic started by: Keith Myers on February 27, 2023, 08:55:38 PM

Title: BoincTasks unable to show tasks in Project tab with version 0.00
Post by: Keith Myers on February 27, 2023, 08:55:38 PM
 :-[
Just updated to a an anonymous application for asteroids period_search and discovered now that BoincTasks can't see the tasks ready to start and onboard every host in the Projects tab.

The Projects view shows 0 tasks for the Asteroids project.

Before I upgraded to the anonymous app and was running the stock application 1.17, all the Asteroids period_search tasks were shown.

However in the Tasks tab, all the tasks onboard running and ready to run are shown.

The only change was to the period_search application from version 1.17 to version 0.00

So a small bug in how BT enumerates tasks in the Projects tab view.

Could you please fix the Projects view so that version numbering like 0.00 is accepted.

Title: Re: BoincTasks unable to show tasks in Project tab with version 0.00
Post by: Keith Myers on February 27, 2023, 09:04:24 PM
Here are the screenshots to show the problem.
(https://live.staticflickr.com/65535/52715721206_fc84ee5f1b_c.jpg)
(https://live.staticflickr.com/65535/52716200283_29989d5be3_c.jpg)
Title: Re: BoincTasks unable to show tasks in Project tab with version 0.00
Post by: Keith Myers on March 25, 2023, 11:52:10 PM
Fred, are you reading the forums at all?  No response yet to this bug in BoincTasks.
Title: Re: BoincTasks unable to show tasks in Project tab with version 0.00
Post by: fred on March 29, 2023, 07:07:02 PM
I know, too busy right now, I added it to my list to do. It will take a while before I will be able to pick this up.
Title: Re: BoincTasks unable to show tasks in Project tab with version 0.00
Post by: fred on May 05, 2023, 02:07:59 PM
I checked the Application page https://asteroidsathome.net/boinc/apps.php
There is no 0.00 app, that I can find to check.
Title: Re: BoincTasks unable to show tasks in Project tab with version 0.00
Post by: fred on May 06, 2023, 09:24:32 AM
When I use 0.00 as a version number everthing works as expected, so that's not it.
Title: Re: BoincTasks unable to show tasks in Project tab with version 0.00
Post by: Keith Myers on May 01, 2024, 10:36:01 PM
Quote from: fred on May 05, 2023, 02:07:59 PMI checked the Application page https://asteroidsathome.net/boinc/apps.php
There is no 0.00 app, that I can find to check.
Because my Team uses a custom app via app_info.xml and the app version is not specified.

<app_version>
    <app_name>period_search</app_name>
    <platform>x86_64-pc-linux-gnu</platform>
    <avg_ncpus>0.010000</avg_ncpus>
    <plan_class>cuda1200_linux</plan_class>
    <api_version>7.17.0</api_version>
    <file_ref>
        <file_name>AST_period_search_BOINC_cuda12000_v4</file_name>
        <main_program/>
    </file_ref>
    <coproc>
        <type>NVIDIA</type>
        <count>1.000000</count>
    </coproc>
    <dont_throttle/>
</app_version>