troubleshooting: restore homebrew-launcher-pichaxx
This commit is contained in:
parent
a6e6e32445
commit
5879eab0d9
2 changed files with 34 additions and 0 deletions
|
@ -68,6 +68,7 @@ In this section, you will create a hacked Pokémon Picross save file that, when
|
||||||
1. Power on your device
|
1. Power on your device
|
||||||
1. Launch "Pokémon Picross"
|
1. Launch "Pokémon Picross"
|
||||||
1. If the exploit was successful, your device will have booted into the Homebrew Launcher
|
1. If the exploit was successful, your device will have booted into the Homebrew Launcher
|
||||||
|
+ If you get an error message, [follow this troubleshooting guide](troubleshooting#homebrew-launcher-pichaxx)
|
||||||
|
|
||||||
#### Section III - Hardware Button Check
|
#### Section III - Hardware Button Check
|
||||||
|
|
||||||
|
|
|
@ -15,6 +15,7 @@ Guide pages:
|
||||||
* [BannerBomb3](#bannerbomb3)
|
* [BannerBomb3](#bannerbomb3)
|
||||||
* [Installing boot9strap (USM)](#installing-boot9strap-usm)
|
* [Installing boot9strap (USM)](#installing-boot9strap-usm)
|
||||||
* [Installing boot9strap (Fredtool)](#installing-boot9strap-fredtool)
|
* [Installing boot9strap (Fredtool)](#installing-boot9strap-fredtool)
|
||||||
|
* [Homebrew Launcher (PicHaxx)](#homebrew-launcher-pichaxx)
|
||||||
* [Installing boot9strap (Soundhax)](#installing-boot9strap-soundhax)
|
* [Installing boot9strap (Soundhax)](#installing-boot9strap-soundhax)
|
||||||
* [Installing boot9strap (SSLoth-Browser)](#installing-boot9strap-ssloth-browser)
|
* [Installing boot9strap (SSLoth-Browser)](#installing-boot9strap-ssloth-browser)
|
||||||
* [Homebrew Launcher (super-skaterhax)](#homebrew-launcher-super-skaterhax)
|
* [Homebrew Launcher (super-skaterhax)](#homebrew-launcher-super-skaterhax)
|
||||||
|
@ -259,6 +260,38 @@ Join [Nintendo Homebrew on Discord](https://discord.gg/MWxPgEp) and explain what
|
||||||
{% endcapture %}
|
{% endcapture %}
|
||||||
<details>{{ compat | markdownify }}</details>
|
<details>{{ compat | markdownify }}</details>
|
||||||
|
|
||||||
|
## Homebrew Launcher (PicHaxx)
|
||||||
|
|
||||||
|
{% capture compat %}
|
||||||
|
<summary><u>"An error has occurred. Hold down the POWER button to turn off the power..." (black screen with text)</u></summary>
|
||||||
|
|
||||||
|
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://3dstools.nhnarwhal.com/#/pichaxx), 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 [unSAFE_MODE](https://github.com/zoogie/unSAFE_MODE/releases/latest), place the `.bin` file relevant to your console from the `otherapps_with_CfgS` folder to the root of your SD card, and rename it to `otherapp.bin`. Do not add the `.bin` extension if you do not already see it.
|
||||||
|
{% endcapture %}
|
||||||
|
<details>{{ compat | markdownify }}</details>
|
||||||
|
|
||||||
|
{% capture compat %}
|
||||||
|
<summary><u>"An exception occurred" or Errdisp when opening Picross</u></summary>
|
||||||
|
|
||||||
|
Your device already has custom firmware. You should [check for CFW](checking-for-cfw).
|
||||||
|
{% endcapture %}
|
||||||
|
<details>{{ compat | markdownify }}</details>
|
||||||
|
|
||||||
|
{% capture compat %}
|
||||||
|
<summary><u>"An error has occurred, forcing the software to close..." (white message box)</u></summary>
|
||||||
|
|
||||||
|
There is an issue with your `otherapp.bin` file. Download [otherapps.zip](/assets/otherapps.zip), place the `.bin` file relevant to your console to the root of your SD card, and rename it to `otherapp.bin`. Do not add the `.bin` extension if you do not already see it.
|
||||||
|
{% endcapture %}
|
||||||
|
<details>{{ compat | markdownify }}</details>
|
||||||
|
|
||||||
|
{% capture compat %}
|
||||||
|
<summary><u>Game starts normally</u></summary>
|
||||||
|
|
||||||
|
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://3dstools.nhnarwhal.com/#/pichaxx) and place the resulting file (`00000001.sav`) in `Nintendo 3DS` -> `<ID0>` -> `<ID1>` -> `title` -> `00040000` -> `0017c100` -> `data`.
|
||||||
|
{% endcapture %}
|
||||||
|
<details>{{ compat | markdownify }}</details>
|
||||||
|
|
||||||
## Installing boot9strap (Soundhax)
|
## Installing boot9strap (Soundhax)
|
||||||
|
|
||||||
{% capture compat %}
|
{% capture compat %}
|
||||||
|
|
Loading…
Reference in a new issue