Array Index out of Bounds: Difference between revisions

From WonderWiki
Jump to navigation Jump to search
No edit summary
Line 3: Line 3:
== Known Causes ==
== Known Causes ==


The following events can cause an Array Index out of Bounds.
The following events can cause an Array Index out of Bounds error.


* [[Wonderland Adventures Editor]]: Creating a level which has more than 101 tiles in either dimension.
* [[Wonderland Adventures Editor]]: Creating a level which has more than 101 tiles in either dimension.

Revision as of 11:46, 3 September 2012

Array Index out of Bounds (also referred to as AIB, AIOOB or AIooB) is an error found in Wonderland Adventures. Array Index out of Bounds occur when the game attempts to execute a function beyond the set array. Other error messages include Parameter Must Be Positive, Abnormal Program Termination, Memory Access Violation, Unknown Runtime Exception, Illegal Instruction and General Protection Fault.

Known Causes

The following events can cause an Array Index out of Bounds error.