Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Qt dosn't run my application
Forum Updated to NodeBB v4.3 + New Features

Qt dosn't run my application

Scheduled Pinned Locked Moved Unsolved General and Desktop
7 Posts 5 Posters 802 Views 2 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.
  • Maarouf Med MahdiM Offline
    Maarouf Med MahdiM Offline
    Maarouf Med Mahdi
    wrote on last edited by Maarouf Med Mahdi
    #1

    i created a new c++ porject , and when i click run , it launch "C:\V-PlaySDK\Tools\QtCreator\bin\qtcreator_process_stub.exe" insted of my application

    !no more qt.PNG

    JKSHJ A 2 Replies Last reply
    0
    • C Offline
      C Offline
      ChrisW67
      wrote on last edited by
      #2

      ... which is used by Qt Creator to launch your program. Your program is evidently totally failing to start but there is no information in your post that would allow anyone to help you.

      1 Reply Last reply
      2
      • Maarouf Med MahdiM Maarouf Med Mahdi

        i created a new c++ porject , and when i click run , it launch "C:\V-PlaySDK\Tools\QtCreator\bin\qtcreator_process_stub.exe" insted of my application

        !no more qt.PNG

        JKSHJ Offline
        JKSHJ Offline
        JKSH
        Moderators
        wrote on last edited by
        #3

        @Maarouf-Med-Mahdi said in Qt dosn't run my application:

        it launch "C:\V-PlaySDK\Tools\QtCreator\bin\qtcreator_process_stub.exe" insted of my application

        Like @ChrisW67 said, qtcreator_process_stub.exe launches your application.

        Look at your "Application Output" pane at the bottom of Qt Creator: https://doc.qt.io/qtcreator/creator-output-panes.html#application-output -- What does it say?

        Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

        1 Reply Last reply
        1
        • Maarouf Med MahdiM Offline
          Maarouf Med MahdiM Offline
          Maarouf Med Mahdi
          wrote on last edited by
          #4

          @JKSH hi , very thanks for ansower , see my app output :

          Démarrage de C:\Users\Med_Mahdi_Maarouf\Documents\build-fix-prob-Desktop_Qt_5_2_1_MinGW_32bit-Debug\debug\fix-prob.exe...
          C:\Users\Med_Mahdi_Maarouf\Documents\build-fix-prob-Desktop_Qt_5_2_1_MinGW_32bit-Debug\debug\fix-prob.exe s'est terminé avec le code -1073741515

          the path in the output application is correct , and say the app is exiting with the code -1073.... , but the process_stub app still working front to me

          Pl45m4P JKSHJ 2 Replies Last reply
          0
          • Maarouf Med MahdiM Maarouf Med Mahdi

            @JKSH hi , very thanks for ansower , see my app output :

            Démarrage de C:\Users\Med_Mahdi_Maarouf\Documents\build-fix-prob-Desktop_Qt_5_2_1_MinGW_32bit-Debug\debug\fix-prob.exe...
            C:\Users\Med_Mahdi_Maarouf\Documents\build-fix-prob-Desktop_Qt_5_2_1_MinGW_32bit-Debug\debug\fix-prob.exe s'est terminé avec le code -1073741515

            the path in the output application is correct , and say the app is exiting with the code -1073.... , but the process_stub app still working front to me

            Pl45m4P Offline
            Pl45m4P Offline
            Pl45m4
            wrote on last edited by Pl45m4
            #5

            @Maarouf-Med-Mahdi

            Run qmake and re-build again. Your output is also missing the "Hello World".

            Btw: You can disable the console window output and redirect all the output to QtCreator's output pane.
            (Projects -> Run, and then check or uncheck "Run in terminal")


            If debugging is the process of removing software bugs, then programming must be the process of putting them in.

            ~E. W. Dijkstra

            1 Reply Last reply
            1
            • Maarouf Med MahdiM Maarouf Med Mahdi

              @JKSH hi , very thanks for ansower , see my app output :

              Démarrage de C:\Users\Med_Mahdi_Maarouf\Documents\build-fix-prob-Desktop_Qt_5_2_1_MinGW_32bit-Debug\debug\fix-prob.exe...
              C:\Users\Med_Mahdi_Maarouf\Documents\build-fix-prob-Desktop_Qt_5_2_1_MinGW_32bit-Debug\debug\fix-prob.exe s'est terminé avec le code -1073741515

              the path in the output application is correct , and say the app is exiting with the code -1073.... , but the process_stub app still working front to me

              JKSHJ Offline
              JKSHJ Offline
              JKSH
              Moderators
              wrote on last edited by
              #6

              @Maarouf-Med-Mahdi said in Qt dosn't run my application:

              fix-prob.exe s'est terminé avec le code -1073741515

              Error code -1073741515 means that a system DLL that you program requires could not be found. That's why qtcreator_process_stub.exe can't load your program.

              For example, see https://stackoverflow.com/questions/3360888/qt-app-i-made-exited-with-code-1073741515

              Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

              1 Reply Last reply
              4
              • Maarouf Med MahdiM Maarouf Med Mahdi

                i created a new c++ porject , and when i click run , it launch "C:\V-PlaySDK\Tools\QtCreator\bin\qtcreator_process_stub.exe" insted of my application

                !no more qt.PNG

                A Offline
                A Offline
                Anonymous_Banned275
                wrote on last edited by
                #7

                @Maarouf-Med-Mahdi said in Qt dosn't run my application:

                i created a new c++ porject , and when i click run

                Back-up a little.
                You have missed some initial configuration , so do not start chasing DLL .

                If you used QtCreator File->New File or Project ...
                then selected
                C++ "hello word" template you should have a step directing you to specify compiler etc. BEFORE you need to add DLL etc.

                You should be asked to select "kit" - a silly pseudo instruction - to select / add system depended device and or software .

                Maybe that is what is missing .

                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