26.11.2012, 01:54
you can see in the log
[20:35:20] [debug] Accessing element at index 999 past array upper bound 45
meaning you're accessing an array index at 999 when the arrays max is 45
[20:35:20] [debug] Accessing element at index 999 past array upper bound 45
meaning you're accessing an array index at 999 when the arrays max is 45