PDA

View Full Version : Problems with installing


Banana_tree
04-14-2008, 07:00 PM
I am running Ubuntu 7.10 64-bits version and I can't install Regnum. Maybe it's worth saying that my graphical card is of the type NVIDIA GeForce 8400M GS. I don't know what more to say, I have no idea why it fails. When I run rolauncher I get this output: http://pastebin.com/m6f69e331

I have tried running it as root also, without any success.

Oh, and hi.

Ulmanyar
04-14-2008, 08:27 PM
Have you tried the following (it works for most who gets that problem):

MALLOC_CHECK_=0 ./rolauncher

Also, some reports about:

MALLOC_CHECK_=1 ./rolauncher

pharo212
04-14-2008, 10:17 PM
I have a similar problem.. I'm running Ubuntu 7.10, and I can't seem to get it to recognise the existence of rolauncher.. clicking on it does nothing, and the terminal says it doesn't exist.

Banana_tree
04-15-2008, 08:30 PM
Have you tried the following (it works for most who gets that problem):

MALLOC_CHECK_=0 ./rolauncher

Also, some reports about:

MALLOC_CHECK_=1 ./rolauncher
Now it worked. Thank you. :hat:

Ulmanyar
04-15-2008, 09:27 PM
It's a very common problem. I'm happy that the solution worked this time too ;)

@pharo212: Follow these steps:

Create a directory into which Regnum is to be installed. Let's say like this:
mkdir -p ~/games/regnum

Then, save your rolauncher-file in that directory. Run the following three commands, in the following order (adjust as above):
cd ~/games/regnum
chmod +x rolauncher
./rolauncher

myztry
04-20-2008, 07:00 AM
The direct download rolauncher requires:
MALLOC_CHECK_=0 ./rolauncher
but the updated rolauncher that gets downloaded doesn't. In my case it doesn't overwrite the original but is install 1 folder level down (regnum folder)

The direct download rolauncher should really be replaced with the updated version as it is no doubt keeping a lot of (potentially paying) users from enjoying Regnum.