View Full Version : Regnum does not launch.
Chubudu
07-11-2008, 03:25 PM
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"
Chubudu
07-11-2008, 03:54 PM
Yes:
chmod +x rolauncher
then ./rolauncher
ltlol
07-11-2008, 03:54 PM
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
Chubudu
07-11-2008, 03:59 PM
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"
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
Chubudu
07-11-2008, 05:36 PM
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
ltlol
07-12-2008, 09:45 AM
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 :guitar:
Znurre
07-12-2008, 11:08 AM
i know the prob, if u have 8.04 u need to use wine and download it in windows version :guitar:Sorry, but that's 100% bullshit.
To the post creator: write "uname -a" in a console and parse the output here.
Chubudu
07-12-2008, 01:52 PM
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
Znurre
07-12-2008, 02:15 PM
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/LinuxExactly as I thought.
You are not running 64-bits Linux, and thus cannot use the 64-bit client.
Download the 32-bits one and it will work fine.
vBulletin® v3.8.7, Copyright ©2000-2024, vBulletin Solutions, Inc.