Search Issue Tracker
By Design
Votes
0
Found in
2018.4
2019.4
2020.3
2021.1
2021.1.14f1
2021.2
2022.1
Issue ID
1349911
Regression
No
Crash on RaiseException when exiting the Editor after compilation
How to reproduce:
1. Open the attached project from "case_1349911_crash.zip"
2. Open Scene "SampleScene"
3. Enter Play Mode
4. Exit the Editor
5. Observe crash
Reproducible with: 2018.4.36, 2019.4.29, 2020.3.15, 2021.1.16, 2021.2.0b5, 2022.1.0a3
First lines of the stack trace:
0x00007FFA6FF64B89 (KERNELBASE) RaiseException
0x00007FF6D304348F (Unity) LaunchBugReporter
0x00007FF6D2513DDD (Unity) EditorMonoConsole::LogToConsoleImplementation
0x00007FF6D2514ABB (Unity) EditorMonoConsole::LogToConsoleImplementation
0x00007FF6D411CD0E (Unity) DebugStringToFilePostprocessedStacktrace
0x00007FF6D411C2BF (Unity) DebugStringToFile
0x00007FF6D0A87D6C (Unity) GetManagerFromContext
0x00007FF6D1E79F37 (Unity) AudioSettings_Get_Custom_PropDspTime
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
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
Resolution Note:
This appears to be a bug in the project. A script creates a thread but never stops it and therefore the thread keeps executing after the audio manager has been destroyed.