解决Qt4.8.6+VS2010运行程序提示 FTH: (6512): *** Fault tolerant heap shim applied to current process. This is usually due to previous crashes
时间:2014-08-06 14:36:51
收藏:0
阅读:2670
这个问题偶尔碰到两次,现在又遇上了,解决办法如下:
打开注册表,设置HKLM\Software\Microsoft\FTH\Enabled 为0
打开CMD,运行Rundll32.exe fthsvc.dll,FthSysprepSpecialize
参考http://msdn.microsoft.com/en-us/library/dd744764
评论(0)