focus-creative-games / hybridclr_unity

Unity package for HybridCLR
https://code-philosophy.com/
MIT License
711 stars 124 forks source link

unity崩溃 #38

Closed woowloop closed 11 months ago

woowloop commented 11 months ago

unity 2022.3.10lts 导出插件后崩溃。

woowloop commented 11 months ago

unity 2021.3.28f1 导入也崩溃 只有2020测试没有问题 崩溃日志

================================================================= Native Crash Reporting

Got a UNKNOWN while executing native code. This usually indicates a fatal error in the mono runtime or one of the native libraries used by your application.

================================================================= Managed Stacktrace:

  at <unknown> <0xffffffff>
  at System.Object:wrapper_native_000001852DC05290 <0x0012c>
  at MonoHook.HookUtils:FlushICache <0x00108>
  at MonoHook.CodePatcher:FlushICache <0x00092>
  at MonoHook.CodePatcher:ApplyPatch <0x00162>
  at MonoHook.MethodHook:DoInstall <0x00342>
  at MonoHook.MethodHook:Install <0x00162>
  at HybridCLR.MonoHook.CopyStrippedAOTAssembliesHook:.cctor <0x0041a>
  at System.Object:runtime_invoke_void <0x00184>
  at <unknown> <0xffffffff>
  at System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor <0x000c1>
  at System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor <0x0019a>
  at UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes <0x00652>
  at <Module>:runtime_invoke_void_object <0x0018a>

=================================================================