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
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
Add comment