Search Issue Tracker
Won't Fix
Won't Fix in 2023.2.X
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
- Shader Graph Node information is briefly displayed in Graph Inspector when clicking on Category in the Blackboard
- Module installation fails with "Download failed: Validation Failed" errors when using beta.2 Hub version
- JsonConvert conversion fails trying to call GetCallbackMethodsForType when [OnDeserialized] is used in a class
- Shader Graph Category dropdown cannot be expanded/collapsed when clicking on the text
- Different text alignment in the column header in Entities "System" window
Resolution Note:
This is a problem caused by infinite loop in the user code.
Resolution Note (2023.2.X):
This is a problem caused by infinite loop in the user code.