ive been having this issue for years with multiple apps but its finally got the better of me and i cant find a cause for the life of me.
i have multiple released apps and this issue has popped up every now and then but with my latest projects it seems to happen a lot more
i have firebase and mirror in the project and when play is pressed in editor there is 50 - 75 % chance of the editor crashing. ive checked the logs and tried to narrow it down from there but i cant make heads or tails of it. if any one has any idea of how i could figure this out it would be a massive help
0x00007ff797373a2d (Unity) StackWalker::GetCurrentCallstack
0x00007ff7973789d9 (Unity) StackWalker::ShowCallstack
0x00007ff7983440e1 (Unity) GetStacktrace
0x00007ff798a05b32 (Unity) DebugStringToFile
0x00007ff7962a4e76 (Unity) DebugLogHandler_CUSTOM_Internal_Log
0x0000019e9756fd83 (Mono JIT Code) (wrapper managed-to-native) UnityEngine.DebugLogHandler:Internal_Log (UnityEngine.LogType,UnityEngine.LogOption,string,UnityEngine.Object)
0x0000019e9756fcbb (Mono JIT Code) UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[ ])
0x0000019e9756fa40 (Mono JIT Code) UnityEngine.Logger:Log (UnityEngine.LogType,object)
0x0000019e9759ff88 (Mono JIT Code) UnityEngine.Debug:Log (object)
0x0000019e9759fef3 (Mono JIT Code) Mirror.TelepathyTransport:Awake () (at C:/Users/ratz2/Projects/TH3005/Assets/Mirror/Transports/Telepathy/TelepathyTransport.cs:76)
0x0000019ea666fe28 (Mono JIT Code) (wrapper runtime-invoke) object:runtime_invoke_void__this__ (object,intptr,intptr,intptr)
0x00007ffbc977e0e4 (mono-2.0-bdwgc) mono_jit_runtime_invoke (at C:/build/output/Unity-Technologies/mono/mono/mini/mini-runtime.c:3445)
0x00007ffbc96beb84 (mono-2.0-bdwgc) do_runtime_invoke (at C:/build/output/Unity-Technologies/mono/mono/metadata/object.c:3066)
0x00007ffbc96bed1c (mono-2.0-bdwgc) mono_runtime_invoke (at C:/build/output/Unity-Technologies/mono/mono/metadata/object.c:3113)
0x00007ff797292534 (Unity) scripting_method_invoke
0x00007ff7972711b4 (Unity) ScriptingInvocation::Invoke
0x00007ff79727129e (Unity) ScriptingInvocation::InvokeChecked
0x00007ff79730cd06 (Unity) SerializableManagedRef::CallMethod
0x00007ff79725824b (Unity) MonoBehaviour::CallAwake
0x00007ff797256835 (Unity) MonoBehaviour::AddToManager
0x00007ff79725742a (Unity) MonoBehaviour::AwakeFromLoad
0x00007ff79734fc1f (Unity) AwakeFromLoadQueue::InvokePersistentManagerAwake
0x00007ff79735091c (Unity) AwakeFromLoadQueue::PersistentManagerAwakeFromLoad
0x00007ff797350a83 (Unity) AwakeFromLoadQueue::PersistentManagerAwakeFromLoad
0x00007ff796f55075 (Unity) LoadSceneOperation::CompleteAwakeSequence
0x00007ff796f55c10 (Unity) LoadSceneOperation::CompletePreloadManagerLoadSceneEditor
0x00007ff796f56ece (Unity) LoadSceneOperation::IntegrateMainThread
0x00007ff796f5a4ce (Unity) PreloadManager::UpdatePreloadingSingleStep
0x00007ff796f5abef (Unity) PreloadManager::WaitForAllAsyncOperationsToComplete
0x00007ff7981c643d (Unity) EditorSceneManager::RestoreSceneBackups
0x00007ff797ec3cc6 (Unity) PlayerLoopController::EnterPlayMode
0x00007ff797ed40d6 (Unity) PlayerLoopController::SetIsPlaying
0x00007ff797ed7760 (Unity) Application::TickTimer
0x00007ff79834a7ba (Unity) MainMessageLoop
0x00007ff79834f8c0 (Unity) WinMain
0x00007ff7997342fe (Unity) __scrt_common_main_seh
0x00007ffc08b47614 (KERNEL32) BaseThreadInitThunk
0x00007ffc091426b1 (ntdll) RtlUserThreadStart
Unloading 7 Unused Serialized files (Serialized files now loaded: 0)
Loaded scene ‘Temp/__Backupscenes/0.backup’
Deserialize: 21.257 ms
Integration: 189.526 ms
Integration of assets: 0.020 ms
Thread Wait Time: 0.022 ms
Total Operation Time: 210.826 ms
UnloadTime: 1.147300 ms
Loaded scene ‘Assets/MainMenu.unity’
Deserialize: 20.742 ms
Integration: 101.235 ms
Integration of assets: 0.259 ms
Thread Wait Time: 42.691 ms
Total Operation Time: 164.927 ms
Unloading 136 unused Assets / (99.2 KB). Loaded Objects now: 5591.
Memory consumption went from 142.9 MB to 142.8 MB.
Total: 16.478000 ms (FindLiveObjects: 0.869200 ms CreateObjectMapping: 0.357500 ms MarkObjects: 14.927000 ms DeleteObjects: 0.322600 ms)
Loaded 24456 : SignUp
0x00007ff797373a2d (Unity) StackWalker::GetCurrentCallstack
0x00007ff7973789d9 (Unity) StackWalker::ShowCallstack
0x00007ff7983440e1 (Unity) GetStacktrace
0x00007ff798a05b32 (Unity) DebugStringToFile
0x00007ff7962a4e76 (Unity) DebugLogHandler_CUSTOM_Internal_Log
0x0000019e9756fd83 (Mono JIT Code) (wrapper managed-to-native) UnityEngine.DebugLogHandler:Internal_Log (UnityEngine.LogType,UnityEngine.LogOption,string,UnityEngine.Object)
0x0000019e9756fcbb (Mono JIT Code) UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[ ])
0x0000019e9756fa40 (Mono JIT Code) UnityEngine.Logger:Log (UnityEngine.LogType,object)
0x0000019e9759ff88 (Mono JIT Code) UnityEngine.Debug:Log (object)
0x0000019e975f9b03 (Mono JIT Code) Page:Load (PageLoader) (at C:/Users/ratz2/Projects/TH3005/Assets/UILirary/Page.cs:13)
0x0000019e975f97b6 (Mono JIT Code) PageLoader:Start () (at C:/Users/ratz2/Projects/TH3005/Assets/UILirary/PageLoader.cs:34)
0x0000019ea66dc568 (Mono JIT Code) (wrapper runtime-invoke) object:runtime_invoke_void__this__ (object,intptr,intptr,intptr)
0x00007ffbc977e0e4 (mono-2.0-bdwgc) mono_jit_runtime_invoke (at C:/build/output/Unity-Technologies/mono/mono/mini/mini-runtime.c:3445)
0x00007ffbc96beb84 (mono-2.0-bdwgc) do_runtime_invoke (at C:/build/output/Unity-Technologies/mono/mono/metadata/object.c:3066)
0x00007ffbc96bed1c (mono-2.0-bdwgc) mono_runtime_invoke (at C:/build/output/Unity-Technologies/mono/mono/metadata/object.c:3113)
0x00007ff797292534 (Unity) scripting_method_invoke
0x00007ff7972711b4 (Unity) ScriptingInvocation::Invoke
0x00007ff79725f48b (Unity) MonoBehaviour::InvokeMethodOrCoroutineChecked
0x00007ff79725f596 (Unity) MonoBehaviour::InvokeMethodOrCoroutineChecked
0x00007ff7972596b2 (Unity) MonoBehaviour:
elayedStartCall
0x00007ff796cfab14 (Unity) DelayedCallManager::Update
0x00007ff796f29c59 (Unity) InitPlayerLoopCallbacks'::2’::EarlyUpdateScriptRunDelayedStartupFrameRegistrator::Forward
0x00007ff796f09bba (Unity) ExecutePlayerLoop
0x00007ff796f09d46 (Unity) ExecutePlayerLoop
0x00007ff796f10605 (Unity) PlayerLoop
0x00007ff797ecc58f (Unity) PlayerLoopController::InternalUpdateScene
0x00007ff797ec3d93 (Unity) PlayerLoopController::EnterPlayMode
0x00007ff797ed40d6 (Unity) PlayerLoopController::SetIsPlaying
0x00007ff797ed7760 (Unity) Application::TickTimer
0x00007ff79834a7ba (Unity) MainMessageLoop
0x00007ff79834f8c0 (Unity) WinMain
0x00007ff7997342fe (Unity) __scrt_common_main_seh
0x00007ffc08b47614 (KERNEL32) BaseThreadInitThunk
0x00007ffc091426b1 (ntdll) RtlUserThreadStart
Loaded 25006 : Message
0x00007ff797373a2d (Unity) StackWalker::GetCurrentCallstack
0x00007ff7973789d9 (Unity) StackWalker::ShowCallstack
0x00007ff7983440e1 (Unity) GetStacktrace
0x00007ff798a05b32 (Unity) DebugStringToFile
0x00007ff7962a4e76 (Unity) DebugLogHandler_CUSTOM_Internal_Log
0x0000019e9756fd83 (Mono JIT Code) (wrapper managed-to-native) UnityEngine.DebugLogHandler:Internal_Log (UnityEngine.LogType,UnityEngine.LogOption,string,UnityEngine.Object)
0x0000019e9756fcbb (Mono JIT Code) UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[ ])
0x0000019e9756fa40 (Mono JIT Code) UnityEngine.Logger:Log (UnityEngine.LogType,object)
0x0000019e9759ff88 (Mono JIT Code) UnityEngine.Debug:Log (object)
0x0000019e975f9b03 (Mono JIT Code) Page:Load (PageLoader) (at C:/Users/ratz2/Projects/TH3005/Assets/UILirary/Page.cs:13)
0x0000019e975f9bbb (Mono JIT Code) DialogScreen:Load (PageLoader) (at C:/Users/ratz2/Projects/TH3005/Assets/UILirary/DialogScreen/DialogScreen.cs:22)
0x0000019e975f97b6 (Mono JIT Code) PageLoader:Start () (at C:/Users/ratz2/Projects/TH3005/Assets/UILirary/PageLoader.cs:34)
0x0000019ea66dc568 (Mono JIT Code) (wrapper runtime-invoke) object:runtime_invoke_void__this__ (object,intptr,intptr,intptr)
0x00007ffbc977e0e4 (mono-2.0-bdwgc) mono_jit_runtime_invoke (at C:/build/output/Unity-Technologies/mono/mono/mini/mini-runtime.c:3445)
0x00007ffbc96beb84 (mono-2.0-bdwgc) do_runtime_invoke (at C:/build/output/Unity-Technologies/mono/mono/metadata/object.c:3066)
0x00007ffbc96bed1c (mono-2.0-bdwgc) mono_runtime_invoke (at C:/build/output/Unity-Technologies/mono/mono/metadata/object.c:3113)
0x00007ff797292534 (Unity) scripting_method_invoke
0x00007ff7972711b4 (Unity) ScriptingInvocation::Invoke
0x00007ff79725f48b (Unity) MonoBehaviour::InvokeMethodOrCoroutineChecked
0x00007ff79725f596 (Unity) MonoBehaviour::InvokeMethodOrCoroutineChecked
0x00007ff7972596b2 (Unity) MonoBehaviour:
elayedStartCall
0x00007ff796cfab14 (Unity) DelayedCallManager::Update
0x00007ff796f29c59 (Unity) InitPlayerLoopCallbacks'::2’::EarlyUpdateScriptRunDelayedStartupFrameRegistrator::Forward
0x00007ff796f09bba (Unity) ExecutePlayerLoop
0x00007ff796f09d46 (Unity) ExecutePlayerLoop
0x00007ff796f10605 (Unity) PlayerLoop
0x00007ff797ecc58f (Unity) PlayerLoopController::InternalUpdateScene
0x00007ff797ec3d93 (Unity) PlayerLoopController::EnterPlayMode
0x00007ff797ed40d6 (Unity) PlayerLoopController::SetIsPlaying
0x00007ff797ed7760 (Unity) Application::TickTimer
0x00007ff79834a7ba (Unity) MainMessageLoop
0x00007ff79834f8c0 (Unity) WinMain
0x00007ff7997342fe (Unity) __scrt_common_main_seh
0x00007ffc08b47614 (KERNEL32) BaseThreadInitThunk
0x00007ffc091426b1 (ntdll) RtlUserThreadStart
Loading SignIn
0x00007ff797373a2d (Unity) StackWalker::GetCurrentCallstack
0x00007ff7973789d9 (Unity) StackWalker::ShowCallstack
0x00007ff7983440e1 (Unity) GetStacktrace
0x00007ff798a05b32 (Unity) DebugStringToFile
0x00007ff7962a4e76 (Unity) DebugLogHandler_CUSTOM_Internal_Log
0x0000019e9756fd83 (Mono JIT Code) (wrapper managed-to-native) UnityEngine.DebugLogHandler:Internal_Log (UnityEngine.LogType,UnityEngine.LogOption,string,UnityEngine.Object)
0x0000019e9756fcbb (Mono JIT Code) UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[ ])
0x0000019e9756fa40 (Mono JIT Code) UnityEngine.Logger:Log (UnityEngine.LogType,object)
0x0000019e9759ff88 (Mono JIT Code) UnityEngine.Debug:Log (object)
0x0000019e975fa3bb (Mono JIT Code) PageLoader:OpenPage (string) (at C:/Users/ratz2/Projects/TH3005/Assets/UILirary/PageLoader.cs:47)
0x0000019e975f9883 (Mono JIT Code) PageLoader:Start () (at C:/Users/ratz2/Projects/TH3005/Assets/UILirary/PageLoader.cs:42)
0x0000019ea66dc568 (Mono JIT Code) (wrapper runtime-invoke) object:runtime_invoke_void__this__ (object,intptr,intptr,intptr)
0x00007ffbc977e0e4 (mono-2.0-bdwgc) mono_jit_runtime_invoke (at C:/build/output/Unity-Technologies/mono/mono/mini/mini-runtime.c:3445)
0x00007ffbc96beb84 (mono-2.0-bdwgc) do_runtime_invoke (at C:/build/output/Unity-Technologies/mono/mono/metadata/object.c:3066)
0x00007ffbc96bed1c (mono-2.0-bdwgc) mono_runtime_invoke (at C:/build/output/Unity-Technologies/mono/mono/metadata/object.c:3113)
0x00007ff797292534 (Unity) scripting_method_invoke
0x00007ff7972711b4 (Unity) ScriptingInvocation::Invoke
0x00007ff79725f48b (Unity) MonoBehaviour::InvokeMethodOrCoroutineChecked
0x00007ff79725f596 (Unity) MonoBehaviour::InvokeMethodOrCoroutineChecked
0x00007ff7972596b2 (Unity) MonoBehaviour:
elayedStartCall
0x00007ff796cfab14 (Unity) DelayedCallManager::Update
0x00007ff796f29c59 (Unity) InitPlayerLoopCallbacks'::2’::EarlyUpdateScriptRunDelayedStartupFrameRegistrator::Forward
0x00007ff796f09bba (Unity) ExecutePlayerLoop
0x00007ff796f09d46 (Unity) ExecutePlayerLoop
0x00007ff796f10605 (Unity) PlayerLoop
0x00007ff797ecc58f (Unity) PlayerLoopController::InternalUpdateScene
0x00007ff797ec3d93 (Unity) PlayerLoopController::EnterPlayMode
0x00007ff797ed40d6 (Unity) PlayerLoopController::SetIsPlaying
0x00007ff797ed7760 (Unity) Application::TickTimer
0x00007ff79834a7ba (Unity) MainMessageLoop
0x00007ff79834f8c0 (Unity) WinMain
0x00007ff7997342fe (Unity) __scrt_common_main_seh
0x00007ffc08b47614 (KERNEL32) BaseThreadInitThunk
0x00007ffc091426b1 (ntdll) RtlUserThreadStart
Creating space list
0x00007ff797373a2d (Unity) StackWalker::GetCurrentCallstack
0x00007ff7973789d9 (Unity) StackWalker::ShowCallstack
0x00007ff7983440e1 (Unity) GetStacktrace
0x00007ff798a05b32 (Unity) DebugStringToFile
0x00007ff7962a4e76 (Unity) DebugLogHandler_CUSTOM_Internal_Log
0x0000019e9756fd83 (Mono JIT Code) (wrapper managed-to-native) UnityEngine.DebugLogHandler:Internal_Log (UnityEngine.LogType,UnityEngine.LogOption,string,UnityEngine.Object)
0x0000019e9756fcbb (Mono JIT Code) UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[ ])
0x0000019e9756fa40 (Mono JIT Code) UnityEngine.Logger:Log (UnityEngine.LogType,object)
0x0000019e9759ff88 (Mono JIT Code) UnityEngine.Debug:Log (object)
0x0000019e976066ab (Mono JIT Code) LevelSelectDisplay:CreateSpaceList () (at C:/Users/ratz2/Projects/TH3005/Assets/Scripts/LevelSelectDisplay.cs:205)
0x0000019e97606433 (Mono JIT Code) LevelSelectDisplay:Start () (at C:/Users/ratz2/Projects/TH3005/Assets/Scripts/LevelSelectDisplay.cs:47)
0x0000019ea66dc568 (Mono JIT Code) (wrapper runtime-invoke) object:runtime_invoke_void__this__ (object,intptr,intptr,intptr)
0x00007ffbc977e0e4 (mono-2.0-bdwgc) mono_jit_runtime_invoke (at C:/build/output/Unity-Technologies/mono/mono/mini/mini-runtime.c:3445)
0x00007ffbc96beb84 (mono-2.0-bdwgc) do_runtime_invoke (at C:/build/output/Unity-Technologies/mono/mono/metadata/object.c:3066)
0x00007ffbc96bed1c (mono-2.0-bdwgc) mono_runtime_invoke (at C:/build/output/Unity-Technologies/mono/mono/metadata/object.c:3113)
0x00007ff797292534 (Unity) scripting_method_invoke
0x00007ff7972711b4 (Unity) ScriptingInvocation::Invoke
0x00007ff79725f48b (Unity) MonoBehaviour::InvokeMethodOrCoroutineChecked
0x00007ff79725f596 (Unity) MonoBehaviour::InvokeMethodOrCoroutineChecked
0x00007ff7972596b2 (Unity) MonoBehaviour:
elayedStartCall
0x00007ff796cfab14 (Unity) DelayedCallManager::Update
0x00007ff796f29c59 (Unity) InitPlayerLoopCallbacks'::2’::EarlyUpdateScriptRunDelayedStartupFrameRegistrator::Forward
0x00007ff796f09bba (Unity) ExecutePlayerLoop
0x00007ff796f09d46 (Unity) ExecutePlayerLoop
0x00007ff796f10605 (Unity) PlayerLoop
0x00007ff797ecc58f (Unity) PlayerLoopController::InternalUpdateScene
0x00007ff797ec3d93 (Unity) PlayerLoopController::EnterPlayMode
0x00007ff797ed40d6 (Unity) PlayerLoopController::SetIsPlaying
0x00007ff797ed7760 (Unity) Application::TickTimer
0x00007ff79834a7ba (Unity) MainMessageLoop
0x00007ff79834f8c0 (Unity) WinMain
0x00007ff7997342fe (Unity) __scrt_common_main_seh
0x00007ffc08b47614 (KERNEL32) BaseThreadInitThunk
0x00007ffc091426b1 (ntdll) RtlUserThreadStart
Classifications : 4
0x00007ff797373a2d (Unity) StackWalker::GetCurrentCallstack
0x00007ff7973789d9 (Unity) StackWalker::ShowCallstack
0x00007ff7983440e1 (Unity) GetStacktrace
0x00007ff798a05b32 (Unity) DebugStringToFile
0x00007ff7962a4e76 (Unity) DebugLogHandler_CUSTOM_Internal_Log
0x0000019e9756fd83 (Mono JIT Code) (wrapper managed-to-native) UnityEngine.DebugLogHandler:Internal_Log (UnityEngine.LogType,UnityEngine.LogOption,string,UnityEngine.Object)
0x0000019e9756fcbb (Mono JIT Code) UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[ ])
0x0000019e9756fa40 (Mono JIT Code) UnityEngine.Logger:Log (UnityEngine.LogType,object)
0x0000019e9759ff88 (Mono JIT Code) UnityEngine.Debug:Log (object)
0x0000019e976069d3 (Mono JIT Code) LevelSelectDisplay:CreateSpaceList () (at C:/Users/ratz2/Projects/TH3005/Assets/Scripts/LevelSelectDisplay.cs:217)
0x0000019e97606433 (Mono JIT Code) LevelSelectDisplay:Start () (at C:/Users/ratz2/Projects/TH3005/Assets/Scripts/LevelSelectDisplay.cs:47)
0x0000019ea66dc568 (Mono JIT Code) (wrapper runtime-invoke) object:runtime_invoke_void__this__ (object,intptr,intptr,intptr)
0x00007ffbc977e0e4 (mono-2.0-bdwgc) mono_jit_runtime_invoke (at C:/build/output/Unity-Technologies/mono/mono/mini/mini-runtime.c:3445)
0x00007ffbc96beb84 (mono-2.0-bdwgc) do_runtime_invoke (at C:/build/output/Unity-Technologies/mono/mono/metadata/object.c:3066)
0x00007ffbc96bed1c (mono-2.0-bdwgc) mono_runtime_invoke (at C:/build/output/Unity-Technologies/mono/mono/metadata/object.c:3113)
0x00007ff797292534 (Unity) scripting_method_invoke
0x00007ff7972711b4 (Unity) ScriptingInvocation::Invoke
0x00007ff79725f48b (Unity) MonoBehaviour::InvokeMethodOrCoroutineChecked
0x00007ff79725f596 (Unity) MonoBehaviour::InvokeMethodOrCoroutineChecked
0x00007ff7972596b2 (Unity) MonoBehaviour:
elayedStartCall
0x00007ff796cfab14 (Unity) DelayedCallManager::Update
0x00007ff796f29c59 (Unity) InitPlayerLoopCallbacks'::2’::EarlyUpdateScriptRunDelayedStartupFrameRegistrator::Forward
0x00007ff796f09bba (Unity) ExecutePlayerLoop
0x00007ff796f09d46 (Unity) ExecutePlayerLoop
0x00007ff796f10605 (Unity) PlayerLoop
0x00007ff797ecc58f (Unity) PlayerLoopController::InternalUpdateScene
0x00007ff797ec3d93 (Unity) PlayerLoopController::EnterPlayMode
0x00007ff797ed40d6 (Unity) PlayerLoopController::SetIsPlaying
0x00007ff797ed7760 (Unity) Application::TickTimer
0x00007ff79834a7ba (Unity) MainMessageLoop
0x00007ff79834f8c0 (Unity) WinMain
0x00007ff7997342fe (Unity) __scrt_common_main_seh
0x00007ffc08b47614 (KERNEL32) BaseThreadInitThunk
0x00007ffc091426b1 (ntdll) RtlUserThreadStart
Rows 0 : Columns 4
0x00007ff797373a2d (Unity) StackWalker::GetCurrentCallstack
0x00007ff7973789d9 (Unity) StackWalker::ShowCallstack
0x00007ff7983440e1 (Unity) GetStacktrace
0x00007ff798a05b32 (Unity) DebugStringToFile
0x00007ff7962a4e76 (Unity) DebugLogHandler_CUSTOM_Internal_Log
0x0000019e9756fd83 (Mono JIT Code) (wrapper managed-to-native) UnityEngine.DebugLogHandler:Internal_Log (UnityEngine.LogType,UnityEngine.LogOption,string,UnityEngine.Object)
0x0000019e9756fcbb (Mono JIT Code) UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[ ])
0x0000019e9756fa40 (Mono JIT Code) UnityEngine.Logger:Log (UnityEngine.LogType,object)
0x0000019e9759ff88 (Mono JIT Code) UnityEngine.Debug:Log (object)
0x0000019e976072eb (Mono JIT Code) LevelSelectDisplay:CreateSpaceList () (at C:/Users/ratz2/Projects/TH3005/Assets/Scripts/LevelSelectDisplay.cs:246)
0x0000019e97606433 (Mono JIT Code) LevelSelectDisplay:Start () (at C:/Users/ratz2/Projects/TH3005/Assets/Scripts/LevelSelectDisplay.cs:47)
0x0000019ea66dc568 (Mono JIT Code) (wrapper runtime-invoke) object:runtime_invoke_void__this__ (object,intptr,intptr,intptr)
0x00007ffbc977e0e4 (mono-2.0-bdwgc) mono_jit_runtime_invoke (at C:/build/output/Unity-Technologies/mono/mono/mini/mini-runtime.c:3445)
0x00007ffbc96beb84 (mono-2.0-bdwgc) do_runtime_invoke (at C:/build/output/Unity-Technologies/mono/mono/metadata/object.c:3066)
0x00007ffbc96bed1c (mono-2.0-bdwgc) mono_runtime_invoke (at C:/build/output/Unity-Technologies/mono/mono/metadata/object.c:3113)
0x00007ff797292534 (Unity) scripting_method_invoke
0x00007ff7972711b4 (Unity) ScriptingInvocation::Invoke
0x00007ff79725f48b (Unity) MonoBehaviour::InvokeMethodOrCoroutineChecked
0x00007ff79725f596 (Unity) MonoBehaviour::InvokeMethodOrCoroutineChecked
0x00007ff7972596b2 (Unity) MonoBehaviour:
elayedStartCall
0x00007ff796cfab14 (Unity) DelayedCallManager::Update
0x00007ff796f29c59 (Unity) InitPlayerLoopCallbacks'::2’::EarlyUpdateScriptRunDelayedStartupFrameRegistrator::Forward
0x00007ff796f09bba (Unity) ExecutePlayerLoop
0x00007ff796f09d46 (Unity) ExecutePlayerLoop
0x00007ff796f10605 (Unity) PlayerLoop
0x00007ff797ecc58f (Unity) PlayerLoopController::InternalUpdateScene
0x00007ff797ec3d93 (Unity) PlayerLoopController::EnterPlayMode
0x00007ff797ed40d6 (Unity) PlayerLoopController::SetIsPlaying
0x00007ff797ed7760 (Unity) Application::TickTimer
0x00007ff79834a7ba (Unity) MainMessageLoop
0x00007ff79834f8c0 (Unity) WinMain
0x00007ff7997342fe (Unity) __scrt_common_main_seh
0x00007ffc08b47614 (KERNEL32) BaseThreadInitThunk
0x00007ffc091426b1 (ntdll) RtlUserThreadStart
Setting up Firebase Auth
0x00007ff797373a2d (Unity) StackWalker::GetCurrentCallstack
0x00007ff7973789d9 (Unity) StackWalker::ShowCallstack
0x00007ff7983440e1 (Unity) GetStacktrace
0x00007ff798a05b32 (Unity) DebugStringToFile
0x00007ff7962a4e76 (Unity) DebugLogHandler_CUSTOM_Internal_Log
0x0000019e9756fd83 (Mono JIT Code) (wrapper managed-to-native) UnityEngine.DebugLogHandler:Internal_Log (UnityEngine.LogType,UnityEngine.LogOption,string,UnityEngine.Object)
0x0000019e9756fcbb (Mono JIT Code) UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[ ])
0x0000019e9756fa40 (Mono JIT Code) UnityEngine.Logger:Log (UnityEngine.LogType,object)
0x0000019e9759ff88 (Mono JIT Code) UnityEngine.Debug:Log (object)
0x0000019e9760f223 (Mono JIT Code) APDL.Network.FireAuth:InitializeFirebase () (at C:/Users/ratz2/Projects/TH3005/Assets/FireConnection/FireAuth.cs:69)
0x0000019e9760f10b (Mono JIT Code) APDL.Network.FireAuth:b__11_0 (System.Threading.Tasks.Task1<Firebase.DependencyStatus>) (at C:/Users/ratz2/Projects/TH3005/Assets/FireConnection/FireAuth.cs:55) 0x0000019e9760f095 (Mono JIT Code) Firebase.Extensions.TaskExtension/<>c__DisplayClass4_11<Firebase.DependencyStatus>:b__1 () (at /Users/runner/work/firebase-unity-sdk/firebase-unity-sdk/app/task_extension/TaskExtension.cs:128)
0x0000019e9760efc2 (Mono JIT Code) Firebase.Dispatcher/<>c__DisplayClass5_01<bool>:<RunAsync>b__0 () (at /Users/runner/work/firebase-unity-sdk/firebase-unity-sdk/app/platform/Dispatcher.cs:77) 0x0000019e9760eddd (Mono JIT Code) Firebase.ExceptionAggregator:Wrap (System.Action) (at /Users/runner/work/firebase-unity-sdk/firebase-unity-sdk/app/platform/ExceptionAggregator.cs:113) 0x0000019e9760ed7b (Mono JIT Code) Firebase.Dispatcher:PollJobs () (at /Users/runner/work/firebase-unity-sdk/firebase-unity-sdk/app/platform/Dispatcher.cs:115) 0x0000019e9760ea63 (Mono JIT Code) Firebase.Platform.FirebaseHandler:Update () (at /Users/runner/work/firebase-unity-sdk/firebase-unity-sdk/app/platform/Unity/FirebaseHandler.cs:208) 0x0000019e9760e98b (Mono JIT Code) Firebase.Platform.FirebaseMonoBehaviour:Update () (at /Users/runner/work/firebase-unity-sdk/firebase-unity-sdk/app/platform/Unity/FirebaseMonoBehaviour.cs:47) 0x0000019e97595378 (Mono JIT Code) (wrapper runtime-invoke) object:runtime_invoke_void__this__ (object,intptr,intptr,intptr) 0x00007ffbc977e0e4 (mono-2.0-bdwgc) mono_jit_runtime_invoke (at C:/build/output/Unity-Technologies/mono/mono/mini/mini-runtime.c:3445) 0x00007ffbc96beb84 (mono-2.0-bdwgc) do_runtime_invoke (at C:/build/output/Unity-Technologies/mono/mono/metadata/object.c:3066) 0x00007ffbc96bed1c (mono-2.0-bdwgc) mono_runtime_invoke (at C:/build/output/Unity-Technologies/mono/mono/metadata/object.c:3113) 0x00007ff797292534 (Unity) scripting_method_invoke 0x00007ff7972711b4 (Unity) ScriptingInvocation::Invoke 0x00007ff7972583b4 (Unity) MonoBehaviour::CallMethodIfAvailable 0x00007ff7972584da (Unity) MonoBehaviour::CallUpdateMethod 0x00007ff796cf316b (Unity) BaseBehaviourManager::CommonUpdate<BehaviourManager> 0x00007ff796cfa97a (Unity) BehaviourManager::Update 0x00007ff796f2a99d (Unity) InitPlayerLoopCallbacks’::`2’::UpdateScriptRunBehaviourUpdateRegistrator::Forward
0x00007ff796f09bba (Unity) ExecutePlayerLoop
0x00007ff796f09d46 (Unity) ExecutePlayerLoop
0x00007ff796f10605 (Unity) PlayerLoop
0x00007ff797ecc58f (Unity) PlayerLoopController::InternalUpdateScene
0x00007ff797ec3d93 (Unity) PlayerLoopController::EnterPlayMode
0x00007ff797ed40d6 (Unity) PlayerLoopController::SetIsPlaying
0x00007ff797ed7760 (Unity) Application::TickTimer
0x00007ff79834a7ba (Unity) MainMessageLoop
0x00007ff79834f8c0 (Unity) WinMain
0x00007ff7997342fe (Unity) __scrt_common_main_seh
0x00007ffc08b47614 (KERNEL32) BaseThreadInitThunk
0x00007ffc091426b1 (ntdll) RtlUserThreadStart
AuthStateChanged Signed in J3SadnuIRCfzxmTWbwSMwi5GuEa2
0x00007ff797373a2d (Unity) StackWalker::GetCurrentCallstack
0x00007ff7973789d9 (Unity) StackWalker::ShowCallstack
0x00007ff7983440e1 (Unity) GetStacktrace
0x00007ff798a05b32 (Unity) DebugStringToFile
0x00007ff7962a4e76 (Unity) DebugLogHandler_CUSTOM_Internal_Log
0x0000019e9756fd83 (Mono JIT Code) (wrapper managed-to-native) UnityEngine.DebugLogHandler:Internal_Log (UnityEngine.LogType,UnityEngine.LogOption,string,UnityEngine.Object)
0x0000019e9756fcbb (Mono JIT Code) UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[ ])
0x0000019e9756fa40 (Mono JIT Code) UnityEngine.Logger:Log (UnityEngine.LogType,object)
0x0000019e9759ff88 (Mono JIT Code) UnityEngine.Debug:Log (object)
0x0000019e9761a293 (Mono JIT Code) APDL.Network.FireAuth:AuthStateChanged (object,System.EventArgs) (at C:/Users/ratz2/Projects/TH3005/Assets/FireConnection/FireAuth.cs:246)
0x0000019e9761b065 (Mono JIT Code) Firebase.Auth.FirebaseAuth/<>c:b__24_0 (Firebase.Auth.FirebaseAuth) (at /Users/runner/work/firebase-unity-sdk/firebase-unity-sdk/macos_unity/x86_64/auth/swig/Firebase.Auth_fixed.cs:4001)
0x0000019e9761aff5 (Mono JIT Code) Firebase.Auth.FirebaseAuth/<>c__DisplayClass23_1:b__0 () (at /Users/runner/work/firebase-unity-sdk/firebase-unity-sdk/macos_unity/x86_64/auth/swig/Firebase.Auth_fixed.cs:3991)
0x0000019e9760eddd (Mono JIT Code) Firebase.ExceptionAggregator:Wrap (System.Action) (at /Users/runner/work/firebase-unity-sdk/firebase-unity-sdk/app/platform/ExceptionAggregator.cs:113)
0x0000019e9761aec3 (Mono JIT Code) Firebase.Auth.FirebaseAuth:ForwardStateChange (intptr,System.Action1<Firebase.Auth.FirebaseAuth>) (at /Users/runner/work/firebase-unity-sdk/firebase-unity-sdk/macos_unity/x86_64/auth/swig/Firebase.Auth_fixed.cs:3992) 0x0000019e9761ac6b (Mono JIT Code) Firebase.Auth.FirebaseAuth:StateChangedFunction (intptr) (at /Users/runner/work/firebase-unity-sdk/firebase-unity-sdk/macos_unity/x86_64/auth/swig/Firebase.Auth_fixed.cs:4008) 0x0000019e97618e7b (Mono JIT Code) (wrapper native-to-managed) Firebase.Auth.FirebaseAuth:StateChangedFunction (intptr) 0x00007ffbafd9dcf5 (FirebaseCppApp-11_4_0) SWIGRegisterStringCallback_AppCheckUtil 0x00007ffbafd9e358 (FirebaseCppApp-11_4_0) SWIGRegisterStringCallback_AppCheckUtil 0x00007ffbafde8938 (FirebaseCppApp-11_4_0) uS::Socket::freeMessage 0x0000019e9761a987 (Mono JIT Code) (wrapper managed-to-native) Firebase.AppUtilPINVOKE:PollCallbacks () 0x0000019e9761a89b (Mono JIT Code) Firebase.AppUtil:PollCallbacks () (at /Users/runner/work/firebase-unity-sdk/firebase-unity-sdk/macos_unity/x86_64/app/swig/Firebase.App_fixed.cs:4786) 0x0000019e9761a85b (Mono JIT Code) Firebase.Platform.FirebaseAppUtils:PollCallbacks () (at /Users/runner/work/firebase-unity-sdk/firebase-unity-sdk/app/platform/FirebaseAppUtils.cs:33) 0x0000019e9760ea83 (Mono JIT Code) Firebase.Platform.FirebaseHandler:Update () (at /Users/runner/work/firebase-unity-sdk/firebase-unity-sdk/app/platform/Unity/FirebaseHandler.cs:209) 0x0000019e9760e98b (Mono JIT Code) Firebase.Platform.FirebaseMonoBehaviour:Update () (at /Users/runner/work/firebase-unity-sdk/firebase-unity-sdk/app/platform/Unity/FirebaseMonoBehaviour.cs:47) 0x0000019e97595378 (Mono JIT Code) (wrapper runtime-invoke) object:runtime_invoke_void__this__ (object,intptr,intptr,intptr) 0x00007ffbc977e0e4 (mono-2.0-bdwgc) mono_jit_runtime_invoke (at C:/build/output/Unity-Technologies/mono/mono/mini/mini-runtime.c:3445) 0x00007ffbc96beb84 (mono-2.0-bdwgc) do_runtime_invoke (at C:/build/output/Unity-Technologies/mono/mono/metadata/object.c:3066) 0x00007ffbc96bed1c (mono-2.0-bdwgc) mono_runtime_invoke (at C:/build/output/Unity-Technologies/mono/mono/metadata/object.c:3113) 0x00007ff797292534 (Unity) scripting_method_invoke 0x00007ff7972711b4 (Unity) ScriptingInvocation::Invoke 0x00007ff7972583b4 (Unity) MonoBehaviour::CallMethodIfAvailable 0x00007ff7972584da (Unity) MonoBehaviour::CallUpdateMethod 0x00007ff796cf316b (Unity) BaseBehaviourManager::CommonUpdate<BehaviourManager> 0x00007ff796cfa97a (Unity) BehaviourManager::Update 0x00007ff796f2a99d (Unity) InitPlayerLoopCallbacks’::`2’::UpdateScriptRunBehaviourUpdateRegistrator::Forward
0x00007ff796f09bba (Unity) ExecutePlayerLoop
0x00007ff796f09d46 (Unity) ExecutePlayerLoop
0x00007ff796f10605 (Unity) PlayerLoop
0x00007ff797ecc58f (Unity) PlayerLoopController::InternalUpdateScene
0x00007ff797ec3d93 (Unity) PlayerLoopController::EnterPlayMode
0x00007ff797ed40d6 (Unity) PlayerLoopController::SetIsPlaying
0x00007ff797ed7760 (Unity) Application::TickTimer
0x00007ff79834a7ba (Unity) MainMessageLoop
0x00007ff79834f8c0 (Unity) WinMain
0x00007ff7997342fe (Unity) __scrt_common_main_seh
0x00007ffc08b47614 (KERNEL32) BaseThreadInitThunk
0x00007ffc091426b1 (ntdll) RtlUserThreadStart
Anonymous: False
0x00007ff797373a2d (Unity) StackWalker::GetCurrentCallstack
0x00007ff7973789d9 (Unity) StackWalker::ShowCallstack
0x00007ff7983440e1 (Unity) GetStacktrace
0x00007ff798a05b32 (Unity) DebugStringToFile
0x00007ff7962a4e76 (Unity) DebugLogHandler_CUSTOM_Internal_Log
0x0000019e9756fd83 (Mono JIT Code) (wrapper managed-to-native) UnityEngine.DebugLogHandler:Internal_Log (UnityEngine.LogType,UnityEngine.LogOption,string,UnityEngine.Object)
0x0000019e9756fcbb (Mono JIT Code) UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[ ])
0x0000019e9756fa40 (Mono JIT Code) UnityEngine.Logger:Log (UnityEngine.LogType,object)
0x0000019e9759ff88 (Mono JIT Code) UnityEngine.Debug:Log (object)
0x0000019e9761c3c3 (Mono JIT Code) APDL.Network.FireAuth:smile:isplayDetailedUserInfo (Firebase.Auth.FirebaseUser,int) (at C:/Users/ratz2/Projects/TH3005/Assets/FireConnection/FireAuth.cs:213)
0x0000019e9761a35b (Mono JIT Code) APDL.Network.FireAuth:AuthStateChanged (object,System.EventArgs) (at C:/Users/ratz2/Projects/TH3005/Assets/FireConnection/FireAuth.cs:249)
0x0000019e9761b065 (Mono JIT Code) Firebase.Auth.FirebaseAuth/<>c:b__24_0 (Firebase.Auth.FirebaseAuth) (at /Users/runner/work/firebase-unity-sdk/firebase-unity-sdk/macos_unity/x86_64/auth/swig/Firebase.Auth_fixed.cs:4001)
0x0000019e9761aff5 (Mono JIT Code) Firebase.Auth.FirebaseAuth/<>c__DisplayClass23_1:b__0 () (at /Users/runner/work/firebase-unity-sdk/firebase-unity-sdk/macos_unity/x86_64/auth/swig/Firebase.Auth_fixed.cs:3991)
0x0000019e9760eddd (Mono JIT Code) Firebase.ExceptionAggregator:Wrap (System.Action) (at /Users/runner/work/firebase-unity-sdk/firebase-unity-sdk/app/platform/ExceptionAggregator.cs:113)
0x0000019e9761aec3 (Mono JIT Code) Firebase.Auth.FirebaseAuth:ForwardStateChange (intptr,System.Action1<Firebase.Auth.FirebaseAuth>) (at /Users/runner/work/firebase-unity-sdk/firebase-unity-sdk/macos_unity/x86_64/auth/swig/Firebase.Auth_fixed.cs:3992) 0x0000019e9761ac6b (Mono JIT Code) Firebase.Auth.FirebaseAuth:StateChangedFunction (intptr) (at /Users/runner/work/firebase-unity-sdk/firebase-unity-sdk/macos_unity/x86_64/auth/swig/Firebase.Auth_fixed.cs:4008) 0x0000019e97618e7b (Mono JIT Code) (wrapper native-to-managed) Firebase.Auth.FirebaseAuth:StateChangedFunction (intptr) 0x00007ffbafd9dcf5 (FirebaseCppApp-11_4_0) SWIGRegisterStringCallback_AppCheckUtil 0x00007ffbafd9e358 (FirebaseCppApp-11_4_0) SWIGRegisterStringCallback_AppCheckUtil 0x00007ffbafde8938 (FirebaseCppApp-11_4_0) uS::Socket::freeMessage 0x0000019e9761a987 (Mono JIT Code) (wrapper managed-to-native) Firebase.AppUtilPINVOKE:PollCallbacks () 0x0000019e9761a89b (Mono JIT Code) Firebase.AppUtil:PollCallbacks () (at /Users/runner/work/firebase-unity-sdk/firebase-unity-sdk/macos_unity/x86_64/app/swig/Firebase.App_fixed.cs:4786) 0x0000019e9761a85b (Mono JIT Code) Firebase.Platform.FirebaseAppUtils:PollCallbacks () (at /Users/runner/work/firebase-unity-sdk/firebase-unity-sdk/app/platform/FirebaseAppUtils.cs:33) 0x0000019e9760ea83 (Mono JIT Code) Firebase.Platform.FirebaseHandler:Update () (at /Users/runner/work/firebase-unity-sdk/firebase-unity-sdk/app/platform/Unity/FirebaseHandler.cs:209) 0x0000019e9760e98b (Mono JIT Code) Firebase.Platform.FirebaseMonoBehaviour:Update () (at /Users/runner/work/firebase-unity-sdk/firebase-unity-sdk/app/platform/Unity/FirebaseMonoBehaviour.cs:47) 0x0000019e97595378 (Mono JIT Code) (wrapper runtime-invoke) object:runtime_invoke_void__this__ (object,intptr,intptr,intptr) 0x00007ffbc977e0e4 (mono-2.0-bdwgc) mono_jit_runtime_invoke (at C:/build/output/Unity-Technologies/mono/mono/mini/mini-runtime.c:3445) 0x00007ffbc96beb84 (mono-2.0-bdwgc) do_runtime_invoke (at C:/build/output/Unity-Technologies/mono/mono/metadata/object.c:3066) 0x00007ffbc96bed1c (mono-2.0-bdwgc) mono_runtime_invoke (at C:/build/output/Unity-Technologies/mono/mono/metadata/object.c:3113) 0x00007ff797292534 (Unity) scripting_method_invoke 0x00007ff7972711b4 (Unity) ScriptingInvocation::Invoke 0x00007ff7972583b4 (Unity) MonoBehaviour::CallMethodIfAvailable 0x00007ff7972584da (Unity) MonoBehaviour::CallUpdateMethod 0x00007ff796cf316b (Unity) BaseBehaviourManager::CommonUpdate<BehaviourManager> 0x00007ff796cfa97a (Unity) BehaviourManager::Update 0x00007ff796f2a99d (Unity) InitPlayerLoopCallbacks’::`2’::UpdateScriptRunBehaviourUpdateRegistrator::Forward
0x00007ff796f09bba (Unity) ExecutePlayerLoop
0x00007ff796f09d46 (Unity) ExecutePlayerLoop
0x00007ff796f10605 (Unity) PlayerLoop
0x00007ff797ecc58f (Unity) PlayerLoopController::InternalUpdateScene
0x00007ff797ec3d93 (Unity) PlayerLoopController::EnterPlayMode
0x00007ff797ed40d6 (Unity) PlayerLoopController::SetIsPlaying
0x00007ff797ed7760 (Unity) Application::TickTimer
0x00007ff79834a7ba (Unity) MainMessageLoop
0x00007ff79834f8c0 (Unity) WinMain
0x00007ff7997342fe (Unity) __scrt_common_main_seh
0x00007ffc08b47614 (KERNEL32) BaseThreadInitThunk
0x00007ffc091426b1 (ntdll) RtlUserThreadStart
Email Verified: False
0x00007ff797373a2d (Unity) StackWalker::GetCurrentCallstack
0x00007ff7973789d9 (Unity) StackWalker::ShowCallstack
0x00007ff7983440e1 (Unity) GetStacktrace
0x00007ff798a05b32 (Unity) DebugStringToFile
0x00007ff7962a4e76 (Unity) DebugLogHandler_CUSTOM_Internal_Log
0x0000019e9756fd83 (Mono JIT Code) (wrapper managed-to-native) UnityEngine.DebugLogHandler:Internal_Log (UnityEngine.LogType,UnityEngine.LogOption,string,UnityEngine.Object)
0x0000019e9756fcbb (Mono JIT Code) UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[ ])
0x0000019e9756fa40 (Mono JIT Code) UnityEngine.Logger:Log (UnityEngine.LogType,object)
0x0000019e9759ff88 (Mono JIT Code) UnityEngine.Debug:Log (object)
0x0000019e9761c433 (Mono JIT Code) APDL.Network.FireAuth:smile:isplayDetailedUserInfo (Firebase.Auth.FirebaseUser,int) (at C:/Users/ratz2/Projects/TH3005/Assets/FireConnection/FireAuth.cs:214)
0x0000019e9761a35b (Mono JIT Code) APDL.Network.FireAuth:AuthStateChanged (object,System.EventArgs) (at C:/Users/ratz2/Projects/TH3005/Assets/FireConnection/FireAuth.cs:249)
0x0000019e9761b065 (Mono JIT Code) Firebase.Auth.FirebaseAuth/<>c:b__24_0 (Firebase.Auth.FirebaseAuth) (at /Users/runner/work/firebase-unity-sdk/firebase-unity-sdk/macos_unity/x86_64/auth/swig/Firebase.Auth_fixed.cs:4001)
0x0000019e9761aff5 (Mono JIT Code) Firebase.Auth.FirebaseAuth/<>c__DisplayClass23_1:b__0 () (at /Users/runner/work/firebase-unity-sdk/firebase-unity-sdk/macos_unity/x86_64/auth/swig/Firebase.Auth_fixed.cs:3991)
0x0000019e9760eddd (Mono JIT Code) Firebase.ExceptionAggregator:Wrap (System.Action) (at /Users/runner/work/firebase-unity-sdk/firebase-unity-sdk/app/platform/ExceptionAggregator.cs:113)
0x0000019e9761aec3 (Mono JIT Code) Firebase.Auth.FirebaseAuth:ForwardStateChange (intptr,System.Action1<Firebase.Auth.FirebaseAuth>) (at /Users/runner/work/firebase-unity-sdk/firebase-unity-sdk/macos_unity/x86_64/auth/swig/Firebase.Auth_fixed.cs:3992) 0x0000019e9761ac6b (Mono JIT Code) Firebase.Auth.FirebaseAuth:StateChangedFunction (intptr) (at /Users/runner/work/firebase-unity-sdk/firebase-unity-sdk/macos_unity/x86_64/auth/swig/Firebase.Auth_fixed.cs:4008) 0x0000019e97618e7b (Mono JIT Code) (wrapper native-to-managed) Firebase.Auth.FirebaseAuth:StateChangedFunction (intptr) 0x00007ffbafd9dcf5 (FirebaseCppApp-11_4_0) SWIGRegisterStringCallback_AppCheckUtil 0x00007ffbafd9e358 (FirebaseCppApp-11_4_0) SWIGRegisterStringCallback_AppCheckUtil 0x00007ffbafde8938 (FirebaseCppApp-11_4_0) uS::Socket::freeMessage 0x0000019e9761a987 (Mono JIT Code) (wrapper managed-to-native) Firebase.AppUtilPINVOKE:PollCallbacks () 0x0000019e9761a89b (Mono JIT Code) Firebase.AppUtil:PollCallbacks () (at /Users/runner/work/firebase-unity-sdk/firebase-unity-sdk/macos_unity/x86_64/app/swig/Firebase.App_fixed.cs:4786) 0x0000019e9761a85b (Mono JIT Code) Firebase.Platform.FirebaseAppUtils:PollCallbacks () (at /Users/runner/work/firebase-unity-sdk/firebase-unity-sdk/app/platform/FirebaseAppUtils.cs:33) 0x0000019e9760ea83 (Mono JIT Code) Firebase.Platform.FirebaseHandler:Update () (at /Users/runner/work/firebase-unity-sdk/firebase-unity-sdk/app/platform/Unity/FirebaseHandler.cs:209) 0x0000019e9760e98b (Mono JIT Code) Firebase.Platform.FirebaseMonoBehaviour:Update () (at /Users/runner/work/firebase-unity-sdk/firebase-unity-sdk/app/platform/Unity/FirebaseMonoBehaviour.cs:47) 0x0000019e97595378 (Mono JIT Code) (wrapper runtime-invoke) object:runtime_invoke_void__this__ (object,intptr,intptr,intptr) 0x00007ffbc977e0e4 (mono-2.0-bdwgc) mono_jit_runtime_invoke (at C:/build/output/Unity-Technologies/mono/mono/mini/mini-runtime.c:3445) 0x00007ffbc96beb84 (mono-2.0-bdwgc) do_runtime_invoke (at C:/build/output/Unity-Technologies/mono/mono/metadata/object.c:3066) 0x00007ffbc96bed1c (mono-2.0-bdwgc) mono_runtime_invoke (at C:/build/output/Unity-Technologies/mono/mono/metadata/object.c:3113) 0x00007ff797292534 (Unity) scripting_method_invoke 0x00007ff7972711b4 (Unity) ScriptingInvocation::Invoke 0x00007ff7972583b4 (Unity) MonoBehaviour::CallMethodIfAvailable 0x00007ff7972584da (Unity) MonoBehaviour::CallUpdateMethod 0x00007ff796cf316b (Unity) BaseBehaviourManager::CommonUpdate<BehaviourManager> 0x00007ff796cfa97a (Unity) BehaviourManager::Update 0x00007ff796f2a99d (Unity) InitPlayerLoopCallbacks’::`2’::UpdateScriptRunBehaviourUpdateRegistrator::Forward
0x00007ff796f09bba (Unity) ExecutePlayerLoop
0x00007ff796f09d46 (Unity) ExecutePlayerLoop
0x00007ff796f10605 (Unity) PlayerLoop
0x00007ff797ecc58f (Unity) PlayerLoopController::InternalUpdateScene
0x00007ff797ec3d93 (Unity) PlayerLoopController::EnterPlayMode
0x00007ff797ed40d6 (Unity) PlayerLoopController::SetIsPlaying
0x00007ff797ed7760 (Unity) Application::TickTimer
0x00007ff79834a7ba (Unity) MainMessageLoop
0x00007ff79834f8c0 (Unity) WinMain
0x00007ff7997342fe (Unity) __scrt_common_main_seh
0x00007ffc08b47614 (KERNEL32) BaseThreadInitThunk
0x00007ffc091426b1 (ntdll) RtlUserThreadStart
Phone Number:
0x00007ff797373a2d (Unity) StackWalker::GetCurrentCallstack
0x00007ff7973789d9 (Unity) StackWalker::ShowCallstack
0x00007ff7983440e1 (Unity) GetStacktrace
0x00007ff798a05b32 (Unity) DebugStringToFile
0x00007ff7962a4e76 (Unity) DebugLogHandler_CUSTOM_Internal_Log
0x0000019e9756fd83 (Mono JIT Code) (wrapper managed-to-native) UnityEngine.DebugLogHandler:Internal_Log (UnityEngine.LogType,UnityEngine.LogOption,string,UnityEngine.Object)
0x0000019e9756fcbb (Mono JIT Code) UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[ ])
0x0000019e9756fa40 (Mono JIT Code) UnityEngine.Logger:Log (UnityEngine.LogType,object)
0x0000019e9759ff88 (Mono JIT Code) UnityEngine.Debug:Log (object)
0x0000019e9761c47b (Mono JIT Code) APDL.Network.FireAuth:smile:isplayDetailedUserInfo (Firebase.Auth.FirebaseUser,int) (at C:/Users/ratz2/Projects/TH3005/Assets/FireConnection/FireAuth.cs:215)
0x0000019e9761a35b (Mono JIT Code) APDL.Network.FireAuth:AuthStateChanged (object,System.EventArgs) (at C:/Users/ratz2/Projects/TH3005/Assets/FireConnection/FireAuth.cs:249)
0x0000019e9761b065 (Mono JIT Code) Firebase.Auth.FirebaseAuth/<>c:b__24_0 (Firebase.Auth.FirebaseAuth) (at /Users/runner/work/firebase-unity-sdk/firebase-unity-sdk/macos_unity/x86_64/auth/swig/Firebase.Auth_fixed.cs:4001)
0x0000019e9761aff5 (Mono JIT Code) Firebase.Auth.FirebaseAuth/<>c__DisplayClass23_1:b__0 () (at /Users/runner/work/firebase-unity-sdk/firebase-unity-sdk/macos_unity/x86_64/auth/swig/Firebase.Auth_fixed.cs:3991)
0x0000019e9760eddd (Mono JIT Code) Firebase.ExceptionAggregator:Wrap (System.Action) (at /Users/runner/work/firebase-unity-sdk/firebase-unity-sdk/app/platform/ExceptionAggregator.cs:113)
0x0000019e9761aec3 (Mono JIT Code) Firebase.Auth.FirebaseAuth:ForwardStateChange (intptr,System.Action1<Firebase.Auth.FirebaseAuth>) (at /Users/runner/work/firebase-unity-sdk/firebase-unity-sdk/macos_unity/x86_64/auth/swig/Firebase.Auth_fixed.cs:3992) 0x0000019e9761ac6b (Mono JIT Code) Firebase.Auth.FirebaseAuth:StateChangedFunction (intptr) (at /Users/runner/work/firebase-unity-sdk/firebase-unity-sdk/macos_unity/x86_64/auth/swig/Firebase.Auth_fixed.cs:4008) 0x0000019e97618e7b (Mono JIT Code) (wrapper native-to-managed) Firebase.Auth.FirebaseAuth:StateChangedFunction (intptr) 0x00007ffbafd9dcf5 (FirebaseCppApp-11_4_0) SWIGRegisterStringCallback_AppCheckUtil 0x00007ffbafd9e358 (FirebaseCppApp-11_4_0) SWIGRegisterStringCallback_AppCheckUtil 0x00007ffbafde8938 (FirebaseCppApp-11_4_0) uS::Socket::freeMessage 0x0000019e9761a987 (Mono JIT Code) (wrapper managed-to-native) Firebase.AppUtilPINVOKE:PollCallbacks () 0x0000019e9761a89b (Mono JIT Code) Firebase.AppUtil:PollCallbacks () (at /Users/runner/work/firebase-unity-sdk/firebase-unity-sdk/macos_unity/x86_64/app/swig/Firebase.App_fixed.cs:4786) 0x0000019e9761a85b (Mono JIT Code) Firebase.Platform.FirebaseAppUtils:PollCallbacks () (at /Users/runner/work/firebase-unity-sdk/firebase-unity-sdk/app/platform/FirebaseAppUtils.cs:33) 0x0000019e9760ea83 (Mono JIT Code) Firebase.Platform.FirebaseHandler:Update () (at /Users/runner/work/firebase-unity-sdk/firebase-unity-sdk/app/platform/Unity/FirebaseHandler.cs:209) 0x0000019e9760e98b (Mono JIT Code) Firebase.Platform.FirebaseMonoBehaviour:Update () (at /Users/runner/work/firebase-unity-sdk/firebase-unity-sdk/app/platform/Unity/FirebaseMonoBehaviour.cs:47) 0x0000019e97595378 (Mono JIT Code) (wrapper runtime-invoke) object:runtime_invoke_void__this__ (object,intptr,intptr,intptr) 0x00007ffbc977e0e4 (mono-2.0-bdwgc) mono_jit_runtime_invoke (at C:/build/output/Unity-Technologies/mono/mono/mini/mini-runtime.c:3445) 0x00007ffbc96beb84 (mono-2.0-bdwgc) do_runtime_invoke (at C:/build/output/Unity-Technologies/mono/mono/metadata/object.c:3066) 0x00007ffbc96bed1c (mono-2.0-bdwgc) mono_runtime_invoke (at C:/build/output/Unity-Technologies/mono/mono/metadata/object.c:3113) 0x00007ff797292534 (Unity) scripting_method_invoke 0x00007ff7972711b4 (Unity) ScriptingInvocation::Invoke 0x00007ff7972583b4 (Unity) MonoBehaviour::CallMethodIfAvailable 0x00007ff7972584da (Unity) MonoBehaviour::CallUpdateMethod 0x00007ff796cf316b (Unity) BaseBehaviourManager::CommonUpdate<BehaviourManager> 0x00007ff796cfa97a (Unity) BehaviourManager::Update 0x00007ff796f2a99d (Unity) InitPlayerLoopCallbacks’::`2’::UpdateScriptRunBehaviourUpdateRegistrator::Forward
0x00007ff796f09bba (Unity) ExecutePlayerLoop
0x00007ff796f09d46 (Unity) ExecutePlayerLoop
0x00007ff796f10605 (Unity) PlayerLoop
0x00007ff797ecc58f (Unity) PlayerLoopController::InternalUpdateScene
0x00007ff797ec3d93 (Unity) PlayerLoopController::EnterPlayMode
0x00007ff797ed40d6 (Unity) PlayerLoopController::SetIsPlaying
0x00007ff797ed7760 (Unity) Application::TickTimer
0x00007ff79834a7ba (Unity) MainMessageLoop
0x00007ff79834f8c0 (Unity) WinMain
0x00007ff7997342fe (Unity) __scrt_common_main_seh
0x00007ffc08b47614 (KERNEL32) BaseThreadInitThunk
0x00007ffc091426b1 (ntdll) RtlUserThreadStart
Provider Data: 0
0x00007ff797373a2d (Unity) StackWalker::GetCurrentCallstack
0x00007ff7973789d9 (Unity) StackWalker::ShowCallstack
0x00007ff7983440e1 (Unity) GetStacktrace
0x00007ff798a05b32 (Unity) DebugStringToFile
0x00007ff7962a4e76 (Unity) DebugLogHandler_CUSTOM_Internal_Log
0x0000019e9756fd83 (Mono JIT Code) (wrapper managed-to-native) UnityEngine.DebugLogHandler:Internal_Log (UnityEngine.LogType,UnityEngine.LogOption,string,UnityEngine.Object)
0x0000019e9756fcbb (Mono JIT Code) UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[ ])
0x0000019e9756fa40 (Mono JIT Code) UnityEngine.Logger:Log (UnityEngine.LogType,object)
0x0000019e9759ff88 (Mono JIT Code) UnityEngine.Debug:Log (object)
0x0000019e9761c55b (Mono JIT Code) APDL.Network.FireAuth:smile:isplayDetailedUserInfo (Firebase.Auth.FirebaseUser,int) (at C:/Users/ratz2/Projects/TH3005/Assets/FireConnection/FireAuth.cs:222)
0x0000019e9761a35b (Mono JIT Code) APDL.Network.FireAuth:AuthStateChanged (object,System.EventArgs) (at C:/Users/ratz2/Projects/TH3005/Assets/FireConnection/FireAuth.cs:249)
0x0000019e9761b065 (Mono JIT Code) Firebase.Auth.FirebaseAuth/<>c:b__24_0 (Firebase.Auth.FirebaseAuth) (at /Users/runner/work/firebase-unity-sdk/firebase-unity-sdk/macos_unity/x86_64/auth/swig/Firebase.Auth_fixed.cs:4001)
0x0000019e9761aff5 (Mono JIT Code) Firebase.Auth.FirebaseAuth/<>c__DisplayClass23_1:b__0 () (at /Users/runner/work/firebase-unity-sdk/firebase-unity-sdk/macos_unity/x86_64/auth/swig/Firebase.Auth_fixed.cs:3991)
0x0000019e9760eddd (Mono JIT Code) Firebase.ExceptionAggregator:Wrap (System.Action) (at /Users/runner/work/firebase-unity-sdk/firebase-unity-sdk/app/platform/ExceptionAggregator.cs:113)
0x0000019e9761aec3 (Mono JIT Code) Firebase.Auth.FirebaseAuth:ForwardStateChange (intptr,System.Action1<Firebase.Auth.FirebaseAuth>) (at /Users/runner/work/firebase-unity-sdk/firebase-unity-sdk/macos_unity/x86_64/auth/swig/Firebase.Auth_fixed.cs:3992) 0x0000019e9761ac6b (Mono JIT Code) Firebase.Auth.FirebaseAuth:StateChangedFunction (intptr) (at /Users/runner/work/firebase-unity-sdk/firebase-unity-sdk/macos_unity/x86_64/auth/swig/Firebase.Auth_fixed.cs:4008) 0x0000019e97618e7b (Mono JIT Code) (wrapper native-to-managed) Firebase.Auth.FirebaseAuth:StateChangedFunction (intptr) 0x00007ffbafd9dcf5 (FirebaseCppApp-11_4_0) SWIGRegisterStringCallback_AppCheckUtil 0x00007ffbafd9e358 (FirebaseCppApp-11_4_0) SWIGRegisterStringCallback_AppCheckUtil 0x00007ffbafde8938 (FirebaseCppApp-11_4_0) uS::Socket::freeMessage 0x0000019e9761a987 (Mono JIT Code) (wrapper managed-to-native) Firebase.AppUtilPINVOKE:PollCallbacks () 0x0000019e9761a89b (Mono JIT Code) Firebase.AppUtil:PollCallbacks () (at /Users/runner/work/firebase-unity-sdk/firebase-unity-sdk/macos_unity/x86_64/app/swig/Firebase.App_fixed.cs:4786) 0x0000019e9761a85b (Mono JIT Code) Firebase.Platform.FirebaseAppUtils:PollCallbacks () (at /Users/runner/work/firebase-unity-sdk/firebase-unity-sdk/app/platform/FirebaseAppUtils.cs:33) 0x0000019e9760ea83 (Mono JIT Code) Firebase.Platform.FirebaseHandler:Update () (at /Users/runner/work/firebase-unity-sdk/firebase-unity-sdk/app/platform/Unity/FirebaseHandler.cs:209) 0x0000019e9760e98b (Mono JIT Code) Firebase.Platform.FirebaseMonoBehaviour:Update () (at /Users/runner/work/firebase-unity-sdk/firebase-unity-sdk/app/platform/Unity/FirebaseMonoBehaviour.cs:47) 0x0000019e97595378 (Mono JIT Code) (wrapper runtime-invoke) object:runtime_invoke_void__this__ (object,intptr,intptr,intptr) 0x00007ffbc977e0e4 (mono-2.0-bdwgc) mono_jit_runtime_invoke (at C:/build/output/Unity-Technologies/mono/mono/mini/mini-runtime.c:3445) 0x00007ffbc96beb84 (mono-2.0-bdwgc) do_runtime_invoke (at C:/build/output/Unity-Technologies/mono/mono/metadata/object.c:3066) 0x00007ffbc96bed1c (mono-2.0-bdwgc) mono_runtime_invoke (at C:/build/output/Unity-Technologies/mono/mono/metadata/object.c:3113) 0x00007ff797292534 (Unity) scripting_method_invoke 0x00007ff7972711b4 (Unity) ScriptingInvocation::Invoke 0x00007ff7972583b4 (Unity) MonoBehaviour::CallMethodIfAvailable 0x00007ff7972584da (Unity) MonoBehaviour::CallUpdateMethod 0x00007ff796cf316b (Unity) BaseBehaviourManager::CommonUpdate<BehaviourManager> 0x00007ff796cfa97a (Unity) BehaviourManager::Update 0x00007ff796f2a99d (Unity) InitPlayerLoopCallbacks’::`2’::UpdateScriptRunBehaviourUpdateRegistrator::Forward
0x00007ff796f09bba (Unity) ExecutePlayerLoop
0x00007ff796f09d46 (Unity) ExecutePlayerLoop
0x00007ff796f10605 (Unity) PlayerLoop
0x00007ff797ecc58f (Unity) PlayerLoopController::InternalUpdateScene
0x00007ff797ec3d93 (Unity) PlayerLoopController::EnterPlayMode
0x00007ff797ed40d6 (Unity) PlayerLoopController::SetIsPlaying
0x00007ff797ed7760 (Unity) Application::TickTimer
0x00007ff79834a7ba (Unity) MainMessageLoop
0x00007ff79834f8c0 (Unity) WinMain
0x00007ff7997342fe (Unity) __scrt_common_main_seh
0x00007ffc08b47614 (KERNEL32) BaseThreadInitThunk
0x00007ffc091426b1 (ntdll) RtlUserThreadStart
Display Name: danny
0x00007ff797373a2d (Unity) StackWalker::GetCurrentCallstack
0x00007ff7973789d9 (Unity) StackWalker::ShowCallstack
0x00007ff7983440e1 (Unity) GetStacktrace
0x00007ff798a05b32 (Unity) DebugStringToFile
0x00007ff7962a4e76 (Unity) DebugLogHandler_CUSTOM_Internal_Log
0x0000019e9756fd83 (Mono JIT Code) (wrapper managed-to-native) UnityEngine.DebugLogHandler:Internal_Log (UnityEngine.LogType,UnityEngine.LogOption,string,UnityEngine.Object)
0x0000019e9756fcbb (Mono JIT Code) UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[ ])
0x0000019e9756fa40 (Mono JIT Code) UnityEngine.Logger:Log (UnityEngine.LogType,object)
0x0000019e9759ff88 (Mono JIT Code) UnityEngine.Debug:Log (object)
0x0000019e9761c94b (Mono JIT Code) APDL.Network.FireAuth:smile:isplayUserInfo (Firebase.Auth.IUserInfo,int) (at C:/Users/ratz2/Projects/TH3005/Assets/FireConnection/FireAuth.cs:198)
0x0000019e9761c58b (Mono JIT Code) APDL.Network.FireAuth:smile:isplayDetailedUserInfo (Firebase.Auth.FirebaseUser,int) (at C:/Users/ratz2/Projects/TH3005/Assets/FireConnection/FireAuth.cs:219)
0x0000019e9761a35b (Mono JIT Code) APDL.Network.FireAuth:AuthStateChanged (object,System.EventArgs) (at C:/Users/ratz2/Projects/TH3005/Assets/FireConnection/FireAuth.cs:249)
0x0000019e9761b065 (Mono JIT Code) Firebase.Auth.FirebaseAuth/<>c:b__24_0 (Firebase.Auth.FirebaseAuth) (at /Users/runner/work/firebase-unity-sdk/firebase-unity-sdk/macos_unity/x86_64/auth/swig/Firebase.Auth_fixed.cs:4001)
0x0000019e9761aff5 (Mono JIT Code) Firebase.Auth.FirebaseAuth/<>c__DisplayClass23_1:b__0 () (at /Users/runner/work/firebase-unity-sdk/firebase-unity-sdk/macos_unity/x86_64/auth/swig/Firebase.Auth_fixed.cs:3991)
0x0000019e9760eddd (Mono JIT Code) Firebase.ExceptionAggregator:Wrap (System.Action) (at /Users/runner/work/firebase-unity-sdk/firebase-unity-sdk/app/platform/ExceptionAggregator.cs:113)
0x0000019e9761aec3 (Mono JIT Code) Firebase.Auth.FirebaseAuth:ForwardStateChange (intptr,System.Action1<Firebase.Auth.FirebaseAuth>) (at /Users/runner/work/firebase-unity-sdk/firebase-unity-sdk/macos_unity/x86_64/auth/swig/Firebase.Auth_fixed.cs:3992) 0x0000019e9761ac6b (Mono JIT Code) Firebase.Auth.FirebaseAuth:StateChangedFunction (intptr) (at /Users/runner/work/firebase-unity-sdk/firebase-unity-sdk/macos_unity/x86_64/auth/swig/Firebase.Auth_fixed.cs:4008) 0x0000019e97618e7b (Mono JIT Code) (wrapper native-to-managed) Firebase.Auth.FirebaseAuth:StateChangedFunction (intptr) 0x00007ffbafd9dcf5 (FirebaseCppApp-11_4_0) SWIGRegisterStringCallback_AppCheckUtil 0x00007ffbafd9e358 (FirebaseCppApp-11_4_0) SWIGRegisterStringCallback_AppCheckUtil 0x00007ffbafde8938 (FirebaseCppApp-11_4_0) uS::Socket::freeMessage 0x0000019e9761a987 (Mono JIT Code) (wrapper managed-to-native) Firebase.AppUtilPINVOKE:PollCallbacks () 0x0000019e9761a89b (Mono JIT Code) Firebase.AppUtil:PollCallbacks () (at /Users/runner/work/firebase-unity-sdk/firebase-unity-sdk/macos_unity/x86_64/app/swig/Firebase.App_fixed.cs:4786) 0x0000019e9761a85b (Mono JIT Code) Firebase.Platform.FirebaseAppUtils:PollCallbacks () (at /Users/runner/work/firebase-unity-sdk/firebase-unity-sdk/app/platform/FirebaseAppUtils.cs:33) 0x0000019e9760ea83 (Mono JIT Code) Firebase.Platform.FirebaseHandler:Update () (at /Users/runner/work/firebase-unity-sdk/firebase-unity-sdk/app/platform/Unity/FirebaseHandler.cs:209) 0x0000019e9760e98b (Mono JIT Code) Firebase.Platform.FirebaseMonoBehaviour:Update () (at /Users/runner/work/firebase-unity-sdk/firebase-unity-sdk/app/platform/Unity/FirebaseMonoBehaviour.cs:47) 0x0000019e97595378 (Mono JIT Code) (wrapper runtime-invoke) object:runtime_invoke_void__this__ (object,intptr,intptr,intptr) 0x00007ffbc977e0e4 (mono-2.0-bdwgc) mono_jit_runtime_invoke (at C:/build/output/Unity-Technologies/mono/mono/mini/mini-runtime.c:3445) 0x00007ffbc96beb84 (mono-2.0-bdwgc) do_runtime_invoke (at C:/build/output/Unity-Technologies/mono/mono/metadata/object.c:3066) 0x00007ffbc96bed1c (mono-2.0-bdwgc) mono_runtime_invoke (at C:/build/output/Unity-Technologies/mono/mono/metadata/object.c:3113) 0x00007ff797292534 (Unity) scripting_method_invoke 0x00007ff7972711b4 (Unity) ScriptingInvocation::Invoke 0x00007ff7972583b4 (Unity) MonoBehaviour::CallMethodIfAvailable 0x00007ff7972584da (Unity) MonoBehaviour::CallUpdateMethod 0x00007ff796cf316b (Unity) BaseBehaviourManager::CommonUpdate<BehaviourManager> 0x00007ff796cfa97a (Unity) BehaviourManager::Update 0x00007ff796f2a99d (Unity) InitPlayerLoopCallbacks’::`2’::UpdateScriptRunBehaviourUpdateRegistrator::Forward
0x00007ff796f09bba (Unity) ExecutePlayerLoop
0x00007ff796f09d46 (Unity) ExecutePlayerLoop
0x00007ff796f10605 (Unity) PlayerLoop
0x00007ff797ecc58f (Unity) PlayerLoopController::InternalUpdateScene
0x00007ff797ec3d93 (Unity) PlayerLoopController::EnterPlayMode
0x00007ff797ed40d6 (Unity) PlayerLoopController::SetIsPlaying
0x00007ff797ed7760 (Unity) Application::TickTimer
0x00007ff79834a7ba (Unity) MainMessageLoop
0x00007ff79834f8c0 (Unity) WinMain
0x00007ff7997342fe (Unity) __scrt_common_main_seh
0x00007ffc08b47614 (KERNEL32) BaseThreadInitThunk
0x00007ffc091426b1 (ntdll) RtlUserThreadStart
Email: ratz2013.dp@gmail.com
0x00007ff797373a2d (Unity) StackWalker::GetCurrentCallstack
0x00007ff7973789d9 (Unity) StackWalker::ShowCallstack
0x00007ff7983440e1 (Unity) GetStacktrace
0x00007ff798a05b32 (Unity) DebugStringToFile
0x00007ff7962a4e76 (Unity) DebugLogHandler_CUSTOM_Internal_Log
0x0000019e9756fd83 (Mono JIT Code) (wrapper managed-to-native) UnityEngine.DebugLogHandler:Internal_Log (UnityEngine.LogType,UnityEngine.LogOption,string,UnityEngine.Object)
0x0000019e9756fcbb (Mono JIT Code) UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[ ])
0x0000019e9756fa40 (Mono JIT Code) UnityEngine.Logger:Log (UnityEngine.LogType,object)
0x0000019e9759ff88 (Mono JIT Code) UnityEngine.Debug:Log (object)
0x0000019e9761c94b (Mono JIT Code) APDL.Network.FireAuth:smile:isplayUserInfo (Firebase.Auth.IUserInfo,int) (at C:/Users/ratz2/Projects/TH3005/Assets/FireConnection/FireAuth.cs:198)
0x0000019e9761c58b (Mono JIT Code) APDL.Network.FireAuth:smile:isplayDetailedUserInfo (Firebase.Auth.FirebaseUser,int) (at C:/Users/ratz2/Projects/TH3005/Assets/FireConnection/FireAuth.cs:219)
0x0000019e9761a35b (Mono JIT Code) APDL.Network.FireAuth:AuthStateChanged (object,System.EventArgs) (at C:/Users/ratz2/Projects/TH3005/Assets/FireConnection/FireAuth.cs:249)
0x0000019e9761b065 (Mono JIT Code) Firebase.Auth.FirebaseAuth/<>c:b__24_0 (Firebase.Auth.FirebaseAuth) (at /Users/runner/work/firebase-unity-sdk/firebase-unity-sdk/macos_unity/x86_64/auth/swig/Firebase.Auth_fixed.cs:4001)
0x0000019e9761aff5 (Mono JIT Code) Firebase.Auth.FirebaseAuth/<>c__DisplayClass23_1:b__0 () (at /Users/runner/work/firebase-unity-sdk/firebase-unity-sdk/macos_unity/x86_64/auth/swig/Firebase.Auth_fixed.cs:3991)
0x0000019e9760eddd (Mono JIT Code) Firebase.ExceptionAggregator:Wrap (System.Action) (at /Users/runner/work/firebase-unity-sdk/firebase-unity-sdk/app/platform/ExceptionAggregator.cs:113)
0x0000019e9761aec3 (Mono JIT Code) Firebase.Auth.FirebaseAuth:ForwardStateChange (intptr,System.Action1<Firebase.Auth.FirebaseAuth>) (at /Users/runner/work/firebase-unity-sdk/firebase-unity-sdk/macos_unity/x86_64/auth/swig/Firebase.Auth_fixed.cs:3992) 0x0000019e9761ac6b (Mono JIT Code) Firebase.Auth.FirebaseAuth:StateChangedFunction (intptr) (at /Users/runner/work/firebase-unity-sdk/firebase-unity-sdk/macos_unity/x86_64/auth/swig/Firebase.Auth_fixed.cs:4008) 0x0000019e97618e7b (Mono JIT Code) (wrapper native-to-managed) Firebase.Auth.FirebaseAuth:StateChangedFunction (intptr) 0x00007ffbafd9dcf5 (FirebaseCppApp-11_4_0) SWIGRegisterStringCallback_AppCheckUtil 0x00007ffbafd9e358 (FirebaseCppApp-11_4_0) SWIGRegisterStringCallback_AppCheckUtil 0x00007ffbafde8938 (FirebaseCppApp-11_4_0) uS::Socket::freeMessage 0x0000019e9761a987 (Mono JIT Code) (wrapper managed-to-native) Firebase.AppUtilPINVOKE:PollCallbacks () 0x0000019e9761a89b (Mono JIT Code) Firebase.AppUtil:PollCallbacks () (at /Users/runner/work/firebase-unity-sdk/firebase-unity-sdk/macos_unity/x86_64/app/swig/Firebase.App_fixed.cs:4786) 0x0000019e9761a85b (Mono JIT Code) Firebase.Platform.FirebaseAppUtils:PollCallbacks () (at /Users/runner/work/firebase-unity-sdk/firebase-unity-sdk/app/platform/FirebaseAppUtils.cs:33) 0x0000019e9760ea83 (Mono JIT Code) Firebase.Platform.FirebaseHandler:Update () (at /Users/runner/work/firebase-unity-sdk/firebase-unity-sdk/app/platform/Unity/FirebaseHandler.cs:209) 0x0000019e9760e98b (Mono JIT Code) Firebase.Platform.FirebaseMonoBehaviour:Update () (at /Users/runner/work/firebase-unity-sdk/firebase-unity-sdk/app/platform/Unity/FirebaseMonoBehaviour.cs:47) 0x0000019e97595378 (Mono JIT Code) (wrapper runtime-invoke) object:runtime_invoke_void__this__ (object,intptr,intptr,intptr) 0x00007ffbc977e0e4 (mono-2.0-bdwgc) mono_jit_runtime_invoke (at C:/build/output/Unity-Technologies/mono/mono/mini/mini-runtime.c:3445) 0x00007ffbc96beb84 (mono-2.0-bdwgc) do_runtime_invoke (at C:/build/output/Unity-Technologies/mono/mono/metadata/object.c:3066) 0x00007ffbc96bed1c (mono-2.0-bdwgc) mono_runtime_invoke (at C:/build/output/Unity-Technologies/mono/mono/metadata/object.c:3113) 0x00007ff797292534 (Unity) scripting_method_invoke 0x00007ff7972711b4 (Unity) ScriptingInvocation::Invoke 0x00007ff7972583b4 (Unity) MonoBehaviour::CallMethodIfAvailable 0x00007ff7972584da (Unity) MonoBehaviour::CallUpdateMethod 0x00007ff796cf316b (Unity) BaseBehaviourManager::CommonUpdate<BehaviourManager> 0x00007ff796cfa97a (Unity) BehaviourManager::Update 0x00007ff796f2a99d (Unity) InitPlayerLoopCallbacks’::`2’::UpdateScriptRunBehaviourUpdateRegistrator::Forward
0x00007ff796f09bba (Unity) ExecutePlayerLoop
0x00007ff796f09d46 (Unity) ExecutePlayerLoop
0x00007ff796f10605 (Unity) PlayerLoop
0x00007ff797ecc58f (Unity) PlayerLoopController::InternalUpdateScene
0x00007ff797ec3d93 (Unity) PlayerLoopController::EnterPlayMode
0x00007ff797ed40d6 (Unity) PlayerLoopController::SetIsPlaying
0x00007ff797ed7760 (Unity) Application::TickTimer
0x00007ff79834a7ba (Unity) MainMessageLoop
0x00007ff79834f8c0 (Unity) WinMain
0x00007ff7997342fe (Unity) __scrt_common_main_seh
0x00007ffc08b47614 (KERNEL32) BaseThreadInitThunk
0x00007ffc091426b1 (ntdll) RtlUserThreadStart
Provider ID: password
0x00007ff797373a2d (Unity) StackWalker::GetCurrentCallstack
0x00007ff7973789d9 (Unity) StackWalker::ShowCallstack
0x00007ff7983440e1 (Unity) GetStacktrace
0x00007ff798a05b32 (Unity) DebugStringToFile
0x00007ff7962a4e76 (Unity) DebugLogHandler_CUSTOM_Internal_Log
0x0000019e9756fd83 (Mono JIT Code) (wrapper managed-to-native) UnityEngine.DebugLogHandler:Internal_Log (UnityEngine.LogType,UnityEngine.LogOption,string,UnityEngine.Object)
0x0000019e9756fcbb (Mono JIT Code) UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[ ])
0x0000019e9756fa40 (Mono JIT Code) UnityEngine.Logger:Log (UnityEngine.LogType,object)
0x0000019e9759ff88 (Mono JIT Code) UnityEngine.Debug:Log (object)
0x0000019e9761c94b (Mono JIT Code) APDL.Network.FireAuth:smile:isplayUserInfo (Firebase.Auth.IUserInfo,int) (at C:/Users/ratz2/Projects/TH3005/Assets/FireConnection/FireAuth.cs:198)
0x0000019e9761c58b (Mono JIT Code) APDL.Network.FireAuth:smile:isplayDetailedUserInfo (Firebase.Auth.FirebaseUser,int) (at C:/Users/ratz2/Projects/TH3005/Assets/FireConnection/FireAuth.cs:219)
0x0000019e9761a35b (Mono JIT Code) APDL.Network.FireAuth:AuthStateChanged (object,System.EventArgs) (at C:/Users/ratz2/Projects/TH3005/Assets/FireConnection/FireAuth.cs:249)
0x0000019e9761b065 (Mono JIT Code) Firebase.Auth.FirebaseAuth/<>c:b__24_0 (Firebase.Auth.FirebaseAuth) (at /Users/runner/work/firebase-unity-sdk/firebase-unity-sdk/macos_unity/x86_64/auth/swig/Firebase.Auth_fixed.cs:4001)
0x0000019e9761aff5 (Mono JIT Code) Firebase.Auth.FirebaseAuth/<>c__DisplayClass23_1:b__0 () (at /Users/runner/work/firebase-unity-sdk/firebase-unity-sdk/macos_unity/x86_64/auth/swig/Firebase.Auth_fixed.cs:3991)
0x0000019e9760eddd (Mono JIT Code) Firebase.ExceptionAggregator:Wrap (System.Action) (at /Users/runner/work/firebase-unity-sdk/firebase-unity-sdk/app/platform/ExceptionAggregator.cs:113)
0x0000019e9761aec3 (Mono JIT Code) Firebase.Auth.FirebaseAuth:ForwardStateChange (intptr,System.Action1<Firebase.Auth.FirebaseAuth>) (at /Users/runner/work/firebase-unity-sdk/firebase-unity-sdk/macos_unity/x86_64/auth/swig/Firebase.Auth_fixed.cs:3992) 0x0000019e9761ac6b (Mono JIT Code) Firebase.Auth.FirebaseAuth:StateChangedFunction (intptr) (at /Users/runner/work/firebase-unity-sdk/firebase-unity-sdk/macos_unity/x86_64/auth/swig/Firebase.Auth_fixed.cs:4008) 0x0000019e97618e7b (Mono JIT Code) (wrapper native-to-managed) Firebase.Auth.FirebaseAuth:StateChangedFunction (intptr) 0x00007ffbafd9dcf5 (FirebaseCppApp-11_4_0) SWIGRegisterStringCallback_AppCheckUtil 0x00007ffbafd9e358 (FirebaseCppApp-11_4_0) SWIGRegisterStringCallback_AppCheckUtil 0x00007ffbafde8938 (FirebaseCppApp-11_4_0) uS::Socket::freeMessage 0x0000019e9761a987 (Mono JIT Code) (wrapper managed-to-native) Firebase.AppUtilPINVOKE:PollCallbacks () 0x0000019e9761a89b (Mono JIT Code) Firebase.AppUtil:PollCallbacks () (at /Users/runner/work/firebase-unity-sdk/firebase-unity-sdk/macos_unity/x86_64/app/swig/Firebase.App_fixed.cs:4786) 0x0000019e9761a85b (Mono JIT Code) Firebase.Platform.FirebaseAppUtils:PollCallbacks () (at /Users/runner/work/firebase-unity-sdk/firebase-unity-sdk/app/platform/FirebaseAppUtils.cs:33) 0x0000019e9760ea83 (Mono JIT Code) Firebase.Platform.FirebaseHandler:Update () (at /Users/runner/work/firebase-unity-sdk/firebase-unity-sdk/app/platform/Unity/FirebaseHandler.cs:209) 0x0000019e9760e98b (Mono JIT Code) Firebase.Platform.FirebaseMonoBehaviour:Update () (at /Users/runner/work/firebase-unity-sdk/firebase-unity-sdk/app/platform/Unity/FirebaseMonoBehaviour.cs:47) 0x0000019e97595378 (Mono JIT Code) (wrapper runtime-invoke) object:runtime_invoke_void__this__ (object,intptr,intptr,intptr) 0x00007ffbc977e0e4 (mono-2.0-bdwgc) mono_jit_runtime_invoke (at C:/build/output/Unity-Technologies/mono/mono/mini/mini-runtime.c:3445) 0x00007ffbc96beb84 (mono-2.0-bdwgc) do_runtime_invoke (at C:/build/output/Unity-Technologies/mono/mono/metadata/object.c:3066) 0x00007ffbc96bed1c (mono-2.0-bdwgc) mono_runtime_invoke (at C:/build/output/Unity-Technologies/mono/mono/metadata/object.c:3113) 0x00007ff797292534 (Unity) scripting_method_invoke 0x00007ff7972711b4 (Unity) ScriptingInvocation::Invoke 0x00007ff7972583b4 (Unity) MonoBehaviour::CallMethodIfAvailable 0x00007ff7972584da (Unity) MonoBehaviour::CallUpdateMethod 0x00007ff796cf316b (Unity) BaseBehaviourManager::CommonUpdate<BehaviourManager> 0x00007ff796cfa97a (Unity) BehaviourManager::Update 0x00007ff796f2a99d (Unity) InitPlayerLoopCallbacks’::`2’::UpdateScriptRunBehaviourUpdateRegistrator::Forward
0x00007ff796f09bba (Unity) ExecutePlayerLoop
0x00007ff796f09d46 (Unity) ExecutePlayerLoop
0x00007ff796f10605 (Unity) PlayerLoop
0x00007ff797ecc58f (Unity) PlayerLoopController::InternalUpdateScene
0x00007ff797ec3d93 (Unity) PlayerLoopController::EnterPlayMode
0x00007ff797ed40d6 (Unity) PlayerLoopController::SetIsPlaying
0x00007ff797ed7760 (Unity) Application::TickTimer
0x00007ff79834a7ba (Unity) MainMessageLoop
0x00007ff79834f8c0 (Unity) WinMain
0x00007ff7997342fe (Unity) __scrt_common_main_seh
0x00007ffc08b47614 (KERNEL32) BaseThreadInitThunk
0x00007ffc091426b1 (ntdll) RtlUserThreadStart
User ID: ratz2013.dp@gmail.com
0x00007ff797373a2d (Unity) StackWalker::GetCurrentCallstack
0x00007ff7973789d9 (Unity) StackWalker::ShowCallstack
0x00007ff7983440e1 (Unity) GetStacktrace
0x00007ff798a05b32 (Unity) DebugStringToFile
0x00007ff7962a4e76 (Unity) DebugLogHandler_CUSTOM_Internal_Log
0x0000019e9756fd83 (Mono JIT Code) (wrapper managed-to-native) UnityEngine.DebugLogHandler:Internal_Log (UnityEngine.LogType,UnityEngine.LogOption,string,UnityEngine.Object)
0x0000019e9756fcbb (Mono JIT Code) UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[ ])
0x0000019e9756fa40 (Mono JIT Code) UnityEngine.Logger:Log (UnityEngine.LogType,object)
0x0000019e9759ff88 (Mono JIT Code) UnityEngine.Debug:Log (object)
0x0000019e9761c94b (Mono JIT Code) APDL.Network.FireAuth:smile:isplayUserInfo (Firebase.Auth.IUserInfo,int) (at C:/Users/ratz2/Projects/TH3005/Assets/FireConnection/FireAuth.cs:198)
0x0000019e9761c58b (Mono JIT Code) APDL.Network.FireAuth:smile:isplayDetailedUserInfo (Firebase.Auth.FirebaseUser,int) (at C:/Users/ratz2/Projects/TH3005/Assets/FireConnection/FireAuth.cs:219)
0x0000019e9761a35b (Mono JIT Code) APDL.Network.FireAuth:AuthStateChanged (object,System.EventArgs) (at C:/Users/ratz2/Projects/TH3005/Assets/FireConnection/FireAuth.cs:249)
0x0000019e9761b065 (Mono JIT Code) Firebase.Auth.FirebaseAuth/<>c:b__24_0 (Firebase.Auth.FirebaseAuth) (at /Users/runner/work/firebase-unity-sdk/firebase-unity-sdk/macos_unity/x86_64/auth/swig/Firebase.Auth_fixed.cs:4001)
0x0000019e9761aff5 (Mono JIT Code) Firebase.Auth.FirebaseAuth/<>c__DisplayClass23_1:b__0 () (at /Users/runner/work/firebase-unity-sdk/firebase-unity-sdk/macos_unity/x86_64/auth/swig/Firebase.Auth_fixed.cs:3991)
0x0000019e9760eddd (Mono JIT Code) Firebase.ExceptionAggregator:Wrap (System.Action) (at /Users/runner/work/firebase-unity-sdk/firebase-unity-sdk/app/platform/ExceptionAggregator.cs:113)
0x0000019e9761aec3 (Mono JIT Code) Firebase.Auth.FirebaseAuth:ForwardStateChange (intptr,System.Action1<Firebase.Auth.FirebaseAuth>) (at /Users/runner/work/firebase-unity-sdk/firebase-unity-sdk/macos_unity/x86_64/auth/swig/Firebase.Auth_fixed.cs:3992) 0x0000019e9761ac6b (Mono JIT Code) Firebase.Auth.FirebaseAuth:StateChangedFunction (intptr) (at /Users/runner/work/firebase-unity-sdk/firebase-unity-sdk/macos_unity/x86_64/auth/swig/Firebase.Auth_fixed.cs:4008) 0x0000019e97618e7b (Mono JIT Code) (wrapper native-to-managed) Firebase.Auth.FirebaseAuth:StateChangedFunction (intptr) 0x00007ffbafd9dcf5 (FirebaseCppApp-11_4_0) SWIGRegisterStringCallback_AppCheckUtil 0x00007ffbafd9e358 (FirebaseCppApp-11_4_0) SWIGRegisterStringCallback_AppCheckUtil 0x00007ffbafde8938 (FirebaseCppApp-11_4_0) uS::Socket::freeMessage 0x0000019e9761a987 (Mono JIT Code) (wrapper managed-to-native) Firebase.AppUtilPINVOKE:PollCallbacks () 0x0000019e9761a89b (Mono JIT Code) Firebase.AppUtil:PollCallbacks () (at /Users/runner/work/firebase-unity-sdk/firebase-unity-sdk/macos_unity/x86_64/app/swig/Firebase.App_fixed.cs:4786) 0x0000019e9761a85b (Mono JIT Code) Firebase.Platform.FirebaseAppUtils:PollCallbacks () (at /Users/runner/work/firebase-unity-sdk/firebase-unity-sdk/app/platform/FirebaseAppUtils.cs:33) 0x0000019e9760ea83 (Mono JIT Code) Firebase.Platform.FirebaseHandler:Update () (at /Users/runner/work/firebase-unity-sdk/firebase-unity-sdk/app/platform/Unity/FirebaseHandler.cs:209) 0x0000019e9760e98b (Mono JIT Code) Firebase.Platform.FirebaseMonoBehaviour:Update () (at /Users/runner/work/firebase-unity-sdk/firebase-unity-sdk/app/platform/Unity/FirebaseMonoBehaviour.cs:47) 0x0000019e97595378 (Mono JIT Code) (wrapper runtime-invoke) object:runtime_invoke_void__this__ (object,intptr,intptr,intptr) 0x00007ffbc977e0e4 (mono-2.0-bdwgc) mono_jit_runtime_invoke (at C:/build/output/Unity-Technologies/mono/mono/mini/mini-runtime.c:3445) 0x00007ffbc96beb84 (mono-2.0-bdwgc) do_runtime_invoke (at C:/build/output/Unity-Technologies/mono/mono/metadata/object.c:3066) 0x00007ffbc96bed1c (mono-2.0-bdwgc) mono_runtime_invoke (at C:/build/output/Unity-Technologies/mono/mono/metadata/object.c:3113) 0x00007ff797292534 (Unity) scripting_method_invoke 0x00007ff7972711b4 (Unity) ScriptingInvocation::Invoke 0x00007ff7972583b4 (Unity) MonoBehaviour::CallMethodIfAvailable 0x00007ff7972584da (Unity) MonoBehaviour::CallUpdateMethod 0x00007ff796cf316b (Unity) BaseBehaviourManager::CommonUpdate<BehaviourManager> 0x00007ff796cfa97a (Unity) BehaviourManager::Update 0x00007ff796f2a99d (Unity) InitPlayerLoopCallbacks’::`2’::UpdateScriptRunBehaviourUpdateRegistrator::Forward
0x00007ff796f09bba (Unity) ExecutePlayerLoop
0x00007ff796f09d46 (Unity) ExecutePlayerLoop
0x00007ff796f10605 (Unity) PlayerLoop
0x00007ff797ecc58f (Unity) PlayerLoopController::InternalUpdateScene
0x00007ff797ec3d93 (Unity) PlayerLoopController::EnterPlayMode
0x00007ff797ed40d6 (Unity) PlayerLoopController::SetIsPlaying
0x00007ff797ed7760 (Unity) Application::TickTimer
0x00007ff79834a7ba (Unity) MainMessageLoop
0x00007ff79834f8c0 (Unity) WinMain
0x00007ff7997342fe (Unity) __scrt_common_main_seh
0x00007ffc08b47614 (KERNEL32) BaseThreadInitThunk
0x00007ffc091426b1 (ntdll) RtlUserThreadStart
Crash!!!
SymInit: Symbol-SearchPath: ‘.;C:\Users\ratz2\Projects\TH3005;C:\Users\ratz2\Projects\TH3005\Library\BurstCache\JIT;C:\Program Files\Unity\Hub\Editor\2022.3.4f1\Editor;C:\WINDOWS;C:\WINDOWS\system32;’, symOptions: 534, UserName: ‘ratz2’
OS-Version: 10.0.0
C:\Program Files\Unity\Hub\Editor\2022.3.4f1\Editor\Unity.exe:Unity.exe (00007FF7961A0000), size: 82767872 (result: 0), SymType: ‘PDB’, PDB: ‘C:\Program Files\Unity\Hub\Editor\2022.3.4f1\Editor\Unity_x64.pdb’, fileVersion: 2022.3.4.28988
C:\WINDOWS\SYSTEM32\ntdll.dll:ntdll.dll (00007FFC090F0000), size: 2064384 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\WINDOWS\SYSTEM32\ntdll.dll’, fileVersion: 10.0.19041.3324
C:\WINDOWS\System32\KERNEL32.DLL:KERNEL32.DLL (00007FFC08B30000), size: 782336 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\WINDOWS\System32\KERNEL32.DLL’, fileVersion: 10.0.19041.3155
C:\WINDOWS\System32\KERNELBASE.dll:KERNELBASE.dll (00007FFC06E50000), size: 3104768 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\WINDOWS\System32\KERNELBASE.dll’, fileVersion: 10.0.19041.3324
C:\WINDOWS\System32\CRYPT32.dll:CRYPT32.dll (00007FFC06980000), size: 1433600 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\WINDOWS\System32\CRYPT32.dll’, fileVersion: 10.0.19041.3271
C:\WINDOWS\System32\ucrtbase.dll:ucrtbase.dll (00007FFC06D00000), size: 1048576 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\WINDOWS\System32\ucrtbase.dll’, fileVersion: 10.0.19041.789
C:\WINDOWS\System32\USER32.dll:USER32.dll (00007FFC07650000), size: 1691648 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\WINDOWS\System32\USER32.dll’, fileVersion: 10.0.19041.2788
C:\WINDOWS\System32\win32u.dll:win32u.dll (00007FFC06AE0000), size: 139264 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\WINDOWS\System32\win32u.dll’, fileVersion: 10.0.19041.3271
C:\WINDOWS\System32\GDI32.dll:GDI32.dll (00007FFC079A0000), size: 180224 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\WINDOWS\System32\GDI32.dll’, fileVersion: 10.0.19041.2913
C:\WINDOWS\System32\gdi32full.dll:gdi32full.dll (00007FFC06860000), size: 1134592 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\WINDOWS\System32\gdi32full.dll’, fileVersion: 10.0.19041.3271
C:\WINDOWS\System32\msvcp_win.dll:msvcp_win.dll (00007FFC06B80000), size: 643072 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\WINDOWS\System32\msvcp_win.dll’, fileVersion: 10.0.19041.789
C:\WINDOWS\System32\ADVAPI32.dll:ADVAPI32.dll (00007FFC07B50000), size: 716800 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\WINDOWS\System32\ADVAPI32.dll’, fileVersion: 10.0.19041.2913
C:\WINDOWS\System32\msvcrt.dll:msvcrt.dll (00007FFC08A90000), size: 647168 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\WINDOWS\System32\msvcrt.dll’, fileVersion: 7.0.19041.546
C:\WINDOWS\System32\sechost.dll:sechost.dll (00007FFC089F0000), size: 638976 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\WINDOWS\System32\sechost.dll’, fileVersion: 10.0.19041.2913
C:\WINDOWS\System32\RPCRT4.dll:RPCRT4.dll (00007FFC07520000), size: 1204224 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\WINDOWS\System32\RPCRT4.dll’, fileVersion: 10.0.19041.3208
C:\WINDOWS\System32\SHELL32.dll:SHELL32.dll (00007FFC082A0000), size: 7618560 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\WINDOWS\System32\SHELL32.dll’, fileVersion: 10.0.19041.3271
C:\WINDOWS\System32\SHLWAPI.dll:SHLWAPI.dll (00007FFC08C00000), size: 348160 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\WINDOWS\System32\SHLWAPI.dll’, fileVersion: 10.0.19041.2075
C:\WINDOWS\System32\ole32.dll:ole32.dll (00007FFC08170000), size: 1220608 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\WINDOWS\System32\ole32.dll’, fileVersion: 10.0.19041.2965
C:\WINDOWS\System32\combase.dll:combase.dll (00007FFC08C60000), size: 3489792 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\WINDOWS\System32\combase.dll’, fileVersion: 10.0.19041.2788
C:\WINDOWS\System32\IMM32.dll:IMM32.dll (00007FFC072B0000), size: 196608 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\WINDOWS\System32\IMM32.dll’, fileVersion: 10.0.19041.2673
C:\WINDOWS\System32\SETUPAPI.dll:SETUPAPI.dll (00007FFC07D00000), size: 4644864 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\WINDOWS\System32\SETUPAPI.dll’, fileVersion: 10.0.19041.3155
C:\WINDOWS\System32\cfgmgr32.dll:cfgmgr32.dll (00007FFC06E00000), size: 319488 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\WINDOWS\System32\cfgmgr32.dll’, fileVersion: 10.0.19041.3155
C:\WINDOWS\System32\bcrypt.dll:bcrypt.dll (00007FFC06CD0000), size: 159744 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\WINDOWS\System32\bcrypt.dll’, fileVersion: 10.0.19041.3208
C:\WINDOWS\System32\WS2_32.dll:WS2_32.dll (00007FFC07230000), size: 438272 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\WINDOWS\System32\WS2_32.dll’, fileVersion: 10.0.19041.546
C:\WINDOWS\System32\OLEAUT32.dll:OLEAUT32.dll (00007FFC07C30000), size: 839680 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\WINDOWS\System32\OLEAUT32.dll’, fileVersion: 10.0.19041.3208
C:\WINDOWS\System32\WINTRUST.dll:WINTRUST.dll (00007FFC06B10000), size: 421888 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\WINDOWS\System32\WINTRUST.dll’, fileVersion: 10.0.19041.3271
C:\Program Files\Unity\Hub\Editor\2022.3.4f1\Editor\libfbxsdk.dll:libfbxsdk.dll (00007FFBCCC80000), size: 10067968 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\Program Files\Unity\Hub\Editor\2022.3.4f1\Editor\libfbxsdk.dll’, fileVersion: 2020.3.3.0
C:\Program Files\Unity\Hub\Editor\2022.3.4f1\Editor\s3tcompress.dll:s3tcompress.dll (00007FFBF6030000), size: 180224 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\Program Files\Unity\Hub\Editor\2022.3.4f1\Editor\s3tcompress.dll’
C:\Program Files\Unity\Hub\Editor\2022.3.4f1\Editor\etccompress.dll:etccompress.dll (00007FFBCC7A0000), size: 5066752 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\Program Files\Unity\Hub\Editor\2022.3.4f1\Editor\etccompress.dll’
C:\Program Files\Unity\Hub\Editor\2022.3.4f1\Editor\ispc_texcomp.dll:ispc_texcomp.dll (00007FFBCC5F0000), size: 1740800 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\Program Files\Unity\Hub\Editor\2022.3.4f1\Editor\ispc_texcomp.dll’
C:\Program Files\Unity\Hub\Editor\2022.3.4f1\Editor\compress_bc7e.dll:compress_bc7e.dll (00007FFBED6E0000), size: 1441792 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\Program Files\Unity\Hub\Editor\2022.3.4f1\Editor\compress_bc7e.dll’
C:\Program Files\Unity\Hub\Editor\2022.3.4f1\Editor\FreeImage.dll:FreeImage.dll (0000000180000000), size: 6582272 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\Program Files\Unity\Hub\Editor\2022.3.4f1\Editor\FreeImage.dll’, fileVersion: 3.18.0.0
C:\Program Files\Unity\Hub\Editor\2022.3.4f1\Editor\WinPixEventRuntime.dll:WinPixEventRuntime.dll (00007FFC011D0000), size: 45056 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\Program Files\Unity\Hub\Editor\2022.3.4f1\Editor\WinPixEventRuntime.dll’, fileVersion: 1.0.1812.6001
C:\Program Files\Unity\Hub\Editor\2022.3.4f1\Editor\umbraoptimizer64.dll:umbraoptimizer64.dll (00007FFBE6C70000), size: 1187840 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\Program Files\Unity\Hub\Editor\2022.3.4f1\Editor\umbraoptimizer64.dll’
C:\WINDOWS\SYSTEM32\OPENGL32.dll:OPENGL32.dll (00007FFBED860000), size: 1200128 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\WINDOWS\SYSTEM32\OPENGL32.dll’, fileVersion: 10.0.19041.2193
C:\WINDOWS\SYSTEM32\GLU32.dll:GLU32.dll (00007FFC01080000), size: 180224 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\WINDOWS\SYSTEM32\GLU32.dll’, fileVersion: 10.0.19041.2193
C:\WINDOWS\SYSTEM32\IPHLPAPI.DLL:IPHLPAPI.DLL (00007FFC05B90000), size: 241664 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\WINDOWS\SYSTEM32\IPHLPAPI.DLL’, fileVersion: 10.0.19041.3271
C:\WINDOWS\SYSTEM32\WINHTTP.dll:WINHTTP.dll (00007FFBFC150000), size: 1089536 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\WINDOWS\SYSTEM32\WINHTTP.dll’, fileVersion: 10.0.19041.3031
C:\WINDOWS\SYSTEM32\WINMM.dll:WINMM.dll (00007FFBF6400000), size: 159744 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\WINDOWS\SYSTEM32\WINMM.dll’, fileVersion: 10.0.19041.546
C:\WINDOWS\SYSTEM32\HID.DLL:HID.DLL (00007FFC05010000), size: 53248 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\WINDOWS\SYSTEM32\HID.DLL’, fileVersion: 10.0.19041.546
C:\WINDOWS\SYSTEM32\dwmapi.dll:dwmapi.dll (00007FFC04580000), size: 192512 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\WINDOWS\SYSTEM32\dwmapi.dll’, fileVersion: 10.0.19041.746
C:\Program Files\Unity\Hub\Editor\2022.3.4f1\Editor\SketchUpAPI.dll:SketchUpAPI.dll (00007FFBCBD50000), size: 8990720 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\Program Files\Unity\Hub\Editor\2022.3.4f1\Editor\SketchUpAPI.dll’, fileVersion: 23.0.0.0
C:\WINDOWS\SYSTEM32\VERSION.dll:VERSION.dll (00007FFBF6DC0000), size: 40960 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\WINDOWS\SYSTEM32\VERSION.dll’, fileVersion: 10.0.19041.546
C:\WINDOWS\SYSTEM32\WSOCK32.dll:WSOCK32.dll (00007FFBF5AC0000), size: 36864 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\WINDOWS\SYSTEM32\WSOCK32.dll’, fileVersion: 10.0.19041.1
C:\WINDOWS\SYSTEM32\MSVCP140.dll:MSVCP140.dll (00007FFBF7440000), size: 581632 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\WINDOWS\SYSTEM32\MSVCP140.dll’, fileVersion: 14.34.31931.0
C:\WINDOWS\SYSTEM32\VCRUNTIME140.dll:VCRUNTIME140.dll (00007FFBF7F50000), size: 110592 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\WINDOWS\SYSTEM32\VCRUNTIME140.dll’, fileVersion: 14.34.31931.0
C:\Program Files\Unity\Hub\Editor\2022.3.4f1\Editor\SketchUpCommonPreferences.dll:SketchUpCommonPreferences.dll (00007FFBE04B0000), size: 499712 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\Program Files\Unity\Hub\Editor\2022.3.4f1\Editor\SketchUpCommonPreferences.dll’, fileVersion: 23.0.0.0
C:\WINDOWS\SYSTEM32\VCRUNTIME140_1.dll:VCRUNTIME140_1.dll (00007FFBF7B40000), size: 49152 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\WINDOWS\SYSTEM32\VCRUNTIME140_1.dll’, fileVersion: 14.34.31931.0
C:\WINDOWS\SYSTEM32\Secur32.dll:Secur32.dll (00007FFBF1B70000), size: 49152 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\WINDOWS\SYSTEM32\Secur32.dll’, fileVersion: 10.0.19041.546
C:\WINDOWS\SYSTEM32\SSPICLI.DLL:SSPICLI.DLL (00007FFC066B0000), size: 204800 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\WINDOWS\SYSTEM32\SSPICLI.DLL’, fileVersion: 10.0.19041.2130
C:\Program Files\Unity\Hub\Editor\2022.3.4f1\Editor\OpenRL.dll:OpenRL.dll (0000019C85C80000), size: 12779520 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\Program Files\Unity\Hub\Editor\2022.3.4f1\Editor\OpenRL.dll’, fileVersion: 1.5.0.2907
C:\WINDOWS\SYSTEM32\MSVCP100.dll:MSVCP100.dll (0000000057F40000), size: 622592 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\WINDOWS\SYSTEM32\MSVCP100.dll’, fileVersion: 10.0.40219.325
C:\WINDOWS\SYSTEM32\MSVCR100.dll:MSVCR100.dll (0000000057E60000), size: 860160 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\WINDOWS\SYSTEM32\MSVCR100.dll’, fileVersion: 10.0.40219.325
C:\WINDOWS\SYSTEM32\MSWSOCK.DLL:MSWSOCK.DLL (00007FFC05EA0000), size: 434176 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\WINDOWS\SYSTEM32\MSWSOCK.DLL’, fileVersion: 10.0.19041.546
C:\Program Files\Unity\Hub\Editor\2022.3.4f1\Editor\embree.dll:embree.dll (00007FFBCAD60000), size: 16711680 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\Program Files\Unity\Hub\Editor\2022.3.4f1\Editor\embree.dll’, fileVersion: 2.14.0.0
C:\Program Files\Unity\Hub\Editor\2022.3.4f1\Editor\tbb.dll:tbb.dll (00007FFBE6E30000), size: 413696 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\Program Files\Unity\Hub\Editor\2022.3.4f1\Editor\tbb.dll’, fileVersion: 2017.0.2016.1004
C:\WINDOWS\SYSTEM32\MSVCR120.dll:MSVCR120.dll (00007FFBCE680000), size: 978944 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\WINDOWS\SYSTEM32\MSVCR120.dll’, fileVersion: 12.0.40649.5
C:\WINDOWS\SYSTEM32\MSVCP120.dll:MSVCP120.dll (00007FFBCE7E0000), size: 679936 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\WINDOWS\SYSTEM32\MSVCP120.dll’, fileVersion: 12.0.40649.5
C:\Program Files\Unity\Hub\Editor\2022.3.4f1\Editor\OpenRL_pthread.dll:OpenRL_pthread.dll (0000019C868D0000), size: 61440 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\Program Files\Unity\Hub\Editor\2022.3.4f1\Editor\OpenRL_pthread.dll’, fileVersion: 2.9.0.0
C:\WINDOWS\SYSTEM32\MSASN1.dll:MSASN1.dll (00007FFC062D0000), size: 73728 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\WINDOWS\SYSTEM32\MSASN1.dll’, fileVersion: 10.0.19041.2251
C:\WINDOWS\System32\bcryptprimitives.dll:bcryptprimitives.dll (00007FFC067D0000), size: 532480 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\WINDOWS\System32\bcryptprimitives.dll’, fileVersion: 10.0.19041.2486
C:\WINDOWS\SYSTEM32\kernel.appcore.dll:kernel.appcore.dll (00007FFC04560000), size: 73728 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\WINDOWS\SYSTEM32\kernel.appcore.dll’, fileVersion: 10.0.19041.546
C:\WINDOWS\system32\uxtheme.dll:uxtheme.dll (00007FFC04180000), size: 647168 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\WINDOWS\system32\uxtheme.dll’, fileVersion: 10.0.19041.2193
C:\WINDOWS\SYSTEM32\windows.storage.dll:windows.storage.dll (00007FFC04870000), size: 7942144 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\WINDOWS\SYSTEM32\windows.storage.dll’, fileVersion: 10.0.19041.3271
C:\WINDOWS\SYSTEM32\Wldp.dll:Wldp.dll (00007FFC06140000), size: 188416 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\WINDOWS\SYSTEM32\Wldp.dll’, fileVersion: 10.0.19041.2788
C:\WINDOWS\System32\SHCORE.dll:SHCORE.dll (00007FFC07470000), size: 708608 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\WINDOWS\System32\SHCORE.dll’, fileVersion: 10.0.19041.1865
C:\WINDOWS\SYSTEM32\profapi.dll:profapi.dll (00007FFC06700000), size: 151552 (result: 0), SymType: ‘-nosymbols-’, PDB: ‘C:\WINDOWS\SYSTEM32\profapi.dll’, fileVersion: 10.0.19041.3155
C:\WINDOWS\SYSTEM32\CRYPTSP.dll:CRYPTSP.dll (00007FFC060A0000), size: 98304 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\WINDOWS\SYSTEM32\CRYPTSP.dll’, fileVersion: 10.0.19041.546
C:\WINDOWS\system32\rsaenh.dll:rsaenh.dll (00007FFC057B0000), size: 212992 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\WINDOWS\system32\rsaenh.dll’, fileVersion: 10.0.19041.1052
C:\WINDOWS\SYSTEM32\CRYPTBASE.dll:CRYPTBASE.dll (00007FFC06090000), size: 49152 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\WINDOWS\SYSTEM32\CRYPTBASE.dll’, fileVersion: 10.0.19041.546
C:\WINDOWS\System32\imagehlp.dll:imagehlp.dll (00007FFC07C00000), size: 118784 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\WINDOWS\System32\imagehlp.dll’, fileVersion: 10.0.19041.1415
C:\WINDOWS\SYSTEM32\gpapi.dll:gpapi.dll (00007FFC05020000), size: 143360 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\WINDOWS\SYSTEM32\gpapi.dll’, fileVersion: 10.0.19041.3324
C:\Windows\System32\cryptnet.dll:cryptnet.dll (00007FFBF1B30000), size: 200704 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\Windows\System32\cryptnet.dll’, fileVersion: 10.0.19041.906
C:\WINDOWS\SYSTEM32\WINNSI.DLL:WINNSI.DLL (00007FFC004D0000), size: 45056 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\WINDOWS\SYSTEM32\WINNSI.DLL’, fileVersion: 10.0.19041.546
C:\WINDOWS\System32\NSI.dll:NSI.dll (00007FFC08BF0000), size: 32768 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\WINDOWS\System32\NSI.dll’, fileVersion: 10.0.19041.610
C:\WINDOWS\system32\IconCodecService.dll:IconCodecService.dll (00007FFBF3300000), size: 36864 (result: 0), SymType: ‘-nosymbols-’, PDB: ‘C:\WINDOWS\system32\IconCodecService.dll’, fileVersion: 10.0.19041.1
C:\WINDOWS\SYSTEM32\WindowsCodecs.dll:WindowsCodecs.dll (00007FFC00190000), size: 1785856 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\WINDOWS\SYSTEM32\WindowsCodecs.dll’, fileVersion: 10.0.19041.1706
C:\WINDOWS\System32\clbcatq.dll:clbcatq.dll (00007FFC07360000), size: 692224 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\WINDOWS\System32\clbcatq.dll’, fileVersion: 2001.12.10941.16384
C:\WINDOWS\System32\netprofm.dll:netprofm.dll (00007FFC035F0000), size: 258048 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\WINDOWS\System32\netprofm.dll’, fileVersion: 10.0.19041.3031
C:\WINDOWS\System32\npmproxy.dll:npmproxy.dll (00007FFBF3B10000), size: 65536 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\WINDOWS\System32\npmproxy.dll’, fileVersion: 10.0.19041.3031
C:\WINDOWS\SYSTEM32\dhcpcsvc6.DLL:dhcpcsvc6.DLL (00007FFBFE120000), size: 94208 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\WINDOWS\SYSTEM32\dhcpcsvc6.DLL’, fileVersion: 10.0.19041.2673
C:\WINDOWS\SYSTEM32\dhcpcsvc.DLL:dhcpcsvc.DLL (00007FFBFE100000), size: 118784 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\WINDOWS\SYSTEM32\dhcpcsvc.DLL’, fileVersion: 10.0.19041.2673
C:\WINDOWS\SYSTEM32\DNSAPI.dll:smile:NSAPI.dll (00007FFC05C20000), size: 827392 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\WINDOWS\SYSTEM32\DNSAPI.dll’, fileVersion: 10.0.19041.3031
C:\WINDOWS\system32\napinsp.dll:napinsp.dll (00007FFBD3C30000), size: 94208 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\WINDOWS\system32\napinsp.dll’, fileVersion: 10.0.19041.546
C:\WINDOWS\system32\pnrpnsp.dll:pnrpnsp.dll (00007FFBD3C10000), size: 110592 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\WINDOWS\system32\pnrpnsp.dll’, fileVersion: 10.0.19041.546
C:\WINDOWS\system32\NLAapi.dll:NLAapi.dll (00007FFC03D20000), size: 118784 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\WINDOWS\system32\NLAapi.dll’, fileVersion: 10.0.19041.3031
C:\WINDOWS\System32\winrnr.dll:winrnr.dll (00007FFBD4070000), size: 73728 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\WINDOWS\System32\winrnr.dll’, fileVersion: 10.0.19041.546
C:\WINDOWS\system32\wshbth.dll:wshbth.dll (00007FFBFF380000), size: 86016 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\WINDOWS\system32\wshbth.dll’, fileVersion: 10.0.19041.546
C:\Program Files\Bonjour\mdnsNSP.dll:mdnsNSP.dll (0000000057FE0000), size: 155648 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\Program Files\Bonjour\mdnsNSP.dll’, fileVersion: 3.0.0.10
C:\WINDOWS\System32\fwpuclnt.dll:fwpuclnt.dll (00007FFBFB2B0000), size: 532480 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\WINDOWS\System32\fwpuclnt.dll’, fileVersion: 10.0.19041.3271
C:\Windows\System32\rasadhlp.dll:rasadhlp.dll (00007FFBFF5D0000), size: 40960 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\Windows\System32\rasadhlp.dll’, fileVersion: 10.0.19041.546
C:\Program Files\Unity\Hub\Editor\2022.3.4f1\Editor\NVUnityPlugin.DLL:NVUnityPlugin.DLL (00007FFBCABE0000), size: 1519616 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\Program Files\Unity\Hub\Editor\2022.3.4f1\Editor\NVUnityPlugin.DLL’
C:\WINDOWS\System32\MSCTF.dll:MSCTF.dll (00007FFC07A30000), size: 1130496 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\WINDOWS\System32\MSCTF.dll’, fileVersion: 10.0.19041.2673
C:\WINDOWS\SYSTEM32\textinputframework.dll:textinputframework.dll (00007FFBFB340000), size: 1024000 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\WINDOWS\SYSTEM32\textinputframework.dll’, fileVersion: 10.0.19041.3271
C:\WINDOWS\SYSTEM32\CoreMessaging.dll:CoreMessaging.dll (00007FFC036B0000), size: 991232 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\WINDOWS\SYSTEM32\CoreMessaging.dll’, fileVersion: 10.0.19041.3324
C:\WINDOWS\SYSTEM32\CoreUIComponents.dll:CoreUIComponents.dll (00007FFC03290000), size: 3530752 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\WINDOWS\SYSTEM32\CoreUIComponents.dll’, fileVersion: 10.0.19041.546
C:\WINDOWS\SYSTEM32\ntmarta.dll:ntmarta.dll (00007FFC058D0000), size: 208896 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\WINDOWS\SYSTEM32\ntmarta.dll’, fileVersion: 10.0.19041.546
C:\WINDOWS\SYSTEM32\wintypes.dll:wintypes.dll (00007FFC02490000), size: 1392640 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\WINDOWS\SYSTEM32\wintypes.dll’, fileVersion: 10.0.19041.2788
C:\WINDOWS\system32\explorerframe.dll:explorerframe.dll (00007FFBE9150000), size: 2228224 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\WINDOWS\system32\explorerframe.dll’, fileVersion: 10.0.19041.1949
C:\WINDOWS\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.19041.1110_none_60b5254171f9507e\comctl32.dll:comctl32.dll (00007FFBF3F70000), size: 2727936 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\WINDOWS\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.19041.1110_none_60b5254171f9507e\comctl32.dll’, fileVersion: 6.10.19041.1110
C:\WINDOWS\SYSTEM32\TextShaping.dll:TextShaping.dll (00007FFBF85D0000), size: 704512 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\WINDOWS\SYSTEM32\TextShaping.dll’
C:\Program Files\Unity\Hub\Editor\2022.3.4f1\Editor\Data\Tools\astcenc-sse42.dll:astcenc-sse42.dll (00007FFBD35A0000), size: 544768 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\Program Files\Unity\Hub\Editor\2022.3.4f1\Editor\Data\Tools\astcenc-sse42.dll’
C:\WINDOWS\SYSTEM32\mfplat.dll:mfplat.dll (00007FFBE6810000), size: 1818624 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\WINDOWS\SYSTEM32\mfplat.dll’, fileVersion: 10.0.19041.746
C:\WINDOWS\SYSTEM32\RTWorkQ.DLL:RTWorkQ.DLL (00007FFBEC4E0000), size: 212992 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\WINDOWS\SYSTEM32\RTWorkQ.DLL’, fileVersion: 10.0.19041.1741
C:\WINDOWS\SYSTEM32\mfreadwrite.dll:mfreadwrite.dll (00007FFBCAAD0000), size: 1089536 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\WINDOWS\SYSTEM32\mfreadwrite.dll’, fileVersion: 10.0.19041.746
C:\WINDOWS\SYSTEM32\Mf.dll:Mf.dll (00007FFBE4BE0000), size: 540672 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\WINDOWS\SYSTEM32\Mf.dll’, fileVersion: 10.0.19041.3086
C:\WINDOWS\SYSTEM32\MFCORE.DLL:MFCORE.DLL (00007FFBCA640000), size: 4775936 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\WINDOWS\SYSTEM32\MFCORE.DLL’, fileVersion: 10.0.19041.3324
C:\WINDOWS\SYSTEM32\powrprof.dll:powrprof.dll (00007FFC06660000), size: 307200 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\WINDOWS\SYSTEM32\powrprof.dll’, fileVersion: 10.0.19041.546
C:\WINDOWS\SYSTEM32\ksuser.dll:ksuser.dll (00007FFBED6B0000), size: 36864 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\WINDOWS\SYSTEM32\ksuser.dll’, fileVersion: 10.0.19041.1
C:\WINDOWS\SYSTEM32\UMPDC.dll:UMPDC.dll (00007FFC06610000), size: 73728 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\WINDOWS\SYSTEM32\UMPDC.dll’
C:\WINDOWS\SYSTEM32\CompPkgSup.DLL:CompPkgSup.DLL (00007FFC00530000), size: 225280 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\WINDOWS\SYSTEM32\CompPkgSup.DLL’, fileVersion: 10.0.19041.746
C:\WINDOWS\System32\Windows.Media.dll:Windows.Media.dll (00007FFBC88E0000), size: 7495680 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\WINDOWS\System32\Windows.Media.dll’, fileVersion: 10.0.19041.2075
C:\Windows\System32\Windows.ApplicationModel.dll:Windows.ApplicationModel.dll (00007FFBFF4E0000), size: 942080 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\Windows\System32\Windows.ApplicationModel.dll’, fileVersion: 10.0.19041.1806
C:\Windows\System32\twinapi.appcore.dll:twinapi.appcore.dll (00007FFC00570000), size: 2125824 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\Windows\System32\twinapi.appcore.dll’, fileVersion: 10.0.19041.3031
C:\Windows\System32\Windows.StateRepositoryPS.dll:Windows.StateRepositoryPS.dll (00007FFBF6F80000), size: 1335296 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\Windows\System32\Windows.StateRepositoryPS.dll’, fileVersion: 10.0.19041.3155
C:\Windows\System32\AppXDeploymentClient.dll:AppXDeploymentClient.dll (00007FFBFF780000), size: 1056768 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\Windows\System32\AppXDeploymentClient.dll’, fileVersion: 10.0.19041.3271
C:\WINDOWS\System32\MMDevApi.dll:MMDevApi.dll (00007FFBFF890000), size: 544768 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\WINDOWS\System32\MMDevApi.dll’, fileVersion: 10.0.19041.1503
C:\WINDOWS\System32\DEVOBJ.dll:smile:EVOBJ.dll (00007FFC064C0000), size: 208896 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\WINDOWS\System32\DEVOBJ.dll’, fileVersion: 10.0.19041.3155
C:\WINDOWS\SYSTEM32\AUDIOSES.DLL:AUDIOSES.DLL (00007FFBEB6D0000), size: 1581056 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\WINDOWS\SYSTEM32\AUDIOSES.DLL’, fileVersion: 10.0.19041.2364
C:\WINDOWS\SYSTEM32\resourcepolicyclient.dll:resourcepolicyclient.dll (00007FFC04240000), size: 81920 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\WINDOWS\SYSTEM32\resourcepolicyclient.dll’, fileVersion: 10.0.19041.546
C:\WINDOWS\SYSTEM32\d3d11.dll:d3d11.dll (00007FFC03020000), size: 2502656 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\WINDOWS\SYSTEM32\d3d11.dll’, fileVersion: 10.0.19041.2913
C:\WINDOWS\SYSTEM32\dxgi.dll:dxgi.dll (00007FFC05070000), size: 995328 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\WINDOWS\SYSTEM32\dxgi.dll’, fileVersion: 10.0.19041.2311
C:\WINDOWS\SYSTEM32\igd10iumd64.dll:igd10iumd64.dll (00007FFBFCAD0000), size: 12201984 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\WINDOWS\SYSTEM32\igd10iumd64.dll’, fileVersion: 10.18.10.4252
C:\WINDOWS\SYSTEM32\ncrypt.dll:ncrypt.dll (00007FFC061B0000), size: 163840 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\WINDOWS\SYSTEM32\ncrypt.dll’, fileVersion: 10.0.19041.2788
C:\WINDOWS\SYSTEM32\apphelp.dll:apphelp.dll (00007FFC03FA0000), size: 593920 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\WINDOWS\SYSTEM32\apphelp.dll’, fileVersion: 10.0.19041.2913
C:\WINDOWS\SYSTEM32\NTASN1.dll:NTASN1.dll (00007FFC06170000), size: 241664 (result: 0), SymType: ‘-nosymbols-’, PDB: ‘C:\WINDOWS\SYSTEM32\NTASN1.dll’, fileVersion: 10.0.19041.546
C:\WINDOWS\SYSTEM32\igdusc64.dll:igdusc64.dll (00007FFBFC650000), size: 4583424 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\WINDOWS\SYSTEM32\igdusc64.dll’, fileVersion: 10.18.10.4252
C:\WINDOWS\SYSTEM32\dxcore.dll:dxcore.dll (00007FFBFE0C0000), size: 241664 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\WINDOWS\SYSTEM32\dxcore.dll’, fileVersion: 10.0.19041.546
C:\WINDOWS\system32\wbem\wbemprox.dll:wbemprox.dll (00007FFBF3900000), size: 69632 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\WINDOWS\system32\wbem\wbemprox.dll’, fileVersion: 10.0.19041.3271
C:\WINDOWS\SYSTEM32\wbemcomn.dll:wbemcomn.dll (00007FFBF71F0000), size: 589824 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\WINDOWS\SYSTEM32\wbemcomn.dll’, fileVersion: 10.0.19041.1566
C:\WINDOWS\system32\wbem\wbemsvc.dll:wbemsvc.dll (00007FFC01C00000), size: 81920 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\WINDOWS\system32\wbem\wbemsvc.dll’, fileVersion: 10.0.19041.3271
C:\WINDOWS\system32\wbem\fastprox.dll:fastprox.dll (00007FFC014F0000), size: 1093632 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\WINDOWS\system32\wbem\fastprox.dll’, fileVersion: 10.0.19041.546
C:\WINDOWS\SYSTEM32\amsi.dll:amsi.dll (00007FFC00B10000), size: 126976 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\WINDOWS\SYSTEM32\amsi.dll’, fileVersion: 10.0.19041.2075
C:\WINDOWS\SYSTEM32\USERENV.dll:USERENV.dll (00007FFC06630000), size: 188416 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\WINDOWS\SYSTEM32\USERENV.dll’, fileVersion: 10.0.19041.3155
C:\ProgramData\Microsoft\Windows Defender\Platform\4.18.23080.2006-0\MpOav.dll:MpOav.dll (00007FFC00A90000), size: 507904 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\ProgramData\Microsoft\Windows Defender\Platform\4.18.23080.2006-0\MpOav.dll’, fileVersion: 4.18.23080.2006
C:\WINDOWS\SYSTEM32\opencl.dll:opencl.dll (00007FFBF5FC0000), size: 86016 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\WINDOWS\SYSTEM32\opencl.dll’, fileVersion: 1.2.11.0
C:\Program Files\Unity\Hub\Editor\2022.3.4f1\Editor\radeonrays.dll:radeonrays.dll (00007FFBCA5B0000), size: 557056 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\Program Files\Unity\Hub\Editor\2022.3.4f1\Editor\radeonrays.dll’
C:\Program Files\Unity\Hub\Editor\2022.3.4f1\Editor\Data\MonoBleedingEdge\EmbedRuntime\mono-2.0-bdwgc.dll:mono-2.0-bdwgc.dll (00007FFBC9500000), size: 10682368 (result: 0), SymType: ‘PDB’, PDB: ‘C:\Program Files\Unity\Hub\Editor\2022.3.4f1\Editor\mono-2.0-bdwgc.pdb’
C:\Program Files\Unity\Hub\Editor\2022.3.4f1\Editor\Data\PlaybackEngines\iOSSupport\x64\UnityEditor.iOS.Native.dll:UnityEditor.iOS.Native.dll (00007FFBD3CF0000), size: 339968 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\Program Files\Unity\Hub\Editor\2022.3.4f1\Editor\Data\PlaybackEngines\iOSSupport\x64\UnityEditor.iOS.Native.dll’
C:\WINDOWS\SYSTEM32\dbghelp.dll:dbghelp.dll (00007FFBF58D0000), size: 1982464 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\WINDOWS\SYSTEM32\dbghelp.dll’, fileVersion: 10.0.19041.867
C:\WINDOWS\system32\dataexchange.dll:dataexchange.dll (00007FFBEA190000), size: 253952 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\WINDOWS\system32\dataexchange.dll’, fileVersion: 10.0.19041.1387
C:\WINDOWS\system32\dcomp.dll:dcomp.dll (00007FFC01F60000), size: 1978368 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\WINDOWS\system32\dcomp.dll’, fileVersion: 10.0.19041.2913
C:\WINDOWS\SYSTEM32\xinput1_3.dll:xinput1_3.dll (0000000000400000), size: 122880 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\WINDOWS\SYSTEM32\xinput1_3.dll’, fileVersion: 9.18.944.0
C:\WINDOWS\SYSTEM32\PROPSYS.dll:PROPSYS.dll (00007FFC01CE0000), size: 1007616 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\WINDOWS\SYSTEM32\PROPSYS.dll’, fileVersion: 7.0.19041.1741
C:\WINDOWS\SYSTEM32\edputil.dll:edputil.dll (00007FFBEAA40000), size: 147456 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\WINDOWS\SYSTEM32\edputil.dll’, fileVersion: 10.0.19041.546
C:\WINDOWS\SYSTEM32\urlmon.dll:urlmon.dll (00007FFBF8FF0000), size: 2019328 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\WINDOWS\SYSTEM32\urlmon.dll’, fileVersion: 11.0.19041.3324
C:\WINDOWS\SYSTEM32\iertutil.dll:iertutil.dll (00007FFBF94B0000), size: 2867200 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\WINDOWS\SYSTEM32\iertutil.dll’, fileVersion: 11.0.19041.3324
C:\WINDOWS\SYSTEM32\srvcli.dll:srvcli.dll (00007FFBF8FC0000), size: 167936 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\WINDOWS\SYSTEM32\srvcli.dll’, fileVersion: 10.0.19041.3155
C:\WINDOWS\SYSTEM32\netutils.dll:netutils.dll (00007FFC05CF0000), size: 49152 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\WINDOWS\SYSTEM32\netutils.dll’, fileVersion: 10.0.19041.546
C:\WINDOWS\SYSTEM32\virtdisk.dll:virtdisk.dll (00007FFBEAA20000), size: 77824 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\WINDOWS\SYSTEM32\virtdisk.dll’, fileVersion: 10.0.19041.2311
C:\WINDOWS\SYSTEM32\FLTLIB.DLL:FLTLIB.DLL (00007FFBF64E0000), size: 45056 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\WINDOWS\SYSTEM32\FLTLIB.DLL’, fileVersion: 10.0.19041.546
C:\Windows\System32\appresolver.dll:appresolver.dll (00007FFBEA990000), size: 589824 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\Windows\System32\appresolver.dll’, fileVersion: 10.0.19041.1620
C:\Windows\System32\SLC.dll:SLC.dll (00007FFC052F0000), size: 167936 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\Windows\System32\SLC.dll’, fileVersion: 10.0.19041.1682
C:\Windows\System32\Bcp47Langs.dll:Bcp47Langs.dll (00007FFBFBB10000), size: 372736 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\Windows\System32\Bcp47Langs.dll’, fileVersion: 10.0.19041.1566
C:\Windows\System32\sppc.dll:sppc.dll (00007FFC052C0000), size: 151552 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\Windows\System32\sppc.dll’, fileVersion: 10.0.19041.1682
C:\Windows\System32\OneCoreCommonProxyStub.dll:OneCoreCommonProxyStub.dll (00007FFBF2830000), size: 520192 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\Windows\System32\OneCoreCommonProxyStub.dll’, fileVersion: 10.0.19041.2546
C:\Windows\System32\OneCoreUAPCommonProxyStub.dll:OneCoreUAPCommonProxyStub.dll (00007FFBFD680000), size: 8179712 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\Windows\System32\OneCoreUAPCommonProxyStub.dll’, fileVersion: 10.0.19041.3324
C:\WINDOWS\SYSTEM32\apisethost.appexecutionalias.dll:apisethost.appexecutionalias.dll (00007FFBE9400000), size: 135168 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\WINDOWS\SYSTEM32\apisethost.appexecutionalias.dll’, fileVersion: 10.0.19041.1741
C:\WINDOWS\SYSTEM32\daxexec.dll:daxexec.dll (00007FFBEB620000), size: 716800 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\WINDOWS\SYSTEM32\daxexec.dll’, fileVersion: 10.0.19041.3208
C:\WINDOWS\SYSTEM32\container.dll:container.dll (00007FFBEB5D0000), size: 270336 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\WINDOWS\SYSTEM32\container.dll’, fileVersion: 10.0.19041.1052
C:\WINDOWS\SYSTEM32\capauthz.dll:capauthz.dll (00007FFBEC430000), size: 331776 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\WINDOWS\SYSTEM32\capauthz.dll’, fileVersion: 10.0.19041.546
C:\WINDOWS\SYSTEM32\windows.staterepositorycore.dll:windows.staterepositorycore.dll (00007FFBF8D50000), size: 69632 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\WINDOWS\SYSTEM32\windows.staterepositorycore.dll’, fileVersion: 10.0.19041.3155
C:\Users\ratz2\Projects\TH3005\Assets\Firebase\Plugins\x86_64\FirebaseCppApp-11_4_0.dll:FirebaseCppApp-11_4_0.dll (00007FFBAFC60000), size: 15990784 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\Users\ratz2\Projects\TH3005\Assets\Firebase\Plugins\x86_64\FirebaseCppApp-11_4_0.dll’
C:\WINDOWS\SYSTEM32\icu.dll:icu.dll (00007FFBE0A60000), size: 2285568 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\WINDOWS\SYSTEM32\icu.dll’, fileVersion: 64.2.0.0
========== OUTPUTTING STACK TRACE ==================
0x00007FFBB005C3BD (FirebaseCppApp-11_4_0) uWS::HttpSocket<0>::upgrade
0x00007FFBB005D8CB (FirebaseCppApp-11_4_0) uWS::HttpSocket<0>::upgrade
0x00007FFBB0059751 (FirebaseCppApp-11_4_0) uWS::HttpSocket<0>::upgrade
0x00007FFBB005A320 (FirebaseCppApp-11_4_0) uWS::HttpSocket<0>::upgrade
0x00007FFBB005AF89 (FirebaseCppApp-11_4_0) uWS::HttpSocket<0>::upgrade
0x00007FFBB005B279 (FirebaseCppApp-11_4_0) uWS::HttpSocket<0>::upgrade
0x00007FFBB0057AB3 (FirebaseCppApp-11_4_0) uWS::HttpSocket<0>::upgrade
0x00007FFBB004A561 (FirebaseCppApp-11_4_0) uWS::HttpSocket<0>::upgrade
0x00007FFBAFE9A784 (FirebaseCppApp-11_4_0) uS::TLS::Context::operator bool
0x00007FFBAFE842D7 (FirebaseCppApp-11_4_0) uS::TLS::Context::operator bool
0x00007FFBAFE67D11 (FirebaseCppApp-11_4_0) uS::TLS::Context::operator bool
0x00007FFBAFE684D6 (FirebaseCppApp-11_4_0) uS::TLS::Context::operator bool
0x00007FFBAFE60A09 (FirebaseCppApp-11_4_0) uS::TLS::Context::operator bool
0x00007FFBAFE56478 (FirebaseCppApp-11_4_0) uS::TLS::Context::operator bool
0x00007FFBAFE00D5C (FirebaseCppApp-11_4_0) uS::Socket::freeMessage
0x00007FFBAFE0A22F (FirebaseCppApp-11_4_0) uS::Socket::freeMessage
0x00007FFC06D21BB2 (ucrtbase) configthreadlocale
0x00007FFC08B47614 (KERNEL32) BaseThreadInitThunk
0x00007FFC091426B1 (ntdll) RtlUserThreadStart
========== END OF STACKTRACE ===========
A crash has been intercepted by the crash handler. For call stack and other details, see the latest crash report generated in:
- C:/Users/ratz2/AppData/Local/Temp/Unity/Editor/Crashes