Crash Simple QtQuick App
-
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
-
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.
-
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.1ApplicationWindow {
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 Expressthanks
-
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) -
[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