Uploaded image for project: 'Qt Creator'
  1. Qt Creator
  2. QTCREATORBUG-25392

Qt Creator crashes when clicking the "Design" button with a basic .qml file

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • Not Evaluated
    • None
    • Qt Creator 4.13.1
    • Quick Designer
    • 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"
    • 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?

       

       

       

      Attachments

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

        Activity

          People

            thohartm Thomas Hartmann
            witchdoctor Daniel Calvo
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes