07-11-2008, 03:25 PM | #1 |
Pledge
Join Date: Jul 2008
Posts: 5
|
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. |
07-11-2008, 03:50 PM | #2 |
Banned
Join Date: Apr 2007
Posts: 309
|
chmod +x rolauncher?
|
07-11-2008, 03:54 PM | #3 |
Pledge
Join Date: Jul 2008
Posts: 5
|
Yes:
chmod +x rolauncher then ./rolauncher |
07-11-2008, 03:54 PM | #4 | |
Pledge
Join Date: May 2008
Posts: 21
|
Quote:
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 |
|
07-11-2008, 03:59 PM | #5 |
Pledge
Join Date: Jul 2008
Posts: 5
|
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" |
07-11-2008, 05:08 PM | #6 |
Banned
Join Date: Apr 2007
Posts: 309
|
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 |
07-11-2008, 05:36 PM | #7 |
Pledge
Join Date: Jul 2008
Posts: 5
|
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 |
07-12-2008, 09:45 AM | #8 | |
Pledge
Join Date: May 2008
Posts: 21
|
Quote:
|
|
07-12-2008, 11:08 AM | #9 | |
Marquis
Join Date: Jan 2007
Location: RA
Posts: 1,897
|
Quote:
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 |
|
07-12-2008, 01:52 PM | #10 |
Pledge
Join Date: Jul 2008
Posts: 5
|
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 |
|
|