Array Index out of Bounds: Difference between revisions
Jump to navigation
Jump to search
Tyteen4a03 (talk | contribs) No edit summary |
Tyteen4a03 (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 | 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 tries to access array elements that are outside of the originally defined array. | ||
== Known Causes == | == Known Causes == | ||
Line 9: | Line 9: | ||
* [[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. | ||
* [[Wonderland Adventures Editor]]: Placing more than 1001 objects in a level. | * [[Wonderland Adventures Editor]]: Placing more than 1001 objects in a level. | ||
[[Category:Common Wonderland Errors]] | [[Category:Common Wonderland Errors]] |
Revision as of 07:02, 6 December 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 tries to access array elements that are outside of the originally defined array.
Known Causes
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: 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: Placing more than 1001 objects in a level.