Search Issue Tracker
By Design
Votes
0
Found in
2022.3.64f1
6000.0.52f1
6000.1.11f1
6000.2.0b9
6000.3.0a1
Issue ID
UUM-110855
Regression
No
Inner and outer exceptions are not unrolled correctly
How to reproduce:
1. Open the “ExceptionLayersBug.zip” project
2. Open the “SampleScene“
3. Enter Play Mode
4. Observe the Console
Expected result: Exceptions are logged in a callstack-like sequence ("A human-friendly..." → "Exception inside...” → "Arcane details about...")
Actual result: Exceptions are logged in the same sequence they are placed in the script ("Arcane details about..." → "Exception inside...” → "A human-friendly...")
Reproducible in: 2022.1.0a1, 2022.3.64f1, 6000.0.52f1, 6000.1.11f1, 6000.2.0b9, 6000.3.0a1
Reproduced on: Windows 11 Pro (24H2)
Not reproduced on: No other environment tested
Note: The comparison between the expected and actual result was made on a C# console project on Visual Studio 2022
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
- Incorrect UI wording: Missing articles in project creation options
- “[Worker0] InvalidOperationException: Cannot create a new scene additively with an untitled scene unsaved.” error thrown when closing converted Sub Scene in Inspector window
- “InvalidOperationException: Trying to set the parent for HierarchyNodeHandle” errors spammed in the Console when converting Sample Scene to Sub Scene and Entities Hierarchy window is open
- Using Physics.ComputePenetration on a Capsule collider causes it to sometimes return incorrect value when dragging it through the Mesh collider
- Sprite is rendered incorrectly in Web Build when it is set as a Splash Image Logo
Resolution Note:
Changing how exceptions are logged is not something we can change without it possible breaks peoples CI and automation. They might be people that rely on the current unfortunately illogical ordering.