|
|
| (19 intermediate revisions by 2 users not shown) |
| Line 1: |
Line 1: |
| =Luma3DS Error Toolkit= | | {{#approvable_by: users = ItsCrocoSwine}}<!-- this should be removed if moved out of userspace --> |
| | =Key information= |
|
| |
|
| On both stock and custom firmware, apps can cause errors if they run into a non-fatal issue.
| | This page lists possible causes and fixes of Luma3DS exception screens, ErrDisp screens, stock error codes, and bootROM errors. They are not applicable to every situation, but cover most common known issues. |
|
| |
|
| This page lists possible causes and fixes of Luma3DS exception screens, ErrDisp screens, and stock error codes. They are not applicable to every situation, but cover most common known issues.
| | In the following lists, the file prefixes on file paths refer to the starting location. <code>sd:/</code> refers to the SD card, and numbers in the format of <code>[X:]</code> refer to [[3DS:GodMode9|GodMode9's]] drive numbers. |
|
| |
|
| In the following lists, the file prefixes on file paths refer to the starting location. <code>sd:/</code> refers to the SD card, and numbers in the format of <code>[X:]</code> refer to GodMode9's drive numbers.
| | If your '''ErrDisp''' displays one of the processes in the first table, you do not need to look up its error code in the second one. The solutions for these processes are almost always the same. |
|
| |
|
| If your '''ErrDisp''' displays one of the processes in the first table, you do not need to look up its error code in the second one. The solutions for these processes are almost always the same.
| | On both stock and custom firmware, apps can cause '''error codes''' if they run into a non-fatal issue.<br> |
| | In the below tables, error codes are separated into sets by their section (e.g. 007-XXXX) and then sorted within their sets in ascending order by their result code (e.g. XXX-2001). |
|
| |
|
| {{info|Not all 3DS error codes are known or understood, and it is unlikely all codes will ever be documented in full due to Nintendo failing to document many of them.}} | | {{info|Not all 3DS error codes are known or understood, and it is unlikely all codes will ever be documented in full due to Nintendo failing to document many of them.}} |
|
| |
|
| {{info|If the below fixes do not solve your issue or you are unsure of what to do, join the [[https://discord.gg/nintendohomebrew Nintendo Homebrew Discord]] for further assistance.}} | | {{info|If the below fixes do not solve your issue or you are unsure of what to do, join the {{ml|Get support|Nintendo Homebrew Discord}} for further assistance.}} |
|
| |
|
| ==Known errors==
| | =Known errors= |
|
| |
|
| ---- | | ---- |
| Line 38: |
Line 40: |
| |- | | |- |
| | System titles have been deleted. | | | System titles have been deleted. |
| :To fix, perform a [[3DS:Safe Mode|Safe Mode update]].<br>If this does not work, perform a [[3DS:CTRTransfer|CTRTransfer]]. | | :To fix, perform a [[3DS:Safe Mode|Safe Mode update]]. |
| | ::If this does not work, perform a [[3DS:CTRTransfer|CTRTransfer]]. |
| |- | | |- |
| | rowspan="2" | prefetch abort (svcBreak) | | | prefetch abort (kernel panic) |
| | | The console likely has a hardware issue. |
| | |- |
| | | rowspan="3" | prefetch abort (svcBreak) |
| | The system movable, <code>[1:]/private/movable.sed</code>, is 288 bytes but a flag is enabled that expects a size of 320 bytes. | | | The system movable, <code>[1:]/private/movable.sed</code>, is 288 bytes but a flag is enabled that expects a size of 320 bytes. |
| :To fix, boot into GodMode9 and select <code>SYSNAND CTRNAND</code>, then go into the <code>private</code> folder.<br>Inside this folder, you will see a file named <code>movable.sed</code>. Select it, and under the options menu, select '''Show in Hexeditor'''.<br>Green-colored numbers will appear in the middle of the screen - press {{B|A}} and then unlock '''writing to sysNAND (lvl2)'''.<br>At the beginning of the file, look for the set of numbers <code>53 45 45 44 00 01</code>. Once you find these numbers, hold {{B|A}} and press {{B|D-PAD DOWN}} while the <code>01</code> value is highlighted to change it to <code>00</code>. Press {{B|B}}, then {{B|A}}, then {{B|B}} to save changes and exit from the hexeditor, then press {{B|START}} to reboot your console. | | :To fix, boot into GodMode9 and select <code>SYSNAND CTRNAND</code>, then go into the <code>private</code> folder.<br>Inside this folder, you will see a file named <code>movable.sed</code>. Select it, and under the options menu, select '''Show in Hexeditor'''.<br>Green-colored numbers will appear in the middle of the screen - press {{B|A}} and then unlock '''writing to sysNAND (lvl2)'''.<br>At the beginning of the file, look for the set of numbers <code>53 45 45 44 00 01</code>. Once you find these numbers, hold {{B|A}} and press {{B|D-PAD DOWN}} while the <code>01</code> value is highlighted to change it to <code>00</code>. Press {{B|B}}, then {{B|A}}, then {{B|B}} to save changes and exit from the hexeditor, then press {{B|START}} to reboot your console. |
| Line 47: |
Line 53: |
| :To fix, press R+A on the <code>SYSNAND CTRNAND</code> drive and <code>Fix CMACs for drive</code>. The console will act like it has been formatted after this, and this is intended. | | :To fix, press R+A on the <code>SYSNAND CTRNAND</code> drive and <code>Fix CMACs for drive</code>. The console will act like it has been formatted after this, and this is intended. |
| |- | | |- |
| | prefetch abort (kernel panic) | | | If none of the above fixes worked, perform a [[3DS:CTRTransfer/Manual|Manual CTRTransfer]]. |
| | The console likely has a hardware issue. | |
| |- | | |- |
| | undefined instruction | | | undefined instruction |
| | The console likely has a hardware issue. | | | The console likely has a hardware issue, or corrupted sysmodules. Try performing a [[3DS:CTRTransfer|CTRTransfer]] to see if it resolves the issue. |
| |} | | |} |
|
| |
|
| Line 61: |
Line 66: |
| | data abort | | | data abort |
| | Files on the SD are corrupted. | | | Files on the SD are corrupted. |
| :To fix, [[Checking_SD_card_integrity|verify that your card is not faulty.]] If it is verified working, make a backup of all intact files, [[Formatting_an_SD_card|format the SD card]], and try again. | | :To fix, [[Checking_SD_card_integrity|verify that the SD card is not faulty.]] If it is verified working, make a backup of all intact files, [[Formatting_an_SD_card|format the SD card]], and try again. |
| |} | | |} |
|
| |
|
| Line 70: |
Line 75: |
| ! style="font-size:125%;" | Current Process | | ! style="font-size:125%;" | Current Process |
| ! style="font-size:125%;" | Exception Type | | ! style="font-size:125%;" | Exception Type |
| ! style="font-size:125%;" | Problem & Solution | | ! style="font-size:125%;" | Problem & Solution |
| | |- |
| | | gsp/i2c/mcu/pxi/spi || any |
| | | The console has a serious hardware issue that is likely not easily fixable. |
| | : Run [[3DS:Hardware test|3ds_hw_test]]. If the test returns zero errors detected, join {{ml|Get support|the Nintendo Homebrew Discord}} and ask, in English, for help. |
| | |- |
| | | act || any |
| | | Your NNID(s)' stored data is misconfigured or being interfered with. |
| | : To fix, if [https://pretendo.network Pretendo] is installed, turn it off by disabling <code>Enable loading external FIRMs and modules</code> on the [[3DS:Luma3DS/Configuration|Luma3DS configuration menu]]. |
| | :: If this does not help or Pretendo is not installed, then [[3DS:GodMode9/Usage#Restoring_a_NAND_backup|restore a NAND backup]] - especially if you recently tried to [[3DS:GodMode9/Usage#Removing_an_NNID_without_formatting_your_device|log out an NNID]]. |
| |- | | |- |
| | boss || data abort | | | boss || data abort |
| | The current firmware version is too old for SpotPass to work. Perform a [[3DS:Safe Mode|Safe Mode update]]. | | | '''Outdated firmware (11.16 or older):''' |
| :If this does not work, you may require [[3DS:CTRTransfer|a CTRTransfer.]] | | : The current firmware version may be too old for SpotPass to work. Perform a [[3DS:Safe Mode|Safe Mode update]]. |
| | :: If this does not work, you may require [[3DS:CTRTransfer|a CTRTransfer.]] |
| | '''Latest firmware (11.17):''' |
| | : An outdated installation of NetPass is likely interfering with your console. To check this, do the following steps: |
| | :# Hold {{B|SELECT}} while powering on the console |
| | :# Within the [[3DS:Luma3DS/Configuration|Luma3DS configuration menu]], disable <code>Enable loading external FIRMs and modules</code> |
| | :# Either press {{B|START}} or press {{B|A}} on the <code>Save and exit</code> option to save changes and exit the configuration menu |
| | :If the issue stops after this, update Netpass via [[3DS:Universal-Updater|Universal-Updater]] (recommended) or go to the [https://netpass.cafe/install.html NetPass Website] and follow the instructions there. Then, boot NetPass to update the patches. |
| | :If this does not help, join the {{ml|Get support|Nintendo Homebrew Discord] or the [https://discord.gg/CAuZuqZRTw NetPass Discord}} and ask, in english, for help. |
| | |- |
| | | camera || any |
| | | Potential hardware issues, or an instance of ShutTheCamUp is crashing. |
| | : Look for and delete <code>/luma/sysmodules/0004013000001602.ips</code> and <code>/luma/titles/0004013000001602/code.ips</code>. |
| | :: If this fixed the issue, then [[3dsguide:restoring-updating-cfw|update Luma3DS]] and reinstall the correct Old or New 3DS patch for [[udb:3ds/shut-the-cam-up|ShutTheCamUp]] if you wish to continue using it. |
| | :: If these don't exist, or the error occurs when booting without an SD card, it's likely hardware issues. Join the {{ml|Get support|Nintendo Homebrew Discord}} and ask, in English, for help. |
| | |- |
| | | cfg || any |
| | | Either the NAND [[3dbrew:Config Savegame|config savegame]] or part of your console-unique file(s) is damaged. |
| | : To fix, first boot into GodMode9, press R+A while the cursor is on the folder <code>[1:]/data/<ID0>/sysdata/00010017</code>, choose to <code>Copy to 0:/gm9/out</code>, then delete the folder. After rebooting, the console will enter initial setup again; this is intended and not an issue. |
| | :: If this does not help, delete the newly created <code>00010017</code> and copy the backup into its place, run [[3DS:ctrcheck]], and replace any console-unique files marked as invalid or missing with the copies from the <code>essentials.exefs</code> backup inside <code>[S:] SYSNAND VIRTUAL</code> in GodMode9. |
| |- | | |- |
| | fs || any | | | fs || any |
| | Can be anything from SD card problems to hardware issues. | | | Can be anything from SD card problems to hardware issues. |
| : [[wikipedia:Fault isolation|fault isolation]] will likely be required to find the true cause of this error. Start by doing [[3DS:ctrcheck|ctrcheck]], [[Formatting an SD card|formatting your SD card]], and/or [[Checking SD card integrity|testing your SD for errors]]. | | : [[wikipedia:Fault isolation|Fault isolation]] will likely be required to find the true cause of this error. Start by doing [[3DS:ctrcheck|ctrcheck]] and trying to trigger the error with the SD card removed from the console.<br>If the error stops when the SD card is removed, [[Formatting an SD card|reformat the SD card]], and if that doesn't help, [[Checking SD card integrity|test it for hardware damage]]. |
| |- | | |- |
| | hid || any | | | hid || any |
| | Potential hardware problems, or an outdated version of Rehid. | | | Either an instance of rehid is crashing, or your console may have hardware damage. |
| : First look for and delete <code>/luma/titles/0004013000001D02</code> and <code>/luma/titles/0004013000003302</code>. If these dont exist, or you've never downloaded Rehid, it's likely hardware issues. | | : First look for and delete <code>/luma/titles/0004013000001D02</code>, <code>/luma/titles/0004013000003302</code>, <code>/luma/sysmodules/0004013000001D02.cxi</code> and <code>/luma/sysmodules/0004013000003302.ips</code>. |
| :: [[3DS:Hardware test|3ds_hw_test]] or [[3DS:ctrcheck|ctrcheck]] may help with fault isolation.
| | :: If this fixed the issue, then [[3dsguide:restoring-updating-cfw|update Luma3DS]] and reinstall the latest release of [[3DS:Rehid|rehid]] to continue using it. |
| |-
| | :: If these don't exist, or rehid has never been installed on this console, it's likely hardware issues. [[3DS:Hardware test|3ds_hw_test]] or [[3DS:ctrcheck|ctrcheck]] may help with fault isolation. |
| | ic2, spi || any
| |
| | The console has a serious hardware issue that likely is not easily fixable.
| |
| :Join [https://discord.gg/C29hYvh the Nintendo Homebrew Discord] and ask, in English, for help.
| |
| |- | | |- |
| | | loader || prefetch abort (svcBreak) |
| | | The code or sysmodule patch Luma3DS tried to load is invalid or corrupt. |
| | : To fix: Redownload any recently installed patches (eg. Nimbus (Pretendo), Wumiibo, or anything else that goes in <code>/luma/titles</code> or <code>/luma/sysmodules</code>.) Alternatively, you may disable <code>loading external FIRMs and modules</code> as well as <code>Enable game patching</code> in the [[3DS:Luma3DS/Configuration|Luma3DS configuration menu]]. |
| |- | | |- |
| | mset || any
| | | rowspan="6" | menu |
| | System Settings is broken in some way - this may indicate that the console has a hardware issue.
| |
| :To fix, perform a [[3DS:CTRTransfer|CTRTransfer]], or a [[3DS:CTRTransfer/Manual|Manual CTRTransfer]] if that does not work.
| |
| ::If neither of these work, the console has a serious issue. Join the [https://discord.gg/C29hYvh Nintendo Homebrew Discord] and ask, in English, for help.
| |
| |-
| |
| | rowspan="5" | menu | |
| | rowspan="3" | data abort | | | rowspan="3" | data abort |
| | Broken HOME Menu theme. | | | Broken HOME Menu theme. |
| Line 109: |
Line 137: |
| |- | | |- |
| | prefetch abort | | | prefetch abort |
| | An installation of menuhax is conflicting with the custom firmware. | | | An installation of Menuhax is conflicting with the custom firmware. |
| :To fix, place the <code>menuhax67_installer.3dsx</code> file from [[https://github.com/zoogie/menuhax67/releases/download/v1.1/menuhax67_v1.1.zip this download]] into <code>sd:/3ds</code>, run it through Homebrew Launcher, and choose REMOVE. | | :To fix, follow the directions [[3DS:Troubleshooting/removing_menuhax67|on this page]]. |
| | ::If this occurs on boot, set '''Hbmenu autoboot''' in the [[3DS:Luma3DS/Configuration|Luma3DS configuration menu]] to 3DS, then follow the above instructions and turn '''Hbmenu autoboot''' back off once it has been removed. |
| | :::Ensure in <code>sd:/luma/config.ini</code> that hbldr_3dsx_titleid is set to 000400000d921e00 and <code>boot.3dsx</code> is in the root. |
| |- | | |- |
| | prefetch abort (svcBreak) | | | rowspan="2" | prefetch abort (svcBreak) |
| | The <code>f000000b</code> folder in <code>SYSNAND CTRNAND</code> is broken, its exact location being at <code>[1:]/data/<ID0>/extdata/00048000/f000000b</code>. | | | If <code>R5</code> contains <code>D900458B</code>: The <code>f000000b</code> folder in <code>SYSNAND CTRNAND</code> is broken, its exact location being at <code>[1:]/data/<ID0>/extdata/00048000/f000000b</code>. |
| :To fix, backup <code>f000000b</code> by pressing R+A while highlighting it, then selecting <code>Copy to 0:/gm9/out</code>. Once it is backed up, delete the folder. If this does not fix the issue, copy the folder back where it was. | | :To fix, backup <code>f000000b</code> by pressing R+A while highlighting it, then selecting <code>Copy to 0:/gm9/out</code>. Once it is backed up, delete the folder. If this does not fix the issue, copy the folder back where it was. |
| | |- |
| | | System titles are missing. Perform a [[3DS:Safe Mode|Safe Mode update]]. |
| | : If you have a recent NAND backup, you could try restoring it instead with [[3DS:GodMode9/Usage#Restoring_a_NAND_backup|this guide]] |
| | |- |
| | | mset || any |
| | | System Settings is broken in some way - this may indicate that the console has a hardware issue. |
| | :To fix, perform a [[3DS:CTRTransfer|CTRTransfer]], or a [[3DS:CTRTransfer/Manual|Manual CTRTransfer]] if that does not work. |
| | ::If neither of these work, the console has a serious issue. Join the {{ml|Get support|Nintendo Homebrew Discord}} and ask, in English, for help. |
| |- | | |- |
| | ns || prefetch abort (svcBreak) | | | ns || prefetch abort (svcBreak) |
| | The [[3DS:Luma3DS/Configuration|Luma configuration]] setting <code>Autoboot Homebrew</code> is set to boot to a title that does not exist. | | | The [[3DS:Luma3DS/Configuration|Luma3DS configuration]] setting '''Hbmenu autoboot''' is set to boot to a title that does not exist. |
| :To fix, disable the option or install an application that matches the title ID set in <code>sd:/luma/config.ini</code>. | | :To fix, disable the option, install an application with the title ID in <code>sd:/luma/config.ini</code>, or change the set title ID to match an application that does exist. |
| |- | | |- |
| | nwm || any | | | nwm || any |
| | The WiFi chipset's hardware is damaged or dead. | | | The WiFi chipset's hardware is damaged or dead. |
| :To fix, replace the WiFi chipset with a new one. To avoid the error until then, disable WiFi on the 3DS and do not turn it back on. | | :To fix, replace the WiFi chipset with a new one. To avoid the error until then, disable WiFi on the 3DS and do not turn it back on. |
| ::If the 3DS is an old model, you can disable WiFi with an external switch. New models must instead disable it through the HOME Menu Settings or Rosalina. Repeatedly pressing the keycombo for Rosalina while powering on might let you access Rosalina before it can crash. | | ::If the 3DS is an old model, you can disable WiFi using an external switch. New models do not have this switch disable it through the HOME Menu Settings or Rosalina. Repeatedly pressing the keycombo for Rosalina while powering on might let you access Rosalina before it can crash. |
| |- | | |- |
| | pm || undefined instruction | | | pm || undefined instruction |
| Line 138: |
Line 176: |
| |- | | |- |
| | 3dsx_app || any | | | 3dsx_app || any |
| | The <code>.3dsx</code> file you opened is corrupted. | | | The <code>.3dsx</code> file that was most recently opened is corrupted. |
| :To fix, download a new copy of the <code>.3dsx</code> file. If this error happens when you open the Homebrew Launcher, download a new copy of <code>boot.3dsx</code>. | | :To fix, download a new copy of the <code>.3dsx</code> file. If this error happens when opening the Homebrew Launcher, download a new copy of <code>boot.3dsx</code>. |
| ::If the error still happens, [[Checking SD card integrity|test your SD for errors.]] | | ::If the error still happens, [[Checking SD card integrity|test the SD card for errors.]] |
| | |- |
| | | rowspan=2 | app<br>CtrApp<br>(any 3DS title) |
| | | prefetch abort (svcbreak) |
| | | The app most recently opened is out-of-region and relies on locale-specific data. Activate [[3DS:SGL|locale emulation]] for it. |
| |- | | |- |
| | app<br>CtrApp || any
| | | any |
| | The app you last opened is trying to use broken software. | | | The app you most recently opened is attempting to load corrupt code, instructions, or patches. As this type of error can happen to nearly anything on the console, if your listed '''current process''' does not show up anywhere else under Arm11, it may help to follow these instructions anyway. |
| :To fix, disable all game mods, cheat codes, and plugins to ensure they are not the cause. | | : First, turn off all game mods, cheat codes, plugins, and both the settings <code>Game patching</code> and <code>loading external FIRMs and modules</code> in the [[3DS:Luma3DS/Configuration|Luma3DS configuration menu]] to stop all external interference.<br>If this fixes the issue, redownload all of those types of patches that you had enabled for the game(s) before turning them back on. If it does not fix the issue, check whether the game is the same region as the console and [[3DS:SGL|activate locale emulation]] if it is not. |
| ::If the error still happens, then the game itself is likely faulty. If it is a system app, [[3DS:CTRTransfer|perform a CTRTransfer]]. Otherwise, if it is a [[3DS:Dump titles and game cartridges#Dumping a Game Cartridge|cartridge dump]], redump it, if it is an eShop game, click the Repair button at the bottom of its eShop page or delete and reinstall it, or if it is a cartridge, clean the cartridge and the 3DS cartridge reader with isopropyl alcohol. | | :: If the error continues after trying all of the above, then the game itself is likely faulty. If it is a [[3DS:Dump titles and game cartridges#Dumping a Game Cartridge|cartridge dump]], redump it. If it is an eShop game, click the Repair button at the bottom of its eShop page or delete and reinstall it. If it is a cartridge, clean the cartridge and the 3DS cartridge reader with isopropyl alcohol. |
| | |- |
| | | cam<br>qtm || any |
| | | The camera's hardware is damaged or dead. |
| | :To fix, replace the camera with a new one. To avoid the error until then, disconnect the camera or avoid using anything that activates the camera. |
| | |- |
| | | fs || any |
| | | Could be an SD card problem, minor NAND problem, hardware issue, or anything in between. |
| | : [[wikipedia:Fault isolation|fault isolation]] will likely be required to find the true cause of this error. Start by doing [[3DS:ctrcheck|ctrcheck]] and trying to recreate the error without the SD card inserted. |
| | ::If the error stops after the SD card is removed, [[Formatting an SD card|reformat the SD card]], and if that doesn't help, [[Checking SD card integrity|test it for hardware damage]]. |
| |- | | |- |
| | GARDEN || any | | | GARDEN || any |
| Line 152: |
Line 203: |
| ::If the error yet still happens, ensure that you have not used a save editor before the error started happening. If you have used a save editor, the edits are broken and you will need to restore a backed-up save, or wipe the save and start over if you have no backup. | | ::If the error yet still happens, ensure that you have not used a save editor before the error started happening. If you have used a save editor, the edits are broken and you will need to restore a backed-up save, or wipe the save and start over if you have no backup. |
| |- | | |- |
| | fs || any | | | rowspan="2" | loader |
| | Can be anything from SD card problems to hardware issues. | | | undefined instruction |
| : [[wikipedia:Fault isolation|fault isolation]] will likely be required to find the true cause of this error. Start by doing [[3DS:ctrcheck|ctrcheck]], [[Formatting an SD card|formatting your SD card]], and/or [[Checking SD card integrity|testing your SD for errors]].
| | | The app most recently opened is trying to load invalid, missing, or corrupt data. If the value of R0 starts with C or D, it is an error code, and has a chance of being an error code if the value starts with E or F. A large number of such error codes can be found at [[3DS:ERRDISP|this page]], but here are the most common values seen in this error: |
| | : <code>D9004587</code>: When trying to open a game: The game is corrupted, or its seed is not imported. |
| | :: To fix: Follow [[3DS:FCG|the corrupted games guide]] |
| | : <code>C8804478</code>: If trying to open the Homebrew Launcher: <code>boot.3dsx</code> is missing from the root of your SD card. |
| | :: To fix: Download the latest Homebrew Launcher from [https://github.com/devkitPro/3ds-hbmenu/releases/latest here] |
| | : <code>C88044AB</code>: If trying to open the Homebrew Launcher: Your SD card either is not properly inserted, or cannot be read by the console. |
| | : To fix: Try to reinsert the SD more firmly, and check whether its data can be read on boot. If it can't, then [[Formatting an SD card|reformat the SD]]. |
| | : <code>D96077FA</code>/<code>FFFFFFFF</code>: The <code>.3dsx</code> that Luma3DS tried to load is corrupted. |
| | :: To fix, redownload the app you are trying to launch. If this happens when you try to open the Homebrew Launcher itself, see the error above. |
| | : Most of the other possible error codes that can appear here are listed on [[3DS:Error_screens/Luma3DS_ErrDisp|the ErrDisp page]]. |
| |- | | |- |
| | Kujira<br>Joker<br>niji_loc || any | | | prefetch abort (svcBreak) |
| | The app you last opened has an issue of some kind. | | | The LayeredFS or sysmodule patch Luma3DS tried to load is invalid or corrupt. |
| :To fix, disable all game mods, cheat codes, and plugins to ensure they are not the cause. If the error still happens, ensure the game is the same region as the console - if it is not, [[3DS:SGL|force the game to use the correct region.]] | | : To fix: Re-download any recently installed patches (eg. Nimbus (Pretendo), Wumiibo, or anything else that goes in <code>/luma/titles</code> or <code>/luma/sysmodules</code>.) Alternatively, you may disable <code>loading external FIRMs and modules</code> as well as <code>Enable game patching</code> in the [[3DS:Luma3DS/Configuration|Luma3DS configuration menu]]. |
| ::If the error yet still happens, then the game itself is likely faulty. If it is a [[3DS:Dump titles and game cartridges#Dumping a Game Cartridge|cartridge dump]], redump it. If it is an eShop game, click the Repair button at the bottom of its eShop page or delete and reinstall it. If it is a cartridge, clean the cartridge and the 3DS cartridge reader with isopropyl alcohol.
| |
| |-
| |
| | loader || undefined instruction
| |
| | The app you last opened has an issue. If the contents of R0 start with C or D, R0 is an error code.<br>
| |
| :Most of the possible error codes for this are also listed on [[3DS:Error_screens/Luma3DS_ErrDisp|this page]].
| |
| |- | | |- |
| | mset || any | | | mset || any |
| | System Settings is broken in some way - this may indicate that the console has a hardware issue. | | | '''If not occurring in Nintendo DS Profile:''' System Settings is broken in some way - this may indicate that the console has a hardware issue. |
| :To fix, perform a [[3DS:CTRTransfer|CTRTransfer]], or a [[3DS:CTRTransfer/Manual|Manual CTRTransfer]] if that does not work. | | :To fix, perform a [[3DS:CTRTransfer|CTRTransfer]], or a [[3DS:CTRTransfer/Manual|Manual CTRTransfer]] if that does not work. |
| ::If neither of these work, the console has a serious issue. Join the [[https://discord.gg/nintendohomebrew Nintendo Homebrew Discord]] and ask, in English, for help. | | ::If neither of these work, the console has a serious issue. Join the {{ml|Get support|Nintendo Homebrew Discord}} and ask, in English, for help. |
| | '''If occurring in Nintendo DS Profile:''' Your NVRAM either is corrupted or is suffering from hardware damage. Run [[3DS:ctrcheck|ctrcheck]] - if its results do not include <code>Critical: NVRAM is inaccessible</code>, then follow [[3DS:NVRAM|the Fix NVRAM guide]]. |
| |- | | |- |
| | nwm || any | | | nwm || any |
| Line 175: |
Line 231: |
| ::If the 3DS is an old model, you can disable WiFi with an external switch. New models must instead disable it through the HOME Menu Settings or Rosalina. Repeatedly pressing the keycombo for Rosalina while powering on might let you access Rosalina before it can crash. | | ::If the 3DS is an old model, you can disable WiFi with an external switch. New models must instead disable it through the HOME Menu Settings or Rosalina. Repeatedly pressing the keycombo for Rosalina while powering on might let you access Rosalina before it can crash. |
| |- | | |- |
| | qtm<br>cam || any | | | pm || any |
| | The camera's hardware is damaged or dead. | | | The software you have launched may be missing required files. If the value in R0 is <code>E0E01BF5</code>, this is extremely likely to be the cause. |
| :To fix, replace the camera with a new one. To avoid the error until then, disconnect the camera or avoid using anything that activates the camera. | | |- |
| | | pxi || any |
| | | Could be anything from a faulty cartridge to damaged internal components, but will almost always be some type of hardware issue. |
| | |- |
| | | swkbd || any |
| | | The software keyboard is broken in some way - this may indicate that the console has a hardware issue. |
| | : To fix, perform a [[3DS:CTRTransfer|CTRTransfer]], or a [[3DS:CTRTransfer/Manual|Manual CTRTransfer]] if that does not work. |
| | :: If neither of these work, the console has a serious issue. Join the {{ml|Get support|Nintendo Homebrew Discord}} and ask, in English, for help. |
| |- | | |- |
| |} | | |} |
| Line 195: |
Line 258: |
| | process: '''kernel''' | | | process: '''kernel''' |
| | Your system software is having a strange issue. | | | Your system software is having a strange issue. |
| :To fix, diagnose further by reading the contents of the file <code>sd:/luma/errdisp.txt</code>. If you do not understand this file, join the [[https://discord.gg/nintendohomebrew Nintendo Homebrew Discord]] and explain your issue there. | | :To fix, diagnose further by reading the contents of the file <code>sd:/luma/errdisp.txt</code>. If you do not understand this file, join the {{ml|Get support|Nintendo Homebrew Discord}} and explain your issue there. |
| | |- |
| | | process: '''mcu''' |
| | | Some piece(s) of hardware related to power or the battery is damaged. |
| | :First, check if your console's charging LED (the orange one) repeatedly turns on and off on its own while a cable is inserted. If it does, this is a sign of a faulty charger port, which may be contributing to the errors and should be fixed before any other troubleshooting. |
| | :Once the charger port is verified intact, any other causes are likely deeper within the motherboard. Dissassembling and carefully analyzing the console will likely be necessary to find these issues, and even then, they may not be practical to fix. |
| |- | | |- |
| | process: '''nwm''' | | | process: '''nwm''' |
| Line 201: |
Line 269: |
| :To fix, replace the WiFi chipset with a new one. To avoid this error until then or if you cannot get a new chipset, disable WiFi on the 3DS and do not turn it back on. | | :To fix, replace the WiFi chipset with a new one. To avoid this error until then or if you cannot get a new chipset, disable WiFi on the 3DS and do not turn it back on. |
| :If your 3DS is an old model, you can disable WiFi with an external switch. New models must instead disable it through the HOME Menu Settings or Rosalina. Repeatedly pressing the keycombo for Rosalina while powering on may allow you to access Rosalina before it can crash. | | :If your 3DS is an old model, you can disable WiFi with an external switch. New models must instead disable it through the HOME Menu Settings or Rosalina. Repeatedly pressing the keycombo for Rosalina while powering on may allow you to access Rosalina before it can crash. |
| |-
| |
| | process: '''mcu'''
| |
| | Something related to power or the battery is having issues.
| |
| :To fix, check if your charger repeatedly disconnects and reconnects while it is inserted. If this is the case, you have a faulty charger port and need to replace it.
| |
| :If this is not the case, you have a deeper hardware issue that may not be fixable.
| |
| |} | | |} |
|
| |
|
| Line 215: |
Line 278: |
| | card removed | | | card removed |
| | Your SD card is faulty, or debris is interfering with its connection to the 3DS. | | | Your SD card is faulty, or debris is interfering with its connection to the 3DS. |
| :To fix, clean the SD card and the SD reader in the 3DS with isopropyl alcohol. If this does not work, [[Checking SD card integrity|test the SD card for errors]]. | | :To fix, clean the SD card and the SD reader in the 3DS with isopropyl alcohol. If this does not work, [[Checking SD card integrity|test the SD card for errors]]. |
| |- | | |- |
| | 0xC86044D2 | | | 0xC86044D2 |
| | Your NAND does not have enough free space available. | | | Your NAND does not have enough free space available. |
| :To fix, join the [[https://discord.gg/nintendohomebrew Nintendo Homebrew Discord]] and explain your issue in detail. Deleting files from the NAND without guidance is likely to cause additional issues. | | :To fix, join the {{ml|Get support|Nintendo Homebrew Discord}} and explain your issue in detail. Deleting files from the NAND without guidance is likely to cause additional issues. |
| | |- |
| | | 0xC8804464<br>0xC8804471<br>0xC8804497<br>0xC88044A? |
| | | Some dependency of the app you are trying to open does not exist. |
| | :Ensure your SD is inserted, especially if the code is C88044AB specifically. If it is, ensure you have all of the necessary files for what you are trying to do. |
| | :If you are specifically getting 0xc8804471 when opening an out-of-region game, it means it needs [[3DS:Setting Game Locales|locale emulation]] to function properly.<br>If you do have the files and it is happening to a digital title, [[3DS:Safe Mode|do a Safe Mode update.]]<br>If you do have the files and it is happening to a cartridge, either your 3DS or the cartridge likely has a hardware issue. |
| |- | | |- |
| | 0xC8804478 | | | 0xC8804478 |
| | The app you tried to open or system software it relies on is missing. | | | The app you tried to open or system software it relies on is missing. |
| :If this occurs when you open any DS game or DS Download Play, follow [[3DS:TWLFix|TWLFix]]. | | :If this occurs when you open any DS game or DS Download Play, follow [[3DS:TWLFix|TWLFix]]. |
| :If this occurs after doing a manual CTRTransfer or Lazarus3DS, check in GodMode9 whether the file path <code>1:/private/movable.sed</code> exists. If it does not, you will need to manually restore <code>movable.sed</code> from a backup. Join the [[https://discord.gg/nintendohomebrew Nintendo Homebrew Discord]] and ask for help with this. | | :If this occurs after doing a manual CTRTransfer, Lazarus3DS, or the nim module errors, check in GodMode9 whether the file path <code>1:/private/movable.sed</code> exists. If it does not, you will need to manually restore <code>movable.sed</code> from a backup. Join the {{ml|Get support|Nintendo Homebrew Discord}} and ask for help with this. |
| |-
| |
| | 0xC8804464<br>0xC8804471<br>0xC8804497<br>0xC88044A?
| |
| | Some dependency of the app you are trying to open does not exist.
| |
| :Ensure your SD is inserted, especially if the code is C88044AB specifically. If it is, ensure you have all of the necessary files for what you are trying to do.<br>If you do have the files and it is happening to a digital title, [[3DS:Safe Mode|do a Safe Mode update.]]<br>If you do have the files and it is happening to a cartridge, either your 3DS or the cartridge likely has a hardware issue.
| |
| |- | | |- |
| | 0xC8A04573 | | | 0xC8A04573 |
| Line 238: |
Line 302: |
| :To fix, follow one of the two following sets of instructions. The second one will delete all installed games/apps as a side effect, but is significantly faster and simpler. | | :To fix, follow one of the two following sets of instructions. The second one will delete all installed games/apps as a side effect, but is significantly faster and simpler. |
| :#[[3DS:Rebuild Title Database|rebuild <code>title.db</code>]] and then try again. | | :#[[3DS:Rebuild Title Database|rebuild <code>title.db</code>]] and then try again. |
| :#Open GodMode9, go into the file path <code>1:/dbs/</code> and delete any existing <code>title.db</code>, then press {{B|R}}+{{B|Y}}, choose '''Create a dummy file''', and name this file <code>title.db</code> - leave the file size at 0. Once the file is created, press {{B|START}} to reboot, go into System Settings -> Data Management -> Nintendo 3DS -> Software, and choose '''Yes''' if a prompt about management information appears. | | :#Open GodMode9, go into the file path <code>[A:] SYSNAND SD/dbs/</code> and delete any existing <code>title.db</code>, then press {{B|R}}+{{B|Y}}, choose '''Create a dummy file''', and name this file <code>title.db</code> - leave the file size at 0. Once the file is created, press {{B|START}} to reboot, go into System Settings -> Data Management -> Nintendo 3DS -> Software, and choose '''Yes''' if a prompt about management information appears. |
| | | |- |
| | |0xC8A11BEF |
| | |Occurs when attempting to use DLP services with an out-of-region game. This issue is not fixable currently. |
| |- | | |- |
| | 0xC92044EB<br>0xC92044FA<br>0xC960454? | | | 0xC92044EB<br>0xC92044FA<br>0xC960454? |
| | Your SD card is set to read-only or is faulty. | | | Your SD card is set to read-only or is faulty. |
| :To fix, make sure the slider on the left side of the SD card is pushed up, use a different SD adapter if you are currently using one, and [[Checking SD card integrity|test the SD for errors]] if it is not read-only. | | :To fix, make sure the slider on the left side of the SD card is pushed up, use a different SD adapter if you are currently using one, and [[Checking SD card integrity|test the SD for errors]] if it is not read-only. |
| :If the error still happens, the SD card is likely faulty. If it is also read-only, it has permanently protected itself to prevent data corruption. Either way, back up its contents and get a new SD. | | :If the error is happening when launching a cartridge, especially if the error code is 0xC960454?, delete any updates or DLC to see if the cartridge works as they could be corrupt or faulty. If this succeeds, reinstall them from eShop and ensure the cartridge still works. |
| | :If the error still happens, the SD card is likely faulty. If it is also read-only, it has permanently protected itself to prevent data corruption. Either way, back up its contents and get a new SD. |
| | |- |
| | | 0xD860446? |
| | | You are attempting to use more processing power than the console currently has available. |
| | :To fix, ensure you are not using a mod that is designed for an emulator rather than native hardware. If you are using such a mod, either toggle off any "Extra RAM" setting or use a different mod. |
| |- | | |- |
| | 0xD8E0806A | | | 0xD8E0806A |
| | You have developer UNITINFO enabled and are trying to install a retail game. | | | You have developer UNITINFO enabled and are trying to install a retail game. |
| :To fix, go into the file <code>sd:/luma/config.ini</code> and set the variable <code>use_dev_unitinfo</code> to 0. | | :To fix, go into the file <code>sd:/luma/config.ini</code> and set the variable <code>use_dev_unitinfo</code> to 0. |
| |-
| |
| | 0xD860446?
| |
| | You are attempting to use more processing power than the console currently has available.
| |
| :To fix, ensure you are not using a mod that is designed for an emulator rather than native hardware. If you are using such a mod, either toggle off any "Extra RAM" setting or use a different mod.
| |
| |- | | |- |
| | 0xD900458? | | | 0xD900458? |
| Line 258: |
Line 325: |
| :To fix, if it is a [[3DS:Dump titles and game cartridges#Dumping a Game Cartridge|cartridge dump]], redump it. If it is an eShop game, click the Repair button at the bottom of its eShop page or delete and reinstall it. If it is a cartridge, clean the cartridge and the 3DS cartridge reader with isopropyl alcohol. | | :To fix, if it is a [[3DS:Dump titles and game cartridges#Dumping a Game Cartridge|cartridge dump]], redump it. If it is an eShop game, click the Repair button at the bottom of its eShop page or delete and reinstall it. If it is a cartridge, clean the cartridge and the 3DS cartridge reader with isopropyl alcohol. |
| |- | | |- |
| | {{anchor|0xF9605002}}0xF9605002 | | | 0xF9605002 |
| | If attempting to use any camera features, your camera hardware is damaged or dead. | | | If attempting to use any camera features, your camera hardware is damaged or dead. |
| |} | | |} |
|
| |
|
| |-|Error codes= | | |-|Error codes= |
| | <span style="font-size:175%; display:flex; justify-content:center">Error Codes</span> |
| {| class="wikitable" style="margin:auto;" | | {| class="wikitable" style="margin:auto;" |
| |- | | |- |
| Line 272: |
Line 340: |
| |- | | |- |
| |0112 | | |0112 |
| |Unable to connect to the server. | | |Friends server connection timed out. |
| | | | |[https://en-americas-support.nintendo.com/app/answers/detail/a_id/14458/ Nintendo Support Page] |
| |- | | |- |
| |0302 | | |0302 |
| Line 337: |
Line 405: |
| | | | | |
| |- | | |- |
| |0110 | | |0110 |
| |YouTube for the 3DS has been discontinued. | | |The online service is no longer available. |
| | | | | |
| |- | | |- |
| Line 357: |
Line 425: |
| | | | | |
| |- | | |- |
| | 0123 | | |0123 |
| |Account is permanently banned. | | |This specific game cartridge is banned from online play. |
| | | | | |
| |- | | |- |
| Line 392: |
Line 460: |
| |- | | |- |
| |0400 | | |0400 |
| |Your ability to do s is restricted by Parental Controls. | | |Your ability to do this is restricted by Parental Controls. |
| | | | | |
| |- | | |- |
| Line 688: |
Line 756: |
| |- | | |- |
| ! colspan="3" |<span id="006"><h3>006 - Matchmaking Errors</h3></span> | | ! colspan="3" |<span id="006"><h3>006 - Matchmaking Errors</h3></span> |
| | |- |
| | |0102 |
| | - |
| | 0111 |
| | |Application errors. |
| | |[https://github.com/PretendoNetwork/error-codes/tree/master/data/006 Pretendo Documentation] |
| |- | | |- |
| |0112 | | |0112 |
| |Issue connecting with Pokémon Bank. | | |Connection timed out. |
| |[https://en-americas-support.nintendo.com/app/answers/detail/a%20id/4203/ Nintendo Support Page] | | |[https://github.com/PretendoNetwork/error-codes/blob/master/data/006/0112/en_US.json Pretendo Documentation] |
| | |- |
| | |0113 |
| | - |
| | 0116 |
| | |Application errors. |
| | |[https://github.com/PretendoNetwork/error-codes/tree/master/data/006 Pretendo Documentation] |
| | |- |
| | |0301 |
| | |Connection could not be established. |
| | |[https://github.com/PretendoNetwork/error-codes/blob/master/data/006/0301/en_US.json Pretendo Documentation] |
| |- | | |- |
| |0302 | | |0302 |
| |Unable to connect to the server. | | |Authentication failed. |
| | | | |[https://github.com/PretendoNetwork/error-codes/blob/master/data/006/0302/en_US.json Pretendo Documentation] |
| |- | | |- |
| |0311 | | |0303 |
| |Unable to connect to the server. | | - |
| | | | 0311 |
| | |Application/Server Communication Errors. |
| | |[https://github.com/PretendoNetwork/error-codes/tree/master/data/006 Pretendo Documentation] |
| |- | | |- |
| |0329 | | |0329 |
| Line 720: |
Line 806: |
| |May indicate that the network is blocking traffic necessary for Online Play. | | |May indicate that the network is blocking traffic necessary for Online Play. |
| |[https://en-americas-support.nintendo.com/app/answers/detail/a_id/4204 Nintendo Support Page] | | |[https://en-americas-support.nintendo.com/app/answers/detail/a_id/4204 Nintendo Support Page] |
| | |
| | |- |
| | |0503 |
| | - |
| | 0511 |
| | |Communication Errors. |
| | |[https://github.com/PretendoNetwork/error-codes/tree/master/data/006 Pretendo Documentation] |
| |- | | |- |
| |0520 | | |0520 |
| Line 1,051: |
Line 1,144: |
| | | | | |
| |- | | |- |
| ! colspan="3" |<span id="012"><h3>012 - Browser Errors</h3></span> | | ! colspan="3" |<span id="012"><h3>012 - Old 3DS Browser Errors</h3></span> |
| |- | | |- |
| |1004 | | |1004 |
| |The SSL connection Failed. | | |The SSL connection failed. |
| | | | | |
| |- | | |- |
| |1511 | | |1032 |
| |SSL certificate warning. | | |The file cannot be loaded. |
| | | | | |
| | |- |
| | |1506, |
| | 1509 |
| | - |
| | 1511 |
| | |Certificate Errors. |
| | |[https://github.com/PretendoNetwork/error-codes/tree/master/data/012 Pretendo Documentation] |
| |- | | |- |
| ! colspan="3" |<span id="014"><h3> 014 - Data Transfer Errors</h3></span> | | ! colspan="3" |<span id="014"><h3> 014 - Data Transfer Errors</h3></span> |
| Line 1,076: |
Line 1,176: |
| |- | | |- |
| ! colspan="3" |<span id="022"><h3>022 - More Account Errors</h3></span> | | ! colspan="3" |<span id="022"><h3>022 - More Account Errors</h3></span> |
| | |- |
| | |1001 |
| | |Unable to find the specified user. |
| | | |
| |- | | |- |
| |1021 | | |1021 |
| Line 1,086: |
Line 1,190: |
| |- | | |- |
| |2452 | | |2452 |
| |Tried to access the eShop with UNITINFO patch enabled. Turn this off in Luma's configuration file, <code>sd:/luma/config.ini</code>. | | |Tried to access the eShop with UNITINFO patch enabled. Turn this off in Luma's configuration file, <code>sd:/luma/config.ini</code>. |
| | | |
| | |- |
| | |2458 |
| | |The HTTP client was not authorized to make the request. |
| | | |
| | |- |
| | |2482 |
| | |The game server requested could not be found. |
| | | |
| | |- |
| | |2484 |
| | |The game server ID and title ID were not linked, or the request did not send a game server ID. |
| | | | | |
| |- | | |- |
| Line 1,201: |
Line 1,317: |
| |- | | |- |
| |2634 | | |2634 |
| |The NNID is not correctly linked to the system. To fix this, follow these steps and afterwards reboot and sign into the NNID again. | | |The NNID is not correctly linked to the system. To fix this, follow these steps, reboot the console, and try to sign into the NNID again. |
| |[[3dsguide:godmode9-usage#removing-an-nnid-without-formatting-your-device)|Said Steps]] | | |[[3DS:GodMode9/Usage#Removing_an_NNID_without_formatting_your_device|Said Steps]] |
| |- | | |- |
| |2643 | | |2643 |
| Line 1,305: |
Line 1,421: |
| | | | | |
| |- | | |- |
| ! colspan="3" |<span id="032"><h3>032 - More Browser Errors</h3></span> | | ! colspan="3" |<span id="032"><h3>032 - New 3DS Browser Errors </h3></span> |
| |- | | |- |
| |1035 | | |1006, |
| | 1035 |
| |Unable to display the page. | | |Unable to display the page. |
| | | | | |
| Line 1,324: |
Line 1,441: |
| |The game is permanently banned from Pokémon Global Link for using altered or illegal save data. | | |The game is permanently banned from Pokémon Global Link for using altered or illegal save data. |
| | | | | |
| | |} |
| | |
| | |-|BootROM= |
| | <span style="font-size:175%; display:flex; justify-content:center">BootROM</span> |
| | {| class="wikitable" style="margin: auto" |
| | ! style="font-size:125%;" | Error |
| | ! style="font-size:125%;" | Description |
| | |- |
| | |00F800FE<br>00000000 00000000<br>00000200 00000000 |
| | |Error when having SD-card reader connected to NAND during boot. |
| | |- |
| | |00F800FE<br>00000000 00000000<br>00000400 00000000 |
| | |NAND not found error (?) |
| | |- |
| | |00F800FE<br>FFFFFFFF FFFFFFFF<br>00000080 00800000 |
| | |NAND error when DAT1 was used as DAT0. |
| | |- |
| | |00F800FE<br>FFFFFFFF FFFFFFFF<br>00000005 00800000 |
| | |NAND error when DAT2 was used as DAT0. |
| | |- |
| | |00F800FE<br>FFFFFFFF FFFFFFFF<br>00000005 00000000 |
| | |NAND error when DAT3 was used as DAT0. |
| | |- |
| | |00F800FF<br>F8F8FFFF FFFFFFFF<br>00000000 00000000 |
| | |Both the firm0 and firm1 partitions are corrupt (failed signature checks). |
| | |- |
| | |00F800FF<br>DEDEFFFF FFFFFFFF<br>00000000 00000000 |
| | |Both the firm0 and firm1 partitions are corrupt (possibly related to certain flags missing?) |
| | |- |
| | |00F800FF<br>CFCFFFFF FFFFFFFF<br>00000000 00000000 |
| | |Both the firm0 and firm1 partitions are corrupt |
| | |- |
| | |00F800EE<br>FFFFFFFF FFFFFFFF<br>00000000 00000000 |
| | |NCSD header in sector 0 is corrupt (failed signature check). |
| |} | | |} |
|
| |
|
| </tabber> | | </tabber> |
| | |
| | =Reading error screens= |
|
| |
|
| ==Reading a Luma3DS exception screen== | | ==Reading a Luma3DS exception screen== |
| A Luma3DS exception has four (or five, in a few cases) different parts to it that help in finding its cause, as follows: | | [[File:Luma3DS_exception.png|right|300px]]A Luma3DS exception has four (or five, in a few cases) different parts to it that help in finding its cause, as follows: |
| [[File:Luma3DS_exception.png|center]]
| | |
| * '''Processor:''' What part of the system is causing the exception. The two processors are: | | * '''Processor:''' What part of the system is causing the exception. The two processors are: |
| **'''Arm9:''' The 'security processor' of the system. These exceptions usually result from errors in NAND data or hardware faults in either the 3DS or its SD card.
| | * '''Arm9:''' The 'security processor' of the system. These exceptions are usually raised because of errors in NAND data or hardware faults in either the 3DS or its SD card. |
| **'''Arm11:''' The 'userland' of the system. These exceptions have numerous causes but are often related to broken software or user data. | | ** '''Arm11:''' The 'userland' of the system. These exceptions have numerous causes but are more often related to broken software or user data. |
| * '''Exception type:''' How the system is causing the exception. These categories are often too broad to be helpful, but three of them are more precise: | | * '''Exception type:''' The type of fault that caused the exception. These categories correspond to the ARM exceptions for the [https://developer.arm.com/documentation/ddi0201/d ARM9] and [https://developer.arm.com/documentation/ddi0360/f ARM11] CPUs, as follows: |
| **'''data abort''': Oftentimes related to a broken mod or broken HOME Menu data. Occasionally related to custom firmware data being broken. | | ** '''data abort''': Caused by a read or write to an invalid part of memory. Usually related to game mods/cheats/plugins, broken HOME Menu data, and/or broken CFW applications. |
| **'''prefetch abort (svcBreak)''': Oftentimes an issue with data on the NAND, even when Arm11. Can also happen when launching an out-of-region game. | | ** '''prefetch abort''': Caused by an attempt to execute a CPU instruction that was marked as invalid. Often related to conflicts between CFW and other software. |
| **'''undefined instruction''': Usually either a broken piece of software (if not on boot) or outdated <code>boot.firm</code> (if on boot). | | ** '''prefetch abort (kernel panic)''': Caused by Kernel9 detecting an unrecoverable error and forcibly halting to avoid causing damage. Can be related to any of several things, but hardware issues are the most likely. |
| *'''Fault status:''' Why the system is causing the exception. Normally not helpful except for developers. | | ** '''prefetch abort (svcBreak)''': Caused by either Process9 or homebrew software manually halting because it tripped a pre-defined error condition. Often related to damage to NAND data, even when raised by Arm11. Can also happen when launching an out-of-region game that isn't [[3DS:SGL|locale emulated.]] |
| *'''Current process:''' Where the error is coming from in the system. Often the most helpful part of the exception. Some examples of processes are as follows: | | ** '''undefined instruction''': Caused by an attempt to execute a CPU instruction that was unimplemented, disallowed, or unusable. Often related to software missing its required files (if not on boot) or an outdated <code>boot.firm</code> (if on boot). |
| **'''fs''': The filesystem, i.e. either the SD card or the NAND. | | * '''Fault status:''' The specific type of ARM exception that was raised. Helpful for developers, but not so much for the end user. |
| **'''menu''': Data that is opened either as a part of the HOME Menu or at the same time as it.
| | * '''Current process:''' Where the error is coming from in the system. Often the most helpful part of the exception. Some examples of processes are as follows: |
| **'''loader''': The service that opens apps, meaning the app you last tried to open has an issue. | | ** '''fs''': The filesystem, i.e. either the SD card or the NAND. |
| **'''nwm''': Networking services, almost always WiFi. | | ** '''loader''': The service that opens apps, meaning the app most recently opened has an issue. |
| **'''ns''': The <u>N</u>intendo User Interface <u>S</u>hell, which handles all apps/processes/services in 3DS mode. | | ** '''menu''': Data that is opened either as a part of the HOME Menu or at the same time as it. |
| *'''R0''': Usually just internal data that's not worth reading. There are two notable exceptions, however: | | ** '''ns''': The <u>N</u>intendo User Interface <u>S</u>hell, which handles all apps/processes/services in 3DS mode. |
| **'''Arm11 loader exception''': If R0's contents start with a C or D, R0 is an error code. This code usually gives the exact cause of the issue. | | ** '''nwm''': Networking services, almost always Wi-Fi. |
| **'''Arm11 pm exception''': If R0's contents are <code>E0E01BF5</code>, <code>boot.firm</code> is guaranteed to be too outdated to work. | | * '''Registers (R0-R12/SP/LR/PC/CPSR/FPEXC)''': Usually just internal data that's not worth reading, though R0 is the most likely of them to contain useful data. There are certain notable exceptions that aren't mentioned in the list of known errors, however: |
| | ** If the value <code>000400??</code> (the ? marks can be any number) appears in any of the registers, it likely refers to the first half of a title ID - check the value of the register after it to ensure this. If it is a title ID, it can be used to narrow down the original cause of an error. |
| | ** If the value of any register starts with the letter C, D, E, or F (even if it isn't in R0) and doesn't look completely random, it may be an error code - this is more likely if the value starts with C or D. You may want to check it manually, as if it is an error code, it can likely help in troubleshooting. |
| | |
|
| |
|
| ==Reading a Luma3DS ErrDisp== | | ==Reading a Luma3DS ErrDisp== |
|
| |
|
| With Luma3DS insa ErrDisp error has several parts, but only two of them help in finding its cause. They are as follows:
| | [[File:Luma3DS ErrDisp.jpg|right|300px]]A Luma3DS ErrDisp error has several parts, but only two of them help in finding its cause. They are as follows: |
| [[File:Luma3DS ErrDisp.jpg|center]]
| | |
| * '''Process name:''' The part of the system that is triggering the error. Can be helpful if the error code is generic. | | * '''Process name:''' The part of the system that is triggering the error. Can be helpful if the error code is generic. |
| * '''Error code:''' The specific reason the error occurred. This is almost always the most helpful part of the error. | | * '''Error code:''' The specific reason the error occurred. This is almost always the most helpful part of the error. |
|
| |
|
| == Reading an error code == | | == Reading an error code == |
| An error code has two parts - the code itself, and its official description. | | <span>[[File:3DS error code.jpg|right|300px]]An error code has two parts - the code itself, and its official description.<br> |
| [[File:3DS error code.jpg|center]] | | For this page, only the code matters</span> |
| For this page, only the code matters
| | |
| | ==Reading boot9strap LED status codes== |
| | Booting your console while holding {{B|X|START|SELECT}}, or if either FIRM file is corrupt, the notification LED will display a color indicating the status of the FIRMs located at <code>sdmc:/boot.firm</code> and <code>nand:/boot.firm</code>. Refer to the following table for their status: |
| | {{B9s LED table}} |
| | In addition, the LED will blink if booting from [[3DS:ntrboot|ntrboot]]<br> |
| | NOTE: A red LED status can also occur if the NAND firm is missing rather than corrupt. |
| | |
| | =Sources= |
| | [[3DS:Error codes]]<br> |
| | <!-- Up to date as of 04:10, 13 December 2024 id=7031 --> |
| | [[3DS:Error screens/Luma3DS exception screen]]<br> |
| | <!-- Up to date as of 18:57, 29 April 2025 id=7405 --> |
| | [[3DS:Error screens/Luma3DS ErrDisp]]<br> |
| | <!-- Up to date as of 14:00, 2 February 2025 id=7120 --> |
| | [[3DS:Boot9strap]]<br> |
| | {{GitHub|SciresM/boot9strap|boot9strap GitHub}}<br> |
| | [[3dbrew:Bootloader]] |
| | |
| | This page is up to date as of 04:08, 12 July 2024 (UTC) |
| | <!-- ~~~~~ for time format --> |