[solved]QGraphicsPolygonItem vc2010(32bit) QT5.4 crash
-
Hi and welcome to devnet,
What does a run through the debugger tell you ?
-
wrote on 17 Feb 2015, 02:10 last edited by
I only drag and drop Conditional button into main widget, and I get a error.
"Qt Creator Debug info Screenshot ":http://f.sync.hamicloud.net/_oops/@DOCVIEW?oops_id=mmkider&oops_link=qtc&download_key=d41d8cd98f00b204e9800998ecf8427e&name=QGraphicsPolygon_Crash.png
"Qt Creator Debug info Screenshot2":http://f.sync.hamicloud.net/_oops/@DOCVIEW?oops_id=mmkider&oops_link=hrq&download_key=d41d8cd98f00b204e9800998ecf8427e&name=QGraphicsPolygon_Crash2.png
Thank you :) -
Can you describe what you do exactly to trigger the crash ?
-
wrote on 22 Feb 2015, 16:29 last edited by
Hi~
I trigger conditional button and click mouse in the main widget.
then I get the crash.Thank you :)
-
Looks like something windows specific, can't reproduce this on OS X. Do you have the latest OpenGL drivers installed for your machine ?
-
wrote on 24 Feb 2015, 01:52 last edited by
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 ?
-
wrote on 25 Feb 2015, 01:25 last edited by
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.
-
wrote on 26 Feb 2015, 06:26 last edited by
Fixed this issue at the Qt 5.4.1
version:qt-opensource-windows-x86-msvc2010_opengl-5.4.1:)
-
Good but out of curiosity: were you also starting both the debug and release version from explorer ?
-
wrote on 26 Feb 2015, 08:45 last edited by
Yes,
Release and debug version of "diagram Scene Example" work fine.:>
-
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.
-
wrote on 26 Feb 2015, 10:16 last edited by
[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。:)
13/16