Search Issue Tracker
Won't Fix
Votes
5
Found in
2023.3.0a17
Issue ID
UUM-57152
Regression
No
Multiple bug reporters appear on Fatal Error crash
Repro Steps
- Make a new Unity project and create a new C# script with any name
- Add line to a void Start() Method UnityEngine.Diagnostics.Utils.ForceCrash(UnityEngine.Diagnostics.ForcedCrashCategory.FatalError);
- Add the C# script as a component to any object in scene hierarchy.
- Enter playmode
Expected Result: Unity crashes & the bug reporter appears once
Actual Result: A 'fatal error' window appears- exiting or selecting 'quit' closes the window and the Bug reporter appears. While this occurs the unity crash window loads and opens up another Bug reporter window.
!image-2023-11-24-15-11-29-640.png|width=2608,height=1443!
!image-2023-11-24-15-01-17-714.png|width=398,height=196!
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
- "Shader warning in 'Hidden/Light2D': implicit truncation of vector type" is thrown when building Universal 2D template
- AI Assistant breaks compilation of packages using System.Runtime.CompilerServices.Unsafe via auto-referencing
- Unity Hub checks the "Documentation" module by default on the 6.4 and 6.5 streams despite that it was unchecked with the previous installs
- Shortcut that toggles between Dopesheet and Curves Views in the Animation Window's Timeline is mislabed
- Property List Items Overlap onto the Property List's top edge when scrolling through a long Property List
Resolution Note:
Upcoming work on Bug Reporter will fix this indirectly