Search Issue Tracker
Fixed in 2018.1.X
Votes
0
Found in
2017.1.1f1
Issue ID
964848
Regression
No
Crash on ves_icall_InternalInvoke when Activator.CreateInstance() method is called
How to reproduce:
1. Open attached Unity project "JsonParserExtended"
2. Load scene "Test"
3. Enter Play mode
Expected result: Unity should not crash.
Actual result: Unity crashes on [c:\buildslave\mono\build\mono\metadata\icall.c:2735] ves_icall_InternalInvoke.
Reproducible with: 2018.1.0a3, 2017.3.0b9, 2017.2.0p2, 2017.1.2p2, 5.6.4p2, 5.5.5p1.
Notes:
* Crash is invoked by JsonParserExtended.cs script (line 46).
* Crash occurs only when index of the object in Activator.CreateInstance() method is 1. Other indexes are not causing crashes.
Fixed in: 2018.1.0b2
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- The terrain appears darker when "Per-pixel Normal" is enabled
- [Linux] Editor assertion causes Test Runner to fail when executing it in Batch Mode
- Color selection by the mouse cursor is still enabled when the "Esc" button is pressed
- Game view becomes black and the Scene window becomes grey, “ArgumentOutOfRangeException” errors and “Render Pipeline error” warnings appear after changing the name or deleting URP/HDRP global settings file
- Transform Component is not accessible inside the Player when RuntimeInitializeOnLoadMethod is used
Add comment