Array Index out of Bounds: Difference between revisions

From WonderWiki
Jump to navigation Jump to search
mNo edit summary
Line 1: Line 1:
[[Category:Common Wonderland Errors]]
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]].
Array Index out of Bounds (also referred to as AIB, AIOOB or AIooB) is an error found in [[Wonderland]]. 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 ==
== Known Causes ==
Line 6: Line 5:
The following events can cause an Array Index out of Bounds.
The following events can cause an Array Index out of Bounds.


* [[Wonderland Adventures]]: Create a level larger than 101x101 tiles.
* Wonderland Adventures: Create a level larger than 101x101 tiles.
* [[Wonderland Adventures]]: Save dialogue files and exit them a lot, or use too many Interchanges.
* Wonderland Adventures: Save dialogue files and exit them a lot, or use too many Interchanges.
* ...
* ...
[[Category:Common Wonderland Errors]]

Revision as of 22:05, 13 August 2011

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.

  • Wonderland Adventures: Create a level larger than 101x101 tiles.
  • Wonderland Adventures: Save dialogue files and exit them a lot, or use too many Interchanges.
  • ...