PDA

View Full Version : qmlviewer crashing



Júlio Brito
4th January 2012, 00:02
whi im getting this problem?

C:\QtSDK\Simulator\Qt\mingw\bin\qmlviewer.exe exited with code -1073741819

ChrisW67
4th January 2012, 01:16
Code -1073741819 = 0xC0000005
This is the Windows error code for a general protection fault. The usual cause is using an uninitialised, null, or otherwise invalid pointer.

Júlio Brito
4th January 2012, 10:27
In the "Project options - Run settings" the qt version was using "Simulator Qt for MinGW" 4.4 by default. Maybe using only a project for "Quick UI" this simulator is not work properly. Maybe this is a bug.

I've changed to "Qt 4.7.4 for desktop" then works fine. Hope this help someone.