gpt4 book ai didi

c++ - "This application has requested the Runtime to terminate it in an unusual way."

转载 作者:可可西里 更新时间:2023-11-01 18:38:47 27 4
gpt4 key购买 nike

当我关闭 Qt 程序 (g++ 4.4.0) 时,出现 Microsoft Visual C++ Runtime Library 错误“此应用程序已请求运行时以异常方式终止它”。但是当我在调试器中运行它时,我没有收到错误消息。有谁知道如何获取有关崩溃的一些信息?消息框只有一个确定按钮。

编辑添加:按照 Wimmel 的建议,我附加到调试器。有两个线程还活着,ThreadID 为 1 和 3。堆栈看起来像这样:

Level Function              File                           Line Address
0 VTagOutput C:\Windows\syswow64\user32.dll 0 0x7529438d
1 VTagOutput C:\Windows\syswow64\user32.dll 0 0x7529438d
2 USER32!EmptyClipboard C:\Windows\syswow64\user32.dll 0 0x752a2674
3 ?? 0

Level Function File Line Address
0 ntdll!LdrFindResource_U C:\Windows\SysWOW64\ntdll.dll 0 0x76f5000d
1 ntdll!LdrSetAppCompatDllRedirectionCallback C:\Windows\SysWOW64\ntdll.dll 0 0x76fdfabe
2 ?? 0 0x7b9609b5
3 ?? 0

也许第二个线程正在显示错误消息?第一个有点奇怪:前两行是相同的。我的代码中没有名称中包含 TagOutput 的任何内容,据我所知,Qt 也没有。

最佳答案

我唯一一次看到 Qt 的错误消息是在我第一次尝试设置 Qt 开发环境并安装了多个不同版本的 MinGW 时。似乎我的可执行文件正在查找并加载一个与其他所有内容都不一致的 mingwm10.dll 版本。我找到并删除了那个 dll 的所有版本,除了我想要的那个,问题就消失了。

关于c++ - "This application has requested the Runtime to terminate it in an unusual way.",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5442567/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com