Category:Errors: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 6: | Line 6: | ||
* 4. [[Parameter Must Be Positive]]: Rare. (Known as PMBP) | * 4. [[Parameter Must Be Positive]]: Rare. (Known as PMBP) | ||
* 5. [[Array Index out of Bounds]]: Incredibly rare. (Known as AIB) | * 5. [[Array Index out of Bounds]]: Incredibly rare. (Known as AIB) | ||
* 6. | * 6. etc | ||
These are general errors that can occur anywhere: | These are general errors that can occur anywhere: |
Revision as of 16:10, 9 March 2010
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. etc
These are general errors that can occur anywhere:
- Abnormal Program Termination: (Known as APT)
- General Protection Fault: (Known as GPF)
Pages in category "Errors"
The following 7 pages are in this category, out of 7 total.