Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add frankenfirm soundhax to troubleshooting #2357

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 7 additions & 1 deletion _pages/en_US/troubleshooting.txt
Original file line number Diff line number Diff line change
Expand Up @@ -276,13 +276,19 @@ If your console is not on those firmwares, it likely indicates that you already
<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 (it is missing, misplaced, or corrupted). 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.

If the above doesn't fix your issue, and you are using an Old 3DS / Old 3DS XL / Old 2DS, you may be encountering a specific issue involving cartridge updates. Take another look at the system version. If the last number, e.g. 4 in 11.3.0-**4**U, is 4 and lower and the system version is 11.3.0 and lower, replace the soundhax file on the root of your SD card with the one from [this site](http://soundhax.saru.moe/frankenfirm.html?crash)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"specific" is not necessary here
4 and lower -> 4 or lower
soundhax should be capitalized
"If the last number is 4 or lower (e.g. 11.3.0-4U) would be preferred

Add link to NH here too? And or maybe to safecerthax?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should 11.3.0 and lower also be 11.3.0 or lower? (Actually, this part might not even be needed as they shouldn't go soundhax if not?)
not sure about safecerthax, indeed could be an alternative, simply add another section of If the above doesn't fix your issue, and you are using an Old 3DS / Old 3DS XL / Old 2DS, you can also try...?

{% endcapture %}
<details>{{ compat | markdownify }}</details>

{% capture compat %}
<summary><u>"Could not play"</u></summary>

You have the wrong Soundhax file for your console and region, or your console is incompatible with Soundhax. In the latter case, your course of action will determine on what version your 3DS is currently on. Join [Nintendo Homebrew on Discord](https://discord.gg/MWxPgEp) for assistance.
You have the wrong Soundhax file for your console, region and version. Double-check that you entered all the info correctly into the [Soundhax website](https://soundhax.com/), redownload your soundhax file, and replace it with the one on the root of your SD card.
danny8376 marked this conversation as resolved.
Show resolved Hide resolved

If the above doesn't fix your issue, and you are using an Old 3DS / Old 3DS XL / Old 2DS, you may be encountering a specific issue involving cartridge updates. Take another look at the system version. If the last number, e.g. 0 in 11.3.0-**0**U, is 3 and lower and the system version is 11.3.0 and lower, replace the soundhax file on the root of your SD card with the one from [this site](http://soundhax.saru.moe/frankenfirm.html?unplayable)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

see other review referencing this text
Link to safecerthax here if troubleshooting fail?


If none of these fix your issue, join [Nintendo Homebrew on Discord](https://discord.gg/MWxPgEp) for assistance.
{% endcapture %}
<details>{{ compat | markdownify }}</details>

Expand Down