Questions and Answers :
Macintosh :
No graphics on Mac 8.04 version
Message board moderation
Previous · 1 · 2
Author | Message |
---|---|
Zalster Send message Joined: 27 May 99 Posts: 5517 Credit: 528,817,460 RAC: 242 |
I use terminal to reset the properties without any luck so not sure what the issue is. It was an error on my part. I was able to set properties for the screensaver and now have it up and running as well. |
Jord Send message Joined: 9 Jun 99 Posts: 15184 Credit: 4,362,181 RAC: 3 |
For the people who don't want to go the sudo chmod route, a fix is underway. The problem with BOINC is, that once the project released a new app, that they cannot release an updated version of that same app with the same version number. Then your BOINC won't download the newer version of those apps. So the solution here is to re-release the new apps with a newer version number, which is in the books and happening soon. |
PeterJaySeti Send message Joined: 23 Sep 03 Posts: 2 Credit: 0 RAC: 0 |
Is there any update on this issue? I have Mojave on a Mac desktop - BOINC task works fine but no graphics when I click on the dropdown in task commands. The screensaver is just blank for me too. Although, I don't want it to run as a screensaver, just showing the graphics on my desktop all the time, if that's possible? (which I assumes it was) I first ran Seti@home with the classic screensaver back in 2003. I stopped using it when they removed the screensaver, so saw that it's back. I love the visualisation. |
Nigel Garvey Send message Joined: 18 May 99 Posts: 39 Credit: 2,228,452 RAC: 3 |
If anyone would like an AppleScript version of the enabling process, copy/paste the code below into Script Editor (which is in /Applications/Utilities/), change the quoted text in the first two lines to your own administrative user name and password (still in quotes), and compile and run the script (using the buttons in the tool bar). I didn't find it necessary to quit BOINC Manager first, but you can do so if you'd feel safer. -- Start of code -- CHANGE THE TEXT IN QUOTES TO THE NAME AND PASSWORD OF THE ADMINISTRATIVE USER ON YOUR MACHINE. set administrativeUserName to "fredbloggs" set administrativePassword to "mypassword" set SAHFolderPath to (path to application support from local domain as text) & "BOINC Data:projects:setiathome.berkeley.edu:" -- There may be more than one version of the graphics executable in the folder, eg. "setigraphics_8.04_i686-apple-darwin" and "setigraphics_8.04_x86_64-apple-darwin". Get them all. tell application "Finder" to set setigraphicsFiles to (every file of folder SAHFolderPath whose name begins with "setigraphics") as alias list -- Make the executables executable. repeat with thisFile in setigraphicsFiles do shell script ("chmod +x " & quoted form of POSIX path of thisFile) user name administrativeUserName password administrativePassword with administrator privileges end repeat -- End of code NG |
PeterJaySeti Send message Joined: 23 Sep 03 Posts: 2 Credit: 0 RAC: 0 |
This way worked for me. Thank you! Doing the way described in the other thread with the Terminal commands did not. Thanks again! |
Nigel Garvey Send message Joined: 18 May 99 Posts: 39 Credit: 2,228,452 RAC: 3 |
PeterJaySeti wrote: This way worked for me. Thank you! Glad it's proved useful. :) Doing the way described in the other thread with the Terminal commands did not. It's essentially the same method as far as the system's concerned, but having a script saves having to follow the Terminal instructions exactly correctly yourself. In the other thread, I suspect there should be a space after "+x" in the "sudo chmod" line, though I haven't tried it as it is. And on my Intel Macs, there are two versions of the 8.04 graphics executable, paired with different versions of the crunching app. The script above handles both or whichever one may be present. NG |
CarlDD Send message Joined: 14 May 18 Posts: 3 Credit: 435,672 RAC: 8 |
Thanks to all who brought the v8 8.05 version out. The graphics are back and seem to be working fine. Best Regards Carl |
James Adrian Send message Joined: 15 Oct 05 Posts: 8 Credit: 4,399,090 RAC: 1 |
Yes, same here. Thanks |
jclark Send message Joined: 7 May 99 Posts: 9 Credit: 17,497,372 RAC: 17 |
Don't really know why, but I have suddenly got graphics back ( after ~2 months gone ), using 7.12.0. I did however restart w/<shift> down, used the new version of DiskWarrior [v5.2]. Don't know if doing that hepped, but all is forgiven as of now. jeff |
Bob Merrill Send message Joined: 7 Jun 99 Posts: 120 Credit: 8,531,677 RAC: 19 |
I used your Apple script and now have my graphics back!Ya! Thanks. |
Tink N Moo Send message Joined: 11 Sep 18 Posts: 5 Credit: 268,991 RAC: 1 |
Thanks to those who sorted this out! The class love it- there is nothing quite like seeing the graphs and graphics in action as you try to inspire them! great work, thanks again! |
©2024 University of California
SETI@home and Astropulse are funded by grants from the National Science Foundation, NASA, and donations from SETI@home volunteers. AstroPulse is funded in part by the NSF through grant AST-0307956.