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
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
Add comment