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

WebEngineView: QtWebEngineProcess cannot start.

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P1: Critical
    • 6.2.0
    • 6.2.0 Beta4, 6.2.0 RC
    • WebEngine
    • None
    • macOS
    • 310db2b8164fd2a8d9bed4bbf46faa674ff553cc (qt/qtwebengine/6.2.0) e8de08b3230a1f5367e5f5cdf452698cd412af3f (qt/qtwebengine/6.2) 2bfeb1c0dbcd069327a8baa845359e979b52c122 (qt/qtwebengine/dev)

    Description

      Sample app is simply auto generated Qt Quick application project,
      added WebEngineQuick to CMakeLists,
      2 options required for webengine into main.cpp:

      QCoreApplication::setAttribute(Qt::AA_ShareOpenGLContexts);
      QQuickWindow::setGraphicsApi(QSGRendererInterface::OpenGLRhi); 
      

      And WebEngineView to main.qml.

      App configured with Qt 6.2.0 beta 4 snapshot from online installer.

      App output:

      dyld: Library not loaded: @rpath/QtWebEngineCore.framework/Versions/A/QtWebEngineCore
        Referenced from: /Users/sergei.nevdakh/Qt/6.2.online/6.2.0/macos/lib/QtWebEngineCore.framework/Helpers/QtWebEngineProcess.app/Contents/MacOS/QtWebEngineProcess
        Reason: image not found
      dyld: Library not loaded: @rpath/QtWebEngineCore.framework/Versions/A/QtWebEngineCore
        Referenced from: /Users/sergei.nevdakh/Qt/6.2.online/6.2.0/macos/lib/QtWebEngineCore.framework/Helpers/QtWebEngineProcess.app/Contents/MacOS/QtWebEngineProcess
        Reason: image not found
      [38008:259:0915/163319.584777:ERROR:network_service_instance_impl.cc(330)] Network service crashed, restarting service.
      dyld: Library not loaded: @rpath/QtWebEngineCore.framework/Versions/A/QtWebEngineCore
        Referenced from: /Users/sergei.nevdakh/Qt/6.2.online/6.2.0/macos/lib/QtWebEngineCore.framework/Helpers/QtWebEngineProcess.app/Contents/MacOS/QtWebEngineProcess
        Reason: image not found
      [38008:259:0915/163319.598263:ERROR:network_service_instance_impl.cc(330)] Network service crashed, restarting service.
      dyld: Library not loaded: @rpath/QtWebEngineCore.framework/Versions/A/QtWebEngineCore
        Referenced from: /Users/sergei.nevdakh/Qt/6.2.online/6.2.0/macos/lib/QtWebEngineCore.framework/Helpers/QtWebEngineProcess.app/Contents/MacOS/QtWebEngineProcess
        Reason: image not found
      .....
      

      And a lot of restart attempts in output.

      Attachments

        Issue Links

          For Gerrit Dashboard: QTBUG-96539
          # Subject Branch Project Status CR V

          Activity

            People

              michal Michal Klocek
              sergei.nevdakh Sergei Nevdakh
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes