[solved]QGraphicsPolygonItem vc2010(32bit) QT5.4 crash
-
Can you describe what you do exactly to trigger the crash ?
-
Looks like something windows specific, can't reproduce this on OS X. Do you have the latest OpenGL drivers installed for your machine ?
-
Hi
I try the latest OpenGL drivers for NVIDIA GeForce GT630M.
Package: " 347.52-notebook-win8-win7-64bit-international-whql.exe.":http://www.nvidia.com/download/driverResults.aspx/81879/en-usBut I got the same.
"Qt Creator Debug info Screenshot3":http://f.sync.hamicloud.net/_oops/@DOCVIEW?oops_id=mmkider&oops_link=rf6&download_key=d41d8cd98f00b204e9800998ecf8427e&name=QGraphicsPolygon_Crash3.pngThank you for response.
-
Are you running a release build ?
-
Hi
I try run release version,then got the same(crash)."Qt Creator Debug info Screenshot4
":http://f.sync.hamicloud.net/_oops/@DOCVIEW?oops_id=mmkider&oops_link=elc&download_key=d41d8cd98f00b204e9800998ecf8427e&name=QGraphicsPolygon_Crash4.pngThank you for response.
-
Good but out of curiosity: were you also starting both the debug and release version from explorer ?
-
Starting an application from explorer requires the same deployment phase as you would need to distribute your application.
Qt Creator modifies the run environment so that you are sure to be using the correct Qt version when running an application you just built.
-
[quote author="SGaist" date="1424942222"]Starting an application from explorer requires the same deployment phase as you would need to distribute your application.
Qt Creator modifies the run environment so that you are sure to be using the correct Qt version when running an application you just built.
[/quote]Thank your recommend,I will use this suggest on future.
I just learning Qt now, so I remove old version(Qt 5.4), and install Qt 5.4.1。:)