Search Issue Tracker
By Design
Votes
0
Found in
2018.1.9f1
2018.2.0b10
Issue ID
1096530
Regression
Yes
An Unhandled Exception is thrown when exiting Unity having VSCode Integration Plugin installed
Repro steps:
1. Open QA attached project "repro_1096530"
2. Close Unity
3. Open the Editor.log
Expected: Unity closes without any exceptions
Actual: An "Unhandled Exception: UnityEngine.UnityException: GetBool is not allowed to be called while application is terminating" is thrown
Reproducible with: 2018.2.15f1, 2018.3.0b9, 2019.1.0a8
Not reproducible with: 2017.4.14f1, 2018.2.0b9
The error:
(Filename: /Users/builduser/buildslave/unity/build/Runtime/Scripting/ScriptingThreadAndSerializationSafeCheck.cpp Line: 85)
Unhandled Exception: UnityEngine.UnityException: GetBool is not allowed to be called while application is terminating.
at <0x00000> <unknown method>
at <0x00000> <unknown method>
at <0x00000> <unknown method>
at <0x00000> <unknown method>
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
- "DateTime.Now" in the UK timezone does not adjust when the British Summer Time is active
- "Unsupported source texture format (7) in ComputeNextMipLevel" error is shown and the texture atlas is corrupted when the texture format "RGB Compressed ETC2 4bits" is selected
- The label that uses data binding is no longer updated at runtime when `INotifyBindablePropertyChanged` reloads updates of the VisualTreeAsset in UIDocument
- HDRP Graphics "High Quality Line Rendering" is missing a documentation link
- HDRP Graphics "Screen Space Global Illumination" has a link to a wrong documentation
Resolution Note:
This is by design, this is a new error message we have introduced in 2018.2 to catch C# code that is accessing internal C++ systems after shutdown, which can lead to crashes during shutdown.