Details
-
Bug
-
Resolution: Fixed
-
Not Evaluated
-
None
-
Qt Creator 4.13.1
-
None
-
Windows 10 Version 2009 [winnt version 10.0.19042]
Qt 5.15.1 (i386-little_endian-ilp32 shared (dynamic) release build; by MSVC 2019) on "windows"
Description
I was trying to run the "Getting Started Programming with Qt Quick" tutorial. The project was created fine and a main.qml file was automatically opened in the editor, with the following contents:
import QtQuick 2.12 import QtQuick.Window 2.12 Window { width: 640 height: 480 visible: true title: qsTr("Hello World") }
When I clicked on the "Design" button, Qt Creator crashed with the following exception:
"Unhandled exception at 0x76055BAE (user32.dll) in qtcreator.exe.21232.dmp: 0xC000041D: Exceção não tratada encontrada durante retorno de chamada de usuário."
I've collected two crash dumps (one mini and one full), along with the system information reported by Qt Creator.
The files are available at Crash Dumps.
Is there any additional information I can provide to help identifying this issue?