PDA

View Full Version : Cant open game.cfg


Egomaniac
03-13-2011, 04:33 AM
Hi, I've got a problem while opening the game. I'm really new to linux, i did try opening by terminal, and by the executable file, and no work. // i also did provided the permission to the game, yet still it gives me this error:

rolauncher error
can't open file 'game.cfg' (error 2: No such file or directory)

Btw, Im using ubuntu 10.10, the drivers for the video card i think i got it right, im not so sure this laptop was given to me, so I just dunno what are the actual specs of it. Well I downloaded some packs with the synaptic package manager and it didnt give me the error for the 3d, altho im not sure if thats the case for the problem. // Need help !!

A_K_M
03-13-2011, 06:28 AM
You could just check out the stats in the system properties... I don't have Ubuntu personally, but I think its kind of universal that it would have that

Coriolis-
03-13-2011, 07:05 AM
Make sure you didn't run the installer with sudo! Perhaps a fresh install as a regular user might be in order. :)

Cuchulainn
03-13-2011, 02:07 PM
This could help:

su
cd /home/username
chown -R username: ./regnum


if it still doesn't work you can also enter "chmod -R u+rwx ./regnum" as root.

Egomaniac
03-13-2011, 03:39 PM
You could just check out the stats in the system properties... I don't have Ubuntu personally, but I think its kind of universal that it would have that

How to check on the stats? and none of the other took care of the problem. :( but thanks for the help appreciated. Any other suggestions?

HidraA
03-13-2011, 05:48 PM
Other sugestions was not complete:
Open a terminal and type:
sudo chmod -R 777 /home/$USER/regnumonline

Insert your user password.

Egomaniac
03-13-2011, 11:19 PM
still.. I guess its a problem with installation. I did download the game through here tho...

Arafails
03-14-2011, 12:04 PM
How to check on the stats? and none of the other took care of the problem. :( but thanks for the help appreciated. Any other suggestions?
In Ubuntu, you should have a "Device Manager" application that will tell you all you need to know about your video card (probably listed as VGA controller).

What process did you use to install? It is best to run the installer as your normal user and accept all the defaults.