I'm having several crashes on random moments in standalone builds. Usually the log doesnt provide any useful information, but sometimes it does. Here's the most detailed stacktrace I was able to get. Does anyone have any idea of what's going on and/or what to do to fix it?
I'm on version 5.2.3.
========== OUTPUTING STACK TRACE ==================
0x776B6F80 (ntdll) DbgBreakPoint
0x65D178C9 (vrfcore) [d:\avrf\source\base\avrf\avrf30\vrfcore\stopredirect.cpp:103] VfCoreRedirectedStopMessage
0x7774B2A0 (ntdll) RtlApplicationVerifierStop
0x65CD6262 (vfbasics) [d:\avrf\source\base\avrf\avrf30\providers\basics\basics.c:1214] VerifierStopMessage
0x65CD6AF1 (vfbasics) [d:\avrf\source\base\avrf\vrfcommon\support.c:1108] AVrfpCheckFirstChanceException
0x65CD7316 (vfbasics) [d:\avrf\source\base\avrf\vrfcommon\support.c:323] AVrfpVectoredExceptionHandler
0x77696822 (ntdll) RtlDeleteAce
0x776FD151 (ntdll) LdrUnloadDll
0x776D07FF (ntdll) KiUserExceptionDispatcher
0x100EEB0B (mono) mono_set_defaults
0x100EF7AF (mono) mono_set_defaults
0x100EFF7E (mono) mono_set_defaults
0x100F04D9 (mono) mono_set_defaults
0x100F0546 (mono) mono_set_defaults
0x100E9FBF (mono) mono_debugger_run_finally
ERROR: SymGetSymFromAddr64, GetLastError: 'The specified module could not be found.' (Address: F8960066)
ERROR: SymGetModuleInfo64, GetLastError: 'A dynamic link library (DLL) initialization routine failed.' (Address: F8960066)
0xF8960066 (())
0xF74CFF15 (Mono JIT Code) (wrapper runtime-invoke) :runtime_invoke_object_object_sbyte (object,intptr,intptr,intptr)
0x100F0794 (mono) mono_set_defaults
0x1005D8AB (mono) mono_runtime_invoke
0x011E3B9F (MoonHunters) MonoManager::GetMonoClassesCaseInsensitive
0x011F13BE (MoonHunters) scripting_cpp_string_for
0x011EFB7D (MoonHunters) Scripting::ScriptingWrapperFor
0x0129D67D (MoonHunters) ScriptingArguments::AddString
0x0129D6C1 (MoonHunters) ScriptingArguments::AddString
0x011DECA3 (MoonHunters) mono_array_length_safe_wrapper
0x011DEDB3 (MoonHunters) mono_array_length_safe_wrapper
0x011BFE47 (MoonHunters) Behaviour::InitializeClass
0x01261D74 (MoonHunters) RectT::Contains
0x01305842 (MoonHunters) PlayerMainWndProc
0x013074E5 (MoonHunters) PlayerWinMain
0x016824B8 (MoonHunters) SafeBinaryRead::IsReadingBackwardsCompatible
0x016B14ED (MoonHunters) SafeBinaryRead::IsReadingBackwardsCompatible
0x75E87C04 (KERNEL32) BaseThreadInitThunk
0x776EAD1F (ntdll) RtlInitializeExceptionChain
0x776EACEA (ntdll) RtlInitializeExceptionChain
========== END OF STACKTRACE ===========
↧