Skip to content

Commit e91fb7a

Browse files
browserhax: fallback to MSET9 if DS mode is not working
Some devices run into a specific error on exploits that make use of kernelhaxcode_3ds: - PrepareArm9ForTwl returned error c8804631! This was traced down to the agbhax exploit chain, which is used under the following conditions: - NATIVE_FIRM - 11.4 or newer However, if the "DS Internet" title is broken or missing, the exploit will fail. In these cases, fall back to MSET9, which doesn't have any of the above issues, at the expense of convenience.
1 parent 0e83f8b commit e91fb7a

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
2+
::: details "PrepareArm9ForTwl returned error c8804631!"
3+
4+
There is an issue with the console's DS mode functionality. You should follow [Installing boot9strap (MSET9)](installing-boot9strap-(mset9)) instead.
5+
6+
:::

docs/troubleshooting-ssloth-browser.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -87,12 +87,6 @@ There may be an issue with your `arm11code.bin` file. Re-download the latest rel
8787

8888
:::
8989

90-
::: details "PrepareArm9ForTwl returned error c8804631!"
91-
92-
Join [Nintendo Homebrew on Discord](https://discord.gg/MWxPgEp) for assistance.
93-
94-
:::
95-
9690
::: details Failed to mount the SD card!
9791

9892
Back up your data and reformat your SD card as FAT32 with the recommended tool depending on your operating system ([Windows](formatting-sd-(windows)), [macOS](formatting-sd-(mac)), [Linux](formatting-sd-(linux))). MiniTool Partition Wizard and the HP formatting tool (HPUSBDisk) are known to cause issues with 3DS SD cards.
@@ -101,6 +95,8 @@ If this is unsuccessful, try using another SD card.
10195

10296
:::
10397

98+
<!--@include: ./_include/troubleshooting-khc-common.md -->
99+
104100
## Issues with SafeB9SInstaller
105101
<!--@include: ./_include/troubleshooting-sb9si-bin.md -->
106102
<!--@include: ./_include/troubleshooting-sb9si-common.md -->

docs/troubleshooting-super-skaterhax.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ This likely indicates that you already have custom firmware. You should [check f
4646

4747
:::
4848

49+
<!--@include: ./_include/troubleshooting-khc-common.md -->
50+
4951
## Issues with SafeB9SInstaller
5052
<!--@include: ./_include/troubleshooting-sb9si-bin.md -->
5153
<!--@include: ./_include/troubleshooting-sb9si-common.md -->

0 commit comments

Comments
 (0)