PDA

View Full Version : Odd problem GDK warning


Gavner
04-21-2007, 07:20 PM
Okay so, This game looks very interesting so i thought id try it
Buuuut...
When i started the launcher from the console, it gave me this:
user@user-desktop:~/regnum$ ./rolauncher

(process:8311): Gdk-WARNING **: locale not supported by C library

(rolauncher:8311): Gtk-WARNING **: Locale not supported by C library.
Using the fallback 'C' locale.
But the window opened anyway but an error windows poped up and said Cannot set locale to ". or something like that

All help will be appreciated!

Im currently running 7.04 Ubuntu

Gavner
04-21-2007, 07:28 PM
Oh also, heres a screen shot of what i get when i start the game

http://img19.imageshack.us/img19/6348/screenshotwq1.th.png (http://img19.imageshack.us/my.php?image=screenshotwq1.png)

twiistedkaos
04-21-2007, 09:12 PM
Oh also, heres a screen shot of what i get when i start the game

http://img19.imageshack.us/img19/6348/screenshotwq1.th.png (http://img19.imageshack.us/my.php?image=screenshotwq1.png)

You should have a locale file in your /etc/ directory.

Open it in any editor as root, then uncomment these lines:

en_US.UTF-8 UTF-8
en_US ISO-8859-1


Then afterwards, type locale-gen as root.