Search Issue Tracker
Fixed
Fixed in 2022.3.X, 2022.3.48f1
Votes
0
Found in
2022.3.47f1
Issue ID
UUM-86887
Regression
No
Crash on mono_class_is_subclass_of_internal when entering Play Mode
How to reproduce:
1. Open the “CrashRepro“ project
2. Open the “Assets/Scenes/GameScene.unity“ Scene
3. Enter Play Mode
Reproducible with: 2022.3.47f1
Not reproducible with: 2022.3.48f1, 6000.0.21f1, 6000.1.0a4
Couldn’t test with: 2021.3.45f1 (Errors in the Console)
Reproducible on: macOS 14.6.1 Sonoma (Intel), Windows 10 (reported by user)
Not reproducible on: No other environment tested
Note: Couldn’t find regressed versions due to errors when trying to downgrade the project
First few lines of stack trace:
0x00007ffc15840a53 (mono-2.0-bdwgc) mono_class_is_subclass_of_internal (at C:/build/output/Unity-Technologies/mono/mono/metadata/class.c:3545)
0x00007ffc1594666f (mono-2.0-bdwgc) mono_class_is_subclass_of (at C:/build/output/Unity-Technologies/mono/mono/metadata/external-only.c:333)
0x00007ff78f2735b0 (Unity) scripting_class_has_parent
0x00007ff78f256487 (Unity) Scripting::CreateNullExceptionObjectImpl
0x00007ff78f261fe6 (Unity) Scripting::CreateNullExceptionObject
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
Add comment