Hello,
To have more details and some logs, you could try to start QxEntityEditor with the parameter
--log_sql, for example here is a command line on Windows :
- Code: Select all
QxEntityEditor.exe --log_sql
Then, on Windows, you can use a tool like
DebugView.exe :
https://technet.microsoft.com/en-us/sys ... gview.aspxThis tool displays all logs generated by QxEntityEditor.
On Linux, to see the logs, just start QxEntityEditor from a terminal, like this :
./QxEntityEditorOn MacOSX, to see the logs, instead of using the classic
open QxEntityEditor.app, just go to the app sub-directory :
cd QxEntityEditor.app/Content/MacOS/, then
./QxEntityEditorYour error seems to be in
libavoid.dll, this is the component which draws the relationships between entities.
Could you please go to the main menu of QxEntityEditor : "
Tools >> Global Settings", then enable the option "
Use old style to draw relationships" : do you still have your error with this option enabled ?
If your error happens also when you open your project, could you please send to me your
*.qxee project file ?