Go Back   Champions of Regnum > English > Technical Support > Linux

Linux Technical issues under Linux platform

Reply
 
Thread Tools Display Modes
Old 10-01-2007, 03:46 AM   #1
FlameGrilled
Pledge
 
FlameGrilled's Avatar
 
Join Date: Jan 2007
Posts: 29
FlameGrilled is on a distinguished road
Default 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.
FlameGrilled no ha iniciado sesión   Reply With Quote
Old 10-01-2007, 04:49 AM   #2
Froste
Baron
 
Froste's Avatar
 
Join Date: Apr 2007
Location: Svea Rike
Posts: 814
Froste is on a distinguished road
Default

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...
Froste no ha iniciado sesión   Reply With Quote
Old 10-02-2007, 05:02 AM   #3
FlameGrilled
Pledge
 
FlameGrilled's Avatar
 
Join Date: Jan 2007
Posts: 29
FlameGrilled is on a distinguished road
Default

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.
FlameGrilled no ha iniciado sesión   Reply With Quote
Old 10-02-2007, 05:55 AM   #4
Znurre
Marquis
 
Join Date: Jan 2007
Location: RA
Posts: 1,897
Znurre will become famous soon enoughZnurre will become famous soon enough
Default

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
Znurre no ha iniciado sesión   Reply With Quote
Old 10-02-2007, 03:17 PM   #5
FlameGrilled
Pledge
 
FlameGrilled's Avatar
 
Join Date: Jan 2007
Posts: 29
FlameGrilled is on a distinguished road
Default

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.
FlameGrilled no ha iniciado sesión   Reply With Quote
Old 10-02-2007, 03:23 PM   #6
Froste
Baron
 
Froste's Avatar
 
Join Date: Apr 2007
Location: Svea Rike
Posts: 814
Froste is on a distinguished road
Default

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...
Froste no ha iniciado sesión   Reply With Quote
Old 10-04-2007, 05:52 PM   #7
FlameGrilled
Pledge
 
FlameGrilled's Avatar
 
Join Date: Jan 2007
Posts: 29
FlameGrilled is on a distinguished road
Default

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.
FlameGrilled no ha iniciado sesión   Reply With Quote
Old 10-04-2007, 07:32 PM   #8
magnet
Count
 
magnet's Avatar
 
Join Date: Jul 2007
Location: France
Posts: 1,416
magnet is on a distinguished road
Default

Try the command:
Code:
sudo apt-get install libxxf86vm1
then try launching the game again. If it doesn't work, try (from the directory where rolauncher is) :
Code:
ldd rolauncher
and give us the output.
magnet no ha iniciado sesión   Reply With Quote
Old 10-05-2007, 01:03 PM   #9
FlameGrilled
Pledge
 
FlameGrilled's Avatar
 
Join Date: Jan 2007
Posts: 29
FlameGrilled is on a distinguished road
Default

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.
FlameGrilled no ha iniciado sesión   Reply With Quote
Old 10-05-2007, 01:08 PM   #10
arlick
Duke
 
arlick's Avatar
 
Join Date: Jan 2007
Posts: 3,939
arlick is a jewel in the rougharlick is a jewel in the rougharlick is a jewel in the rough
Default

try that: http://www.blitzbasic.com/Community/...hp?topic=43363
__________________
"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
arlick no ha iniciado sesión   Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 02:39 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
NGD Studios 2002-2024 © All rights reserved