Search Issue Tracker
Fixed
Fixed in 6000.2.0b2, 7000.0.0a17
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
- “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