Unity工程打开就崩溃C:\User\ADMINI~\AppData\Local\Temp\crash_xxxxx\error.log

Unity工程打开就崩溃C:\User\ADMINI~\AppData\Local\Temp\crash_xxxxx\error.log_第1张图片打开工程遇到上图问题,直接崩溃,尝试多次无法打开。

error.log日志:

Unity Editor [version: Unity 5.6.5f1_2cac56bf7bb6]

Unity.exe caused an Access Violation (0xc0000005)
  in module Unity.exe at 0033:417c3597.

Error occurred at 2019-05-15_194642.
D:\Develop-Software\Unity5\Unity\Editor\Unity.exe, run by Administrator.
61% memory in use.
8125 MB physical memory [3099 MB free].
13453 MB paging file [3772 MB free].
134217728 MB user address space [134212311 MB free].
Read from location 00000008 caused an access violation.

中间省略。。。。。

Module 1
D:\Develop-Software\Unity5\Unity\Editor\OpenRL_pthread.dll
Image Base: 0x80000000  Image Size: 0x0000f000
File Size:  42496       File Time:  2017-12-13_203104
Version:
   Company:    Open Source Software community LGPL
   Product:    POSIX Threads for Windows LPGL
   FileDesc:   MS C 32 bit
   FileVer:    2.9.0.0
   ProdVer:    2.9.0.0

Module 2
D:\Develop-Software\Unity5\Unity\Editor\OpenRL.dll
Image Base: 0x80000000  Image Size: 0x00c30000
File Size:  12654592    File Time:  2017-12-13_203104
Version:
   Company:    Imagination Technologies, Inc.
   Product:    OpenRL?
   FileDesc:   OpenRL? Library
   FileVer:    1.5.100.0
   ProdVer:    1.5.100.0

Module 3
C:\Windows\SYSTEM32\MSVCR100.dll
Image Base: 0x6e320000  Image Size: 0x000d1000
File Size:  827728      File Time:  2010-03-18_093602
Version:
   Company:    Microsoft Corporation
   Product:    Microsoft? Visual Studio? 2010
   FileDesc:   Microsoft? C Runtime Library
   FileVer:    10.0.30319.1
   ProdVer:    10.0.30319.1

Module 4
C:\Windows\SYSTEM32\MSVCP100.dll
Image Base: 0x6e400000  Image Size: 0x00098000
File Size:  607568      File Time:  2010-03-18_093602
Version:
   Company:    Microsoft Corporation
   Product:    Microsoft? Visual Studio? 2010
   FileDesc:   Microsoft? C Runtime Library
   FileVer:    10.0.30319.1
   ProdVer:    10.0.30319.1== [end of error.log] ==

以为是MSVCR100.dll出的问题,卸载重装之后依然崩溃。

可以尝试把unity工程中的ProjectSettings(Assets同级目录)中的ProjectSettings.asset删掉,再重新打开,

我这边现在可以打开了,之前的设置再重新设置一次就好了。

你可能感兴趣的:(C#/IO,Unity)