Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-125069

QWebEngine crash when using AA_UseDesktopOpenGL

    XMLWordPrintable

Details

    • Bug
    • Resolution: Duplicate
    • P1: Critical
    • None
    • 6.7.0
    • WebEngine
    • None
    • pre-compiled binaries from the online installer
    • Windows

    Description

      The project in question is fairly complex and I'm unbaled to compile simple browser on Windows 10 using visual studio 2022. Perhaps, the high level concept could be clear enough for someone to figure the issue. Basic OpenGL renderer/3D application with dock widgets where one of them is a simple web browser.

      The code below causes QWebEngine initialization to crash.

          QApplication::setAttribute(Qt::AA_UseDesktopOpenGL);
          QQuickWindow::setGraphicsApi(QSGRendererInterface::OpenGL);
          QQuickWindow::setSceneGraphBackend("rhi");

      Is there any combination where OpenGL widgets works while having a hardware accelerated web browsing in 6.7? This was feasible in 6.5, it seems to be a regression in 6.7.

      Attachments

        Issue Links

          No reviews matched the request. Check your Options in the drop-down menu of this sections header.

          Activity

            People

              qt_webengine_team Qt WebEngine Team
              neosettler neosettler
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes