简体   繁体   中英

qt crashes on opening

在此处输入图像描述 I am trying to get qt set up on my computer to make a gui for a c++ program. I installed it with no issues but it will not open. I open qt community an it opens a plugin loader and closes. Watching it from task manager it has multiple cmd sub processes open, a clangbackend.exe then a windows problem reporting processes starts and everything closes. I've tried rebooting and reinstalling. I'm on windows.

Original Thread

Try running this command in cmd.exe (command prompt):

c:\pathto\qtcreator -noload Welcome -noload QmlDesigner -noload QmlProfiler

ps: replace pathto with the path to the qt creator bin. ex = if your path to qt creator bin is, C://Program Files/Qt/Tools/QtCreator/bin, so the command looks like,

c:\Program Files\Qt\Tools\QtCreator\bin\qtcreator -noload Welcome -noload QmlDesigner -noload QmlProfiler

If this opens Qt Creator, go to help menu->About Plugins and disable "Welcome" permanantly.

If the solution above doesn't work try disabling your antivirus software like McAffee.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM