pichaxx troubleshooting improvements
b9s-pichaxx: add link to troubleshooting page when launching picross troubleshooting: shift black screen error to top of pichaxx header as it is the most common
This commit is contained in:
parent
1533f1e55a
commit
77d645cb26
2 changed files with 7 additions and 6 deletions
|
@ -65,6 +65,7 @@ This process will overwrite your Pokémon Picross save file, if you have one. If
|
|||
1. Power on your device
|
||||
1. Launch "Pokémon Picross"
|
||||
1. If the exploit was successful, your device will have booted into SafeB9SInstaller
|
||||
+ If you get an error message, [follow this troubleshooting guide](troubleshooting#installing-boot9strap-pichaxx)
|
||||
|
||||
#### Section III - Installing boot9strap
|
||||
|
||||
|
|
|
@ -66,6 +66,12 @@ The website has determined that your `movable.sed` cannot be brute-forced. Ensur
|
|||
|
||||
## Installing boot9strap (PicHaxx)
|
||||
|
||||
### "An error has occurred. Hold down the POWER button to turn off the power..." (black screen with text)
|
||||
|
||||
Your `00000001.sav` and/or `otherapp.bin` files may be misplaced. Ensure that `00000001.sav` is in `Nintendo 3DS` -> `<ID0>` -> `<ID1>` -> `title` -> `00040000` -> `0017c100` -> `data` and that `otherapp.bin` is on the root of your SD card.
|
||||
|
||||
If your files are in the correct locations, re-create the save using the [PicHaxx Save Tool](https://3ds.nhnarwhal.com/3dstools/pichaxx.php), then place it in `Nintendo 3DS` -> `<ID0>` -> `<ID1>` -> `title` -> `00040000` -> `0017c100` -> `data`. Ensure that the file is named exactly `00000001.sav` and that you used your console's `movable.sed` to create it. Re-download the latest release of [universal-otherapp](https://github.com/TuxSH/universal-otherapp/releases/latest) and place it on the root of your SD card. Do not add the `.bin` extension if you do not already see it.
|
||||
|
||||
### "An exception occurred" or Errdisp when opening Picross
|
||||
|
||||
Your device already has custom firmware. You should [check for CFW](checking-for-cfw).
|
||||
|
@ -74,12 +80,6 @@ Your device already has custom firmware. You should [check for CFW](checking-for
|
|||
|
||||
There is an issue with your `otherapp.bin` file. Download the latest release of [universal-otherapp](https://github.com/TuxSH/universal-otherapp/releases/latest) and place it on the root of your SD card. Do not add the `.bin` extension if you do not already see it.
|
||||
|
||||
### "An error has occurred. Hold down the POWER button to turn off the power..." (black screen with text)
|
||||
|
||||
Your `00000001.sav` and/or `otherapp.bin` files may be misplaced. Ensure that `00000001.sav` is in `Nintendo 3DS` -> `<ID0>` -> `<ID1>` -> `title` -> `00040000` -> `0017c100` -> `data` and that `otherapp.bin` is on the root of your SD card.
|
||||
|
||||
If your files are in the correct locations, re-create the save using the [PicHaxx Save Tool](https://3ds.nhnarwhal.com/3dstools/pichaxx.php), then place it in `Nintendo 3DS` -> `<ID0>` -> `<ID1>` -> `title` -> `00040000` -> `0017c100` -> `data`. Ensure that the file is named exactly `00000001.sav` and that you used your console's `movable.sed` to create it. Re-download the latest release of [universal-otherapp](https://github.com/TuxSH/universal-otherapp/releases/latest) and place it on the root of your SD card. Do not add the `.bin` extension if you do not already see it.
|
||||
|
||||
### Game starts normally
|
||||
|
||||
Your modified `00000001.sav` file may be misplaced, or you may have used the wrong `movable.sed` when creating it. Re-generate your `movable.sed` from [Bruteforce Movable](https://seedminer.hacks.guide), then re-create the save using the [PicHaxx Save Tool](https://3ds.nhnarwhal.com/3dstools/pichaxx.php) and place the resulting file (`00000001.sav`) in `Nintendo 3DS` -> `<ID0>` -> `<ID1>` -> `title` -> `00040000` -> `0017c100` -> `data`.
|
||||
|
|
Loading…
Reference in a new issue