Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. No examples/program is getting executed with Qt5.10.0
QtWS25 Last Chance

No examples/program is getting executed with Qt5.10.0

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
windows 10crashedvisual studiowindowsinstall
9 Posts 3 Posters 3.1k 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.
  • QjayQ Offline
    QjayQ Offline
    Qjay
    wrote on last edited by Qjay
    #1

    Hello , i have made a new install of Qt 5.10.0 ( earlier i was using Qt5.9.1 )
    Platform : Windows 10

    Everything was working fine with Qt5.9.1 . All examples and projects were running fine . When i downloaded Qt5.10.0 .

    No program / example is running . It do builds but when i click on run . it says "The program has unexpectedly finished.
    The process was ended forcefully."

    I did searched on google , most of the answers were about installing MSVC 2015 and windows 10 SDK. I am sure i have both ( that's why 5.9.1 was working fine in first place )

    Qt settings as shown in my Qt creator

    0_1519328473203_plag.PNG

    P.S. what is the stable version of current Qt , is it 5.9 or 5.10 .

    sierdzioS 1 Reply Last reply
    0
    • QjayQ Qjay

      Hello , i have made a new install of Qt 5.10.0 ( earlier i was using Qt5.9.1 )
      Platform : Windows 10

      Everything was working fine with Qt5.9.1 . All examples and projects were running fine . When i downloaded Qt5.10.0 .

      No program / example is running . It do builds but when i click on run . it says "The program has unexpectedly finished.
      The process was ended forcefully."

      I did searched on google , most of the answers were about installing MSVC 2015 and windows 10 SDK. I am sure i have both ( that's why 5.9.1 was working fine in first place )

      Qt settings as shown in my Qt creator

      0_1519328473203_plag.PNG

      P.S. what is the stable version of current Qt , is it 5.9 or 5.10 .

      sierdzioS Offline
      sierdzioS Offline
      sierdzio
      Moderators
      wrote on last edited by
      #2

      Hower over these red and yellow error icons to get more info why it is not working.

      @Qjay said in No examples/program is getting executed with Qt5.10.0:

      P.S. what is the stable version of current Qt , is it 5.9 or 5.10 .

      Both 5.9 and 5.10 are stable.

      5.9.x is the LTS branch - "long term support", meaning it will keep getting patches throughout 2018.
      5.10 is the current stable branch - it won't receive another patch beyond 5.10.1, next release will be 5.11.

      (Z(:^

      1 Reply Last reply
      1
      • QjayQ Offline
        QjayQ Offline
        Qjay
        wrote on last edited by
        #3

        0_1519402855592_Untitled.png

        aha_1980A 1 Reply Last reply
        0
        • QjayQ Qjay

          0_1519402855592_Untitled.png

          aha_1980A Offline
          aha_1980A Offline
          aha_1980
          Lifetime Qt Champion
          wrote on last edited by aha_1980
          #4

          Hi @Qjay,

          it looks like you have configuration issues.

          Please show the dialog again without the tooltip but with a Kit selected. I cannot really see where it (the tooltip) belongs to. But it looks like the 64 bit kit has no debugger, while the 32 bit Kit has some serious issue.

          Thanks.

          PS: You have a username with space inside, please create a folder for your projects where this does not occur (e.g. C:\Source). Otherwise you will have problems sooner or later.

          Qt has to stay free or it will die.

          1 Reply Last reply
          0
          • QjayQ Offline
            QjayQ Offline
            Qjay
            wrote on last edited by Qjay
            #5

            i have reverted back to Qt5.9.4 . still same issues but this time there is no red warning sign instead there is that traingle( warning sign)

            0_1519408454487_Untitled.png

            By the way by any chance do i have to install windows SDK again ? ( because i uninstalled qt )

            aha_1980A 2 Replies Last reply
            0
            • QjayQ Qjay

              i have reverted back to Qt5.9.4 . still same issues but this time there is no red warning sign instead there is that traingle( warning sign)

              0_1519408454487_Untitled.png

              By the way by any chance do i have to install windows SDK again ? ( because i uninstalled qt )

              aha_1980A Offline
              aha_1980A Offline
              aha_1980
              Lifetime Qt Champion
              wrote on last edited by aha_1980
              #6

              @Qjay said in No examples/program is getting executed with Qt5.10.0:

              i have reverted back to Qt5.9.4 . still same issues but this time there is no red warning sign instead there is that traingle( warning sign)

              The triangle is most likely becaus of the missing debugger.

              Did you change anything else on your system?

              Can you try to build one of the examples (i.e. do a fresh build, not open one of your existing projects)

              Qt has to stay free or it will die.

              QjayQ 1 Reply Last reply
              0
              • QjayQ Qjay

                i have reverted back to Qt5.9.4 . still same issues but this time there is no red warning sign instead there is that traingle( warning sign)

                0_1519408454487_Untitled.png

                By the way by any chance do i have to install windows SDK again ? ( because i uninstalled qt )

                aha_1980A Offline
                aha_1980A Offline
                aha_1980
                Lifetime Qt Champion
                wrote on last edited by
                #7

                @Qjay said in No examples/program is getting executed with Qt5.10.0:

                By the way by any chance do i have to install windows SDK again ? ( because i uninstalled qt )

                I don't think so. Is the CDB debugger still detected in the debuggers tab?

                Qt has to stay free or it will die.

                1 Reply Last reply
                0
                • QjayQ Offline
                  QjayQ Offline
                  Qjay
                  wrote on last edited by
                  #8

                  0_1519409616056_Capture.PNG

                  1 Reply Last reply
                  0
                  • aha_1980A aha_1980

                    @Qjay said in No examples/program is getting executed with Qt5.10.0:

                    i have reverted back to Qt5.9.4 . still same issues but this time there is no red warning sign instead there is that traingle( warning sign)

                    The triangle is most likely becaus of the missing debugger.

                    Did you change anything else on your system?

                    Can you try to build one of the examples (i.e. do a fresh build, not open one of your existing projects)

                    QjayQ Offline
                    QjayQ Offline
                    Qjay
                    wrote on last edited by Qjay
                    #9

                    @aha_1980 i cleaned my old project build tried it again. The build is successful but when i try to run same error as mentioned above.

                    any changes : just uninstalled Qt5.9.1 .other than that nothing much.

                    this is my compiler tab if it helps any !!

                    0_1519410419816_Capture.PNG

                    p.. i have downloaded windows 10 SDK too now there is no triangle on msvc 32bit one but the problem still remains :/ .

                    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