User753101303 posted
Hi,
You have a call stack to narrow down where it happens in your code ?
Scan your code for array[index] access and check your code ensure that "index" is valid. Currently you have for example array|0] to array[7] and you try to access array[11].