Details
-
Bug
-
Resolution: Out of scope
-
P2: Important
-
Qt Creator 4.1.0, Qt Creator 4.2.0
-
None
-
Windows 10 64 bit
MSVC2013 64 bit
Creator built on Qt 5.6.2
Project configured to use Qt 5.6.2
Using fallback QML emulation layer (default)
Description
- Create a new Qt Labs Controls Application.
- Open the project's file main.qml
in Designer.
You'll see an error message:Cannot open this QML document because of an error in the QML file: Go to error Line 1: Qt Quick emulation layer crashed
- Click on "Go to error".
main.qml will be opened in Edit mode. There is no indication of any error.
The Qt Quick emulation layer should not crash. If this really can't be avoided, Creator should at least give a hint what is wrong with the qml file. When setting Creator to "use QML emulation layer that is built by the selected Qt", the qml file is being shown correctly.