Schaefer Johannes wrote: > Hi, > > unfortunately I can't trace into the qt cpp files. The debug output is > also not very helpful.
Why not? Didn't you build the qt debug libs with pdb? You do have the source code, no? Another idea would be to add a qt-loglistener with a breakpoint on fatal, and see if that helps pinpointing it. > .... > "Demonstrator2.exe": "C:\WINXP\system32\version.dll" wurde geladen > "Demonstrator2.exe": "C:\WINXP\system32\version.dll" entladen. > "Demonstrator2.exe": "C:\WINXP\system32\msctfime.ime" wurde geladen > "Demonstrator2.exe": "C:\WINXP\system32\uxtheme.dll" wurde geladen > Das Programm "[1476] Demonstrator2.exe: Systemeigen" wurde mit Code 1 > (0x1) beendet. > > I have wrote a little test programm to demonstrate the behavior. You can > download it here: http://www.files.to/get/771264/qanv4joc46 What if you swap osgInit() and QApplication in main? (It's just an idea... We don't need it but we do not have any classes using both OpenSG and Qt, and since Qt requires QApplication, and OpenSG instantiates prototypes in init, that might be the problem.) > Can someone verify the crash at startup in the debug modus? Or is my > system the reason for crashing? I didn't compile my OpenSG with Qt4 support (or I don't have the latest/same version as you), so I'm missing OpenSG/OSGQ4GLManagedDesignerWidget_qt.h. Sorry :( Cheers, /Marcus ------------------------------------------------------------------------------ Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9-12, 2009. Register now! http://p.sf.net/sfu/devconf _______________________________________________ Opensg-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/opensg-users
