Details
-
Bug
-
Resolution: Moved
-
P1: Critical
-
None
-
6.5.3, 6.5.5, 6.6.1, 6.6.3
-
Windows 10 22H2, MSVC 2019 x64
Description
Steps to reproduce
From the commit message at https://github.com/qt/qtwebengine/commit/c7d46325e635d1fb4482b53dce866e2c55026a7e :
1. Load the WebEngine Widgets Simple Browser Example (https://doc.qt.io/qt-6/qtwebengine-webenginewidgets-simplebrowser-example.html )
2. Add this to the top of main():
qputenv("QT_OPENGL", "software"); qputenv("QTWEBENGINE_CHROMIUM_FLAGS", "--enable-webgl-software-rendering");
3. Build and run the example
Outcomes
The application freezes indefinitely at startup
Attachments
Issue Links
- is replaced by
-
QTBUG-124887 [Reg 5.12 -> 5.15/6.x] Attempting to use software WebGL can freeze/crash Qt WebEngine
-
- Reported
-