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

QtWebengine crashes on Win7, MSVC2013

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Not Evaluated Not Evaluated
    • 5.4.0
    • 5.4.0 Beta
    • WebEngine
    • Win7 64bit, MSVC2013.

      Running the following qml in a QML Application crashes (create new QML Quick Application, paste QML in main.qml)
      This message appears in the Output window of creator:

      "QWebEngine: OpenGL resource sharing is not set up in QtQuick. Please make sure to call QtWebEngine::initialize() in your main() function."

      Running it in a QML UI Project works perfectly.

      So here's the QML

      import QtQuick 2.1
      import QtQuick.Controls 1.1
      import QtWebEngine 1.0

      ApplicationWindow {
      width: 1280
      height: 720
      visible: true

      WebEngineView

      { id: webview url: "http://www.qt-project.org" anchors.fill: parent }

      }

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

            mibrunin Michael Bruning
            primemover Magic Herb
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes