[Solved] Locale problem on Pinguy OS 12.04 (Ubuntu)

0 votes
asked Feb 21, 2013 in Solved by Damien17 (150 points)
recategorized Feb 21, 2013 by ludek.vodicka

The new beta version fails to start for me :

./OrmDesigner2
OrmDesigner2: axCore/axString/StringConversion.cpp:39: static void String::CStringConversion::InitializeStringHelperEnviroment(): Assertion `pLocale != __null' failed.
Abandon (core dumped)

Distro : Pinguy OS 12.04 x84_64
Kernel : 3.2.0-38-generic
Window Manager : Gnome Shell
ORM version : OrmDesigner2-2.1.9.691-Linux-64bit

Do you have any idea ?

1 Answer

0 votes
answered Feb 21, 2013 by ludek.vodicka Skipper developer (140,450 points)
selected Feb 21, 2013 by ludek.vodicka
 
Best answer

Interesting. It seems that your system doesn't have correctly set locale settings. Because of that core C function which perform string conversion failed.

I will check if there is any way how to pass default value when system locale isn't available.

commented Feb 21, 2013 by Damien17 (150 points)

Thanks, I have regenerated my locales and it works now. !

I had to reinstall locales because dpkg-reconfigure did not manage to generate them.

commented Feb 21, 2013 by ludek.vodicka Skipper developer (140,450 points)

Great. I'm glad you solved it.

...