Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Update: Forum Guidelines & Code of Conduct

    \build-TrafficLight-Desktop_Qt_5_0_2_MinGW_32bit-Debug\debug\debug\XXXXXXXX exited with code 3

    QML and Qt Quick
    1
    1
    1036
    Loading More Posts
    • 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.
    • L
      LakshmiSaripella last edited by

      Hi!

      We have got "qt-windows-opensource-5.0.2-mingw47_32-x86-offline " downloaded from http://qt-project.org/ and have it installed. The installed systems configuration goes as follows

      Qt compiler:- MinGW 4.7 32bit
      OS: WinXP Pro 2002 - 32 bit
      RAM: 3 GB
      CPU: Intel
      Processor speed: 2.93 GHtz

      We have recently started exploring QT and is in the process of creating "Qt Quick 2 Application (Built-in Elements)" using QT Creator. The application throws the error with code 3 (below mentioned) in 3 systems when attempted. However, we are not encountering any issue to create and run "Qt Quick 1 Application (Built-in Elements)" which uses 4.7 api. This is what we are not looking for. We want to proceed with 5.0.x QT having 'import QtQuick 2.0".

      ================================================
      Program: E:\QT-WS\build-TrafficLight-Desktop_Qt_5_0_2_MinGW_32bit-Debug\debug\debug\TrafficLight.exe
      File: ......\3rdparty\angle\src\libEGL\Display.cpp, Line 961

      Expression: ((HRESULT)(result) >= 0)
      Assertion failed!

      Program: E:\QT-WS\build-TrafficLight-Desktop_Qt_5_0_2_MinGW_32bit-Debug\debug\debug\TrafficLight.exe
      File: ......\3rdparty\angle\src\libEGL\Display.cpp, Line 961

      Expression: ((HRESULT)(result) >= 0)

      Starting E:\QT-WS\build-TrafficLight-Desktop_Qt_5_0_2_MinGW_32bit-Debug\debug\debug\TrafficLight...
      QML debugging is enabled. Only use this in a safe environment.
      Number of leaked items: 4
      E:\QT-WS\build-TrafficLight-Desktop_Qt_5_0_2_MinGW_32bit-Debug\debug\debug\TrafficLight exited with code 3

      HERE IS .PRO CONTENT

      =================================

      Add more folders to ship with the application, here

      folder_01.source = qml/TrafficLight
      folder_01.target = qml
      DEPLOYMENTFOLDERS = folder_01

      Additional import path used to resolve QML modules in Creator's code model

      QML_IMPORT_PATH =

      If your application uses the Qt Mobility libraries, uncomment the following

      lines and add the respective components to the MOBILITY variable.

      CONFIG += mobility

      MOBILITY +=

      The .cpp file which was generated for your project. Feel free to hack it.

      SOURCES += main.cpp

      Installation path

      target.path =

      Please do not modify the following two lines. Required for deployment.

      include(qtquick2applicationviewer/qtquick2applicationviewer.pri)
      qtcAddDeployment()

      Reply awaited.

      Thanks

      Lakshmi Saripella

      1 Reply Last reply Reply Quote 0
      • First post
        Last post