Search Issue Tracker
In Progress
Under Consideration for 6000.0.X, 6000.1.X
In Progress in 6000.2.X
Votes
0
Found in
6000.0.38f1
6000.1.0b6
6000.2.0a4
Issue ID
UUM-97917
Regression
No
Crash on RaiseException when watching an Interface Property
Reproduction steps:
1. Open the attached project "CrashRepro"
2. Open the “Assets/Scripts/Saving & Loading/SplashScreen.cs“ script in Visual Studio
3. Add a breakpoint on line 14 and attach it to Unity
4. In the Editor Enable debugging for this session and enter the Play mode
5. When it hits the Breakpoint add “IStorage.CanStore“ to “Watch 1“
Expected result: an error appears or debugging stops without crashing the editor
Actual result: Editor crashes
Reproducible with: 6000.0.38f1, 6000.1.0b6, 6000.2.0a4
Couldn’t test with: 2022.3.57f1 - Console errors
Reproducible on: Windows 11
Not reproducible on: No other environment tested
First few lines of stack trace:
{noformat}0x00007FF81365837A (KERNELBASE) RaiseException
0x00007FFF92F30C1C (mono-2.0-bdwgc) [C:\build\output\Unity-Technologies\mono\mono\utils\mono-log-common.c:143] mono_log_write_logfile
0x00007FFF92F1C822 (mono-2.0-bdwgc) [C:\build\output\Unity-Technologies\mono\mono\eglib\goutput.c:172] monoeg_g_logv_nofree
0x00007FFF92F1C8FC (mono-2.0-bdwgc) [C:\build\output\Unity-Technologies\mono\mono\eglib\goutput.c:217] monoeg_assertion_message {noformat}
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Tooltip messages should be presented in human language not in code strings
- [Linux] Editor doesn’t auto reload when an Asset is imported or a Script is changed
- MouseDownEvent is triggered when changing from Scene view to Game view
- "GlobalObjectIdentifierToObjectSlow" returns Null when retrieving "GlobalObjectId" from GameObject inside a Prefab
- Shader is invisible in the Build when using BiRP on Meta Quest 2
Add comment