Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. Crash Simple QtQuick App
Forum Updated to NodeBB v4.3 + New Features

Crash Simple QtQuick App

Scheduled Pinned Locked Moved QML and Qt Quick
6 Posts 3 Posters 2.3k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • daneshvar.huD Offline
    daneshvar.huD Offline
    daneshvar.hu
    wrote on last edited by
    #1

    Hi
    Create New Project QtQuick, Run this project and crash.
    Compiled project but crash in run.Qt Widget App is ok.
    My Qt 5.3.1 with MinGW in Windows 8.1.

    thanks

    Us nil, us a look ...

    1 Reply Last reply
    0
    • T Offline
      T Offline
      t3685
      wrote on last edited by
      #2

      Never had this happen to me. What is the error message you are getting?

      1 Reply Last reply
      0
      • dheerendraD Offline
        dheerendraD Offline
        dheerendra
        Qt Champions 2022
        wrote on last edited by
        #3

        Welcome to the forum Daneshvar. Can clean the project and rebuild once and try ? Are you able to create Qt Quick UI and run it ? Are you able to run your application with just with one visual item like

        @Rectangle {
        height : 100;width:100;
        }@

        Just have this QML file and run your program.

        Dheerendra
        @Community Service
        Certified Qt Specialist
        http://www.pthinks.com

        1 Reply Last reply
        0
        • daneshvar.huD Offline
          daneshvar.huD Offline
          daneshvar.hu
          wrote on last edited by
          #4

          Create new project :
          @New Project -> Qt Quick Application -> Qt Quick Controls 1.1 -> Desktop Qt 5.3 MinGW 32bit@

          QML Code :
          @import QtQuick 2.2
          import QtQuick.Controls 1.1

          ApplicationWindow {
          visible: true
          width: 640
          height: 480
          title: qsTr("Hello World")

          menuBar: MenuBar {
              Menu {
                  title: qsTr("File")
                  MenuItem {
                      text: qsTr("Exit")
                      onTriggered: Qt.quit();
                  }
              }
          }
          
          Text {
              text: qsTr("Hello World")
              anchors.centerIn: parent
          }
          

          }@

          Crahs with this message :
          @Problem signature:
          Problem Event Name: APPCRASH
          Application Name: untitled.exe
          Application Version: 0.0.0.0
          Application Timestamp: 00000000
          Fault Module Name: ig4dev32.dll
          Fault Module Version: 8.14.10.1930
          Fault Module Timestamp: 4aba6fdd
          Exception Code: c0000005
          Exception Offset: 0000d09f
          OS Version: 6.3.9600.2.0.0.256.4
          Locale ID: 1065
          Additional Information 1: 5861
          Additional Information 2: 5861822e1919d7c014bbb064c64908b2
          Additional Information 3: d1d9
          Additional Information 4: d1d94a13d3609d6b740644c12508f581@

          maybe "ig4dev32.dll" related to Intel Graphics

          Crash with this message in Debug mode :
          @The inferior stopped because it received a signal from the Operating System.

          Signal name :
          SIGSEGV
          Signal meaning :
          Segmentation fault@

          OS : Windows 8.1
          Graphics : Mobile Intel 965 Express

          thanks

          Us nil, us a look ...

          1 Reply Last reply
          0
          • daneshvar.huD Offline
            daneshvar.huD Offline
            daneshvar.hu
            wrote on last edited by
            #5

            Windows 8.1 Detect and Update My graphics driver
            But I Install Intel Graphics Driver from https://downloadcenter.intel.com
            resolvent my problem but bad draw Qt Quick Control (todos Qt Example)

            !http://s5.picofile.com/file/8134369834/todos.png!

            Us nil, us a look ...

            1 Reply Last reply
            0
            • daneshvar.huD Offline
              daneshvar.huD Offline
              daneshvar.hu
              wrote on last edited by
              #6

              [Solved]
              I Install "Qt 5.3.1 for Windows 64-bit (VS 2013, 573 MB)".
              this problem whenas for OpenGL < 2
              Read this article : "Qt 5 on Windows ANGLE and OpenGL":http://qt-project.org/wiki/Qt-5-on-Windows-ANGLE-and-OpenGL

              Us nil, us a look ...

              1 Reply Last reply
              0

              • Login

              • Login or register to search.
              • First post
                Last post
              0
              • Categories
              • Recent
              • Tags
              • Popular
              • Users
              • Groups
              • Search
              • Get Qt Extensions
              • Unsolved