10-01-2007, 03:46 AM | #1 |
Pledge
Join Date: Jan 2007
Posts: 29
|
RO Launcher
I recently switched OS from Vista to Linspire 5.0. When i try to launch the game, nothing happens. I am not a power user, so I don't know how to fix this. How do i fix this?
__________________
Just like the Pied Piper led rats through the streets We dance like marionettes Swaying to the Symphony of Destruction. |
10-01-2007, 04:49 AM | #2 |
Baron
Join Date: Apr 2007
Location: Svea Rike
Posts: 814
|
Explain step by step what you do when you try to launch it, and how you installed it please.
__________________
Eagles may soar, but weasels don't get sucked into jet engines...
|
10-02-2007, 05:02 AM | #3 |
Pledge
Join Date: Jan 2007
Posts: 29
|
I download the launcher from the website. i extract the file using ark, and move it to my desktop. i double click on it, and it nothing happens.
__________________
Just like the Pied Piper led rats through the streets We dance like marionettes Swaying to the Symphony of Destruction. |
10-02-2007, 05:55 AM | #4 |
Marquis
Join Date: Jan 2007
Location: RA
Posts: 1,897
|
Linspir uses KDE.
DO like this: Right click rolauncher > Select properties Switch to the ( Permissions ? ) tab, atleast the second tab in the window. Check "Executable" and press OK. Now it should be possible to doubleclick it.
__________________
Winning a fight is not what makes you a good player, it's how you do it.
http://home.znur.re/screenshot%20201...2011_39_37.jpg |
10-02-2007, 03:17 PM | #5 |
Pledge
Join Date: Jan 2007
Posts: 29
|
it is already executable when i go to the permissions tab. the box 'is executable' is already checked.
__________________
Just like the Pied Piper led rats through the streets We dance like marionettes Swaying to the Symphony of Destruction. |
10-02-2007, 03:23 PM | #6 |
Baron
Join Date: Apr 2007
Location: Svea Rike
Posts: 814
|
can you open a terminal, cd to the directory where you have the launcher, and launch it via the terminal by typing ./rolauncher, you should get a message about why it can't run, please show this message here. Don't forget, you mark the text with the mouse (click and drag along the text), and then hit the middle mouse button to copy the text elsewhere.
__________________
Eagles may soar, but weasels don't get sucked into jet engines...
|
10-04-2007, 05:52 PM | #7 |
Pledge
Join Date: Jan 2007
Posts: 29
|
this is what it says: ./rolauncher: error while loading shared libraries: libXxf86vm.so.1: cannot open shared object file: No such file or directory
__________________
Just like the Pied Piper led rats through the streets We dance like marionettes Swaying to the Symphony of Destruction. |
10-04-2007, 07:32 PM | #8 |
Count
Join Date: Jul 2007
Location: France
Posts: 1,416
|
Try the command:
Code:
sudo apt-get install libxxf86vm1 Code:
ldd rolauncher |
10-05-2007, 01:03 PM | #9 |
Pledge
Join Date: Jan 2007
Posts: 29
|
BlueSamurai:~/Desktop/New Folder# sudo apt-get install libxxf86vm1
Reading Package Lists... Done Building Dependency Tree... Done E: Couldn't find package libxxf86vm1 BlueSamurai:~/Desktop/New Folder# ldd rolauncher libpthread.so.0 => /lib/tls/libpthread.so.0 (0xb7fd0000) libgthread-2.0.so.0 => /usr/lib/libgthread-2.0.so.0 (0xb7fca000) libgtk-x11-2.0.so.0 => /usr/lib/libgtk-x11-2.0.so.0 (0xb7cf4000) libgdk-x11-2.0.so.0 => /usr/lib/libgdk-x11-2.0.so.0 (0xb7c83000) libGL.so.1 => /usr/lib/fglrx/libGL.so.1 (0xb7bde000) libXxf86vm.so.1 => not found libXext.so.6 => /usr/X11R6/lib/libXext.so.6 (0xb7bd0000) libXt.so.6 => /usr/X11R6/lib/libXt.so.6 (0xb7b7e000) libstdc++.so.6 => not found libm.so.6 => /lib/tls/libm.so.6 (0xb7b5c000) libgcc_s.so.1 => /lib/libgcc_s.so.1 (0xb7b53000) libc.so.6 => /lib/tls/libc.so.6 (0xb7a1f000) libglib-2.0.so.0 => /usr/lib/libglib-2.0.so.0 (0xb799f000) libgdk_pixbuf-2.0.so.0 => /usr/lib/libgdk_pixbuf-2.0.so.0 (0xb7988000) libpango-1.0.so.0 => /usr/lib/libpango-1.0.so.0 (0xb7951000) libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0xb7886000) libgobject-2.0.so.0 => /usr/lib/libgobject-2.0.so.0 (0xb7852000) libdl.so.2 => /lib/tls/libdl.so.2 (0xb784f000) libXinerama.so.1 => not found libSM.so.6 => /usr/X11R6/lib/libSM.so.6 (0xb7845000) libz.so.1 => /usr/lib/libz.so.1 (0xb7833000) libexpat.so.1 => /usr/lib/libexpat.so.1 (0xb7813000) /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0xb7fea000) libpangoxft-1.0.so.0 => /usr/lib/libpangoxft-1.0.so.0 (0xb780c000) libpangox-1.0.so.0 => /usr/lib/libpangox-1.0.so.0 (0xb7801000) libatk-1.0.so.0 => /usr/lib/libatk-1.0.so.0 (0xb77e5000) libgmodule-2.0.so.0 => /usr/lib/libgmodule-2.0.so.0 (0xb77e0000) libXrandr.so.2 => /usr/X11R6/lib/libXrandr.so.2 (0xb77dc000) libXi.so.6 => /usr/X11R6/lib/libXi.so.6 (0xb77d4000) libXft.so.2 => /usr/lib/libXft.so.2 (0xb77c2000) libfreetype.so.6 => /usr/lib/libfreetype.so.6 (0xb7755000) libfontconfig.so.1 => /usr/lib/libfontconfig.so.1 (0xb7726000) libXcursor.so.1 => /usr/lib/libXcursor.so.1 (0xb771c000) libXrender.so.1 => /usr/lib/libXrender.so.1 (0xb7714000) libICE.so.6 => /usr/X11R6/lib/libICE.so.6 (0xb76fc000) libpangoft2-1.0.so.0 => /usr/lib/libpangoft2-1.0.so.0 (0xb76d6000)
__________________
Just like the Pied Piper led rats through the streets We dance like marionettes Swaying to the Symphony of Destruction. |
10-05-2007, 01:08 PM | #10 |
Duke
Join Date: Jan 2007
Posts: 3,939
|
__________________
"Nunca un científico ha quemado a un religioso por afirmar a Dios sin pruebas". Manuel Toharia "uno empieza a darse cuenta que eso de no hacer ejercicio, comer y beber como si fuese la ultima cena y mantener la figura ya no existe...". Maryan |
|
|