Search Issue Tracker
Won't Fix
Votes
0
Found in
2021.3.28f1
2022.3.5f1
2023.1.4f1
2023.2.0a23
Issue ID
UUM-42718
Regression
No
Crash on RaiseException when entering Play Mode
How to reproduce:
1. Open the user attached “repro-project”
2. Enter Play Mode
3. Observe crash
Reproducible with: 2021.3.28f1, 2022.3.5f1, 2023.1.4f1, 2023.2.0a23
Reproduced on: Windows 10
First lines of stack trace:
0x00007FF85726536C (KERNELBASE) RaiseException
0x00007FFFDE7720CB (mono-2.0-bdwgc) (function-name not available)
ERROR: SymGetSymFromAddr64, GetLastError: 'The specified module could not be found.' (Address: 000002407B171A83)
ERROR: SymGetModuleInfo64, GetLastError: 'A dynamic link library (DLL) initialization routine failed.' (Address: 000002407B171A83)
0x000002407B171A83 ((<unknown>)) (function-name not available)
0x000002403246BE33 (Mono JIT Code) (wrapper managed-to-native) System.Reflection.MonoMethodInfo:get_parameter_info (intptr,System.Reflection.MemberInfo)
0x000002403246BD23 (Mono JIT Code) System.Reflection.MonoMethodInfo:GetParametersInfo (intptr,System.Reflection.MemberInfo)
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
- “Label” name in Sprite Library Editor window lacks character limit causing long names go under the Object Field
- Preview image (screenshot) is not available after capturing snapshot in Memory Profiler
- Crash on UNITY_FT_Stream_ReadAt when changing TMPro properties after unloading an AssetBundle
- Particles spawn at the same position when using raw byte address buffer in VFX Graph
- Decal Shader Graph - Custom vertex interpolators are always 0
Resolution Note:
This is a problem caused by infinite loop in the user code.