Editing Crash

Jump to navigation Jump to search
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:
{{game icons|p=y|p2=y|p3=y|hp=y}}
{{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 tried to do 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. Games in the {{ps}} also have a few glitches, exploits, and hacks that allow the player to crash the game.
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 tried to do 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 "[[#Ways to softlock|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.
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 18: Line 18:
! Crash || Basic description || Crash reason || Video
! Crash || Basic description || Crash reason || Video
|-
|-
| [[Glitches in Pikmin#Smoky Progg crash|Smoky Progg crash]]
| [[Glitches in Pikmin#Smoky Progg Crash|Smoky Progg Crash]]
| Guiding Smoky Progg deep into the opposite side of [[The Distant Spring]] may cause crashes when it attempts to pathfind back to the Onions.
| Guiding Smoky Progg deep into the opposite side of [[The Distant Spring]] may cause crashes when it attempts to pathfind back to the Onions.
| Instruction at <code>0x801a9220</code> (read from <code>SRR0</code>) attempted to access invalid address <code>0x38</code> (read from <code>DAR</code>)
| Instruction at 0x801a9220 (read from SRR0) attempted to access invalid address 0x38 (read from DAR)
| [https://www.youtube.com/watch?v=RR54fHOGb5g YouTube video]
| [https://www.youtube.com/watch?v=RR54fHOGb5g YouTube Video]
|}
|}


=== ''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.


Line 36: Line 37:
| [https://www.youtube.com/watch?v=R8Gst5gWvYM YouTube video]
| [https://www.youtube.com/watch?v=R8Gst5gWvYM YouTube video]
|-
|-
| rowspan="2" | [[Glitches in Pikmin 2#Minor|Breadbug or Glutton's Kitchen crashes]]
| rowspan="2" | [[Glitches in Pikmin 2#Minor|Glutton's Kitchen crashes]]
| rowspan="2" | It is possible for the game to crash when the player is playing on [[Glutton's Kitchen]], or when there are Breadbugs in the area. The reasons for this are not known, and sublevel 6 of the Glutton's Kitchen is the most likely to cause crashes.
| rowspan="2" | It is possible for the game to crash when the player is playing on [[Glutton's Kitchen]]. The reasons for this are not known, and sublevel 6 is the most likely to cause crashes.
| 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/CoweringFunPistachioRaccAttack 4], [https://clips.twitch.tv/FrigidFaintMarrowCoolStoryBro 5], [https://clips.twitch.tv/TrustworthyTastyWoodpeckerKevinTurtle-ggRPFZvEmGKUg-uK 6], [https://www.youtube.com/watch?v=pIiH_4rj51s YouTube video], [https://www.youtube.com/watch?v=nPCZhcueavQ 2], [https://www.youtube.com/watch?v=TRFtLxjKqkQ 3], [https://twitter.com/keisen2853/status/1267377723887939584 Twitter video on Snack Pit], [https://clips.twitch.tv/CooperativePeppyInternKappaPride-_vJmncbXp7XMaTys Twitter video on Dream Den] ([https://clips.twitch.tv/HelplessGentleAmazonEleGiggle-elFlMJIBS1Px7ce1 trace])
| [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/CoweringFunPistachioRaccAttack 4], [https://clips.twitch.tv/FrigidFaintMarrowCoolStoryBro 5]
|-
|-
| {{w|Assertion (software development)|Assertion}}
| {{w|Assertion (software development)|Assertion}}
| <code>no handle ! 2 in "pathfinder.cpp" on line 332</code>
| <code>no handle ! 2 in "pathfinder.cpp" on line 332</code>
| [https://clips.twitch.tv/EnjoyableSweetDogeGOWSkull Twitch clip] ([https://cdn.discordapp.com/attachments/177496240035069962/539438371634806795/Screenshot_3.jpg crash handler]), [https://www.youtube.com/watch?v=pIiH_4rj51s YouTube video on Snack Pit]
| [https://clips.twitch.tv/EnjoyableSweetDogeGOWSkull Twitch clip] ([https://cdn.discordapp.com/attachments/177496240035069962/539438371634806795/Screenshot_3.jpg crash handler])
|-
|-
| [[Glitches in Pikmin 2#Minor|Cavernous Abyss loading crash]]
| [[Glitches in Pikmin 2#Minor|Cavernous Abyss loading crash]]
Line 55: Line 56:
| For unknown reasons, the game can crash while fighting a [[Pileated Snagret]]. It appears to happen when Purple Pikmin pound on the Pileated Snagret while it's reaching to peck a third Pikmin into its beak.
| For unknown reasons, the game can crash while fighting a [[Pileated Snagret]]. It appears to happen when Purple Pikmin pound on the Pileated Snagret while it's reaching to peck a third Pikmin into its beak.
| Assertion
| Assertion
| <code>P2Assert in "interactPiki.cpp" on line 1180</code> (US)<br><code>P2Assert in "interactPiki.cpp" on line 1206</code> (EU)<br><code>P2Assert in "interactPiki.cpp" on line 1271</code> (NPC!)
| <code>P2Assert in "interactPiki.cpp" on line 1180</code> (US)<br><code>P2Assert in "interactPiki.cpp" on line 1206</code> (EU)
| [https://www.youtube.com/watch?v=uS7R4WN6D0E YouTube video 1], [https://www.youtube.com/watch?v=SaUikLrKv-Q 2], [https://clips.twitch.tv/PerfectTenuousDiscSeemsGood Twitch clip 1], [https://clips.twitch.tv/EnergeticPricklyLobsterAllenHuhu-Tn5R7x2YLOpjE7SA 2]
| [https://www.youtube.com/watch?v=uS7R4WN6D0E YouTube video 1], [https://www.youtube.com/watch?v=SaUikLrKv-Q 2],[https://clips.twitch.tv/PerfectTenuousDiscSeemsGood Twitch clip]
|-
|-
|-
| [[Glitches in Pikmin 2#Minor|Ranging Bloyster fight crash]]
| [[Glitches in Pikmin 2#Minor|Ranging Bloyster fight crash]]
Line 63: Line 65:
|  
|  
| [https://twitter.com/keisen2853/status/914298392498470914 Twitter clip]
| [https://twitter.com/keisen2853/status/914298392498470914 Twitter clip]
|-
| [[Glitches in Pikmin 2#Minor|Choking Pikmin rescue crash]]
| If a Pikmin is underwater and starts choking due to a [[Watery Blowhog]]'s attack, the game will crash if a Blue Pikmin tries to grab it to rescue it.
| Assertion
| <code>*Transit(21)(5) (PANIC)=>(WATERHANGED) in "pikiState.cpp" on line 704</code>
| [https://twitter.com/toolassistedpik/status/1244990268350201856 Twitter 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 82: Line 78:
| [https://www.youtube.com/watch?v=EZWnmIx_JBo YouTube video]
| [https://www.youtube.com/watch?v=EZWnmIx_JBo YouTube video]
|-
|-
| [[Pikmin limit#Onion discovery|Onion discovery crash]]
| [[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 [[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.
| 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.
|  
|  
| <code>onyon supply failure! in "onyonMgr.cpp" on line 641</code>
| <code>onyon supply failure! in "onyonMgr.cpp" on line 641</code>
Line 131: Line 127:
<code>can't reset. owner[?????OGA] member[??KANTEI] in "screenMgr.cpp" on line 427</code>
<code>can't reset. owner[?????OGA] member[??KANTEI] in "screenMgr.cpp" on line 427</code>
| [https://www.youtube.com/watch?v=CUJPD_cgH8Y YouTube video]
| [https://www.youtube.com/watch?v=CUJPD_cgH8Y YouTube video]
|-
| Day end crash
| For unknown reasons, it is possible for the game to crash when the player ends the day. The only known case so far happened after the player has left the [[Bulblax Kingdom]], collected the [[Healing Cask]], and finished the day.
| Assertion
| <code>P2Assert in "PSSeq.cpp" on line 192</code>
| [https://clips.twitch.tv/AmusedEagerTrollCoolStoryBro Twitch clip], [https://www.twitch.tv/videos/711440296?t=96s 2]
|-
| Valley of Repose entry crash
| At times, the game can crash when entering the Valley of Repose in the [[Menu#Area selection|area selection menu]].
|
|
| [https://clips.twitch.tv/AnnoyingRespectfulPlumberM4xHeh Twitch clip], [https://www.twitch.tv/videos/424607471 2], [https://clips.twitch.tv/RamshackleHelpfulWhaleKappa-hjyq48rqgFdmvk20 3]
|-
| Mamuta crash
| The game can randomly crash on [[Frontier Cavern]], sublevel 5, after a Mamuta is killed. The lock happens in the function <code>Creature::releaseAllStickers()</code>.
| Assertion
| <code>CPU LOCKED! in "system/retrace" on line 0</code>
| [https://clips.twitch.tv/IntelligentAmazingJaguarPogChamp-4BIGNdYoeA6mylFi Twitch clip], [https://clips.twitch.tv/CheerfulHeartlessSalamanderKlappa-N4TKTN0-dYiT0xSQ 2] (language warning)
|-
| Snitchbug crash
| ''New Play Control! Pikmin 2'' can randomly crash a short time after a [[Swooping Snitchbug]] catches a Pikmin. || || || [https://twitter.com/smpki/status/1653800801322823682?s=61&t=SikA4XUxf3vnm53kdo9UTg Twitter video]
|-
| Challenge Mode 10 seconds crash
| In [[update|version]] 1.0.0 of {{p2s}}, if the player pauses the game when the timer in a [[Challenge Mode (Pikmin 2)|Challenge Mode]] stage hits 10 exactly, the game will crash. || || ||
|}
|}
{{game help|p2|Test and add [[Talk:Glitches in Pikmin 2#Onion menu.2FEnd of day cutscene crash|this]] and [https://www.reddit.com/r/Pikmin/comments/cblbas/dont_go_into_a_cave_when_the_day_is_about_to_run/ this].}}


=== ''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.
* [[Glitches in Pikmin 3#Infinite dirt mound|Infinite dirt mound crash]]: By whistling Pikmin as soon as they dig something out of a [[dirt mound]], for mounds with multiple objects, players can repeatedly extract the same object from the mound. Doing this with [[bridge]] fragments and having Pikmin carry excess fragments will cause unintended behaviors, and can result in a crash.{{cite web|https://twitter.com/Fuka_superior/status/1293574576299900939|Twitter video|Twitter|published={{date|12|August|2020}}|retrieved={{date|12|August|2020}}}}
* [[Glitches in Pikmin 3#Vehemoth Phosbat capture skip|Vehemoth Phosbat capture skip crash]]: By skipping the [[Vehemoth Phosbat]] capture in day 1, and obtaining Yellow Pikmin and Red Pikmin instead, the game will crash after the [[cutscene]] where Alph finds the [[S.S. Drake]], triggered by leaving the day 1 cave [[segment]] in the [[Tropical Wilds]].
* [[Glitches in Pikmin 3#Formidable Oak backwards (Pikmin 3 Deluxe)|Formidable Oak backwards]]: Exclusively in {{p3d}}, if the player enters the Formidable Oak from the exit, starts the Plasm Wraith fight, and then goes through the entrance, they'll control two leaders at once. In this state, the game tends to crash.


== Ways to softlock ==
== Ways to softlock ==
Line 177: Line 144:
* [[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 Bud#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}}
* 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 [[Dwarf Bulborb|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.
* 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 a player stuck with less than 15 Pikmin on day 1}}. It is also possible that the last pellet given to the Red Onion will not produce seeds if a cutscene is played at a particular time{{cite youtube|jlUZTu7jkOE|of the Red Onion not producing seeds on day 1}}. Either way, the player is unable to end day 1, since the Pikmin on Louie's side cannot die.
* 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 [[swarming]] 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}}
* Stuck beyond the paper bag on day 1: By utilizing the [[swarming]] 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}}
* [[Glitches in Pikmin 2#Extended damage state|Extended damage state]] glitch: If the player enters the [[Onion]] menu at the same time another leader gets hit by a [[boulder]], he will repeatedly get crushed by it over time. If he loses all of his health in this way, and the player closes the Onion menu, the menu will be dismissed correctly, but then the game will softlock; only the music will keep playing.


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 187: Line 153:
=== ''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.
* [[Glitches in Pikmin 3#Gameplay|Day 1 Charlie softlock]]: By hugging against a nook in the wall before the first row of [[Spotcap]]s, grabbing Pikmin, and releasing them inside the nook, the player can kill them one by one, since the nook proper does not have a floor. If the player kills them all before opening up the second row of Spotcaps, they will be unable to proceed.
* 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.
* Day 1 Alph 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.
* [[Glitches in Pikmin 3#Quick day start softlock|Quick day start softlock]]: At the start of a day, if the player mashes fast enough in order to start the day as quickly as possible, the game will lock in the brief cutscene that shows the S.S. Drake and the Onion descending to the planet.
* Collecting a [[data file]] at the same time a [[cutscene]] begins can result in the game opening the data file after the cutscene, but its image will be empty, and the game will be softlocked.{{cite youtube|3GzDSfXbCtA|of ''Pikmin 3 Deluxe'' becoming softlocked after the player collects a data file at the same time the nectar cutscene starts}}
* Having a controller disconnection right before the results screen on day 1 can cause the game to show a data file after the reconnection and the day's results, and then stay stuck at a black screen.{{cite web|https://clips.twitch.tv/ElatedJazzyDinosaurHumbleLife-yoY8rh1qf8-_ce9b|Twitch clip|Twitch|published={{date|4|April|2022}}|retrieved={{date|4|April|2022}}}}


=== ''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.
* [[Glitches in Hey! Pikmin#Walking animation lock|Walking animation lock]]: Touching a treasure at the same time the Pikmin begin to lift it up will result in Olimar walking in place. It is possible to pause and quit the area that way, however.


== Crash handler ==
== Crash handler ==
Line 210: Line 171:
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".


The Interactive Multi Game Demo Disc Version 17 has a ''Pikmin 2'' demo with an intact code map file. This means that if the player crashes the game there, the crash handler will be able to accurately show what points of the code the game was running when the crash happened. Because of the state of the system and how large the map file is, converting the memory locations can take several seconds.{{cite youtube|31B3vF6wkdk|of the crash handler in the Interactive Multi Game Demo Disc Version 17|published={{date|7|August|2018}}|retrieved={{date|14|December|2018}}}}
The Interactive Multi Game Demo Disc Version 17 has a ''Pikmin 2'' demo with an intact code map file. This means that if the player crashes the game there, the crash handler will be able to accurately show what points of the code the game was running when the crash happened. Because of the state of the system and how large the map file is, converting the memory locations can take several seconds.{{cite youtube|31B3vF6wkdk|of the crash handler in the Interactive Multi Game Demo Disc Version 17|published={{date|7|August|2018}}|retrieved={{14|December|2018}}}}


== References ==
== References ==

Please note that all contributions to Pikipedia are considered to be released under the Attribution-ShareAlike 3.0 Unported license (see Pikipedia:Copyrights for details). Your changes will be visible immediately. Please enter a summary of your changes above.

Do not submit copyrighted work without permission!

Cancel Editing help (opens in new window)