BOINC can't add any project

Hi, I installed BOINC few month ago on my computer. It worked and I could run project. I launched the update for my manjaro today, and tried to update the project (a new url was needed for the project). So I deleted the project I got, but then I can’t add any other project.

My user is in the boinc group, i followed the wiki, but nothing changes.

When I launch boincmgr I get :

19:33:05: Warning: Mismatch between the program and library build versions detected.
The library used 3.0 (wchar_t,compiler with C++ ABI 1013,wx containers,compatible with 2.8),
and your program used 3.0 (wchar_t,compiler with C++ ABI 1014,wx containers,compatible with 2.8).

How could I resolve the problem ? Any clue ?

I poked the internet with a stick, and the most common cause for that stderr appears to be one of it’s dependencies, wxgtk3 needing a rebuild.

I can reproduce the stderr with mediainfo-gui which also depends on wxgtk3. However, the program works as expected. My guess is your issue with BOINC is not related.

What does that mean? What happens differently? Are there any informative dialogs?

I can’t embed any media or link, so I have this ‘link’ for the screenshot : pic.infini[dot]fr/EyOlffxj/EXDhA5tC.png.

I only have this, I just can’t add any project.
And on the terminal I copied/past everything I got.

On the wiki I followed these lines :
$ usermod -a -G boinc $(myUserName)
$ cd ~/
$ ln -s /var/lib/boinc/gui_rpc_auth.cfg gui_rpc_auth.cfg
# chmod 640 gui_rpc_auth.cfg

the log file /var/lib/boinc/stdoutdae.txt :
31-Mar-2020 11:23:34 [—] cc_config.xml not found - using defaults
31-Mar-2020 11:28:21 [—] cc_config.xml not found - using defaults
31-Mar-2020 11:31:56 [—] cc_config.xml not found - using defaults
31-Mar-2020 11:34:07 [—] cc_config.xml not found - using defaults
31-Mar-2020 11:35:07 [—] cc_config.xml not found - using defaults
31-Mar-2020 11:39:09 [—] cc_config.xml not found - using defaults
31-Mar-2020 13:47:09 [—] cc_config.xml not found - using defaults
08-Apr-2020 12:10:45 [—] cc_config.xml not found - using defaults
08-Apr-2020 12:29:03 [—] cc_config.xml not found - using defaults
08-Apr-2020 15:41:07 [—] cc_config.xml not found - using defaults
08-Apr-2020 20:42:20 [—] cc_config.xml not found - using defaults
10-Apr-2020 10:36:22 [—] cc_config.xml not found - using defaults
10-Apr-2020 13:23:42 [—] cc_config.xml not found - using defaults
13-Apr-2020 20:12:16 [—] cc_config.xml not found - using defaults
15-Apr-2020 21:48:13 [—] cc_config.xml not found - using defaults
30-Apr-2020 15:28:22 [—] cc_config.xml not found - using defaults
01-May-2020 12:05:41 [—] cc_config.xml not found - using defaults
01-May-2020 12:13:53 [—] cc_config.xml not found - using defaults
01-May-2020 16:03:38 [—] cc_config.xml not found - using defaults
01-May-2020 17:02:58 [—] cc_config.xml not found - using defaults
03-May-2020 13:43:27 [—] cc_config.xml not found - using defaults
03-May-2020 19:39:08 [—] cc_config.xml not found - using defaults
05-May-2020 21:38:08 [—] cc_config.xml not found - using defaults
10-May-2020 14:41:16 [—] cc_config.xml not found - using defaults
11-May-2020 17:29:39 [—] cc_config.xml not found - using defaults
11-May-2020 18:32:35 [—] cc_config.xml not found - using defaults
14-May-2020 22:24:26 [—] cc_config.xml not found - using defaults
17-May-2020 14:02:23 [—] cc_config.xml not found - using defaults
18-May-2020 22:33:07 [—] cc_config.xml not found - using defaults
19-May-2020 22:59:33 [—] cc_config.xml not found - using defaults
21-May-2020 16:48:36 [—] cc_config.xml not found - using defaults
22-May-2020 12:04:26 [—] cc_config.xml not found - using defaults
25-May-2020 22:14:16 [—] cc_config.xml not found - using defaults
26-May-2020 08:33:14 [—] cc_config.xml not found - using defaults
26-May-2020 09:11:41 [—] cc_config.xml not found - using defaults
28-May-2020 14:05:21 [—] cc_config.xml not found - using defaults
08-Jun-2020 17:47:22 [—] cc_config.xml not found - using defaults
14-Jul-2020 14:43:13 [—] cc_config.xml not found - using defaults
21-Sep-2020 08:45:09 [—] cc_config.xml not found - using defaults
21-Sep-2020 21:19:09 [—] cc_config.xml not found - using defaults
22-Sep-2020 08:23:06 [—] cc_config.xml not found - using defaults

So nothing new here.

the log file /var/lib/boinc/stderrdae.txt is empty.

I can’t read French and can’t copy & paste the text into a translator. What does it say in English?

It says :
On the left window : “You have no project. Please add a project”
On the central window : "Welcome on . " “Name :” "Web adress : " “WARNING : this project is not registered with BOINC. Make sure you trust it before continuing. To continue click on next”.

Hi,
I want to inform you that this problem (blank project list) is also in the version 7.16.10-1.

Broken here too. I guess I could add work projects without GUI (but I havn’t looked into how to do that yet).
Stable Update path, XFCE and newest (stable) kernel. Didn’t notice it until today. Don’t often open Boinc Manager that often.
Havn’t tried to set it up fresh yet.
The other computer has stopped receiving any work and I can’t re-add the project. Same GUI issue.

Using Boinc CLI is too confusing for me, so i tried another workaround:

  1. install “boinctui” (curses based UI) from repository
  2. run two terminals… in the first run “boinc” (client) and in the second “boinctui”
  3. in “boinctui” press “c” and type “localhost” then “31416” and in the last (pwd) write whole password (it is long) which you will find in gui_rpc_auth.cfg (home folder for me)

Now you can select projects and enjoy crunching.
It seems that Curses UI has limited options but i don’t need to change anything right now.

Latest update has fixed the GUI issue. Works normally again

1 Like

I also can confirm that this issue is fixed in the latest update (7.16.11).

A post was split to a new topic: BOINC Manager GUI does not work