Home Documentation Download Pricing Buy Now

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

0 votes

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 ?

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

1 Answer

0 votes
 
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.

answered Feb 21, 2013 by ludek.vodicka Skipper developer (140,530 points)
selected Feb 21, 2013 by ludek.vodicka

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

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

Great. I'm glad you solved it.

...