0 votes

How can I install ORMDesigner2 in my Debian Wheezy. I am using version 7.2 and I get the following message when running executable file:

root@FAEGTI-D03:/tmp/OrmDesigner2-2.3.4.870-Linux-all-32bit# ./OrmDesigner2 

(process:18052): GConf-WARNING **: Client failed to connect to the D-BUS daemon:
Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.

(process:18052): GConf-WARNING **: Client failed to connect to the D-BUS daemon:
Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.

(process:18052): GConf-WARNING **: Client failed to connect to the D-BUS daemon:
Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
QGtkStyle was unable to detect the current GTK+ theme.
Qt: Session management error: None of the authentication protocols specified are supported
Starting application [ORM Designer 2 for linux 32-bit] version [2.3.4.870].
Qt libraries: loaded: 4.8.2 (compiled: 4.8.6)
OrmDesigner2: axApplication/axApp/atomixApplication.cpp:607: void Atomix::CApplication::InitializeApplicationLocale(): Assertiva `pLocale != __null' falhou.
Abortado

Can I anyone help me to realize what I am doing wrong?

in Solved by (180 points)
recategorized by

Hi, we're testing ORM Designer on Debian Squeeze 6.0 and ORM Designer is working without problems. We will try it on latest Debian tomorrow and let you know.

I do some searching and it seems to some problem with GTK.

Can you try following?
https://bbs.archlinux.org/viewtopic.php?id=99175

Do you have some special configuration on your computer?

I corrected all Qt4 libraries. Now I get only the errors:

hugo@FAEGTI-D03:/tmp$ ./OrmDesigner2
Starting application [ORM Designer 2 for linux 32-bit] version [2.3.4.870].
Qt libraries: loaded: 4.8.2 (compiled: 4.8.6)
OrmDesigner2: axApplication/axApp/atomixApplication.cpp:607: void Atomix::CApplication::InitializeApplicationLocale(): Assertiva `pLocale != __null' falhou.
Abortado

This 'atomixApplication.cpp' on line 607 is not broken because of some specific bug?

I do not have any special configuration in my OS.

Thank you for the update. This assertion is caused by this command:

char * pLocale = setlocale(LCALL, "enUS.UTF-8");

I'm not sure why this doesn't work on your computer, because it's common usage. But based on language of your messages it seems you have italian? version of OS and maybe there isn't available en_US locale.

I will prepare updated version with fallback to some more universal/available locale in case this locale will not be available. I'm going to try it now, but maybe I will have to do it on my work computer tomorrow.

Also I would like to ask how you solved the problem with Qt4 libraries. Thanks!

My OS and gnome languages are Brazilian Portuguese.

About the Qt4 libraries, Debian does not bring all the libraries installed by default, like in Mint and Ubuntu. I went in you libs directory to check which libraries you use and I installed one by one.

And why Qt4 libraries shipped together with app weren't sufficient? We ship all required libraries together with the app exactly because of these reasons.

I really don't know. I will try to install in an environment I have at home to check if installing all the libraries was really necessary and I'll give you the feedback.

thank you. This will help us a lot.

1 Answer

0 votes
Best answer

I prepared quick fix for this issue (fallback when en_us.UTF8 is not found) in this beta:

http://support.orm-designer.com/402/downloads-orm-designer2-beta

Can you please try it and let me know if it helps?

Thanks!

by Skipper developer (141k points)
selected by

Hey ludek.vodicka,

it works beautifully!