Search Issue Tracker
Fixed in 2018.2.X
Fixed in 2018.1.X
Votes
0
Found in
2017.1.2p2
Issue ID
967679
Regression
No
Array index is out of range when trying to access array element in type Array[value1+value2] in x64 build
To reproduce:
1. Open project
2. Build and run scene for x86 architecture
3. Build and run scene for x64 architecture
Expected: scene will be played, no errors will be thrown both times
Actual: 'System.IndexOutOfRangeException: Array index is out of range' is thrown when built for 64bit
Reproduced: 5.6.3p4, 2017.1.2p, 2017.2.0p1, 2017.3.0b8, 2018.1.0a4
Workaround: use Array[value3], where value3=value1+value2, instead of Array[value1+value2]
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 Swizzle Node Input/Output and Mask Update Incorrectly After Undo
- [URP] Crash on GameObject::QueryComponentByType when baking a Reflection Probe in an unsaved/untitled Scene
- No Icons are used for the Entry and Exit States in the Inspector when selected in an Animator Controller
- Crash on PlayerMain(int, char const**) when exiting Standalone Player with a Particle System in the Scene
- No Icon is used for the Runtime Animator Controller Type in a Search Window when assigning an Animator Controller in the Animator Component
Add comment