Search Issue Tracker
Fixed in 2022.3.15f1
Fixed in 2021.3.X, 2021.3.33f1, 2022.3.X, 2023.2.X, 2023.3.X
Votes
1
Found in
2021.3.29f1
Issue ID
UUM-46142
Regression
No
Assertion failed on expression: 's_EditorSettings != NULL' when exiting the Editor with Accelerator active
Assertion failed when running builds with -quit argument and using Accelerator with -cacheServerWaitForUploadCompletion:
Assertion failed on expression: 's_EditorSettings != NULL'
Obtained 19 stack frames.
#0 0x0000010db95a28 in AssetDatabase::GetCacheServerEnableUpload()
#1 0x0000010dae2dd6 in AssetImportManager::UploadPendingAssets()
#2 0x0000010dacd9d1 in CleanUpAssetDatabaseV2()
#3 0x0000010db919a9 in AssetDatabase::CleanupAssetDatabase()
#4 0x0000010d61c10a in Application::CoreShutdown()
#5 0x0000010d6260d4 in Application::Terminate(bool)
#6 0x0000010d6176e2 in Application::Exit(int)
#7 0x0000018d1050f3 in (wrapper managed-to-native) UnityEditor.EditorApplication:Exit (int) [{0x7f77e507b700} + 0x83] (0x18d105070 0x18d105195) [0x115d4da80 - Unity Child Domain]
#8 0x0000017412bc6c in mono_jit_runtime_invoke
#9 0x000001742e12cf in do_runtime_invoke
#10 0x000001742e120c in mono_runtime_invoke
#11 0x0000010c662a37 in scripting_method_invoke(ScriptingMethodPtr, ScriptingObjectPtr, ScriptingArguments&, ScriptingExceptionPtr, bool)
#12 0x0000010c63ed76 in ScriptingInvocation::Invoke(ScriptingExceptionPtr, bool)
#13 0x0000010d61814a in Application::ParseARGVCommands()
#14 0x0000010d616d87 in Application::FinishLoadingProject()
#15 0x0000010e57d27b in NoGraphicsMain()
#16 0x0000010e57d920 in EditorMain(int, char const**)
#17 0x0000010e57dc59 in main
#18 0x00000121a4452e in (Unknown)
Reproducible on: 2021.3
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Enabling “Editor Extension Authoring” in UI Builder doesn’t dirty the document and saving with shortcut doesn’t persist the state
- WebRequest.Create() function fails with "URI prefix is not recognized" errors when the project is built for Linux Standalone or Windows Dedicated Server
- “GUIStyle” and “NullReferenceException” errors thrown in the Console when opening Object Field during script compilation
- Reflections are visible on objects without Recursive Rendering when viewed through transparent parts of another object with Recursive Rendering and Alpha Clipping enabled
- Visual artifacts appear when using "clip" method in custom shader and running on GLES
Resolution Note (fix version 2023.3):
Accelerator settings accessors check for null settings ptr, and respect order of precedence of command line arguments.