Problem with QtWebEngine crash when application closes
-
wrote on 29 Feb 2016, 11:29 last edited by A Former User
Hey,
As topic says my application crashes when using WebEngineView component in qml. It crashes on exiting app/destroying object. Checked example "quicknanobrowser" and it's the same.
I think it's somehow connected to ANGEL module but I'm not sure. I'm using old PC with windows 7, there is no OpenGL 2.0 support.
Qt Version: 5.6
Compiller: msvc2013 32bit
OS: Windows 7How can I prevent? Is there any workaround?
Thanks in advance -
Hi,
Do you mean you don't have any OpenGL support ?
-
wrote on 1 Mar 2016, 08:52 last edited by
Just checked, got OpenGL 2.1 support. I thought it may be related since qml uses OpenGL but I might be looking in wrong place.
Any idea what can cause crash?
-
No idea yet, but did you run your application through a debugger ?
-
wrote on 2 Mar 2016, 11:10 last edited by
That's the best part, running debug version will not cause a crash, only release version. And running release version through a debugger points to some deassembler part.
What's strange it does not crash on every windows machine, only on some.
-
Are you running it from Qt Creator ?
Which version of 5.6 are you using ? The Beta ? RC ?
-
wrote on 3 Mar 2016, 08:07 last edited by
Yep, I'm using QtCreater and the version is Qt5.6 RC
-
Since 5.6.0 is out, can you check again against it ?