No examples/program is getting executed with Qt5.10.0
-
Hello , i have made a new install of Qt 5.10.0 ( earlier i was using Qt5.9.1 )
Platform : Windows 10Everything 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
P.S. what is the stable version of current Qt , is it 5.9 or 5.10 .
-
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. -
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.
-
@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)
-
@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?
-
@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 !!
p.. i have downloaded windows 10 SDK too now there is no triangle on msvc 32bit one but the problem still remains :/ .