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

Linux Technical issues under Linux platform

Reply
 
Thread Tools Display Modes
Old 07-11-2008, 03:25 PM   #1
Chubudu
Pledge
 
Join Date: Jul 2008
Posts: 5
Chubudu is on a distinguished road
Default Regnum does not launch.

I installed Regnum online with the "RegnumOnlineInstall_64" file that can be found on the regnum official site.

When i use the desktop shortcut, the game does not launch itself

can someone help me ?

Edit:
I have reinstalled it and it still does not work
It doesn't crash, it is only that nothing happen

Did someone had the same problem ?

Edit2:
I tried to launch "rolauncher" in the installation directory with the terminal, and i got :
"bash: ./rolauncher : impossible d'exécuter le fichier binaire" (in french)
it means "bash: ./rolauncher : failed to execute the binary file"

Last edited by Chubudu; 07-11-2008 at 03:45 PM.
Chubudu no ha iniciado sesión   Reply With Quote
Old 07-11-2008, 03:50 PM   #2
tak
Banned
 
Join Date: Apr 2007
Posts: 309
tak is on a distinguished road
Default

chmod +x rolauncher?
tak no ha iniciado sesión   Reply With Quote
Old 07-11-2008, 03:54 PM   #3
Chubudu
Pledge
 
Join Date: Jul 2008
Posts: 5
Chubudu is on a distinguished road
Default

Yes:
chmod +x rolauncher
then ./rolauncher
Chubudu no ha iniciado sesión   Reply With Quote
Old 07-11-2008, 03:54 PM   #4
ltlol
Pledge
 
Join Date: May 2008
Posts: 21
ltlol is on a distinguished road
Default

Quote:
Originally Posted by Chubudu
I installed Regnum online with the "RegnumOnlineInstall_64" file that can be found on the regnum official site.

When i use the desktop shortcut, the game does not launch itself

can someone help me ?

Edit:
I have reinstalled it and it still does not work
It doesn't crash, it is only that nothing happen

Did someone had the same problem ?

Edit2:
I tried to launch "rolauncher" in the installation directory with the terminal, and i got :
"bash: ./rolauncher : impossible d'exécuter le fichier binaire" (in french)
it means "bash: ./rolauncher : failed to execute the binary file"
Very easy.
Create a folder : Regnum and put the ro launcher in it.
then launch it like this:
./Desktop/Regnum/rolauncher

and it will launch
i did it like this to launch it, i have ubuntu, but i think it works for all the linux editions
ltlol no ha iniciado sesión   Reply With Quote
Old 07-11-2008, 03:59 PM   #5
Chubudu
Pledge
 
Join Date: Jul 2008
Posts: 5
Chubudu is on a distinguished road
Default

I tried it:
"
loicubuntu@loicubuntu-desktop:~$ chmod +x Bureau/Regnum/rolauncher
loicubuntu@loicubuntu-desktop:~$"

then
"
loicubuntu@loicubuntu-desktop:~$ ./Bureau/Regnum/rolauncher
bash: ./Bureau/Regnum/rolauncher : impossible d'exécuter le fichier binaire"
Chubudu no ha iniciado sesión   Reply With Quote
Old 07-11-2008, 05:08 PM   #6
tak
Banned
 
Join Date: Apr 2007
Posts: 309
tak is on a distinguished road
Default

Did you really install the 64bit version of Ubuntu?

You can start with strace -f rolauncher to see if any further information might come up.

EDIT: please post a "file rolauncher" output too
tak no ha iniciado sesión   Reply With Quote
Old 07-11-2008, 05:36 PM   #7
Chubudu
Pledge
 
Join Date: Jul 2008
Posts: 5
Chubudu is on a distinguished road
Default

The "file rolauncher" output is:

rolauncher: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), for GNU/Linux 2.6.0, dynamically linked (uses shared libs), stripped

The "strace -f ./rolauncher" output is


execve("./rolauncher", ["./rolauncher"], [/* 36 vars */]) = -1 ENOEXEC (Exec format error)
dup(2) = 3
fcntl64(3, F_GETFL) = 0x2 (flags O_RDWR)
fstat64(3, {st_mode=S_IFCHR|0620, st_rdev=makedev(136, 0), ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7f6c000
_llseek(3, 0, 0xbffbcdf8, SEEK_CUR) = -1 ESPIPE (Illegal seek)
write(3, "strace: exec: Exec format error\n", 32strace: exec: Exec format error
) = 32
close(3) = 0
munmap(0xb7f6c000, 4096) = 0
exit_group(1) = ?
Process 6047 detached
Chubudu no ha iniciado sesión   Reply With Quote
Old 07-12-2008, 09:45 AM   #8
ltlol
Pledge
 
Join Date: May 2008
Posts: 21
ltlol is on a distinguished road
Default

Quote:
Originally Posted by Chubudu
The "file rolauncher" output is:

rolauncher: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), for GNU/Linux 2.6.0, dynamically linked (uses shared libs), stripped

The "strace -f ./rolauncher" output is


execve("./rolauncher", ["./rolauncher"], [/* 36 vars */]) = -1 ENOEXEC (Exec format error)
dup(2) = 3
fcntl64(3, F_GETFL) = 0x2 (flags O_RDWR)
fstat64(3, {st_mode=S_IFCHR|0620, st_rdev=makedev(136, 0), ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7f6c000
_llseek(3, 0, 0xbffbcdf8, SEEK_CUR) = -1 ESPIPE (Illegal seek)
write(3, "strace: exec: Exec format error\n", 32strace: exec: Exec format error
) = 32
close(3) = 0
munmap(0xb7f6c000, 4096) = 0
exit_group(1) = ?
Process 6047 detached
i know the prob, if u have 8.04 u need to use wine and download it in windows version
ltlol no ha iniciado sesión   Reply With Quote
Old 07-12-2008, 11:08 AM   #9
Znurre
Marquis
 
Join Date: Jan 2007
Location: RA
Posts: 1,897
Znurre will become famous soon enoughZnurre will become famous soon enough
Default

Quote:
Originally Posted by klemasd
i know the prob, if u have 8.04 u need to use wine and download it in windows version
Sorry, but that's 100% bullshit.
To the post creator: write "uname -a" in a console and parse the output here.
__________________
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 07-12-2008, 01:52 PM   #10
Chubudu
Pledge
 
Join Date: Jul 2008
Posts: 5
Chubudu is on a distinguished road
Default

This is the result:

uname -a

Linux loicubuntu-desktop 2.6.24-19-generic #1 SMP Wed Jun 18 14:43:41 UTC 2008 i686 GNU/Linux
Chubudu 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 04:46 AM.


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