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. during startup program exited with code 0xc0000139
QtWS25 Last Chance

during startup program exited with code 0xc0000139

Scheduled Pinned Locked Moved Unsolved General and Desktop
19 Posts 5 Posters 2.9k Views
  • 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.
  • KroMignonK KroMignon

    @Zunneh said in during startup program exited with code 0xc0000139:

    i want to install the Qt 5.3 and Qt 5.6.3 components

    You cannot "panache" the Qt version, if you want to use Qt Component 5.6.3, you must also use Qt 5.6.3.
    Qt components need Qt libs.

    Z Offline
    Z Offline
    Zunneh
    wrote on last edited by Zunneh
    #9

    @KroMignon i can use the last Qt (4.9.1 ) with an older libraries , i want to use the 5.6.3 and 5.3 libraries ? can i ? instead of using Qt desktop 5.11.3 (see the screen shot ) i want to use Qt desktop 5.3 and Qt desktop 5.6.3 (auto detected) 0_1559134274159_qt.png

    my english is average, please use simple words and try to be the most explicit, thank you

    KroMignonK 2 Replies Last reply
    0
    • Z Zunneh

      @KroMignon i can use the last Qt (4.9.1 ) with an older libraries , i want to use the 5.6.3 and 5.3 libraries ? can i ? instead of using Qt desktop 5.11.3 (see the screen shot ) i want to use Qt desktop 5.3 and Qt desktop 5.6.3 (auto detected) 0_1559134274159_qt.png

      KroMignonK Offline
      KroMignonK Offline
      KroMignon
      wrote on last edited by
      #10

      @Zunneh Once again QtCreator 4.9.1 is an IDE (integrated development environment), this have not link with the Qt version you will use to create your project.

      QtCreator 4.9.1 have been build with Qt 5.12.3, you can see it in the about dialog
      0_1559134333745_f6af6c16-8269-48d5-b581-6ed8fa68e9d4-image.png

      You can use QtCreator 4.9.1 to build a project that use Qt 5.3.x or Qt 5.12.x, thats doesn't mather.
      The Qt Kit you will use are those you have installed on your development PC.
      0_1559134596224_d05f87d7-d68f-4f3a-a323-a4f6e3da6416-image.png

      Then in projects, you can select which kit you want to use to build you project:
      0_1559134662626_ed2840c9-8fb1-45e0-b62d-99f4bea8cb0a-image.png

      It is an old maxim of mine that when you have excluded the impossible, whatever remains, however improbable, must be the truth. (Sherlock Holmes)

      1 Reply Last reply
      2
      • Z Zunneh

        @KroMignon i can use the last Qt (4.9.1 ) with an older libraries , i want to use the 5.6.3 and 5.3 libraries ? can i ? instead of using Qt desktop 5.11.3 (see the screen shot ) i want to use Qt desktop 5.3 and Qt desktop 5.6.3 (auto detected) 0_1559134274159_qt.png

        KroMignonK Offline
        KroMignonK Offline
        KroMignon
        wrote on last edited by
        #11

        @Zunneh Perhaps should take a look at this introduction to QtCreator: https://resources.qt.io/slideshare-all-slideshows/introduction-to-qt-creator

        It is an old maxim of mine that when you have excluded the impossible, whatever remains, however improbable, must be the truth. (Sherlock Holmes)

        Z 1 Reply Last reply
        0
        • KroMignonK KroMignon

          @Zunneh Perhaps should take a look at this introduction to QtCreator: https://resources.qt.io/slideshare-all-slideshows/introduction-to-qt-creator

          Z Offline
          Z Offline
          Zunneh
          wrote on last edited by Zunneh
          #12

          @KroMignon now i have the version Qt creator 4.9.1 (with Qt 5.11.3 ) and my project was made with Qt 5.3 Kits, so how to install Qt 5.3 Kits in Qt creator 4.9.1 ?

          my english is average, please use simple words and try to be the most explicit, thank you

          KroMignonK 1 Reply Last reply
          0
          • Z Zunneh

            @KroMignon now i have the version Qt creator 4.9.1 (with Qt 5.11.3 ) and my project was made with Qt 5.3 Kits, so how to install Qt 5.3 Kits in Qt creator 4.9.1 ?

            KroMignonK Offline
            KroMignonK Offline
            KroMignon
            wrote on last edited by KroMignon
            #13

            @Zunneh Which Qt Kit you want to use is up to you.

            If you want to build project with Qt 5.3, you have to install a Qt 5.3 kit (MinGW, MSVC or someting else). But you could also build the project with a new Qt Kit, like the Qt 5.11.3 you have already available.

            You only have to open your project (PRO file if it is qmake base) and select the right Qt Kit, then build.
            Have you take a look to the QtCreator presentation?

            It is an old maxim of mine that when you have excluded the impossible, whatever remains, however improbable, must be the truth. (Sherlock Holmes)

            1 Reply Last reply
            0
            • A Offline
              A Offline
              arsinte_andrei
              wrote on last edited by
              #14

              ok.. if you want to install a different version of Qt framework you can do that by using the MaintenanceTool from the Qt folder. there do not select update but install new components and select which version do you want from your left frame. Any way as already suggested you can use the new Qt and you should make your source compatible with the latest version of Qt.
              Also after a bit of googling for the error 0xc0000139 - it seems that this error is from windows 10 (anyway windows - I'm using GNU/Linux) and some drivers or updates -
              try to put some breakpoints and see what debug say

              Z 1 Reply Last reply
              0
              • A arsinte_andrei

                ok.. if you want to install a different version of Qt framework you can do that by using the MaintenanceTool from the Qt folder. there do not select update but install new components and select which version do you want from your left frame. Any way as already suggested you can use the new Qt and you should make your source compatible with the latest version of Qt.
                Also after a bit of googling for the error 0xc0000139 - it seems that this error is from windows 10 (anyway windows - I'm using GNU/Linux) and some drivers or updates -
                try to put some breakpoints and see what debug say

                Z Offline
                Z Offline
                Zunneh
                wrote on last edited by
                #15

                @arsinte_andrei Thank you , the problem is that the components that i want to add (5.3 and 5.6.3 ) are not in the list (because they are old ) of the Maintenance Tool, the oldest one available on the list is Qt 5.9

                my english is average, please use simple words and try to be the most explicit, thank you

                mrjjM 1 Reply Last reply
                0
                • Z Zunneh

                  @arsinte_andrei Thank you , the problem is that the components that i want to add (5.3 and 5.6.3 ) are not in the list (because they are old ) of the Maintenance Tool, the oldest one available on the list is Qt 5.9

                  mrjjM Offline
                  mrjjM Offline
                  mrjj
                  Lifetime Qt Champion
                  wrote on last edited by
                  #16

                  @Zunneh
                  Hi
                  Take them from the archive.
                  https://download.qt.io/archive/qt/5.3/5.3.2/
                  https://download.qt.io/archive/qt/5.6/5.6.3/

                  1 Reply Last reply
                  1
                  • Z Offline
                    Z Offline
                    Zunneh
                    wrote on last edited by
                    #17

                    I installed Qt creator 4.9.1 and i added component Qt 5.6.3 but its not detected ? any solution ? thanks

                    0_1559213176461_regarde.png

                    my english is average, please use simple words and try to be the most explicit, thank you

                    jsulmJ 1 Reply Last reply
                    0
                    • A Offline
                      A Offline
                      arsinte_andrei
                      wrote on last edited by
                      #18

                      I can see that you build your kit manual.. can you send some pictures from Qt version tab and Compiler time and qmake tab..

                      1 Reply Last reply
                      0
                      • Z Zunneh

                        I installed Qt creator 4.9.1 and i added component Qt 5.6.3 but its not detected ? any solution ? thanks

                        0_1559213176461_regarde.png

                        jsulmJ Offline
                        jsulmJ Offline
                        jsulm
                        Lifetime Qt Champion
                        wrote on last edited by
                        #19

                        @Zunneh said in during startup program exited with code 0xc0000139:

                        i added component Qt 5.6.3

                        Using offline installer from the link @mrjj provided?
                        If it is not detected you can add that Qt version manually in the "Qt Versions" tab and then create a Kit with this Qt version.

                        https://forum.qt.io/topic/113070/qt-code-of-conduct

                        1 Reply Last reply
                        1

                        • Login

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