Editing Crash
Jump to navigation
Jump to search
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: | ||
{{game icons|p=y|p2=y|p3 | {{game icons|p=y|p2=y|p3=y|hp=y}} | ||
In computing, a '''crash''', sometimes also referred to as a '''freeze''', happens when a piece of software stops working properly and can not continue running. This is usually because the code has | In computing, a '''crash''', sometimes also referred to as a '''freeze''', happens when a piece of software stops working properly and can not continue running. This is usually because the code has done something impossible, like trying to divide by zero, or read from an invalid memory position. Ideally, most software will be programmed in such a way that the final user can almost never cause the program to do something illegal, but some [[glitches]] or exploits can allow the user to do so. The {{ps}} also have a few glitches, exploits, and hacks that allow the player to crash the game. | ||
When a crash happens in a ''Pikmin'' game, it stops responding, and the player can do almost nothing except shut down the console and boot it back up. Crashes in ''Pikmin'' games are very rare, and the player will likely need to do them on purpose, but a corrupted or damaged game, system, or [[saved game]] data can all cause crashes. In this case, they should be replaced or repaired. | When a crash happens in a ''Pikmin'' game, it stops responding, and the player can do almost nothing except shut down the console and boot it back up. Crashes in ''Pikmin'' games are very rare, and the player will likely need to do them on purpose, but a corrupted or damaged game, system, or [[saved game]] data can all cause crashes. In this case, they should be replaced or repaired. | ||
Besides crashing, some scenarios can also happen where the player is " | Besides crashing, some scenarios can also happen where the player is "softlocked". In these cases, the game continues playing and responding like normal, but it is in a state that does not allow the player to make any progress. | ||
== Ways to crash == | == Ways to crash == | ||
Line 13: | Line 13: | ||
Besides that, there was also a rumored glitch in ''Pikmin'' that would allow the [[Beady Long Legs]] to walk out of its arena, fall into the [[pit]], and crash the game. More information can be found [[Beady Long Legs#Presumed glitch|here]]. | Besides that, there was also a rumored glitch in ''Pikmin'' that would allow the [[Beady Long Legs]] to walk out of its arena, fall into the [[pit]], and crash the game. More information can be found [[Beady Long Legs#Presumed glitch|here]]. | ||
=== ''Pikmin 2'' === | === ''Pikmin 2'' === | ||
{{game help|p2|Add the missing videos and crash handler data.}} | |||
The following is a collection of known crashes in ''Pikmin 2''. For the ones where the [[#Crash handler|crash handler]] can be summoned, the crash reason and the developer information are also included. | The following is a collection of known crashes in ''Pikmin 2''. For the ones where the [[#Crash handler|crash handler]] can be summoned, the crash reason and the developer information are also included. | ||
{| class="wikitable sortable" | {| class="wikitable sortable" | ||
! Crash || Basic description || Crash reason || | ! Crash || Basic description || Crash reason || Developer information || Video | ||
|- | |- | ||
| [[Glitches in Pikmin 2#Treasure delivery crash|Treasure delivery crash]] | | [[Glitches in Pikmin 2#Treasure delivery crash|Treasure delivery crash]] | ||
Line 36: | Line 27: | ||
| [https://www.youtube.com/watch?v=R8Gst5gWvYM YouTube video] | | [https://www.youtube.com/watch?v=R8Gst5gWvYM YouTube video] | ||
|- | |- | ||
| [[Glitches in Pikmin 2#Minor|Glutton's Kitchen crashes]] | |||
| It is possible for the game to crash when the player is playing on [[Glutton's Kitchen]] sublevel 6. The reasons for this are not known. | |||
| Data storage interrupt exception | | Data storage interrupt exception | ||
| | | | ||
| [https://clips.twitch.tv/ExuberantManlyLorisBleedPurple Twitch clip 1], [https://www.twitch.tv/videos/100143204 2], [https://clips.twitch.tv/FamousStrongPelicanKappaClaus 3 | | [https://clips.twitch.tv/ExuberantManlyLorisBleedPurple Twitch clip 1], [https://www.twitch.tv/videos/100143204 2], [https://clips.twitch.tv/FamousStrongPelicanKappaClaus 3] | ||
|- | |- | ||
| [[Glitches in Pikmin 2#Minor|Cavernous Abyss loading crash]] | | [[Glitches in Pikmin 2#Minor|Cavernous Abyss loading crash]] | ||
Line 53: | Line 40: | ||
|- | |- | ||
| [[Glitches in Pikmin 2#Minor|Pileated Snagret fight crash]] | | [[Glitches in Pikmin 2#Minor|Pileated Snagret fight crash]] | ||
| For unknown reasons, the game can crash while fighting a [[Pileated Snagret]] | | For unknown reasons, the game can crash while fighting a [[Pileated Snagret]]. | ||
| Assertion | | {{w|Assertion (software development)|Assertion}} | ||
| | | <code>P2Assert in "interactPiki.cpp" on line 1206</code> | ||
| [https://www.youtube.com/watch?v=uS7R4WN6D0E YouTube | | [https://www.youtube.com/watch?v=uS7R4WN6D0E YouTube video] | ||
|- | |- | ||
| [[Glitches in Pikmin 2#Petrified Volatile Dweevil suicide|Petrified Volatile Dweevil suicide]] | | [[Glitches in Pikmin 2#Petrified Volatile Dweevil suicide|Petrified Volatile Dweevil suicide]] | ||
Line 76: | Line 51: | ||
| | | | ||
|- | |- | ||
| [[ | | [[100 Pikmin limit#Onion discovery|Onion discovery crash]] | ||
| When the player approaches the [[Red Onion]] with Louie for the first time, it produces a sprout. If there are already [[100 Pikmin limit|100 Pikmin]] in the field, then the game tries to remove one, but there are some [[100 Pikmin limit#Common scenarios|scenarios]] where a Pikmin cannot be removed. If all 100 Pikmin cannot be removed, then the Red Onion fails to produce the sprout, and the game crashes. | |||
| When the player approaches the [[Red Onion]] with Louie for the first time, it produces a sprout. If there are already [[Pikmin limit|100 Pikmin]] in the field, then the game tries to remove one, but there are some [[Pikmin limit#Common scenarios|scenarios]] where a Pikmin cannot be removed. If all 100 Pikmin cannot be removed, then the Red Onion fails to produce the sprout, and the game crashes. | |||
| | | | ||
| <code>onyon supply failure! in "onyonMgr.cpp" on line 641</code> | | <code>onyon supply failure! in "onyonMgr.cpp" on line 641</code> | ||
Line 96: | Line 65: | ||
| Softlocked leader during treasure collection crash | | Softlocked leader during treasure collection crash | ||
| If the player falls out of bounds by using the [[Glitches in Pikmin 2#Seesaw block glitch|seesaw block glitch]] and [[lie down|lays down]] while falling, the leader will sometimes lose the light on his helmet. Then, the player must immediately switch leaders, start carrying a treasure, and let this leader die. The player will take control of the leader with the missing light again, but the screen will be glitched out. Once the treasure is collected, the game will crash. | | If the player falls out of bounds by using the [[Glitches in Pikmin 2#Seesaw block glitch|seesaw block glitch]] and [[lie down|lays down]] while falling, the leader will sometimes lose the light on his helmet. Then, the player must immediately switch leaders, start carrying a treasure, and let this leader die. The player will take control of the leader with the missing light again, but the screen will be glitched out. Once the treasure is collected, the game will crash. | ||
| | | | ||
| <code>to [????MRMR] [?GOVER2D] from [?????OGA] [???DUMMY] in "screenMgr.cpp" on line 1098</code> | | <code>to [????MRMR] [?GOVER2D] from [?????OGA] [???DUMMY] in "screenMgr.cpp" on line 1098</code> | ||
| [https://youtube.com/watch?v=X_3K6nFSRDM YouTube video] | | [https://youtube.com/watch?v=X_3K6nFSRDM YouTube video] | ||
Line 108: | Line 77: | ||
| Missing sprout crash | | Missing sprout crash | ||
| When the player approaches the [[Red Onion]] with Louie for the first time, a 20-second timer begins. If the timer finishes before Louie plucks the sprout, a [[cutscene]] plays that focuses on the sprout that the Red Onion produced, which is meant to inform the player on how to pluck the sprout. However, it is possible for no sprout to exist when this cutscene plays, which causes a crash. | | When the player approaches the [[Red Onion]] with Louie for the first time, a 20-second timer begins. If the timer finishes before Louie plucks the sprout, a [[cutscene]] plays that focuses on the sprout that the Red Onion produced, which is meant to inform the player on how to pluck the sprout. However, it is possible for no sprout to exist when this cutscene plays, which causes a crash. | ||
| Assertion | | {{w|Assertion (software development)|Assertion}} | ||
| <code>P2Assert in "singleGS_MainGame.cpp" on line 1138</code> | | <code>P2Assert in "singleGS_MainGame.cpp" on line 1138</code> | ||
| [https://youtube.com/watch?v=UVzJXxUOFHc YouTube video] | | [https://youtube.com/watch?v=UVzJXxUOFHc YouTube video] | ||
Line 119: | Line 88: | ||
|- | |- | ||
| Disabling a wrong cutscene timer crash | | Disabling a wrong cutscene timer crash | ||
| Certain actions in the game cause cutscene timers to be disabled. For example, plucking the first Red Pikmin disables the 20-second timer mentioned in the missing sprout crash description, and crushing the first paper bag disables the 3-minute timer mentioned in the missing paper bag crash description. However, it is possible to disable either timer while a different timer is counting down. This causes a crash. Note that letting Pikmin approach the player for the first time disables a 1-second timer, so this can also be involved in a crash. | | Certain actions in the game cause cutscene timers to be disabled. For example, plucking the first Red Pikmin disables the 20-second timer mentioned in the missing sprout crash description, and crushing the first paper bag disables the 3-minute timer mentioned in the missing paper bag crash description. However, it is possible to disable either timer while a different timer is counting down. This causes a crash. Note that letting Pikmin approach the player for the first time disables a separate 1-second timer, so this can also be involved in a crash. | ||
| Assertion | | {{w|Assertion (software development)|Assertion}} | ||
| <code>CurrTimer (5) : disableTimer(4) in "singleGameSection.cpp" on line 1361</code> | | <code>CurrTimer (5) : disableTimer(4) in "singleGameSection.cpp" on line 1361</code> | ||
| [https://youtube.com/watch?v=cPqyk5PyL-E YouTube video] | | [https://youtube.com/watch?v=cPqyk5PyL-E YouTube video] | ||
|} | |} | ||
=== ''Pikmin 3'' === | === ''Pikmin 3'' === | ||
* [[Glitches in Pikmin 3#Hard to reproduce|Cardboard box crash]]: The game can crash some seconds after the [[cardboard box]] at the start of the first day is pushed. | * [[Glitches in Pikmin 3#Hard to reproduce|Cardboard box crash]]: The game can crash some seconds after the [[cardboard box]] at the start of the first day is pushed. | ||
== Ways to softlock == | == Ways to softlock == | ||
Line 174: | Line 102: | ||
=== ''Pikmin'' === | === ''Pikmin'' === | ||
* [[Glitches in Pikmin#Cardboard box cutscene softlock|Cardboard box cutscene softlock]]: Throwing the tenth Pikmin at the [[cardboard box]] in [[day]] 1, and then [[whistling]] some Pikmin back just as they were about to start pushing it will result in the pushing [[cutscene]] to start, but since there aren't enough Pikmin to do so, it won't move. The game will not advance until the box reaches the destination, and so the gameplay cannot continue. | * [[Glitches in Pikmin#Cardboard box cutscene softlock|Cardboard box cutscene softlock]]: Throwing the tenth Pikmin at the [[cardboard box]] in [[day]] 1, and then [[whistling]] some Pikmin back just as they were about to start pushing it will result in the pushing [[cutscene]] to start, but since there aren't enough Pikmin to do so, it won't move. The game will not advance until the box reaches the destination, and so the gameplay cannot continue. | ||
Although not exactly a softlock, it is also possible for some ship parts to [[Glitches in Pikmin#Libra glitch|disappear forever]], and make the game impossible to complete, unless the player restarts the story. The [[Libra]] is the most famous example of this. In addition, the player can also fail to recover enough [[ship part]]s in time, and find themselves in a situation where it is impossible to get at least the mandatory 25 parts before day 30, making it impossible to beat the game on that saved game file. | Although not exactly a softlock, it is also possible for some ship parts to [[Glitches in Pikmin#Libra glitch|disappear forever]], and make the game impossible to complete, unless the player restarts the story. The [[Libra]] is the most famous example of this. In addition, the player can also fail to recover enough [[ship part]]s in time, and find themselves in a situation where it is impossible to get at least the mandatory 25 parts before day 30, making it impossible to beat the game on that saved game file. | ||
Line 181: | Line 108: | ||
* [[Glitches in Pikmin 2#Minor|Debt update softlock]]: If a treasure is recovered at the same time that a debt repayment update message [[cutscene]] starts, the game will enter the treasure analysis cutscene, but with some important aspects missing, like the ability to close the cutscene. | * [[Glitches in Pikmin 2#Minor|Debt update softlock]]: If a treasure is recovered at the same time that a debt repayment update message [[cutscene]] starts, the game will enter the treasure analysis cutscene, but with some important aspects missing, like the ability to close the cutscene. | ||
* Ghost bag softlock: If the "you appear lost" cutscene plays and finishes while the paper bag on day 1 is being crushed, the paper bag will end up in a permanent "crushing" state, meaning Olimar and Louie can never be reunited.{{cite youtube|KLQCTs8F30I|of the ghost bag softlock}} | * Ghost bag softlock: If the "you appear lost" cutscene plays and finishes while the paper bag on day 1 is being crushed, the paper bag will end up in a permanent "crushing" state, meaning Olimar and Louie can never be reunited.{{cite youtube|KLQCTs8F30I|of the ghost bag softlock}} | ||
* Violet Candypop Bud softlock: It is possible to pluck a [[Purple Pikmin]] and immediately pause and escape Emergence Cave, which skips unlocking Purple Pikmin, but lets the player keep the plucked Pikmin. If this process is repeated for 20 Purple Pikmin, then the [[Violet Candypop Bud]]s no longer spawn in Emergence Cave. This is because they have a [[Candypop | * Violet Candypop Bud softlock: It is possible to pluck a [[Purple Pikmin]] and immediately pause and escape Emergence Cave, which skips unlocking Purple Pikmin, but lets the player keep the plucked Pikmin. If this process is repeated for 20 Purple Pikmin, then the [[Violet Candypop Bud]]s no longer spawn in Emergence Cave. This is because they have a [[Candypop family#Maximum Pikmin requirement|maximum Pikmin requirement]]. These 20 Purple Pikmin also happen to be stuck inside the ship. Therefore, the player has no way of obtaining Purple Pikmin anymore, so the [[Spherical Atlas]] becomes unobtainable, which means that [[Awakening Wood]] can never be visited.{{cite youtube|3_fxk9yRY30|of the Violet Candypop Bud softlock}} | ||
* Louie locked softlock: It is possible to kill the [[ | * Louie locked softlock: It is possible to kill the [[Dwarf Red Bulborb]] on day 1 without the game giving the player the ability to switch to Louie. On the [[New Play Control! Pikmin 2|''New Play Control!'' version]], this causes a softlock.{{cite youtube|zmSOSSavOno|of the Louie locked softlock}} However, on the GameCube original version, there is a glitch that allows the player to end the day via an extinction{{cite youtube|rname=d1e|IieBje4CqMo|of a day 1 extinction}}, so the player is not softlocked in this case. | ||
* Stuck with less than 15 Pikmin on day 1: It is possible for Olimar to throw some of his Pikmin out of bounds on day 1 on the GameCube version{{cite youtube|rname=d1e}}. If he throws at least 2 Pikmin out of bounds after Louie approaches the [[Red Onion]], but before the paper bag is crushed, then both leaders can never be reunited{{cite youtube|JXfy2HPb97M|of | * Stuck with less than 15 Pikmin on day 1: It is possible for Olimar to throw some of his Pikmin out of bounds on day 1 on the GameCube version{{cite youtube|rname=d1e}}. If he throws at least 2 Pikmin out of bounds after Louie approaches the [[Red Onion]], but before the paper bag is crushed, then both leaders can never be reunited.{{cite youtube|JXfy2HPb97M|of the player stuck with less than 15 Pikmin on day 1}} Thus, the player is unable to end day 1, since the Pikmin on Louie's side cannot die. | ||
* Stuck beyond the paper bag on day 1: By utilizing the [[ | * Stuck beyond the paper bag on day 1: By utilizing the [[group move]] technique, it is possible for the player to put a flowered Red Pikmin beyond the 35-weight paper bag on day 1{{cite youtube|OmR-JbgrjMM|of a Red Pikmin beyond the paper bag on day 1}}. Then, if the player throws the other Pikmin out of bounds{{cite youtube|rname=d1e}}, which is only possible on the GameCube version, then the flowered red will be permanently stuck, and the player will be unable to end day 1.{{cite youtube|JXfy2HPb97M|of a Red Pikmin stuck beyond the paper bag on day 1}} | ||
There is also a minor softlock, the [[Glitches in Pikmin 2#Spray nectar softlock|spray nectar softlock]], but this can be solved by having an enemy attack the leaders, or by having the day end, either with the natural time progression, or by using the pause menu. | There is also a minor softlock, the [[Glitches in Pikmin 2#Spray nectar softlock|spray nectar softlock]], but this can be solved by having an enemy attack the leaders, or by having the day end, either with the natural time progression, or by using the pause menu. | ||
Line 191: | Line 117: | ||
=== ''Pikmin 3'' === | === ''Pikmin 3'' === | ||
* [[Glitches in Pikmin 3#Early Shaggy Long Legs|Early Shaggy Long Legs softlock]]: If the player performs the [[Glitches in Pikmin 3#Early Shaggy Long Legs|Early Shaggy Long Legs]] glitch, then they can let some Pikmin die (by drowning, for example). If enough Pikmin die, then the player can never have enough Pikmin to push the [[iron ball]], meaning they are stuck in the Brittany tutorial until they reset. | * [[Glitches in Pikmin 3#Early Shaggy Long Legs|Early Shaggy Long Legs softlock]]: If the player performs the [[Glitches in Pikmin 3#Early Shaggy Long Legs|Early Shaggy Long Legs]] glitch, then they can let some Pikmin die (by drowning, for example). If enough Pikmin die, then the player can never have enough Pikmin to push the [[iron ball]], meaning they are stuck in the Brittany tutorial until they reset. | ||
* | * Day 1 softlock: It is possible to throw Pikmin out of bounds on day 1{{cite youtube|5Z7KuPo76I4|of Pikmin being killed on day 1}}. If the player kills just a couple of Red Pikmin before the cardboard box is pushed, then they are stuck on the wrong side of the box forever, unless they reset. | ||
=== ''Hey! Pikmin'' === | === ''Hey! Pikmin'' === | ||
* [[Glitches in Hey! Pikmin#Black screen lock|Black screen lock]]: Losing all Pikmin for the first time in a [[saved game]] at the same time that Olimar falls into a [[pit]] will result in the game staying stuck on a faded-out black screen. Only the music will keep playing. | * [[Glitches in Hey! Pikmin#Black screen lock|Black screen lock]]: Losing all Pikmin for the first time in a [[saved game]] at the same time that Olimar falls into a [[pit]] will result in the game staying stuck on a faded-out black screen. Only the music will keep playing. | ||
== Crash handler == | == Crash handler == | ||
[[File:Pikmin 2 crash handler.png|thumb|The crash handler in ''Pikmin 2''.]] | [[File:Pikmin 2 crash handler.png|thumb|The crash handler in ''Pikmin 2''.]] | ||
{{game help|npcp2|Figure out if there's any crash handler in the ''New Play Control!'' version.}} | |||
{{game help|p2|The Interactive Multi Game Demo Disc Version 18 has a ''Pikmin 2'' demo with an intact code map. Figure out if the crash handler exists in this demo, and determine if the intact code map allows it to decode the addresses more consistently.}} | |||
In {{p2}} for the [[GameCube]], if the game crashes, the player might be able to input a development button combination in order to get a crash handler screen to pop up.{{cite youtube|cPqyk5PyL-E|of the crash handler in action}} The code should be pressed one button at a time, and with ample time between each button press: | In {{p2}} for the [[GameCube]], if the game crashes, the player might be able to input a development button combination in order to get a crash handler screen to pop up.{{cite youtube|cPqyk5PyL-E|of the crash handler in action}} The code should be pressed one button at a time, and with ample time between each button press: | ||
Line 212: | Line 135: | ||
The rest of the report is filled with miscellaneous memory locations and their state when the crash happened. Because the code map file in the game's data has been overwritten with garbage in the final release, the handler will be unable to decode some of the addresses in the report and will often simply show "no information". | The rest of the report is filled with miscellaneous memory locations and their state when the crash happened. Because the code map file in the game's data has been overwritten with garbage in the final release, the handler will be unable to decode some of the addresses in the report and will often simply show "no information". | ||
== References == | == References == |