Linux Black Screen w/ Flashing Cursor (Algodoo)
14 posts • Page 1 of 1
Linux Black Screen w/ Flashing Cursor (Algodoo)
I have tried installing Algodoo demo for both the 64 and 32 bit processors. Each time I run "/opt/Algodoo/algodoo" though, I get the loading screen in windowed mode and then my screen goes black. With this black screen is my mouse cursor flashing. Not rapidly, just "on" for a few seconds, then "off" for a few seconds. I've waited about 5 minutes and nothing happened. I tried to exit with Alt-F2 and Alt-Tab, as well as seeing if I could F2 -> gnome-terminal -> "killall algodoo", but nothing would work unless I pressed the power button. Any help would be greatly appreciated.
System:
Ubuntu 10.04 - 64 bit
4 GB RAM
1.4 Ghz Single-core processor
If you need more information, just ask!
I really want to get this working! It sounds like an awesome game! 
System:
Ubuntu 10.04 - 64 bit
4 GB RAM
1.4 Ghz Single-core processor
If you need more information, just ask!
- Zortrox
- Posts: 7
- Joined: Sun Jun 13, 2010 3:00 am
Re: Linux Black Screen w/ Flashing Cursor (Algodoo)
Try to run just "algodoo" except for "/opt/Algodoo/algodoo", tell us errors (if they are).
And by the way, Alt+SusRg (PrintScreen on some computers) +F will kill the most "hard" process (I can't find equivalent in English), and Alt+SusRg+REISUB (you don't need to hold letters keys in one time, type them like typing a word) will restart your comp in any situations.
And by the way, Alt+SusRg (PrintScreen on some computers) +F will kill the most "hard" process (I can't find equivalent in English), and Alt+SusRg+REISUB (you don't need to hold letters keys in one time, type them like typing a word) will restart your comp in any situations.
-

savask - Posts: 162
- Joined: Mon Oct 12, 2009 2:53 pm
- Location: Russia, Siberia
Re: Linux Black Screen w/ Flashing Cursor (Algodoo)
i used to get this problem, i think it is caused when the processor can't handle all the instructions.
try this
1 omen a terminal
2 type sudo nautilus
3 navigate to /opt/algodoo/scenes and delete the welcome file.
@savask: thanks for that info, i never knew you could do that.
try this
1 omen a terminal
2 type sudo nautilus
3 navigate to /opt/algodoo/scenes and delete the welcome file.
@savask: thanks for that info, i never knew you could do that.
When asking for help, READ THE STICKIES!
- electronicboy
- Posts: 1694
- Joined: Mon Aug 31, 2009 6:18 pm
Re: Linux Black Screen w/ Flashing Cursor (Algodoo)
Oh, not at all, just Magic SusRg key 
-

savask - Posts: 162
- Joined: Mon Oct 12, 2009 2:53 pm
- Location: Russia, Siberia
Re: Linux Black Screen w/ Flashing Cursor (Algodoo)
I just ran "algodoo" and this was the error:
@savask Thanks for that tip as well! That's going to help in a lot of situations!
@electronicboy I tried to use your advice, but it still had the same problem. I navigated to "/opt/Algodoo/scenes/", but there was no welcome file. There were 4 folders instead. There were two .phz files and one phn file. I just renamed them to make sure I had a backup. It still didn't work. Which one should I delete? Thanks!
- Code: Select all
bash: /usr/bin/algodoo: usr/bin/sh: bad interpreter: No such file or directory
@savask Thanks for that tip as well! That's going to help in a lot of situations!
@electronicboy I tried to use your advice, but it still had the same problem. I navigated to "/opt/Algodoo/scenes/", but there was no welcome file. There were 4 folders instead. There were two .phz files and one phn file. I just renamed them to make sure I had a backup. It still didn't work. Which one should I delete? Thanks!
- Zortrox
- Posts: 7
- Joined: Sun Jun 13, 2010 3:00 am
Re: Linux Black Screen w/ Flashing Cursor (Algodoo)
Try to open algodoo file
and check up the first string, it should be
If it so, try
- Code: Select all
vi /opt/Algodoo/algodoo
and check up the first string, it should be
- Code: Select all
#!/bin/sh
If it so, try
- Code: Select all
sudo ln -sf /bin/bash /bin/sh
-

savask - Posts: 162
- Joined: Mon Oct 12, 2009 2:53 pm
- Location: Russia, Siberia
Re: Linux Black Screen w/ Flashing Cursor (Algodoo)
That string is the same, but what do mean by "try" the following line? I typed it in a separate terminal window and then ran "/opt/Algodoo/algodoo", but the same thing happened. Anything else I should try?
- Zortrox
- Posts: 7
- Joined: Sun Jun 13, 2010 3:00 am
Re: Linux Black Screen w/ Flashing Cursor (Algodoo)
You should enter
- Code: Select all
sudo ln -sf /bin/bash /bin/sh
-

savask - Posts: 162
- Joined: Mon Oct 12, 2009 2:53 pm
- Location: Russia, Siberia
Re: Linux Black Screen w/ Flashing Cursor (Algodoo)
I ran:
and then:
but it still said:
Did I type it in wrong? What else should I try? Thanks for all of the help so far though!
- Code: Select all
sudo ln -sf /bin/bash /bin/sh
and then:
- Code: Select all
algodoo
but it still said:
- Code: Select all
bash: /usr/bin/algodoo: usr/bin/sh: bad interpreter: No such file or directory
Did I type it in wrong? What else should I try? Thanks for all of the help so far though!
- Zortrox
- Posts: 7
- Joined: Sun Jun 13, 2010 3:00 am
Re: Linux Black Screen w/ Flashing Cursor (Algodoo)
You can try:
1) Like electronicboy said, open /opt/Algodoo/scenes/games & phun/ and delete Welcome.phz
2) Check up if there are all libs Algodoo need
3) Open /opt/Algodoo/ and run ./algodoo.bin from terminal
1) Like electronicboy said, open /opt/Algodoo/scenes/games & phun/ and delete Welcome.phz
2) Check up if there are all libs Algodoo need
3) Open /opt/Algodoo/ and run ./algodoo.bin from terminal
-

savask - Posts: 162
- Joined: Mon Oct 12, 2009 2:53 pm
- Location: Russia, Siberia
Re: Linux Black Screen w/ Flashing Cursor (Algodoo)
I have done what you said, but when I cd to "/opt/Algodoo" and then run ./algodoo.bin, I get this:
I have that file. It's located in "/opt/Algodoo/lib", but for some reason it can't find it. Any information on what I should do? Thanks!
- Code: Select all
./algodoo.bin: error while loading shared libraries: libGLEW.so.1.5: cannot open shared object file: No such file or directory
I have that file. It's located in "/opt/Algodoo/lib", but for some reason it can't find it. Any information on what I should do? Thanks!
- Zortrox
- Posts: 7
- Joined: Sun Jun 13, 2010 3:00 am
Re: Linux Black Screen w/ Flashing Cursor (Algodoo)
Ok, I ran "/opt/Algodoo/algodoo" instead of "algodoo.bin" and it worked! Thanks for all of your help!
- Zortrox
- Posts: 7
- Joined: Sun Jun 13, 2010 3:00 am
Re: Linux Black Screen w/ Flashing Cursor (Algodoo)
*SIGH* The error is back again... Every time I create a polygon with the polygon tool, right after I release my mouse, the screen goes black and the mouse flashes again. Do any of you have information on this? For the moment I just won't create any polygons.
EDIT: It also happens when I use the cut/slice tool.
EDIT: It also happens when I use the cut/slice tool.
- Zortrox
- Posts: 7
- Joined: Sun Jun 13, 2010 3:00 am
Re: Linux Black Screen w/ Flashing Cursor (Algodoo)
Strange that you have /lib folder and Algodoo can run with "algodoo" command... As I see you tied both the deb and tar. I suggest you to delete Algodoo folder, and then use .deb package, and install libGLEW through Synaptic.
-

savask - Posts: 162
- Joined: Mon Oct 12, 2009 2:53 pm
- Location: Russia, Siberia
14 posts • Page 1 of 1
Who is online
Users browsing this forum: No registered users and 6 guests



