Seite 1 von 1

Mac OS Catalina - all WUs error

Verfasst: 12.09.2020 10:27
von orpy
I upgraded one Mac to Catalina OS and all yoyo WUs are failing with computation errors.

I reset the project but the computation errors continued, so have had to switch to another project :(

Is this a known problem with the Catalina OS, or a local problem that I can work around?

Here is the Event Log:

Sat 12 Sep 10:21:32 2020 | yoyo@home | project resumed by user
Sat 12 Sep 10:21:35 2020 | yoyo@home | Sending scheduler request: To fetch work.
Sat 12 Sep 10:21:35 2020 | yoyo@home | Requesting new tasks for CPU and AMD/ATI GPU
Sat 12 Sep 10:21:36 2020 | yoyo@home | Scheduler request completed: got 2 new tasks
Sat 12 Sep 10:21:36 2020 | yoyo@home | Project requested delay of 8 seconds
Sat 12 Sep 10:21:38 2020 | yoyo@home | Started download of ecm_ru_1599361032_10_1008M.c249_7240_inp
Sat 12 Sep 10:21:38 2020 | yoyo@home | Started download of ecm_ru_1599361032_10_1008M.c249_7240_info
Sat 12 Sep 10:21:39 2020 | yoyo@home | Finished download of ecm_ru_1599361032_10_1008M.c249_7240_inp
Sat 12 Sep 10:21:39 2020 | yoyo@home | Finished download of ecm_ru_1599361032_10_1008M.c249_7240_info
Sat 12 Sep 10:21:39 2020 | yoyo@home | Started download of ecm_ru_1599361032_10_1008M.c249_7240_job.xml
Sat 12 Sep 10:21:39 2020 | yoyo@home | Started download of ogr_200912084521_71-in.og2
Sat 12 Sep 10:21:40 2020 | yoyo@home | Finished download of ecm_ru_1599361032_10_1008M.c249_7240_job.xml
Sat 12 Sep 10:21:40 2020 | yoyo@home | Finished download of ogr_200912084521_71-in.og2
Sat 12 Sep 10:21:40 2020 | yoyo@home | Starting task ecm_ru_1599361032_10_1008M.c249_7240_1
Sat 12 Sep 10:21:40 2020 | yoyo@home | Starting task ogr_200912084521_71_2
Sat 12 Sep 10:21:41 2020 | yoyo@home | Computation for task ogr_200912084521_71_2 finished
Sat 12 Sep 10:21:41 2020 | yoyo@home | Output file ogr_200912084521_71_2_0 for task ogr_200912084521_71_2 absent
Sat 12 Sep 10:21:42 2020 | yoyo@home | Computation for task ecm_ru_1599361032_10_1008M.c249_7240_1 finished
Sat 12 Sep 10:21:42 2020 | yoyo@home | Output file ecm_ru_1599361032_10_1008M.c249_7240_1_0 for task ecm_ru_1599361032_10_1008M.c249_7240_1 absent
Sat 12 Sep 10:22:08 2020 | yoyo@home | project suspended by user


BOINC Manager is working OK for collatz and I switched CPU processing from yoyo to NFS@Home and that is working as expected too -- it's just yoyo that is resulting in "computation error"

Re: Mac OS Catalina - all WUs error

Verfasst: 14.09.2020 06:25
von yoyo
I assume this happens because Catalina dropped 32 Bit support and allows only 64 Bit applications. The wrapper is an 32 Bit app.

Re: Mac OS Catalina - all WUs error

Verfasst: 14.09.2020 08:16
von gemini8
Can you upgrade the wrapper to 64-bit?
Anything from 10.5 onwards should be able to use 64-bit (not sure about 10.4), 10.6 can boot directly into 64-bit if the machine supports this, and anything from 10.7 onwards has a real 64-bit kernel.
The later versions of macOS tell you Boinc should be upgraded to 64-bit to be supported, if you run an older version of Boinc.

Re: Mac OS Catalina - all WUs error

Verfasst: 14.09.2020 09:24
von orpy
When will a 64 bit wrapper be available?

Nearly all of my computers are MacOS...

Re: Mac OS Catalina - all WUs error

Verfasst: 14.09.2020 18:58
von yoyo
I don't have access to any Mac and don't know how to compile on Mac.

Re: Mac OS Catalina - all WUs error

Verfasst: 14.09.2020 22:16
von gemini8
As I just learned in the PrimeGrid chat, compiling for the lowest target OS should create an application that also runs on the highest target OS.
In fact, when the PrimeGrid devs learned their software did not only run on Catalina, but on Lion as well, they were really happy.
Most important thing on their software was the wrapper, I guess. ;-)

Re: Mac OS Catalina - all WUs error

Verfasst: 16.09.2020 07:25
von orpy
So the message to Mac users is that we need to move to other projects if upgrading to Catalina or newer OSs?

Re: Mac OS Catalina - all WUs error

Verfasst: 08.02.2021 19:32
von HeyMerlin
I ran across this thread as I noticed that my Mac was also generating empty results.

I understand that the wrapper is currently 32 bit and the project admin does not have a mac to compile on.
I have a Mac and a development environment. Is there a chance that I can help by attempting to compile the wrapper for 64 bit and test it?

Cheers.

Re: Mac OS Catalina - all WUs error

Verfasst: 09.02.2021 13:02
von orpy
The admins don't seem bothered about losing Mac users.

The SRBase admins are looking for somebody to compile a Mac wrapper though:

http://srbase.my-firewall.org/sr5/forum ... =6323#6323

I tried, but the only Mac documentation I found was hopelessly out of date and my build kept failing with dependency issues :(

Re: Mac OS Catalina - all WUs error

Verfasst: 10.08.2021 06:00
von harukaff
According to BOINC source code (https://github.com/BOINC/boinc/commit/c ... 52e6121e81), the BOINC client is no longer requesting 32-bit works on Catalina or above (not sending i686-apple-darwin to projects).

I think yoyo@home should try to detect this and stop sending WUs to those computers instead of sending them then let it fail.

Or you should try to release the wrapper source code to see if others are able to make a 64-bit wrapper.

I hope you are still willing to fix this instead of letting all new mac users to just run other projects.