Category:Errors: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 4: | Line 4: | ||
* 2. [[Illegal Instruction]]: Not so common. (Known as II) | * 2. [[Illegal Instruction]]: Not so common. (Known as II) | ||
* 3. [[Unknown Runtime Exception]]: Not an error you see every day. (Known as URE) | * 3. [[Unknown Runtime Exception]]: Not an error you see every day. (Known as URE) | ||
* 4. [[Array Index out of Bounds]]: Incredibly rare. (Known as AIB) | * 4. [[Parameter Must Be Positive]]: Rare. (Known as PMBP) | ||
* | * 5. [[Array Index out of Bounds]]: Incredibly rare. (Known as AIB) | ||
* 6. ... |
Revision as of 23:06, 9 December 2009
In Wonderland, many errors exist when the game messes up on something. Here's a list of the errors, most common to rarest:
- 1. Memory Access Violation: Your everyday error. (Known as MAV)
- 2. Illegal Instruction: Not so common. (Known as II)
- 3. Unknown Runtime Exception: Not an error you see every day. (Known as URE)
- 4. Parameter Must Be Positive: Rare. (Known as PMBP)
- 5. Array Index out of Bounds: Incredibly rare. (Known as AIB)
- 6. ...
Pages in category "Errors"
The following 7 pages are in this category, out of 7 total.