Qt运行报错:lt tolerant heap shim applied to current process. This is usually due to previous crashes. **

查阅资料大致是内存泄露问题:
修改方式:
1、查找程序中存在内存泄露地地方,然后修改它。
2、开注册表,设置HKLM\Software\Microsoft\FTH\Enabled 为0(打开注册表:regedit)
打开CMD,运行Rundll32.exe fthsvc.dll,FthSysprepSpecialize
或者
在注册表中删除Software\Microsoft\Windows
NT\CurrentVersion\AppCompatFlags\Layers\your_application.exe,再次运行程序就不会报这个错误了。

3、如果都不行,就重新编译!!!

Supongo que te gusta

Origin blog.csdn.net/weixin_41065922/article/details/121006832
Recomendado
Clasificación