Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
5.15, 6.6.3, 6.7.2
-
None
Description
It seems that the Vulkan RHI Renderer can't recover when the application is minimized and restored again (when the threaded renderer loop is used)
Here is a simple test.qml file that plays an animation.
Reproduction:
- set QSG_RENDER_LOOP=threaded
- set QSG_INFO=1 (to check which renderer is used)
- set QSG_RHI_BACKEND=vulkan
- set QT_QPA_UPDATE_IDLE_TIME=0 (this seems to trigger the freeze more consistently but it also happens without this setting)
- qml.exe test.qml
- press repeatedly WIN+D to minimize and restore the application again
- The application will freeze