| Index | Recent Threads | Unanswered Threads | Who's Active | Guidelines | Search |
| World Community Grid Forums
|
| No member browsing this thread |
|
Thread Status: Active Total posts in this thread: 8
|
|
| Author |
|
|
Marathon
Cruncher Joined: Mar 31, 2013 Post Count: 3 Status: Offline |
When I have a Microbiome Immunity Project task running, and click "Show Graphics", nothing happens. "Show Graphics" works for other World Community Grid projects, and for SETI@home. This is using the BOINC manager.
How can I enable "show graphics" for this project? I'm using 64 bit Ubuntu 17.04 with KDE 5, BOINC version 7.6.33 What have I already tried?
|
||
|
|
SekeRob
Master Cruncher Joined: Jan 7, 2013 Post Count: 2741 Status: Offline |
Pass. Generally OpenGL support is needed, but if your boinccmd commands work for other sciences, it'd have to work for MIP1 too.
|
||
|
|
alanb1951
Veteran Cruncher Joined: Jan 20, 2006 Post Count: 1327 Status: Offline Project Badges:
|
The graphics program for this project uses some libraries that [most of] the other WCG projects don't seem to use...
Try adding the packages freeglut3 and libjpeg62 if they aren't already installed (they weren't on my XUbuntu 16.04) -- once I'd installed those, MIP1 graphics worked on the machine I tested on... If the relevant libraries were already there, I'm at a loss to explain it -- do check to see if there are any other missing libraries, though -- the ldd command is your friend! Good luck solving this - Al. |
||
|
|
Marathon
Cruncher Joined: Mar 31, 2013 Post Count: 3 Status: Offline |
freeglut3 was already installed, but libjpeg62 wasn't. I added it, but now I have to wait until I get another MIP task to find out if it worked.
|
||
|
|
Marathon
Cruncher Joined: Mar 31, 2013 Post Count: 3 Status: Offline |
That fixed it! After adding libjpeg62 , the MIP graphics now show! Thanks!
|
||
|
|
marathon
Cruncher United States Joined: Mar 31, 2013 Post Count: 5 Status: Offline Project Badges:
|
Updated my O/S to Ubuntu 17.10. BOINC is now 7.8.3 (64 bit). KDE Plasma 5.10.5
"Show Graphics" works on NO running BOINC task. The symptoms are the same as before: I might see a the outline of a rectangle very quickly flash on the screen, as if a new window is being created. But, it is visible for a fraction of a second, if at all. There is no error message. Installing freeglut3 and libjpeg62 made no difference this time. This time, I also have the problem with SETI@home. I assume I need to install more library packages, but how do I find out which? By the way, I installed BOINC with Discover package manager. |
||
|
|
armstrdj
Former World Community Grid Tech Joined: Oct 21, 2004 Post Count: 695 Status: Offline Project Badges:
|
marathon,
A couple of things you can try. First any of our graphics apps, and probably other BOINC projects as well, will create a log in the slot directory it is running in for the graphics application called "stderrgfx.txt". See if you can cat one of those for one of our graphics projects that you have tried to launch and let me know if there are any errors in there. The second thing is you can run ldd on the graphics binary and it should tell you if there are any other graphics libraries you are missing. The graphics binaries should be in the boinc data directory under projects/www.worldcommunitygrid.org/ and will be named similar to wcgrid_scc1_gfx_7.08_x86_64-pc-linux-gnu. Thanks, armstrdj |
||
|
|
marathon
Cruncher United States Joined: Mar 31, 2013 Post Count: 5 Status: Offline Project Badges:
|
Nothing in stderrgfx.txt. For ldd, I get results like this:
ldd wcgrid_fahb_gfx_7.18_x86_64-pc-linux-gnu |
||
|
|
|