Creator crashes at startup
-
Hello,
I have tested some Android/SDK/Qt-Version installation/deinstallations with the Maintaince tool in Windows. Suddenly the Creator crashes at startup
(Resp. I get a Debug Message from Visual Studio to debug it. When I close the Dialog the Creator closes.)I found out if I insert the Ignore-line the QtCreator.ini in Qt/Tools/sdktool/share/qtcreator/OtProject
[Plugins]
Ignored=Welcomethe Creator starts without the wellcome page. But I miss the page.
Then I switched in the HelpMenu/Plugins the Wellcome-page off (and later on I thing) with the effect that the Creator crashes every time, independly of the disabling in the ini file.
How can I repair my installation ?
Thanks for help
Andreas -
Hi, I had a similar problem. I installed a new system, Mint 22.1 and then installed Qt. It just wouldn't work when trying to build a Qt application. It used to fail on the initial configuration of even the Hello World program. I could write a non-Qt C++ app and it worked just fine. I did post on here but didn't get any answers.
In the end, after I (think) 3 installs it suddenly started working properly. I'm not sure if there were any version changes in any of the downloaded files but obviously something was missing or corrupt.
Maybe you have a similar ptoblem if you have downloaded extra 'stuff' from the original install?
Colin -
I'm one step further. Deinstallation of Qt 6.5.3 MSVC 2019 64 eliminates the problem.
This effect is reproducable. Reinstallation of this modul crashes the Creator again.
Whats can be the connection with the welcome page ???Now I will check other Qt Versions.
-
Which Creator version are you using?
Which operating system? -
Consider trying to reset the Qt Creator settings. The easiest way to test this is by launching Qt Creator from the command line, with the '-tcs' argument.
-
A Andy314 has marked this topic as solved on