Skip to content

Commit

Permalink
Clarify some things (#220)
Browse files Browse the repository at this point in the history
* Update common-issues-fixes.md
* Update browser-exploit.md
  • Loading branch information
VannyBuns authored Apr 3, 2024
1 parent dbe623c commit bc429e5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/troubleshooting/common-issues-fixes.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@

- **FSGetMountSource failed:** Same as -3 above, means no SD Card detected. Re-insert the SD and try again. This could also mean that the SD card is locked (Slider is down instead of up) or the SD card label is "WIIU", which is stated in the guide causes conflict. If it's not any of these issues, refer to the last suggestion from -3.

- **FSOpenFile failed [...] payload.elf:** Missing payload file on SD. Make sure you have payload.elf in the wiiu folder.
- **FSOpenFile failed [...] payload.elf:** Missing payload file on SD. Make sure you have payload.elf in the wiiu folder, and the wiiu folder on the root.

- **FSOpenFile failed:** Missing `homebrew_launcher` on SD. Make sure you have `homebrew_launcher.elf` in the <code>/wiiu<wbr>/apps<wbr>/homebrew_launcher</code> folder.

- **SD Mount Failed:** Similar to -4, the console recognizes the SD card but could not mount it. Make sure it is formatted properly. Also, your SD card is more compatible with reputable brands (i.e. SanDisk, Samsung, Lexar, etc.) and less likely to have issues.
- **SD Mount Failed:** Similar to -4, the console recognizes the SD card but could not mount it. Make sure it is formatted properly, and it is not damaged. Also, your SD card is more compatible with reputable brands (i.e. SanDisk, Samsung, Lexar, etc.) and less likely to have issues.

### Data Management asks to delete unnecessary data, what does it mean?

Expand Down
3 changes: 3 additions & 0 deletions docs/user-guide/aroma/browser-exploit.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,6 @@ Make sure your Wii U has internet access for this step.
- If your Wii U gets stuck on a white or otherwise frozen screen, wait a few seconds. If nothing happens, reboot the console, [reset the browser's save data](https://en-americas-support.nintendo.com/app/answers/detail/a_id/1507/~/how-to-delete-the-internet-browser-history) and try again.
- If you see the EnvironmentLoader, you did not hold down B long enough. Try again.

?> If you get any errors like FSOpenfile failed, FSGetMountSorce failed, or SD Mount failed, refer to the browser errors in [Common Issues and Fixes](../common-issues-fixes).


0 comments on commit bc429e5

Please sign in to comment.