Address Error Exception: Difference between revisions

No edit summary
Line 11: Line 11:
|-
|-
| Exceed the [[Objects#Object Limit|object limit]] || No || No || There's a `while (1) ;` that prevents this from occurring
| Exceed the [[Objects#Object Limit|object limit]] || No || No || There's a `while (1) ;` that prevents this from occurring
|-
| [[Parallel_Universe#Floating_point_truncation_crash|Walking at PU speed for only a portion of the 4 quarter steps on a frame]] || || ||
|-
| Moving at PU speed with no joystick input for all 4 quarter steps on a frame || || ||
|-
| Moving at PU speed directly into a wall || || ||
|-
|-
| Deleting a non-existent file on the File Select Screen || || || sMainMenuButtons[MENU_BUTTON_ERASE_FILE_A + sSelectedFile] (assignment) is NULL. For selecting 'NO' this results in the button zoom being unaffected. 'YES' is more complex.
| Deleting a non-existent file on the File Select Screen || || || sMainMenuButtons[MENU_BUTTON_ERASE_FILE_A + sSelectedFile] (assignment) is NULL. For selecting 'NO' this results in the button zoom being unaffected. 'YES' is more complex.