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
- Packman: The same asset data is displayed differently in "Import" and "Remove" popups
- Reference to a deleted GameObject becomes "None" instead of "Missing" when the GameObject is restored with undo after entering and exiting Play Mode
- Size value in Particle System Curve's tab is highlighted with selection across all tab header
- Particle System Curve's Presets window has no visual indication of what preset is selected
- Blur shader doesn't work when the "Scene Color" Node is attached to the UI "Output" Node
Resolution Note:
This is a problem caused by infinite loop in the user code.