简体   繁体   English

qt 打开时崩溃

[英]qt crashes on opening

在此处输入图像描述 I am trying to get qt set up on my computer to make a gui for a c++ program.我正在尝试在我的计算机上设置 qt 以为 c++ 程序制作 gui。 I installed it with no issues but it will not open.我安装它没有问题,但它不会打开。 I open qt community an it opens a plugin loader and closes.我打开 qt 社区,它打开一个插件加载器并关闭。 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.从任务管理器看它有多个 cmd 子进程打开,一个 clangbackend.exe 然后是 windows 问题报告进程启动,一切都关闭。 I've tried rebooting and reinstalling.我已经尝试重新启动并重新安装。 I'm on windows.我在 windows。

Original Thread 原始线程

Try running this command in cmd.exe (command prompt):尝试在 cmd.exe(命令提示符)中运行此命令:

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

ps: replace pathto with the path to the qt creator bin. ps:将 pathto 替换为 qt 创建者 bin 的路径。 ex = if your path to qt creator bin is, C://Program Files/Qt/Tools/QtCreator/bin, so the command looks like, ex = 如果您的 qt 创建者 bin 的路径是 C://Program Files/Qt/Tools/QtCreator/bin,则命令如下所示,

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.如果这会打开 Qt Creator、go 以帮助菜单->关于插件并永久禁用“欢迎”。

If the solution above doesn't work try disabling your antivirus software like McAffee.如果上述解决方案不起作用,请尝试禁用 McAffee 等防病毒软件。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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