Editing Crash

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.

Latest revision Your text
Line 1: Line 1:
A '''crash''' refers to the game forcibly closing due to an error. [[wikipedia:Crash_(computing)|Crashes]] are a general phenomenon with computer programs and are essentially caused by the code performing an invalid operation, such as attempting to dereference a [[wikipedia:Null_pointer|null pointer]]. In Super Mario Odyssey, this often translates to situations in which the game attempts to perform an action on a game object that does not exist.
A '''crash''' refers to the game forcibly closing due to an error. [[wikipedia:Crash_(computing)|Crashes]] are a general phenomenon with computer programs and are essentially caused by the code performing an invalid operation, such as attempting to perform an operation on a [[wikipedia:Null_pointer|null pointer]]. In Super Mario Odyssey, this often translates to situations in which the game attempts to perform an action on a game object that does not exist.


Situations that trigger crashes in Super Mario Odyssey are often similar in nature to those that cause [[Softlock|softlocks]].
Situations that trigger crashes in Super Mario Odyssey are often similar in nature to those that cause [[Softlock|softlocks]].
Please note that all contributions to SMO.wiki are considered to be released under the Creative Commons Attribution-ShareAlike (see SMO.wiki:Copyrights for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource. Do not submit copyrighted work without permission!
Cancel Editing help (opens in new window)
Retrieved from "https://smo.wiki/Crash"