Details
-
Bug
-
Resolution: Done
-
P1: Critical
-
5.12.2
-
Windows 7 x64
-
-
f48a76bbbfb5823fb98d17a042bb00ad7c9da174 (qt/qtbase/5.12)
Description
I have just updated my Qt version from 5.12 to 5.12.2 and I'm having a bit of a problem debugging my QtQuick applications.
I'm getting an assert from libGLESv2d.dll on application close in debug builds when QCoreApplication's attribute "AA_UseOpenGLES" is set.
In release builds only some additional warnings are pushed to the application output.
At first I thought that I foobared something in my code but same thing happens when I create sample application using "Qt Quick Application - Empty" preset and add "QCoreApplication::setAttribute(Qt::AA_UseOpenGLES)" to the main.cpp file.
I'm using fully updated Windows 7 x64 with latest available NVIDIA drivers.
I'm compiling my applications using Qt's MSVC2017 32bit binaries, VS compiler reports itself as being at version "19.16.27026.1".
I'm attaching screenshot of the assert from debug build, post-close application outputs from release and debug builds and stuff from Help>System Information from QtC.
Attachments
Issue Links
- is duplicated by
-
QTBUG-74561 ANGLE assert error when exit application
- Closed
-
QTBUG-74633 Assertion failure when shutting down QML application
- Closed