Guide_3DS/_pages/nl_NL/troubleshooting.txt

158 lines
8 KiB
Plaintext
Raw Normal View History

2017-05-21 22:39:40 +02:00
---
2017-05-24 07:55:55 +02:00
title: "Troubleshooting"
2017-05-21 22:39:40 +02:00
---
2017-09-29 13:29:26 +02:00
{% include toc title="Table of Contents" %}
2018-02-18 16:47:39 +01:00
### Required Reading
2017-09-29 13:29:26 +02:00
If you are unable to boot your device, please look for the section relevant to you and follow the instructions.
2017-05-21 22:39:40 +02:00
2017-08-13 01:26:54 +02:00
If you still cannot solve your issue and need to reach out for help, please paste the contents of all relevant .log files from the root of your SD card into a [Gist](https://gist.github.com/), then come for help prepared with a detailed description of your problem and what you've tried.
2017-05-21 22:39:40 +02:00
2018-08-02 06:59:14 +02:00
Note that if you have any payload files other than `GodMode9.firm` in the `/luma/payloads/` folder on your SD card, holding (Start) on boot will display a "chainloader menu" where you will have to use the D-Pad and the (A) button to select "GodMode9" for these instructions.
2018-08-26 22:48:57 +02:00
To use the [magnet](https://wikipedia.org/wiki/Magnet_URI_scheme) links on this page, you will need a torrent client like [Deluge](http://dev.deluge-torrent.org/wiki/Download).
2017-05-21 22:39:40 +02:00
2017-09-29 13:29:26 +02:00
## DSi / DS functionality is broken after completing the guide
2017-05-21 22:39:40 +02:00
2018-02-18 16:47:39 +01:00
### What You Need
2017-05-21 22:39:40 +02:00
2019-03-19 18:20:56 +01:00
* The latest release of [TWLFix-CFW](https://github.com/MechanicalDragon0687/TWLFix-CFW/releases/latest) *(the .3dsx file)*
2017-05-21 22:39:40 +02:00
2017-09-29 13:29:26 +02:00
### Instructions
2017-05-21 22:39:40 +02:00
2017-09-29 13:29:26 +02:00
#### Section I - Prep Work
2017-05-21 22:39:40 +02:00
2018-03-20 03:10:38 +01:00
1. Schakel je 3ds uit
1. Plaats je SD kaart in je computer
2019-03-19 18:20:56 +01:00
1. Create a folder named `3ds` on the root of your SD card if it does not already exist
1. Copy `TWLFix-CFW.3dsx` to the `/3ds/` folder on your SD card
2018-03-20 03:10:38 +01:00
1. Stop je SD kaart terug in je 3DS
2017-05-21 22:39:40 +02:00
2019-03-19 18:20:56 +01:00
#### Section II - Fixing TWL
2017-05-21 22:39:40 +02:00
2019-03-19 18:20:56 +01:00
1. Open the Homebrew Launcher
1. Launch TWLFix-CFW from the list of homebrew
1. Press (A) to uninstall the broken TWL titles
1. Press (Start) to reboot the device
1. Perform a System Update by going to System Settings, then "Other Settings", then going all the way to the right and using "System Update"
+ The update will see that the essential TWL titles have been uninstalled, and will redownload and reinstall them
1. Once the update is complete, tap "OK" to reboot the device
2017-05-21 22:39:40 +02:00
2017-09-29 13:29:26 +02:00
## Cannot inject H&S on Gateway downgraded device
2017-09-30 22:22:50 +02:00
2017-08-17 23:01:39 +02:00
This is caused by Gateway implementing a very shoddy downgrade method which leaves two versions of each app on the system. Een van de twee wordt niet gebruikt, maar het injectiesysteem snapt dit niet, waardoor de verkeerde H&S geinjecteerd wordt.
2017-05-21 22:39:40 +02:00
2017-07-25 20:26:34 +02:00
1. Launch GodMode9 by holding (Start) during boot
2017-05-21 22:39:40 +02:00
1. Navigeer naar `[1:] SYSNAND CTRNAND` -> `title` -> `00040010`
1. Navigeer naar de map voor je device en regio:
2017-06-16 00:32:09 +02:00
+ **Old 3DS or Old 2DS EUR**: `00022300` -> `content`
+ **Old 3DS or Old 2DS JPN**: `00020300` -> `content`
+ **Old 3DS or Old 2DS USA**: `00021300` -> `content`
+ **New 3DS or New 2DS EUR**: `20022300` -> `content`
+ **New 3DS or New 2DS JPN**: `20020300` -> `content`
+ **New 3DS or New 2DS USA**: `20021300` -> `content`
2017-05-21 22:39:40 +02:00
1. Merk op dat er twee sets van de app- en tmd-bestanden zijn. Een set met extensies in hoofdletters (`.TMD` en `.APP`), en een set met extensies in kleine letters (`tmd` en `.app`)
1. Terwijl je de (R)-trigger vasthoudt, druk op (Y) om een nieuwe map te maken
1. Druk op (A) om de naam `newdir` te bevestigen (het maakt niet uit hoe de map heet)
1. Druk op (A) om SysNAND (lvl1) writing te ontgrendelen en voer daarna de toetsencombinatie in die wordt gegeven
2017-07-12 22:30:42 +02:00
1. Press (B) to decline relocking write permissions if prompted
2017-05-21 22:39:40 +02:00
1. Druk op de (L) trigger op elk van de bestanden met extensies met hoofdletters om ze te selecteren (`.TMD` en `.APP`)
1. Druk op (Y) om de bestanden te kopieren
1. Navigeer naar `newdir`
1. Druk op (Y) om de bestanden te plakken
1. Selecteer "Move path(s)"
1. De bestanden met extensies met hoofdletters zullen naar de map `newdir` verplaatst zijn
1. Druk op (Start) om je 3DS opnieuw op te starten
2017-11-12 01:24:53 +01:00
1. Retry the H&S injection
1. If this still doesn't work, move the uppercase extension files back to the `content` folder, then move the lowercase extension files to the `newdir` folder, then retry the H&S injection
2017-05-21 22:39:40 +02:00
2017-09-29 13:29:26 +02:00
## A browser based exploit is not working
2017-09-30 22:22:50 +02:00
2017-08-17 23:01:39 +02:00
Browser based exploits (such as browserhax or 2xrsa) are often unstable and crash frequently, but they can sometimes be fixed by doing the following steps.
2017-05-21 22:39:40 +02:00
1. Open de browser en open de browserinstellingen
1. Scroll naar beneden en initialiseer Savedata (het kan ook Clear All Save Data heten)
1. Probeer de exploit weer
2017-09-29 13:29:26 +02:00
## Black screen on SysNAND boot
2017-05-21 22:39:40 +02:00
1. Probeer je 3DS zonder SD kaart op te starten, en plaats de kaart na het opstarten weer terug in je 3DS
2017-05-24 07:55:55 +02:00
1. Schakel je 3ds uit
2017-05-21 22:39:40 +02:00
1. Verwijder je SD kaart uit je 3DS
1. Zet je 3DS aan
1. Wanneer het homemenu verschijnt, stop je SD kaart terug in je 3DS
2017-11-30 21:32:37 +01:00
1. If this worked, you should clear Home Menu's extdata by following these instructions:
1. Schakel je 3ds uit
1. Launch GodMode9 by holding (Start) during boot
1. Druk op de (Home) knop om het actiemenu te openen
1. Select "Scripts..."
2018-08-02 06:59:14 +02:00
1. Select "GM9Megascript"
1. Select "Scripts from Plailect's Guide"
1. Select "Remove extdata"
1. Druk op (A) om door te gaan
2017-11-30 21:32:37 +01:00
1. Druk op (A) om SysNAND (lvl1) writing te ontgrendelen en voer daarna de toetsencombinatie in die wordt gegeven
1. Druk op (A) om door te gaan
2018-08-02 06:59:14 +02:00
1. Druk op (B) om terug te gaan naar het hoofdmenu
1. Select "Exit"
1. Press (A) to relock write permissions if prompted
2017-11-30 21:32:37 +01:00
1. Druk op (Start) om je 3DS opnieuw op te starten
2017-05-21 22:39:40 +02:00
1. Probeer hem op te starten zonder cartridges in je 3DS (inclusief flashcarts)
1. Als je een hardmod NAND-backup hebt, flash dan de backup terug naar SysNAND
2017-06-16 00:32:09 +02:00
1. Probeer in herstelmodus op te starten en je systeem te updaten
2017-05-24 07:55:55 +02:00
1. Schakel je 3ds uit
2017-05-21 22:39:40 +02:00
1. Hold (L) + (R) + (A) + (Up)
1. Zet je 3DS aan
2017-06-16 00:32:09 +02:00
1. If you enter safe mode, update your device
2018-08-26 22:48:57 +02:00
1. Je 3DS is misschien gebricked. For support (in English), join [Nintendo Homebrew on Discord](https://discord.gg/MWxPgEp)
2017-05-21 22:39:40 +02:00
2018-03-20 03:10:38 +01:00
## Clear Home Menu extdata
1. Schakel je 3ds uit
1. Plaats je SD kaart in je computer
2018-08-26 19:32:38 +02:00
1. Navigate to the `/Nintendo 3DS/<32-character-id>/<32-character-id>/extdata/00000000/` folder on your SD card
2018-03-20 03:10:38 +01:00
1. Delete the extdata file corresponding to your region:
+ **EUR Region**: `00000098`
+ **JPN Region**: `00000082`
+ **USA Region**: `0000008f`
+ **CHN Region**: `000000A1`
+ **KOR Region**: `000000A9`
+ **TWN Region**: `000000B1`
1. Stop je SD kaart terug in je 3DS
2017-09-29 13:29:26 +02:00
## Black screen on SysNAND boot after Installing boot9strap
2017-05-21 22:39:40 +02:00
2017-08-17 23:01:39 +02:00
1. Ensure you have a working payload
2017-05-21 22:39:40 +02:00
1. Check for the existence of `boot.firm` in the root of your SD card.
1. Probeer om de configuratie van Luma te resetten en de opties te repareren,
1. Verwijder `/luma/config.bin` van je SD kaart
1. Stel je opties in wanneer hij opstart
1. Test of je GodMode9 kan starten
1. Op Luma3DS, hou (Start) vast tijdens het opstarten
2018-08-02 06:59:14 +02:00
1. Try deleting home menu's extdata by following these instructions:
2017-11-30 21:32:37 +01:00
1. Schakel je 3ds uit
1. Launch GodMode9 by holding (Start) during boot
1. Druk op de (Home) knop om het actiemenu te openen
1. Select "Scripts..."
2018-08-02 06:59:14 +02:00
1. Select "GM9Megascript"
1. Select "Scripts from Plailect's Guide"
1. Select "Remove extdata"
1. Druk op (A) om door te gaan
2017-11-30 21:32:37 +01:00
1. Druk op (A) om SysNAND (lvl1) writing te ontgrendelen en voer daarna de toetsencombinatie in die wordt gegeven
1. Druk op (A) om door te gaan
2018-08-02 06:59:14 +02:00
1. Druk op (B) om terug te gaan naar het hoofdmenu
1. Select "Exit"
1. Press (A) to relock write permissions if prompted
2017-11-30 21:32:37 +01:00
1. Druk op (Start) om je 3DS opnieuw op te starten
2017-05-21 22:39:40 +02:00
1. Probeer hem op te starten zonder cartridges in je 3DS (inclusief flashcarts)
2018-03-20 03:10:38 +01:00
1. If you previously downgraded with Gateway, ensure that you are using the latest Luma3DS version
2017-09-04 19:33:12 +02:00
1. Try following [CTRTransfer](ctrtransfer)
2018-08-26 22:48:57 +02:00
1. For support (in English), join [Nintendo Homebrew on Discord](https://discord.gg/MWxPgEp)
2017-05-21 22:39:40 +02:00
2017-09-29 13:29:26 +02:00
## Blue screen on boot (bootrom error)
2017-05-21 22:39:40 +02:00
1. Je 3DS is gebricked
2019-03-19 18:20:56 +01:00
1. You will need to get an ntrboot-comptible flashcart (one of the ones on [this list](ntrboot) or a [hardmod](https://gbatemp.net/threads/414498/), or repair / replace your device
1. For support (in English), join [Nintendo Homebrew on Discord](https://discord.gg/MWxPgEp)