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

Linux Technical issues under Linux platform

Reply
 
Thread Tools Display Modes
Old 09-15-2008, 10:54 PM   #1
mediax
Pledge
 
Join Date: Jan 2007
Posts: 11
mediax is on a distinguished road
Default 64 bit installation problem

I've finally managed to download the RegnumOnlineInstall_64 file. I've changed the permissions, but attempting to run the file had no effect until I tried
MALLOC_CHECK_=0 ./RegnumOnlineInstall_64
(as mentioned in the sticky).

This produced a Segmentation fault error message

I'm hoping desperately for suggestions !

I'm running Ubuntu 8.04 (Hardy) with an Nvidia graphics card.
mediax no ha iniciado sesión   Reply With Quote
Old 09-16-2008, 04:58 AM   #2
ArcticWolf
Duke
 
ArcticWolf's Avatar
 
Join Date: Nov 2006
Location: 0x00CAFE
Posts: 3,366
ArcticWolf is a glorious beacon of lightArcticWolf is a glorious beacon of lightArcticWolf is a glorious beacon of lightArcticWolf is a glorious beacon of lightArcticWolf is a glorious beacon of light
Default

Please, post the output of:

uname -m

i*86, then you should use the 32bit version (your kernel is 32 bits). If it says something like x86_64 or EMT64 you're using the correct installer.

If it doesn't work, then the download may be corrupt. Try re-downloading it first.
__________________
I don't have a solution, but I admire the problem.
ArcticWolf no ha iniciado sesión   Reply With Quote
Old 09-16-2008, 07:43 PM   #3
mediax
Pledge
 
Join Date: Jan 2007
Posts: 11
mediax is on a distinguished road
Default

Code:
ian@Einstein:~$ uname -m
x86_64
which at least means I'm using the right version, I suppose.

I'll have another go at the download. If that still fails, I might try installing the 32 bit version on a different machine.
mediax no ha iniciado sesión   Reply With Quote
Old 09-16-2008, 08:11 PM   #4
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

Quote:
Originally Posted by mediax
I've finally managed to download the RegnumOnlineInstall_64 file. I've changed the permissions, but attempting to run the file had no effect until I tried
MALLOC_CHECK_=0 ./RegnumOnlineInstall_64
(as mentioned in the sticky).

This produced a Segmentation fault error message

I'm hoping desperately for suggestions !

I'm running Ubuntu 8.04 (Hardy) with an Nvidia graphics card.
can you post the output error?
__________________
"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
Old 09-16-2008, 09:52 PM   #5
mediax
Pledge
 
Join Date: Jan 2007
Posts: 11
mediax is on a distinguished road
Default

Code:
ian@Einstein:~$ MALLOC_CHECK_=0 ./RegnumOnlineInstall_64
Segmentation fault
ian@Einstein:~$
Not exactly full of detail . . .
mediax no ha iniciado sesión   Reply With Quote
Old 09-16-2008, 10:05 PM   #6
surak
Legend
 
surak's Avatar
 
Join Date: Mar 2006
Location: Oslo
Posts: 2,176
surak has a spectacular aura aboutsurak has a spectacular aura about
Default

Even if it installs the 64 bit client, the installer itself is a 32 bit application. Do you have the 32 bit compatibility libraries installed?
__________________
Surak Remember... this is just a game! - Xephandor existe y Miriya es su profeta!
surak no ha iniciado sesión   Reply With Quote
Old 09-16-2008, 10:10 PM   #7
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

oh shit, i forget to say how to check if a binary is for 32 or 64 bits , maybe this will help you next time:

type:

file binary_file

and then you will see something like:

ELF 64-bit LSB shared object, x86-64, version 1 (SYSV)

or

ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV)
__________________
"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
Old 09-16-2008, 10:38 PM   #8
mediax
Pledge
 
Join Date: Jan 2007
Posts: 11
mediax is on a distinguished road
Default

surak - I've run getlibs on the installer and that tells me I've got no dependencies missing, so I infer from that I do have the compatibility libraries installed. Are there any specific libraries I should check for?

arlick - thanks for that. One thing I genuinely love about Linux is that I'm back to learning stuff every day!
mediax no ha iniciado sesión   Reply With Quote
Old 09-17-2008, 12:36 AM   #9
ArcticWolf
Duke
 
ArcticWolf's Avatar
 
Join Date: Nov 2006
Location: 0x00CAFE
Posts: 3,366
ArcticWolf is a glorious beacon of lightArcticWolf is a glorious beacon of lightArcticWolf is a glorious beacon of lightArcticWolf is a glorious beacon of lightArcticWolf is a glorious beacon of light
Default

Hmm... Anyway, do the following:

Code:
sudo apt-get update
sudo apt-get install ia32-libs libopenal0a
sudo apt-get clean
That should install the audio and 32 bits libs.

That's something I had to do to run the game in Debian Sid/Lenny. Taking into account that Ubuntu is a rebranding of Debian Sid, you may also need it.
__________________
I don't have a solution, but I admire the problem.
ArcticWolf no ha iniciado sesión   Reply With Quote
Old 09-17-2008, 10:16 AM   #10
Znurre
Marquis
 
Join Date: Jan 2007
Location: RA
Posts: 1,897
Znurre will become famous soon enoughZnurre will become famous soon enough
Default

Also try
Code:
MALLOC_CHECK_=1 ./RegnumOnlineInstall_64
__________________
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
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 09:06 PM.


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