最近,我的Unity编辑器(可能也是构建版本,尚未对其进行测试)在播放时随机崩溃-有时立即崩溃,有时在5分钟后崩溃,有时甚至没有崩溃。

error.log始于

Unity Editor by Unity Technologies [version: Unity 2018.2.16f1_39a4ac3d51f6]

mfperfhelper.dll caused an Access Violation (0xc0000005)
  in module mfperfhelper.dll at 0033:0ec318cc.

Error occurred at 2018-11-18_135334.
C:\Program Files\Unity\Editor\Unity.exe, run by user.

有什么想法,这是为什么以及为什么这种随机发生而没有任何可见的模式?

期待解决方案和最诚挚的问候,
Thelaumix

最佳答案

这很可能是该库(mfperfhelper)中的错误或Unity本身对其的滥用。是时候升级Unity或恢复到旧版本了:)

如果那不能解决问题,则需要研究该库的来源。如果Unity随附,则可能需要手动安装该库的新版本。

10-07 19:43
查看更多