Search Issue Tracker
Fixed in 2019.1.X
Fixed in 2018.2.X, 2018.3.X
Votes
0
Found in
2018.2.5f1
Issue ID
1077373
Regression
No
[IL2CPP] C# Reference parameter causes IndexOutOfRangeException on IL2CPP backend
Steps to reproduce:
1. Download 1077373_repro.zip
2. Build project on Standalone platform with IL2CPP backend
3. Launch build
Expected results: Cubes move in a random direction
Actual results: Exception is triggered.
Reproduced with: 2018.3.0a11, 2018.2.6f1, 2018.1.9f2
Tested on: standalone and UWP platforms
Exception:
System.IndexOutOfRangeException: Index was outside the bounds of the array.
at RefIntTset.Interpolation (System.Int32& offset) [0x00000] in <00000000000000000000000000000000>:0
at RefIntTset+<OnUpdate>d__10.MoveNext () [0x00000] in <00000000000000000000000000000000>:0
at UnityEngine.SetupCoroutine.InvokeMoveNext (System.Collections.IEnumerator enumerator, System.IntPtr returnValueAddress) [0x00000] in <00000000000000000000000000000000>:0
UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
UnityEngine.Logger:Log(LogType, Object)
UnityEngine.Debug:LogError(Object)
<OnUpdate>d__10:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Bad performance when executing the Physics.IgnoreCollisions() method while in Play Mode
- Sprite Editor has a thicker separator between buttons when "Sprite Editor" option is selected
- "NullReferenceException: Object reference not set to an instance of an object" error is thrown when UpdateVolumeStack function is called
- [Windows] Unicode custom text input window shows question marks when inserting an emoji
- Memory leak when the VFX Graph Editor is open
Add comment