Search Issue Tracker
Fixed
Fixed in 2021.3.33f1, 2022.3.15f1, 2023.2.0b18, 2023.3.0a5
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
Comments (1)
-
ksa1835uoe
Aug 14, 2023 22:27
ipdsldje
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
- "Draw Additional Lights Shadowmap" calls increase when custom MaterialBlockProperty is used
- Crash on _platform_memmove when importing the "Dragon Crashers - URP 2D Sample Project" to a new 2D project
- "Shader is not supported on this GPU" warnings and and shaders are not loading when building the project for non-Chromium browsers
- [iOS][URP] The screen flickers and the "Execution of the command buffer was aborted due to an error during execution" error is thrown continuously
- Shortcut Manager shows empty conflict filter when resolving runtime conflicts involving different contexts
Resolution Note (fix version 2023.3.0a5):
Accelerator settings accessors check for null settings ptr, and respect order of precedence of command line arguments.