Array Index out of Bounds: Difference between revisions
Jump to navigation
Jump to search
m (boldified name in first paragraph. missed this initially, my mistake.) |
Emerald141 (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
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 == | == Known Causes == | ||
Line 5: | 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 Editor]]: | * [[Wonderland Adventures Editor]]: Creating a level which has more than 101 tiles in either dimension. | ||
* [[Wonderland Adventures Editor]]: | * [[Wonderland Adventures Editor]]: Saving dialogue files and exit them a lot, or use too many Interchanges. | ||
* [[Wonderland Adventures Editor]]: Clicking the text field when creating a new editor profile. | * [[Wonderland Adventures Editor]]: Clicking the text field when creating a new editor profile. | ||
* ... | * ... | ||
[[Category:Common Wonderland Errors]] | [[Category:Common Wonderland Errors]] |
Revision as of 02:37, 19 April 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.
- Wonderland Adventures Editor: Creating a level which has more than 101 tiles in either dimension.
- Wonderland Adventures Editor: Saving dialogue files and exit them a lot, or use too many Interchanges.
- Wonderland Adventures Editor: Clicking the text field when creating a new editor profile.
- ...