Crash: Difference between revisions
Jump to navigation
Jump to search
m (added glitch nav) |
m (added colors (thanks nim for the code)) |
||
Line 6: | Line 6: | ||
! Cause !! Exception Type !! Notes | ! Cause !! Exception Type !! Notes | ||
|- | |- | ||
| Exceed the [[Objects#Object Limit|object limit]] || [[Address Error Exception]] || Can be done via a variety of methods including cloning, hat duplication, build-up of monty-mole pellets, or money-bag duplication. On NTSC-J: Text starts to disappear from the pause menu, before crashing. | | Exceed the [[Objects#Object Limit|object limit]] || style="background-color: #fffca8"| [[Address Error Exception]] || Can be done via a variety of methods including cloning, hat duplication, build-up of monty-mole pellets, or money-bag duplication. On NTSC-J: Text starts to disappear from the pause menu, before crashing. | ||
|- | |- | ||
| Have too many [[Objects|objects]] at once on the screen || | | Have too many [[Objects|objects]] at once on the screen|| style="background-color: #baffa8"| | ||
|- | |- | ||
| Send the camera into a [[Parallel Universe|PU]] on N64 || Floating-Point Exception || | | Send the camera into a [[Parallel Universe|PU]] on N64 || style="background-color: #ff9696"| Floating-Point Exception || | ||
|- | |- | ||
| Walking at PU speed for only a portion of the 4 quarter steps on a [[frame]] || | | Walking at PU speed for only a portion of the 4 quarter steps on a [[frame]] || style="background-color: #baffa8"| | ||
|- | |- | ||
| Moving at PU speed with no joystick input for all 4 quarter steps on a frame || | | Moving at PU speed with no joystick input for all 4 quarter steps on a frame || style="background-color: #baffa8"| | ||
|- | |- | ||
| Moving at PU speed directly into a wall || | | Moving at PU speed directly into a wall || style="background-color: #baffa8"| | ||
|- | |- | ||
| Bully Knockback dividing-by-zero || Floating-Point Exception || | | Bully Knockback dividing-by-zero || style="background-color: #ff9696"| Floating-Point Exception || | ||
|- | |- | ||
| Failed Bully/Bob-omb angle double-to-int conversion || Floating-Point Exception || | | Failed Bully/Bob-omb angle double-to-int conversion || style="background-color: #ff9696"| Floating-Point Exception || | ||
|- | |- | ||
| Deleting a non-existent file on the File Select Screen || || Go to "Copy" right when you get to the file select, then press "Score", press on any file without save data, go to Erase, and click on yes. | | Deleting a non-existent file on the File Select Screen || style="background-color: #baffa8"| ||Go to "Copy" right when you get to the file select, then press "Score", press on any file without save data, go to Erase, and click on yes. | ||
|- | |- | ||
| Moving a shadow above [[surface]] 12 while it's over OOB || | | Moving a shadow above [[surface]] 12 while it's over OOB || style="background-color: #baffa8"| | ||
|- | |- | ||
| Killing a Monty Mole remotely || Address Error Exception || | | Killing a Monty Mole remotely || style="background-color: #fffca8"| Address Error Exception || | ||
|- | |- | ||
| Killing an uninitialized Monty Mole || Address Error Exception || | | Killing an uninitialized Monty Mole || style="background-color: #fffca8"| Address Error Exception || | ||
|- | |- | ||
| Going out of bounds in a room with a painting || Address Error Exception || | | Going out of bounds in a room with a painting || style="background-color: #fffca8"| Address Error Exception || | ||
|- | |- | ||
| Being pushed off of a hangable [[ceiling]] while in the idle hanging action || Address Error Exception || | | Being pushed off of a hangable [[ceiling]] while in the idle hanging action || style="background-color: #fffca8"| Address Error Exception || | ||
|- | |- | ||
| Sound glitch (J only) || Address Error Exception || J only | | Sound glitch (J only) || style="background-color: #fffca8"| Address Error Exception || J only | ||
|- | |- | ||
| Moving the camera immediately when entering [[VCutM]] || | | | Moving the camera immediately when entering [[VCutM]] || style="background-color: #baffa8"| | ||
|- | |- | ||
| Getting infinite [[speed]] || Floating-Point Exception || | | Getting infinite [[speed]] || style="background-color: #ff9696"| Floating-Point Exception || | ||
|- | |- | ||
| Going near a painting after getting game corruption || || Not possible on console, due to the way [[Emulators]] and [[Virtual Console]] handle addresses. | | Going near a painting after getting game corruption || style="background-color: #baffa8"| ||Not possible on console, due to the way [[Emulators]] and [[Virtual Console]] handle addresses. | ||
|- | |- | ||
| [[BitS]] entry sound glitch || || 7 known instances, not been reproduced. Not J only. | | [[BitS]] entry sound glitch || style="background-color: #baffa8"| ||7 known instances, not been reproduced. Not J only. | ||
|- | |- | ||
| [[Bob-omb]]/Mario OOB glitch || || A glitch where Mario going OOB while holding a bob-omb crashes the game. Unsolved. | | [[Bob-omb]]/Mario OOB glitch || style="background-color: #baffa8"| ||A glitch where Mario going OOB while holding a bob-omb crashes the game. Unsolved. | ||
|} | |} | ||
Revision as of 14:34, 23 April 2019
A Crash, Freeze, or Hardlock is what happens when Super Mario 64's code encounters an error, such as a division-by-zero, that causes the game to stop running and rendering frames. The audio may still play. This is in contrast to a softlock, where the game does still run but is stuck in an indefinite state or a loop where no controller input can change it.
Ways to crash the game
Cause | Exception Type | Notes |
---|---|---|
Exceed the object limit | Address Error Exception | Can be done via a variety of methods including cloning, hat duplication, build-up of monty-mole pellets, or money-bag duplication. On NTSC-J: Text starts to disappear from the pause menu, before crashing. |
Have too many objects at once on the screen | ||
Send the camera into a PU on N64 | Floating-Point Exception | |
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 | ||
Bully Knockback dividing-by-zero | Floating-Point Exception | |
Failed Bully/Bob-omb angle double-to-int conversion | Floating-Point Exception | |
Deleting a non-existent file on the File Select Screen | Go to "Copy" right when you get to the file select, then press "Score", press on any file without save data, go to Erase, and click on yes. | |
Moving a shadow above surface 12 while it's over OOB | ||
Killing a Monty Mole remotely | Address Error Exception | |
Killing an uninitialized Monty Mole | Address Error Exception | |
Going out of bounds in a room with a painting | Address Error Exception | |
Being pushed off of a hangable ceiling while in the idle hanging action | Address Error Exception | |
Sound glitch (J only) | Address Error Exception | J only |
Moving the camera immediately when entering VCutM | ||
Getting infinite speed | Floating-Point Exception | |
Going near a painting after getting game corruption | Not possible on console, due to the way Emulators and Virtual Console handle addresses. | |
BitS entry sound glitch | 7 known instances, not been reproduced. Not J only. | |
Bob-omb/Mario OOB glitch | A glitch where Mario going OOB while holding a bob-omb crashes the game. Unsolved. |
|