Search Issue Tracker
Not Reproducible
Votes
0
Found in
5.5.0f3
Issue ID
870224
Regression
No
Debug.Log used with non-existing Dictionary variable causes Editor to freeze
To reproduce:
1. Open attached project;
2. Open "TestBug" scene;
3. Enter play mode;
4. Exit play mode.
Expected result: Editor doesn't freeze when console throws KeyNotFoundException.
Actual result: when KeyNotFoundException appears in console, the game crashes, editor freezes.
Reproduced on versions: 5.4.0p3, 5.5.0f3, 5.6.0b4.
Failed to load on 5.3 versions, console throws errors:
"Failed to load 'Assets/TestBug.unity' because its serialized file version is higher than what this version of Unity supports."(5.3.0f4, 5.3.4f1);
"CheckDisalowAllocation. Allocating memory when it is not allowed to allocate memory" (on 5.3.7p3 unity freezes when trying to quit).
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Add comment