<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.hacks.guide/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Mr.+Burguers</id>
	<title>Hacks Guide Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.hacks.guide/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Mr.+Burguers"/>
	<link rel="alternate" type="text/html" href="https://wiki.hacks.guide/wiki/Special:Contributions/Mr._Burguers"/>
	<updated>2026-06-13T19:52:39Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.8</generator>
	<entry>
		<id>https://wiki.hacks.guide/w/index.php?title=3DS:Rebuild_Title_Database&amp;diff=11147</id>
		<title>3DS:Rebuild Title Database</title>
		<link rel="alternate" type="text/html" href="https://wiki.hacks.guide/w/index.php?title=3DS:Rebuild_Title_Database&amp;diff=11147"/>
		<updated>2026-01-11T22:33:45Z</updated>

		<summary type="html">&lt;p&gt;Mr. Burguers: Backslashes after drive letter&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page is a guide to rebuilding the &amp;lt;code&amp;gt;title.db&amp;lt;/code&amp;gt; file in your SD card. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;title.db&amp;lt;/code&amp;gt; is the name for two files - one on the 3DS&#039; SD card, and one on its CTRNAND - which contain a list of all installed 3DS titles for its respective part of the filesystem (e.g. your SD card&#039;s &amp;lt;code&amp;gt;title.db&amp;lt;/code&amp;gt; only has entries for titles installed to your SD card). For more information, check out [[3dbrew:Title Database|3dbrew]].&lt;br /&gt;
&lt;br /&gt;
===What you need===&lt;br /&gt;
&lt;br /&gt;
*Release of {{GitHub|wwylele/save3ds/releases/tag/v1.3.0|save3ds}} for your operating system&lt;br /&gt;
*A version of [https://www.python.org/downloads/ Python 3.8 or later]&lt;br /&gt;
*A 3DS console with custom firmware&lt;br /&gt;
*{{GitHub|ihaveamac/3DS-rom-tools/raw/master/seeddb/seeddb.bin|seeddb.bin}} (direct download link)&lt;br /&gt;
*boot9.bin (same for all consoles) and movable.sed (specific to yours only) - dump with [[3DS:Dump system files]]&lt;br /&gt;
&lt;br /&gt;
===Section I - Preparing the files===&lt;br /&gt;
&lt;br /&gt;
#Turn the 3DS off&lt;br /&gt;
#Insert your SD card into your computer&lt;br /&gt;
#Go to the {{GitHub|ihaveamac/rebuild-title-database|Rebuild Title Database}} repo&#039;s page&lt;br /&gt;
#Click the &amp;lt;big&amp;gt;&amp;lt;span style=&amp;quot;background:#008000&amp;quot;&amp;gt;Code&amp;lt;/span&amp;gt;&amp;lt;/big&amp;gt; button, then click &#039;&#039;&#039;Download ZIP&#039;&#039;&#039;&lt;br /&gt;
#Extract the contents of the downloaded &amp;lt;code&amp;gt;.zip&amp;lt;/code&amp;gt; into a folder&lt;br /&gt;
#*This folder will be referred to as the &amp;quot;rebuild folder&amp;quot; from now on&lt;br /&gt;
#Copy &amp;lt;code&amp;gt;movable.sed&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;boot9.bin&amp;lt;/code&amp;gt; to the rebuild folder&lt;br /&gt;
#*If you had just dumped them from your console, both are most likely in &amp;lt;code&amp;gt;sd:/gm9/out&amp;lt;/code&amp;gt;&lt;br /&gt;
#Copy &amp;lt;code&amp;gt;seeddb.bin&amp;lt;/code&amp;gt; into the rebuild folder&lt;br /&gt;
#Copy the &amp;lt;code&amp;gt;save3ds_fuse&amp;lt;/code&amp;gt; binary from the save3ds &amp;lt;code&amp;gt;.zip&amp;lt;/code&amp;gt; file into the rebuild folder&lt;br /&gt;
&lt;br /&gt;
===Section II - Rebuilding the database===&lt;br /&gt;
{{info|If you are not on Windows, replace &amp;lt;code&amp;gt;py -3&amp;lt;/code&amp;gt; with &amp;lt;code&amp;gt;python3&amp;lt;/code&amp;gt; in all commands.}}&lt;br /&gt;
&lt;br /&gt;
{{warning|The commands in this section are case-sensitive. Enter them exactly as written, or there may be unintended consequences.}}&lt;br /&gt;
&lt;br /&gt;
#Navigate to the rebuild folder in file explorer&lt;br /&gt;
#Hold SHIFT and right-click anywhere in the folder&#039;s empty space, then click the option that opens a terminal, PowerShell, or Command Prompt&lt;br /&gt;
#In this new window, enter the following commands one at a time:&lt;br /&gt;
##&amp;lt;code&amp;gt;py -3 -V&amp;lt;/code&amp;gt;&lt;br /&gt;
##*If this does not print the Python version, it is either not installed correctly, or the wrong command was used. Please read the note above.&lt;br /&gt;
##&amp;lt;code&amp;gt;py -3 -mpip install --user -r requirements.txt&amp;lt;/code&amp;gt;&lt;br /&gt;
##&amp;lt;code&amp;gt;py -3 fix-titledb.py -b boot9.bin -m movable.sed -s X:\&amp;lt;/code&amp;gt;&lt;br /&gt;
##*If you are on Windows, replace &amp;lt;code&amp;gt;X:\&amp;lt;/code&amp;gt; with your SD card&#039;s drive letter. If you are not on Windows, replace &amp;lt;code&amp;gt;X:\&amp;lt;/code&amp;gt; with your SD card&#039;s mount point.&lt;br /&gt;
##&amp;lt;code&amp;gt;py -3 rebuild-title-database.py -b boot9.bin -m movable.sed -S seeddb.bin -s X:\ -o out&amp;lt;/code&amp;gt;&lt;br /&gt;
##&amp;lt;code&amp;gt;./save3ds_fuse.exe --db sdtitle out --import --boot9 boot9.bin --movable movable.sed --sd X:\&amp;lt;/code&amp;gt;&lt;br /&gt;
##*If you are not on Windows, remove &amp;lt;code&amp;gt;.exe&amp;lt;/code&amp;gt; from this command&lt;br /&gt;
#If you didn&#039;t get any errors, your apps should reappear on the HOME Menu immediately &lt;br /&gt;
#*If they only appear in &#039;&#039;&#039;System Settings&#039;&#039;&#039; -&amp;gt; &#039;&#039;&#039;Data Management&#039;&#039;&#039;, follow &#039;&#039;&#039;one&#039;&#039;&#039; of these sets of steps based on how they appear.&lt;br /&gt;
#**Appear normally: Check the contents of &amp;lt;code&amp;gt;sd:/Nintendo 3DS/&amp;lt;id0&amp;gt;/&amp;lt;id1&amp;gt;/title/00040000&amp;lt;/code&amp;gt;; there should only be more folders inside that folder. &lt;br /&gt;
#***If there is a file inside this folder, your apps are at least partially corrupted - backup your SD card to your PC, [[Formatting an SD card|reformat it]], and then try to move the backed-up files back to the SD. If this fails or the apps do not reappear afterward, [[Checking SD card integrity|check your SD card for hardware damage]].&lt;br /&gt;
#**Appear with a grey block count indicator and an X through their icons: Run [[3DS:Faketik|faketik]].&lt;br /&gt;
#**Appear with white/corrupted icons, 0 block count, and/or corrupted name: Whatever destroyed your &amp;lt;code&amp;gt;title.db&amp;lt;/code&amp;gt; has also permanently corrupted your apps. Backup your SD card to your PC,[[Formatting an SD Card|reformat it]], and then [[Checking SD card integrity|check it for hardware damage]].&lt;br /&gt;
#*If they do not appear anywhere in the system, you may want to [[Checking SD card integrity|check your SD card for hardware damage]], as the apps are likely gone.&lt;br /&gt;
&lt;br /&gt;
===Troubleshooting===&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;code&amp;gt;boot9.bin&amp;lt;/code&amp;gt; is missing from &amp;lt;code&amp;gt;[M:] MEMORY VIRTUAL&amp;lt;/code&amp;gt;&lt;br /&gt;
**Follow the steps to [[3DS:Dump system files|dump your system files]] for more in-depth instructions, including those for bootloaders other than [[3DS:boot9strap|boot9strap]].&lt;br /&gt;
*The first command in Section II gave the error &amp;lt;code&amp;gt;ERROR: Could not open requirements file: [Errno 2] No such file or directory: &#039;requirements.txt&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
**Make sure you are in the rebuild folder and that you extracted the contents of &amp;lt;code&amp;gt;rebuild-title-database-master.zip&amp;lt;/code&amp;gt; into it. &lt;br /&gt;
***Once this is fixed, delete the &amp;lt;code&amp;gt;out&amp;lt;/code&amp;gt; folder and try the command again.&lt;br /&gt;
*The third or fourth command in Section II failed&lt;br /&gt;
**Make sure you have &amp;lt;code&amp;gt;boot9.bin&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;movable.sed&amp;lt;/code&amp;gt; in the rebuild folder.&lt;br /&gt;
**Make sure your SD card is inserted and you can view and edit its contents.&lt;br /&gt;
*The fifth command in Section II failed&lt;br /&gt;
**If you are on macOS, try installing {{GitHub|osxfuse/osxfuse/releases/latest|osxfuse}}, either via its GitHub page or via [https://brew.sh Homebrew].&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;code&amp;gt;Input/output error&amp;lt;/code&amp;gt; on fourth command in Section II====&lt;br /&gt;
{{info|These instructions are for Linux users, and will not work on Windows.}}&lt;br /&gt;
#&#039;&#039;&#039;&#039;&#039;Unmount&#039;&#039;&#039;&#039;&#039; the SD card from your computer.&lt;br /&gt;
#Open up a terminal window, and enter the following commands one at a time:&lt;br /&gt;
##&amp;lt;code&amp;gt;watch lsblk&amp;lt;/code&amp;gt;&lt;br /&gt;
##*After running this command, re-insert the SD card into your computer. The terminal window should now show a new partition of some kind. &#039;&#039;&#039;This is the SD card&#039;s partition&#039;&#039;&#039;. For example, &amp;lt;code&amp;gt;sda -&amp;gt; sda1&amp;lt;/code&amp;gt; may have appeared after re-inserting the SD card. Keep this in mind, as you&#039;ll need it later.&lt;br /&gt;
##*Once you see what partition the SD card is, press &amp;lt;kbd&amp;gt;&amp;lt;kbd&amp;gt;Ctrl&amp;lt;/kbd&amp;gt; + &amp;lt;kbd&amp;gt;C&amp;lt;/kbd&amp;gt;&amp;lt;/kbd&amp;gt; to stop monitoring the output of &amp;lt;code&amp;gt;lsblk&amp;lt;/code&amp;gt;&lt;br /&gt;
##&amp;lt;code&amp;gt;fsck /dev/[partition]&amp;lt;/code&amp;gt;&lt;br /&gt;
##*&amp;lt;code&amp;gt;[partition]&amp;lt;/code&amp;gt; is the partition that showed up in the terminal, when you inserted the SD card into your computer. (e.g. &amp;lt;code&amp;gt;fsck /dev/sda1&amp;lt;/code&amp;gt; if the SD card showed up under &amp;lt;code&amp;gt;sda -&amp;gt; sda1&amp;lt;/code&amp;gt;)&lt;br /&gt;
##*If you see &amp;lt;code&amp;gt;fsck: command not found&amp;lt;/code&amp;gt;, run the command with &amp;lt;code&amp;gt;sudo&amp;lt;/code&amp;gt; (e.g. &amp;lt;code&amp;gt;sudo fsck ...&amp;lt;/code&amp;gt;)&lt;br /&gt;
&lt;br /&gt;
You should now be given a few prompts, containing some choices. Below are some possible prompts, and what you should answer with.&lt;br /&gt;
*&amp;lt;code&amp;gt;There are differences between boot sector and its backup.&amp;lt;/code&amp;gt;&lt;br /&gt;
**Choose option 2 for &amp;quot;&amp;lt;code&amp;gt;copy backup to original&amp;lt;/code&amp;gt;&amp;quot;.&lt;br /&gt;
*&amp;lt;code&amp;gt;Orphaned long file name part &amp;quot;[folder name]&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
**Choose option 2 for &amp;quot;&amp;lt;code&amp;gt;leave it&amp;lt;/code&amp;gt;&amp;quot;.&lt;br /&gt;
*&amp;lt;code&amp;gt;Free cluster summary wrong &amp;lt;nowiki&amp;gt;(####### vs. really #######)&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
**Choose option 1 for &amp;quot;&amp;lt;code&amp;gt;correct&amp;lt;/code&amp;gt;&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Eventually, you will see the following:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
 *** Filesystem was changed ***&lt;br /&gt;
 The changes have not yet been written, you can still choose to leave the&lt;br /&gt;
 filesystem unmodified:&lt;br /&gt;
 1) Write changes&lt;br /&gt;
 2) Leave filesystem unchanged&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you are happy with the options you chose, and aren&#039;t scared something will break, choose option &amp;lt;kbd&amp;gt;1&amp;lt;/kbd&amp;gt; to write changes. After the changes have been written, try re-running the fourth command in Section II and continuing on from there.&lt;br /&gt;
&lt;br /&gt;
[[Category:Nintendo 3DS guides]]&lt;/div&gt;</summary>
		<author><name>Mr. Burguers</name></author>
	</entry>
	<entry>
		<id>https://wiki.hacks.guide/w/index.php?title=3DS:Error_codes&amp;diff=2266</id>
		<title>3DS:Error codes</title>
		<link rel="alternate" type="text/html" href="https://wiki.hacks.guide/w/index.php?title=3DS:Error_codes&amp;diff=2266"/>
		<updated>2022-09-25T15:26:21Z</updated>

		<summary type="html">&lt;p&gt;Mr. Burguers: More error codes&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This Page lists all currently known 3ds Error Codes. &amp;lt;br/&amp;gt;&lt;br /&gt;
Error Codes (on 3ds and WiiU) are structured by a module identifier (exp:001) and a result code (exp:101). &amp;lt;br/&amp;gt;&lt;br /&gt;
Please note that currently not all 3ds Error Codes are known. &amp;lt;br/&amp;gt;&lt;br /&gt;
Any result code thats below 4 numbers here will be displayed with 0 before the actual code on the real systems. (exp: here:101 system:0101) &amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;margin:auto;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; |001 Online Services&lt;br /&gt;
|-&lt;br /&gt;
|102&lt;br /&gt;
|Unexpected Disconnection from Network Services&lt;br /&gt;
|[https://en-americas-support.nintendo.com/app/answers/detail/a%20id/17043 Nintendo Support Page]&lt;br /&gt;
|-&lt;br /&gt;
|721&lt;br /&gt;
|Online Access restricted by Parental Controls.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|803&lt;br /&gt;
|Cannot connect to authentication servers.&lt;br /&gt;
|[https://www.nintendo.co.jp/netinfo/en_US/index.html Server Status and Maintenance]&lt;br /&gt;
|-&lt;br /&gt;
|811&lt;br /&gt;
|Online Play server under maintenance. Refer to the link above for the Server Status and upcoming Maintenance.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; |002 Account Related Errors&lt;br /&gt;
|-&lt;br /&gt;
|102&lt;br /&gt;
|Account Permanently Banned.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|107&lt;br /&gt;
|Account Temporarily Banned.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|110&lt;br /&gt;
|3DS Youtube was Discontinued.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|119&lt;br /&gt;
|Friend Module out of Date, System Update Required.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|120&lt;br /&gt;
|Game/Title out of Date, Update Required&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|121&lt;br /&gt;
|Invalid Local Friend SEED Signature, possibly Modified.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|123&lt;br /&gt;
|Account Permanently Banned.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|34xx&lt;br /&gt;
|Server returned a 4xx HTTP error.&lt;br /&gt;
|[https://www.nintendo.co.jp/netinfo/en_US/index.html Server Status and Maintenance]&lt;br /&gt;
|-&lt;br /&gt;
|35xx&lt;br /&gt;
|Server returned a 5xx HTTP error.&lt;br /&gt;
|[https://www.nintendo.co.jp/netinfo/en_US/index.html Server Status and Maintenance]&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; |003 Network Connection Errors&lt;br /&gt;
|-&lt;br /&gt;
|299&lt;br /&gt;
|Disabled Wireless Connection.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|399&lt;br /&gt;
|Accepted EULA version is too low.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|1099&lt;br /&gt;
|Access Point with given SSID not found.&lt;br /&gt;
|[https://en-americas-support.nintendo.com/app/answers/detail/a_id/4249/kw/003-1099 Nintendo Support Page]&lt;br /&gt;
|-&lt;br /&gt;
|1101&lt;br /&gt;
|Access Point password incorrect or Incompatible Configuration.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|2001&lt;br /&gt;
|DNS Error. If you are using a Custom DNS Server, recheck the settings.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; |005 Network Installation Management&lt;br /&gt;
|-&lt;br /&gt;
|2008&lt;br /&gt;
|eShop download failed or invalid title ticket. Delete Ticket in FBI and install it from a legitimate source like the eShop or (if it&#039;s a cart dump) from the game&#039;s cartridge.&lt;br /&gt;
|[https://en-americas-support.nintendo.com/app/answers/detail/a_id/41692 Nintendo Support Page]&lt;br /&gt;
|-&lt;br /&gt;
|4040&lt;br /&gt;
|eShop connection timeout.&lt;br /&gt;
|[https://en-americas-support.nintendo.com/app/answers/detail/a_id/4429 Nintendo Support Page]&lt;br /&gt;
|-&lt;br /&gt;
|4069&lt;br /&gt;
|eShop is unavailable. If the issue persists, the SD might need to be replaced.&lt;br /&gt;
|[https://en-americas-support.nintendo.com/app/answers/detail/a_id/14413 Nintendo Support Page]&lt;br /&gt;
|-&lt;br /&gt;
|4240&lt;br /&gt;
|Cannot connect to eShop servers.&lt;br /&gt;
|[https://en-americas-support.nintendo.com/app/answers/detail/a_id/28399 Nintendo Support Page]&lt;br /&gt;
|-&lt;br /&gt;
|4305&lt;br /&gt;
|Generic Connection Timeout Error, could also mean that you are unable to download software from the eShop.&lt;br /&gt;
|[https://en-americas-support.nintendo.com/app/answers/detail/a_id/4346 Nintendo Support Page]&lt;br /&gt;
|-&lt;br /&gt;
|4320&lt;br /&gt;
|Generic Error that displayed when formatting the console or performing a system transfer.&lt;br /&gt;
|[https://en-americas-support.nintendo.com/app/answers/detail/a_id/48382 Nintendo Support Page]&lt;br /&gt;
|-&lt;br /&gt;
|5602&lt;br /&gt;
|eShop title(s) from another region are linked to this console. Caused by region change.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|5687&lt;br /&gt;
|Generic Unable to connect to eShop error.&lt;br /&gt;
|[https://en-americas-support.nintendo.com/app/answers/detail/a_id/26251/ Nintendo Support Page]&lt;br /&gt;
|-&lt;br /&gt;
|5704&lt;br /&gt;
|Same as 5687.&lt;br /&gt;
|[https://en-americas-support.nintendo.com/app/answers/detail/a_id/26252 Nintendo Support Page]&lt;br /&gt;
|-&lt;br /&gt;
|5958&lt;br /&gt;
|Unknown eShop error, usually seen on region-changed Consoles.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|5964&lt;br /&gt;
|NNID banned from accessing eShop, contact Nintendo Support if this is a mistake.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|7545&lt;br /&gt;
|Same as 4069.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|7550&lt;br /&gt;
|Same as 4069.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|8025&lt;br /&gt;
|Same as 4069.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|8026&lt;br /&gt;
|Same as 4069.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|8029&lt;br /&gt;
|Same as 4069.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; |006 Matchmaking Errors&lt;br /&gt;
|-&lt;br /&gt;
|112&lt;br /&gt;
|Issue connecting with Pokemon Bank.&lt;br /&gt;
|[https://en-americas-support.nintendo.com/app/answers/detail/a%20id/4203/ Nintendo Support Page]&lt;br /&gt;
|-&lt;br /&gt;
|332&lt;br /&gt;
|Closed Ports when attempting Matchmaking.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|501&lt;br /&gt;
|May indicate that the network is blocking traffic necessary for Online Play.&lt;br /&gt;
|[https://en-americas-support.nintendo.com/app/answers/detail/a_id/4204 Nintendo Support Page]&lt;br /&gt;
|-&lt;br /&gt;
|502&lt;br /&gt;
|Same as 502.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|612&lt;br /&gt;
|Network is not optimal for peer-to-peer connections, possibly your network&#039;s NAT type.&lt;br /&gt;
|[https://en-americas-support.nintendo.com/app/answers/detail/a_id/25881 Nintendo Support Page]&lt;br /&gt;
|-&lt;br /&gt;
|811&lt;br /&gt;
|Service Unavailable due to maintenance.&lt;br /&gt;
|[https://en-americas-support.nintendo.com/app/answers/detail/a_id/25910/ Nintendo Support Page]&lt;br /&gt;
|-&lt;br /&gt;
|800&lt;br /&gt;
|Unable to connect to authentication servers during the matchmaking process.&lt;br /&gt;
|[https://en-americas-support.nintendo.com/app/answers/detail/a_id/4328/ Nintendo Support Page]&lt;br /&gt;
|-&lt;br /&gt;
|899&lt;br /&gt;
|Same as 800.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; |007 eShop API Errors&lt;br /&gt;
|-&lt;br /&gt;
|200&lt;br /&gt;
|Could did not access the SD Card.&lt;br /&gt;
|[https://en-americas-support.nintendo.com/app/answers/detail/a_id/4234 Nintendo Support Page]&lt;br /&gt;
|-&lt;br /&gt;
|1221&lt;br /&gt;
|Download Code only redeemable in the relevant Software, not in the eShop.&lt;br /&gt;
|[https://en-americas-support.nintendo.com/app/answers/detail/a_id/14600 Nintendo Support Page]&lt;br /&gt;
|-&lt;br /&gt;
|2001&lt;br /&gt;
|Error when attempting to access the eShop with a region-changed Console, fixed by changing back to the region of Origin.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|2100&lt;br /&gt;
|Connection to eShop timed out, often caused by slow download times.&lt;br /&gt;
|[https://en-americas-support.nintendo.com/app/answers/detail/a_id/4432 Nintendo Support Page]or [https://support.nintendo.com/networkstatus Server Status and Maintenance]&lt;br /&gt;
|-&lt;br /&gt;
|2640&lt;br /&gt;
|Cannot connect to eShop/CDN servers.&lt;br /&gt;
|[https://support.nintendo.com/networkstatus Server Status and Maintenance]&lt;br /&gt;
|-&lt;br /&gt;
|2670&lt;br /&gt;
|Error while attempting to connect.&lt;br /&gt;
|[https://en-americas-support.nintendo.com/app/answers/detail/a_id/4383 Nintendo Support Page]&lt;br /&gt;
|-&lt;br /&gt;
|2705&lt;br /&gt;
|Cannot connect to Nintendo servers.&lt;br /&gt;
|[https://support.nintendo.com/networkstatus Server Status and Maintenance]&lt;br /&gt;
|-&lt;br /&gt;
|2720&lt;br /&gt;
|eShop SSL error.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|2913&lt;br /&gt;
|The Server is probably down. Try again later.&lt;br /&gt;
|[https://en-americas-support.nintendo.com/app/answers/detail/a_id/10425 Nintendo Support Page]&lt;br /&gt;
|-&lt;br /&gt;
|2916&lt;br /&gt;
|Typically displayed when attempting to download a title from the eShop.&lt;br /&gt;
|[https://en-americas-support.nintendo.com/app/answers/detail/a_id/6557 Nintendo Support Page]&lt;br /&gt;
|-&lt;br /&gt;
|2920&lt;br /&gt;
|Same as 005-2008.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|2924&lt;br /&gt;
|Invalid Language Setting when opening eShop.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|3049&lt;br /&gt;
|The eShop is down for Maintenance.&lt;br /&gt;
|[https://support.nintendo.com/networkstatus/ Server Status and Maintenance]&lt;br /&gt;
|-&lt;br /&gt;
|6106&lt;br /&gt;
|Occurs when attempting to re-download the software from the shop with an invalid or fake ticket.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; |009 eShop Application&lt;br /&gt;
|-&lt;br /&gt;
|1000&lt;br /&gt;
|System Update required.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|1001&lt;br /&gt;
|Same as 007-3049&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|2001&lt;br /&gt;
|Same as 007-2001&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|2705&lt;br /&gt;
|Often caused by network timing out or losing connection with the eShop&lt;br /&gt;
|[https://en-americas-support.nintendo.com/app/answers/detail/a%20id/17014 Nintendo Support Page]&lt;br /&gt;
|-&lt;br /&gt;
|2913&lt;br /&gt;
|eShop or in-game DLC failed to download (or the server is down).&lt;br /&gt;
|[https://en-americas-support.nintendo.com/app/answers/detail/a%20id/7243 Nintendo Support Page]&lt;br /&gt;
|-&lt;br /&gt;
|2916&lt;br /&gt;
|Same as 007-2916.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|2920&lt;br /&gt;
|Same as 007-2920.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|2923&lt;br /&gt;
|Unable to use a function that requires Internet Services.&lt;br /&gt;
|[https://en-americas-support.nintendo.com/app/answers/detail/a_id/17014 Nintendo Support Site]&lt;br /&gt;
|-&lt;br /&gt;
|2924&lt;br /&gt;
|Same as 007-2924.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|2995&lt;br /&gt;
|Download Code is/was incorrect, not yet activated, expired, entered in the wrong place, or intended for another Region than your own.&lt;br /&gt;
|[https://en-americas-support.nintendo.com/app/answers/detail/a_id/13515 Nintendo Support Site]&lt;br /&gt;
|-&lt;br /&gt;
|4077&lt;br /&gt;
|Download not started/aborted due to insufficient Space on the SD Card.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|4079&lt;br /&gt;
|Unable to access the SD Card&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|4998&lt;br /&gt;
|Local Content is newer. Unknown what causes this.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|6106&lt;br /&gt;
|AM error in NIM. Likely a bad ticket.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|8401&lt;br /&gt;
|Corrupted Update Data. Delete it and reinstall.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|9001&lt;br /&gt;
|Download Failed due to low battery.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; |011 eShop Site&lt;br /&gt;
|-&lt;br /&gt;
|24xx&lt;br /&gt;
|Server returned a 4xx HTTP error.&lt;br /&gt;
|[https://www.nintendo.co.jp/netinfo/en_US/index.html Server Status and Maintenance]&lt;br /&gt;
|-&lt;br /&gt;
|25xx&lt;br /&gt;
|Server returned a 5xx HTTP error.&lt;br /&gt;
|[https://www.nintendo.co.jp/netinfo/en_US/index.html Server Status and Maintenance]&lt;br /&gt;
|-&lt;br /&gt;
|3010&lt;br /&gt;
|Server Timed due to inactivity.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|3021&lt;br /&gt;
|eShop title not found (wrong region or non-existent).&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|3136&lt;br /&gt;
|eShop currently unavailable. Try again later.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|5998&lt;br /&gt;
|eShop is currently under maintenance.&lt;br /&gt;
|[https://en-americas-support.nintendo.com/app/answers/detail/a_id/24326/ Nintendo Support Page]&lt;br /&gt;
|-&lt;br /&gt;
|6901&lt;br /&gt;
|Console Permanently Banned (displayed in Japanese).&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; |012 Browser Errors&lt;br /&gt;
|-&lt;br /&gt;
|1004&lt;br /&gt;
|SSL Connection Failed.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|1511&lt;br /&gt;
|Certificate Warning.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; |014 Data Transfer Errors&lt;br /&gt;
|-&lt;br /&gt;
|13&lt;br /&gt;
|System Transfer failed due to Invalid Language Setting.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|16&lt;br /&gt;
|Both Consoles have the same movable.sed, format the target console, and try again.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|62&lt;br /&gt;
|Error during System Transfer occurred, move close to the router and try again.&lt;br /&gt;
|[https://en-americas-support.nintendo.com/app/answers/detail/a_id/15664 Nintendo Support Page]&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; |022 More Account Errors&lt;br /&gt;
|-&lt;br /&gt;
|2452&lt;br /&gt;
|Tried to access the eShop with UNITINFO patch enabled. Turn it off in Luma\&#039;s options.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|2501&lt;br /&gt;
|NNID is already linked to another System. Could be caused by a System Transfer (which Transfers all associated NNID&#039;s whether linked or not, restoring the Source Systems NAND) and then attempting to use an Application that uses NNIDs.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|2511&lt;br /&gt;
|System Update required (displayed by Miiverse).&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|2591&lt;br /&gt;
|Same as 2501.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|2613&lt;br /&gt;
|Incorrect Email or Password when attempting to link an existing NNID. This can happen due to the NNID already being linked or when attempting to download a title from the eShop without having an NNID linked.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|2631&lt;br /&gt;
|The NNID you are trying to use has been deleted or can&#039;t be used for a system transfer. A transferable NNID will only work on the target system.&lt;br /&gt;
|[https://en-americas-support.nintendo.com/app/answers/detail/a_id/4285/kw/022-2631 Nintendo Support Page]&lt;br /&gt;
|-&lt;br /&gt;
|2633&lt;br /&gt;
|NNID temporarily locked due to too many password attempts. Try again later.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|2634&lt;br /&gt;
|NNID is not correctly linked to the system. To fix this follow these steps and afterwards reboot and sign into the NNID again.&lt;br /&gt;
|[https://3ds.hacks.guide/godmode9-usage#removing-an-nnid-without-formatting-your-device) Said Steps]&lt;br /&gt;
|-&lt;br /&gt;
|2812&lt;br /&gt;
|Console Permanently Banned for playing Pokemon Sun &amp;amp; Moon online before the release date.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|2815&lt;br /&gt;
|Console Permanently Banned from accessing Miiverse by Nintendo.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|5363&lt;br /&gt;
|NNID Setting failed to load due to an incorrect language setting.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|5515&lt;br /&gt;
|Network Timeout.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|5531&lt;br /&gt;
|Cannot connect to account servers.&lt;br /&gt;
|[https://support.nintendo.com/networkstatus Server Status and Maintenance]&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; |026 Account/eShop?&lt;br /&gt;
|-&lt;br /&gt;
|24xx&lt;br /&gt;
|Server returned a 4xx HTTP error.&lt;br /&gt;
|[https://www.nintendo.co.jp/netinfo/en_US/index.html Server Status and Maintenance]&lt;br /&gt;
|-&lt;br /&gt;
|25xx&lt;br /&gt;
|Server returned a 5xx HTTP error.&lt;br /&gt;
|[https://www.nintendo.co.jp/netinfo/en_US/index.html Server Status and Maintenance]&lt;br /&gt;
|-&lt;br /&gt;
|3221&lt;br /&gt;
|Failed to unlink NNID during formatting, try again.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; |032 More Browser Errors&lt;br /&gt;
|-&lt;br /&gt;
|1035&lt;br /&gt;
|Unable to display page.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|1208&lt;br /&gt;
|Adress not supported.&lt;br /&gt;
|[https://en-americas-support.nintendo.com/app/answers/detail/a_id/43018/~/error-code%3A-032-1208 Nintendo Support Page]&lt;br /&gt;
|-&lt;br /&gt;
|1820&lt;br /&gt;
|Displayed when the browser asks you if you want to visit a potentially dangerous website. Press yes if you feel it&#039;s safe to visit.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; |090 In-Game Specific Errors&lt;br /&gt;
|-&lt;br /&gt;
|212&lt;br /&gt;
|The game is permanently banned from Pokemon Global Link for using altered or illegal save data.&lt;br /&gt;
|&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Mr. Burguers</name></author>
	</entry>
	<entry>
		<id>https://wiki.hacks.guide/w/index.php?title=3DS:Error_codes&amp;diff=2265</id>
		<title>3DS:Error codes</title>
		<link rel="alternate" type="text/html" href="https://wiki.hacks.guide/w/index.php?title=3DS:Error_codes&amp;diff=2265"/>
		<updated>2022-09-25T14:35:26Z</updated>

		<summary type="html">&lt;p&gt;Mr. Burguers: Use table formatting&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This Page lists all currently known 3ds Error Codes. &amp;lt;br/&amp;gt;&lt;br /&gt;
Error Codes (on 3ds and WiiU) are structured by a module identifier (exp:001) and a result code (exp:101). &amp;lt;br/&amp;gt;&lt;br /&gt;
Please note that currently not all 3ds Error Codes are known. &amp;lt;br/&amp;gt;&lt;br /&gt;
Any result code thats below 4 numbers here will be displayed with 0 before the actual code on the real systems. (exp: here:101 system:0101) &amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;margin:auto;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; |001 Online Services&lt;br /&gt;
|-&lt;br /&gt;
|102&lt;br /&gt;
|Unexpected Disconnection from Network Services&lt;br /&gt;
|[https://en-americas-support.nintendo.com/app/answers/detail/a%20id/17043 Nintendo Support Page]&lt;br /&gt;
|-&lt;br /&gt;
|721&lt;br /&gt;
|Online Access restricted by Parental Controls.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|803&lt;br /&gt;
|Online Play server is down.&lt;br /&gt;
|[https://www.nintendo.co.jp/netinfo/en_US/index.html Server Status and Maintenance]&lt;br /&gt;
|-&lt;br /&gt;
|811&lt;br /&gt;
|Online Play server under maintenance. Refer to the link above for the Server Status and upcoming Maintenance.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; |002 Account Related Errors&lt;br /&gt;
|-&lt;br /&gt;
|102&lt;br /&gt;
|Account Permanently Banned.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|107&lt;br /&gt;
|Account Temporarily Banned.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|110&lt;br /&gt;
|3DS Youtube was Discontinued.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|119&lt;br /&gt;
|Friend Module out of Date, System Update Required.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|120&lt;br /&gt;
|Game/Title out of Date, Update Required&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|121&lt;br /&gt;
|Invalid Local Friend SEED Signature, possibly Modified.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|123&lt;br /&gt;
|Account Permanently Banned.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; |003 Network Connection Errors&lt;br /&gt;
|-&lt;br /&gt;
|299&lt;br /&gt;
|Disabled Wireless Connection.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|399&lt;br /&gt;
|Accepted EULA version is too low.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|1099&lt;br /&gt;
|Access Point with given SSID not found.&lt;br /&gt;
|[https://en-americas-support.nintendo.com/app/answers/detail/a_id/4249/kw/003-1099 Nintendo Support Page]&lt;br /&gt;
|-&lt;br /&gt;
|1101&lt;br /&gt;
|Access Point password incorrect or Incompatible Configuration.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|2001&lt;br /&gt;
|DNS Error. If you are using a Custom DNS Server, recheck the settings.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; |005 Network Installation Management&lt;br /&gt;
|-&lt;br /&gt;
|2008&lt;br /&gt;
|eShop download failed or invalid title ticket. Delete Ticket in FBI and install it from a legitimate source like the eShop or (if it&#039;s a cart dump) from the game&#039;s cartridge.&lt;br /&gt;
|[https://en-americas-support.nintendo.com/app/answers/detail/a_id/41692 Nintendo Support Page]&lt;br /&gt;
|-&lt;br /&gt;
|4040&lt;br /&gt;
|eShop connection timeout.&lt;br /&gt;
|[https://en-americas-support.nintendo.com/app/answers/detail/a_id/4429 Nintendo Support Page]&lt;br /&gt;
|-&lt;br /&gt;
|4069&lt;br /&gt;
|eShop is unavailable. If the issue persists, the SD might need to be replaced.&lt;br /&gt;
|[https://en-americas-support.nintendo.com/app/answers/detail/a_id/14413 Nintendo Support Page]&lt;br /&gt;
|-&lt;br /&gt;
|4240&lt;br /&gt;
|Temporary eShop Service issue.&lt;br /&gt;
|[https://en-americas-support.nintendo.com/app/answers/detail/a_id/28399 Nintendo Support Page]&lt;br /&gt;
|-&lt;br /&gt;
|4305&lt;br /&gt;
|Generic Connection Timeout Error, could also mean that you are unable to download software from the eShop.&lt;br /&gt;
|[https://en-americas-support.nintendo.com/app/answers/detail/a_id/4346 Nintendo Support Page]&lt;br /&gt;
|-&lt;br /&gt;
|4320&lt;br /&gt;
|Generic Error that displayed when formatting the console or performing a system transfer.&lt;br /&gt;
|[https://en-americas-support.nintendo.com/app/answers/detail/a_id/48382 Nintendo Support Page]&lt;br /&gt;
|-&lt;br /&gt;
|5602&lt;br /&gt;
|Unable to connect to the eShop due to region-changed Console, change it back to the region of Origin to fix it.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|5687&lt;br /&gt;
|Generic Unable to connect to eShop error.&lt;br /&gt;
|[https://en-americas-support.nintendo.com/app/answers/detail/a_id/26251/ Nintendo Support Page]&lt;br /&gt;
|-&lt;br /&gt;
|5704&lt;br /&gt;
|Same as 5687.&lt;br /&gt;
|[https://en-americas-support.nintendo.com/app/answers/detail/a_id/26252 Nintendo Support Page]&lt;br /&gt;
|-&lt;br /&gt;
|5958&lt;br /&gt;
|Unknown eShop error, usually seen on region-changed Consoles.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|5964&lt;br /&gt;
|NNID banned from accessing eShop, contact Nintendo Support if this is a mistake.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|7545&lt;br /&gt;
|Same as 4069.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|7550&lt;br /&gt;
|Same as 4069.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|8025&lt;br /&gt;
|Same as 4069.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|8026&lt;br /&gt;
|Same as 4069.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|8029&lt;br /&gt;
|Same as 4069.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; |006 Matchmaking Errors&lt;br /&gt;
|-&lt;br /&gt;
|112&lt;br /&gt;
|Issue connecting with Pokemon Bank.&lt;br /&gt;
|[https://en-americas-support.nintendo.com/app/answers/detail/a%20id/4203/ Nintendo Support Page]&lt;br /&gt;
|-&lt;br /&gt;
|332&lt;br /&gt;
|Closed Ports when attempting Matchmaking.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|501&lt;br /&gt;
|May indicate that the network is blocking traffic necessary for Online Play.&lt;br /&gt;
|[https://en-americas-support.nintendo.com/app/answers/detail/a_id/4204 Nintendo Support Page]&lt;br /&gt;
|-&lt;br /&gt;
|502&lt;br /&gt;
|Same as 502.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|612&lt;br /&gt;
|Network is not optimal for peer-to-peer connections, possibly your network&#039;s NAT type.&lt;br /&gt;
|[https://en-americas-support.nintendo.com/app/answers/detail/a_id/25881 Nintendo Support Page]&lt;br /&gt;
|-&lt;br /&gt;
|811&lt;br /&gt;
|Service Unavailable due to maintenance.&lt;br /&gt;
|[https://en-americas-support.nintendo.com/app/answers/detail/a_id/25910/ Nintendo Support Page]&lt;br /&gt;
|-&lt;br /&gt;
|800&lt;br /&gt;
|Unable to connect to authentication servers during the matchmaking process.&lt;br /&gt;
|[https://en-americas-support.nintendo.com/app/answers/detail/a_id/4328/ Nintendo Support Page]&lt;br /&gt;
|-&lt;br /&gt;
|899&lt;br /&gt;
|Same as 800.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; |007 eShop API Errors&lt;br /&gt;
|-&lt;br /&gt;
|200&lt;br /&gt;
|Could did not access the SD Card.&lt;br /&gt;
|[https://en-americas-support.nintendo.com/app/answers/detail/a_id/4234 Nintendo Support Page]&lt;br /&gt;
|-&lt;br /&gt;
|1221&lt;br /&gt;
|Download Code only redeemable in the relevant Software, not in the eShop.&lt;br /&gt;
|[https://en-americas-support.nintendo.com/app/answers/detail/a_id/14600 Nintendo Support Page]&lt;br /&gt;
|-&lt;br /&gt;
|2001&lt;br /&gt;
|Error when attempting to access the eShop with a region-changed Console, fixed by changing back to the region of Origin.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|2100&lt;br /&gt;
|Connection to eShop timed out, often caused by slow download times.&lt;br /&gt;
|[https://en-americas-support.nintendo.com/app/answers/detail/a_id/4432 Nintendo Support Page]or [https://support.nintendo.com/networkstatus Server Status and Maintenance]&lt;br /&gt;
|-&lt;br /&gt;
|2670&lt;br /&gt;
|Error while attempting to connect.&lt;br /&gt;
|[https://en-americas-support.nintendo.com/app/answers/detail/a_id/4383 Nintendo Support Page]&lt;br /&gt;
|-&lt;br /&gt;
|2720&lt;br /&gt;
|eShop SSL error.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|2913&lt;br /&gt;
|The Server is probably down. Try again later.&lt;br /&gt;
|[https://en-americas-support.nintendo.com/app/answers/detail/a_id/10425 Nintendo Support Page]&lt;br /&gt;
|-&lt;br /&gt;
|2916&lt;br /&gt;
|Typically displayed when attempting to download a title from the eShop.&lt;br /&gt;
|[https://en-americas-support.nintendo.com/app/answers/detail/a_id/6557 Nintendo Support Page]&lt;br /&gt;
|-&lt;br /&gt;
|2920&lt;br /&gt;
|Same as 005-2008.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|2924&lt;br /&gt;
|Invalid Language Setting when opening eShop.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|3049&lt;br /&gt;
|The eShop is down for Maintenance.&lt;br /&gt;
|[https://support.nintendo.com/networkstatus/ Server Status and Maintenance]&lt;br /&gt;
|-&lt;br /&gt;
|6106&lt;br /&gt;
|Occurs when attempting to re-download the software from the shop with an invalid or fake ticket.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; |009 eShop Application&lt;br /&gt;
|-&lt;br /&gt;
|1000&lt;br /&gt;
|System Update required.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|1001&lt;br /&gt;
|Same as 007-3049&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|2705&lt;br /&gt;
|Often caused by network timing out or losing connection with the eShop&lt;br /&gt;
|[https://en-americas-support.nintendo.com/app/answers/detail/a%20id/17014 Nintendo Support Page]&lt;br /&gt;
|-&lt;br /&gt;
|2913&lt;br /&gt;
|eShop or in-game DLC failed to download (or the server is down).&lt;br /&gt;
|[https://en-americas-support.nintendo.com/app/answers/detail/a%20id/7243 Nintendo Support Page]&lt;br /&gt;
|-&lt;br /&gt;
|2916&lt;br /&gt;
|Same as 007-2916.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|2920&lt;br /&gt;
|Same as 007-2920.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|2923&lt;br /&gt;
|Unable to use a function that requires Internet Services.&lt;br /&gt;
|[https://en-americas-support.nintendo.com/app/answers/detail/a_id/17014 Nintendo Support Site]&lt;br /&gt;
|-&lt;br /&gt;
|2924&lt;br /&gt;
|Same as 007-2924.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|2995&lt;br /&gt;
|Download Code is/was incorrect, not yet activated, expired, entered in the wrong place, or intended for another Region than your own.&lt;br /&gt;
|[https://en-americas-support.nintendo.com/app/answers/detail/a_id/13515 Nintendo Support Site]&lt;br /&gt;
|-&lt;br /&gt;
|4077&lt;br /&gt;
|Download not started/aborted due to insufficient Space on the SD Card.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|4079&lt;br /&gt;
|Unable to access the SD Card&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|4998&lt;br /&gt;
|Local Content is newer. Unknown what causes this.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|6106&lt;br /&gt;
|AM error in NIM. Likely a bad ticket.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|8401&lt;br /&gt;
|Corrupted Update Data. Delete it and reinstall.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|9001&lt;br /&gt;
|Download Failed due to low battery.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; |011 eShop Site&lt;br /&gt;
|-&lt;br /&gt;
|3010&lt;br /&gt;
|Server Timed due to inactivity.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|3021&lt;br /&gt;
|eShop title not found (wrong region or non-existent).&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|3136&lt;br /&gt;
|eShop currently unavailable. Try again later.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|5998&lt;br /&gt;
|eShop is currently under maintenance.&lt;br /&gt;
|[https://en-americas-support.nintendo.com/app/answers/detail/a_id/24326/ Nintendo Support Page]&lt;br /&gt;
|-&lt;br /&gt;
|6901&lt;br /&gt;
|Console Permanently Banned (displayed in Japanese).&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; |012 Browser Errors&lt;br /&gt;
|-&lt;br /&gt;
|1004&lt;br /&gt;
|SSL Connection Failed.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|1511&lt;br /&gt;
|Certificate Warning.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; |014 Data Transfer Errors&lt;br /&gt;
|-&lt;br /&gt;
|13&lt;br /&gt;
|System Transfer failed due to Invalid Language Setting.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|16&lt;br /&gt;
|Both Consoles have the same movable.sed, format the target console, and try again.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|62&lt;br /&gt;
|Error during System Transfer occurred, move close to the router and try again.&lt;br /&gt;
|[https://en-americas-support.nintendo.com/app/answers/detail/a_id/15664 Nintendo Support Page]&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; |022 More Account Errors&lt;br /&gt;
|-&lt;br /&gt;
|2452&lt;br /&gt;
|Tried to access the eShop with UNITINFO patch enabled. Turn it off in Luma\&#039;s options.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|2501&lt;br /&gt;
|NNID is already linked to another System. Could be caused by a System Transfer (which Transfers all associated NNID&#039;s whether linked or not, restoring the Source Systems NAND) and then attempting to use an Application that uses NNIDs.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|2511&lt;br /&gt;
|System Update required (displayed by Miiverse).&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|2591&lt;br /&gt;
|Same as 2501.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|2613&lt;br /&gt;
|Incorrect Email or Password when attempting to link an existing NNID. This can happen due to the NNID already being linked or when attempting to download a title from the eShop without having an NNID linked.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|2631&lt;br /&gt;
|The NNID you are trying to use has been deleted or can&#039;t be used for a system transfer. A transferable NNID will only work on the target system.&lt;br /&gt;
|[https://en-americas-support.nintendo.com/app/answers/detail/a_id/4285/kw/022-2631 Nintendo Support Page]&lt;br /&gt;
|-&lt;br /&gt;
|2633&lt;br /&gt;
|NNID temporarily locked due to too many password attempts. Try again later.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|2634&lt;br /&gt;
|NNID is not correctly linked to the system. To fix this follow these steps and afterwards reboot and sign into the NNID again.&lt;br /&gt;
|[https://3ds.hacks.guide/godmode9-usage#removing-an-nnid-without-formatting-your-device) Said Steps]&lt;br /&gt;
|-&lt;br /&gt;
|2812&lt;br /&gt;
|Console Permanently Banned for playing Pokemon Sun &amp;amp; Moon online before the release date.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|2815&lt;br /&gt;
|Console Permanently Banned from accessing Miiverse by Nintendo.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|5363&lt;br /&gt;
|NNID Setting failed to load due to an incorrect language setting.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|5515&lt;br /&gt;
|Network Timeout.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; |032 More Browser Errors&lt;br /&gt;
|-&lt;br /&gt;
|1035&lt;br /&gt;
|Unable to display page.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|1208&lt;br /&gt;
|Adress not supported.&lt;br /&gt;
|[https://en-americas-support.nintendo.com/app/answers/detail/a_id/43018/~/error-code%3A-032-1208 Nintendo Support Page]&lt;br /&gt;
|-&lt;br /&gt;
|1820&lt;br /&gt;
|Displayed when the browser asks you if you want to visit a potentially dangerous website. Press yes if you feel it&#039;s safe to visit.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; |090 In-Game Specific Errors&lt;br /&gt;
|-&lt;br /&gt;
|212&lt;br /&gt;
|The game is permanently banned from Pokemon Global Link for using altered or illegal save data.&lt;br /&gt;
|&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Mr. Burguers</name></author>
	</entry>
	<entry>
		<id>https://wiki.hacks.guide/w/index.php?title=3DS:Alternate_Exploits/Preparing_menuhax67_(kartdlphax)&amp;diff=2208</id>
		<title>3DS:Alternate Exploits/Preparing menuhax67 (kartdlphax)</title>
		<link rel="alternate" type="text/html" href="https://wiki.hacks.guide/w/index.php?title=3DS:Alternate_Exploits/Preparing_menuhax67_(kartdlphax)&amp;diff=2208"/>
		<updated>2022-09-24T20:35:10Z</updated>

		<summary type="html">&lt;p&gt;Mr. Burguers: Fix spacing without using br&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Required Reading ==&lt;br /&gt;
[https://github.com/PabloMK7/kartdlphax kartdlphax] is an exploit for the game &amp;quot;[[3DS:Mario Kart 7|Mario Kart 7]]&amp;quot;, compatible with System Versions 1.0.0 through 11.16.0 for USA/EUR/JPN region consoles primarily made made by [https://github.com/PabloMK7 PabloMK7]. It was used to launch [https://github.com/TuxSH/universal-otherapp universal-otherapp] in the past, that got patched with the latest version, so this exploit can be used now to prepare the secondary exploits[https://github.com/zoogie/unSAFE_MODE unSAFE_MODE](you can find this on the [[3dsguide:index|main guide]]) or [https://github.com/zoogie/menuhax67 menuhax67] on 11.16.0-49X. Credits go to [https://github.com/zoogie zoogie] for both of these exploits. If you&#039;re on an older version(&amp;lt;=11.15.0-47X), you can use universal-otherapp instead. This page covers installing menuhax67 to access the Homebrew Launcher since accessing the Homebrew Launcher from kartdlphax directly not possible currently. To use these exploits, kartdlphax includes the [https://github.com/PabloMK7/3dsropxploitinjector 3DS ROP xPloit Injector]&lt;br /&gt;
 &lt;br /&gt;
To use this exploit, you need:&lt;br /&gt;
&lt;br /&gt;
*A second 3DS with [[custom firmware]] (the &#039;&#039;&#039;source 3DS&#039;&#039;&#039;) that is the same region as the 3DS you are trying to modify (the &#039;&#039;&#039;target 3DS&#039;&#039;&#039;)&lt;br /&gt;
*A physical or digital copy of Mario Kart 7 that is the same region as both consoles&lt;br /&gt;
*An SD card for both devices&lt;br /&gt;
&lt;br /&gt;
==What you need==&lt;br /&gt;
On the &#039;&#039;&#039;source 3DS&#039;&#039;&#039; (the 3DS with custom firmware):&lt;br /&gt;
&lt;br /&gt;
*The latest release of [https://github.com/PabloMK7/kartdlphax/releases/latest kartdlphax] (&amp;lt;code&amp;gt;plugin.3gx&amp;lt;/code&amp;gt;)&lt;br /&gt;
*The latest release of [https://github.com/Nanquitas/Luma3DS/releases/latest Luma3DS 3GX Loader Edition] (&amp;lt;code&amp;gt;boot.firm&amp;lt;/code&amp;gt;)&lt;br /&gt;
&lt;br /&gt;
On the &#039;&#039;&#039;target 3DS&#039;&#039;&#039; (the 3DS that you are trying to launch the Homebrew Launcher on):&lt;br /&gt;
&lt;br /&gt;
*The latest release of [https://github.com/LumaTeam/Luma3DS/releases/latest standard Luma3DS] (the Luma3DS &amp;lt;code&amp;gt;.zip&amp;lt;/code&amp;gt; file)&lt;br /&gt;
*The latest release of [https://github.com/zoogie/menuhax67/releases/latest menuhax67] (the menuhax67 &amp;lt;code&amp;gt;.zip&amp;lt;/code&amp;gt; file)&lt;br /&gt;
&lt;br /&gt;
==Instructions==&lt;br /&gt;
&lt;br /&gt;
===Section I - Prep Work===&lt;br /&gt;
On the &#039;&#039;&#039;source 3DS&#039;&#039;&#039; (the 3DS with custom firmware):&lt;br /&gt;
&lt;br /&gt;
#Insert the SD card of your &#039;&#039;&#039;source 3DS&#039;&#039;&#039; in your computer&lt;br /&gt;
#Copy Luma 3GX Loader Edition’s &amp;lt;code&amp;gt;boot.firm&amp;lt;/code&amp;gt; to the root of the &#039;&#039;&#039;source 3DS&#039;&#039;&#039;’s SD card, replacing any existing file&lt;br /&gt;
#*The root of the SD card refers to the initial directory on your SD card where you can see the Nintendo 3DS folder, but are not inside of it&lt;br /&gt;
#Copy kartdlphax’s &amp;lt;code&amp;gt;plugin.3gx&amp;lt;/code&amp;gt; to the following directory on the &#039;&#039;&#039;source 3DS&#039;&#039;&#039;’s SD card, depending on the &#039;&#039;&#039;region of your copy of Mario Kart 7&#039;&#039;&#039;:&lt;br /&gt;
#* USA: &amp;lt;code&amp;gt;luma/plugins/0004000000030800&amp;lt;/code&amp;gt;&lt;br /&gt;
#* EUR: &amp;lt;code&amp;gt;luma/plugins/0004000000030700&amp;lt;/code&amp;gt;&lt;br /&gt;
#*JPN: &amp;lt;code&amp;gt;luma/plugins/0004000000030600&amp;lt;/code&amp;gt;&lt;br /&gt;
#*Create the &amp;lt;code&amp;gt;plugins&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;00040000...&amp;lt;/code&amp;gt; folders if they do not already exist&lt;br /&gt;
# Eject the SD card and put it in the &#039;&#039;&#039;source 3DS&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
On the &#039;&#039;&#039;target 3DS&#039;&#039;&#039; (the 3DS that you are trying to launch the Homebrew Launcher on):&lt;br /&gt;
&lt;br /&gt;
# Insert the SD card of your &#039;&#039;&#039;target 3DS&#039;&#039;&#039; in your computer&lt;br /&gt;
#Copy &amp;lt;code&amp;gt;boot.firm&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;boot.3dsx&amp;lt;/code&amp;gt; from the standard Luma3DS &amp;lt;code&amp;gt;.zip&amp;lt;/code&amp;gt; to the root of your SD card&lt;br /&gt;
#Copy the &amp;lt;code&amp;gt;Launcher.dat&amp;lt;/code&amp;gt;  for your region/version from the menuhax67 &amp;lt;code&amp;gt;.zip&amp;lt;/code&amp;gt; to the root of your SD card&lt;br /&gt;
&lt;br /&gt;
===Section II - kartdlphax ===&lt;br /&gt;
&lt;br /&gt;
#Power on the &#039;&#039;&#039;source 3DS&#039;&#039;&#039; &lt;br /&gt;
#*If you are prompted to set up Luma3DS, just press START to save the configuration&lt;br /&gt;
#Once in the HOME Menu, press (Left Shoulder) + (Down D-Pad) + (Select) to bring up the Rosalina menu&lt;br /&gt;
#Select “Enable plugin loader”&lt;br /&gt;
#Press (B) to exit the Rosalina menu&lt;br /&gt;
#Launch Mario Kart 7&lt;br /&gt;
#*Ensure that wireless connectivity is enabled&lt;br /&gt;
#Navigate to &amp;lt;code&amp;gt;Local Multiplayer&amp;lt;/code&amp;gt;. A menu should pop up&lt;br /&gt;
#* If the screen freezes, hold the power button for fifteen seconds to force power off your device, then try again&lt;br /&gt;
#*If you have launched kartdlphax previously, the last selected settings will be loaded. If they are correct, select &amp;lt;code&amp;gt;Use settings&amp;lt;/code&amp;gt; and skip the next 3 steps. If they are incorrect, select &amp;lt;code&amp;gt;Change settings&amp;lt;/code&amp;gt; and proceed.&lt;br /&gt;
# Select your &#039;&#039;&#039;target 3DS&#039;&#039;&#039; device type (Old 3DS family or New 3DS family)&lt;br /&gt;
# Select the exploit type &amp;lt;code&amp;gt;3DS ROP xPloit Injector&amp;lt;/code&amp;gt;&lt;br /&gt;
#A confirmation menu will show up. If the settings shown on the top screen are correct, select &amp;lt;code&amp;gt;Use settings&amp;lt;/code&amp;gt;&lt;br /&gt;
#*If the settings are not correct, press &amp;lt;code&amp;gt;Change settings&amp;lt;/code&amp;gt; and modify them accordingly&lt;br /&gt;
#Select &amp;lt;code&amp;gt;Create Group&amp;lt;/code&amp;gt;&lt;br /&gt;
#* If the source 3DS freezes at this point and you are using a cartridge, try installing the cartridge to the system&lt;br /&gt;
#Power on the &#039;&#039;&#039;target 3DS&#039;&#039;&#039; &lt;br /&gt;
#*Ensure that wireless connectivity is enabled&lt;br /&gt;
#On the &#039;&#039;&#039;target 3DS&#039;&#039;&#039;, open the Download Play application (), then select “Nintendo 3DS”&lt;br /&gt;
#Join the group created by the &#039;&#039;&#039;source 3DS&#039;&#039;&#039;&lt;br /&gt;
#Select “Start” on the &#039;&#039;&#039;source 3DS&#039;&#039;&#039; once it has detected the &#039;&#039;&#039;target 3DS&#039;&#039;&#039;&lt;br /&gt;
#Once multiplayer has loaded, navigate to &amp;lt;code&amp;gt;Grand Prix&amp;lt;/code&amp;gt; -&amp;gt; &amp;lt;code&amp;gt;50cc&amp;lt;/code&amp;gt; -&amp;gt; (any driver) -&amp;gt; &amp;lt;code&amp;gt;Mushroom Cup&amp;lt;/code&amp;gt; -&amp;gt; &amp;lt;code&amp;gt;OK&amp;lt;/code&amp;gt;&lt;br /&gt;
#Wait a while (a percentage should be displayed on the &#039;&#039;&#039;source 3DS&#039;&#039;&#039;)&lt;br /&gt;
#If the exploit was successful, the &#039;&#039;&#039;target 3DS&#039;&#039;&#039; will have booted into the 3DS ROP xPloit Injector&lt;br /&gt;
#*If the exploit was not successful, power off the &#039;&#039;&#039;source 3DS&#039;&#039;&#039; and &#039;&#039;&#039;target 3DS&#039;&#039;&#039; and start again from the beginning of &amp;lt;code&amp;gt;Section II - kartdlphax&amp;lt;/code&amp;gt;&lt;br /&gt;
# Press (Y) to install menuhax67&lt;br /&gt;
# The &#039;&#039;&#039;target 3DS&#039;&#039;&#039; will automatically power off&lt;br /&gt;
{{Info|text=You will not need to use your source 3DS to complete any further steps on this guide. Any further steps should only be completed on the target 3DS.}}&lt;br /&gt;
&lt;br /&gt;
===Section III - menuhax67 ===&lt;br /&gt;
&lt;br /&gt;
#Power on your device(target 3DS)&lt;br /&gt;
#Press on the small home icon on the top left of the touch screen in the home menu&lt;br /&gt;
{{Info|text=If the exploit was successful, your device will have booted into the Homebrew Launcher}}&lt;br /&gt;
&lt;br /&gt;
At this point, there are a number of processes you may follow. Continue to the next section of the guide based on what you have access to.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center;&amp;quot; &lt;br /&gt;
!Method&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; |Requirements&lt;br /&gt;
|-&lt;br /&gt;
| ---&lt;br /&gt;
!Working shoulder buttons&lt;br /&gt;
!Working DS mode&lt;br /&gt;
!System version&lt;br /&gt;
|-&lt;br /&gt;
|[[3DS:Alternate Exploits/Installing boot9strap (HBL-USM)|Installing boot9strap (HBL-USM)]]&lt;br /&gt;
| bgcolor=&amp;quot;ffc8c8&amp;quot; |Yes&lt;br /&gt;
| bgcolor=&amp;quot;c8ffc8&amp;quot; |No&lt;br /&gt;
| bgcolor=&amp;quot;c8ffc8&amp;quot; |Latest&lt;br /&gt;
|-&lt;br /&gt;
|[[3DS:Alternate Exploits/Dumping movable.sed (nimhax)|Dumping movable.sed (nimhax)]]&lt;br /&gt;
| bgcolor=&amp;quot;c8ffc8&amp;quot; |No&lt;br /&gt;
| bgcolor=&amp;quot;ffc8c8&amp;quot; |Yes&lt;br /&gt;
| bgcolor=&amp;quot;c8ffc8&amp;quot; |Latest&lt;br /&gt;
|-&lt;br /&gt;
|[[3DS:Alternate Exploits/Installing boot9strap (uloader)|Installing boot9strap (uloader)]]&lt;br /&gt;
| bgcolor=&amp;quot;c8ffc8&amp;quot; |No&lt;br /&gt;
| bgcolor=&amp;quot;c8ffc8&amp;quot; |No&lt;br /&gt;
| bgcolor=&amp;quot;eee8aa&amp;quot; |11.15.0 or lower&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Uninstall menuhax67==&lt;br /&gt;
This is an add-on section for people who successfully did what they needed to do in the Homebrew Launcher. This section describes uninstalling menuhax67 to make the small home icon usable again.&lt;br /&gt;
&lt;br /&gt;
===Instructions===&lt;br /&gt;
&lt;br /&gt;
#Create a folder called &amp;lt;code&amp;gt;3ds&amp;lt;/code&amp;gt; on the root of your SD card&lt;br /&gt;
#Copy the menuhax67_installer.3dsx from the menuhax67 &amp;lt;code&amp;gt;.zip&amp;lt;/code&amp;gt; to the root of your SD card&lt;br /&gt;
#Insert the SD card into the 3DS&lt;br /&gt;
#Launch the Homebrew Launcher with any method(normally with Rosalina &amp;amp; Download Play or from the home menu)&lt;br /&gt;
#Launch the menuhax67_installer.3dsx from the list of homebrew&lt;br /&gt;
#Select &amp;quot;REMOVE menuhax67&amp;quot;&lt;/div&gt;</summary>
		<author><name>Mr. Burguers</name></author>
	</entry>
	<entry>
		<id>https://wiki.hacks.guide/w/index.php?title=3DS:Error_screens/Luma3DS_exception_screen&amp;diff=1043</id>
		<title>3DS:Error screens/Luma3DS exception screen</title>
		<link rel="alternate" type="text/html" href="https://wiki.hacks.guide/w/index.php?title=3DS:Error_screens/Luma3DS_exception_screen&amp;diff=1043"/>
		<updated>2022-06-20T22:42:10Z</updated>

		<summary type="html">&lt;p&gt;Mr. Burguers: Fix text inconsistency&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page lists possible causes of Luma3DS exception screens. They might not be applicable to every situation.&lt;br /&gt;
&lt;br /&gt;
== Arm9 ==&lt;br /&gt;
&lt;br /&gt;
=== On boot ===&lt;br /&gt;
&lt;br /&gt;
* Files on the SD are corrupted.&lt;br /&gt;
* A system save inside &amp;lt;code&amp;gt;1:/data&amp;lt;/code&amp;gt; has a problem.&lt;br /&gt;
* Files in &amp;lt;code&amp;gt;1:/rw/sys&amp;lt;/code&amp;gt; are missing.&lt;br /&gt;
&lt;br /&gt;
==== Prefetch abort (svcBreak) ====&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;code&amp;gt;1:/private/movable.sed&amp;lt;/code&amp;gt; is only 288 bytes, but its flag indicates otherwise.&lt;br /&gt;
* SYSNAND CTRNAND has bad CMACs.&lt;br /&gt;
&lt;br /&gt;
==== Data abort ====&lt;br /&gt;
&lt;br /&gt;
* The &amp;lt;code&amp;gt;2:/shared2&amp;lt;/code&amp;gt; folder is missing.&lt;br /&gt;
&lt;br /&gt;
=== During use ===&lt;br /&gt;
&lt;br /&gt;
* Files on the SD are corrupted.&lt;br /&gt;
&lt;br /&gt;
== Arm11 ==&lt;br /&gt;
&lt;br /&gt;
=== On boot ===&lt;br /&gt;
&lt;br /&gt;
==== boss (0004013000003402), data abort ====&lt;br /&gt;
&lt;br /&gt;
* Firmware version is too old to handle SpotPass. Perform a safe mode update.&lt;br /&gt;
&lt;br /&gt;
==== fs (0000000000000000) ====&lt;br /&gt;
&lt;br /&gt;
* Can be anything from SD card problems to hardware issues.&lt;br /&gt;
&lt;br /&gt;
==== hid (0004013000001D02) ====&lt;br /&gt;
&lt;br /&gt;
* Potential hardware problems.&lt;br /&gt;
&lt;br /&gt;
==== menu (000400300000__02), data abort ====&lt;br /&gt;
&lt;br /&gt;
* Broken HOME Menu theme.&lt;br /&gt;
* Broken HOME Menu extra data.&lt;br /&gt;
* Broken HOME Menu application.&lt;br /&gt;
&lt;br /&gt;
==== pm (0000000000000000), undefined instruction ====&lt;br /&gt;
&lt;br /&gt;
* Outdated Luma3DS that does not support the current firmware version.&lt;br /&gt;
&lt;br /&gt;
=== During use ===&lt;br /&gt;
&lt;br /&gt;
==== loader (0000000000000000) ====&lt;br /&gt;
&lt;br /&gt;
If the hexadecimal number next to R0 starts with &#039;C&#039; or &#039;D&#039;, search for it in [[3DS:Error_screens/Luma3DS_ErrDisp]].&lt;br /&gt;
&lt;br /&gt;
[[Category:Unbricking]]&lt;/div&gt;</summary>
		<author><name>Mr. Burguers</name></author>
	</entry>
	<entry>
		<id>https://wiki.hacks.guide/w/index.php?title=3DS:Error_screens/Luma3DS_exception_screen&amp;diff=1042</id>
		<title>3DS:Error screens/Luma3DS exception screen</title>
		<link rel="alternate" type="text/html" href="https://wiki.hacks.guide/w/index.php?title=3DS:Error_screens/Luma3DS_exception_screen&amp;diff=1042"/>
		<updated>2022-06-20T22:35:02Z</updated>

		<summary type="html">&lt;p&gt;Mr. Burguers: More Arm11 errors&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page lists possible causes of Luma3DS exception screens. They might not be applicable to every situation.&lt;br /&gt;
&lt;br /&gt;
== Arm9 ==&lt;br /&gt;
&lt;br /&gt;
=== On boot ===&lt;br /&gt;
&lt;br /&gt;
* Files on the SD are corrupted.&lt;br /&gt;
* A system save inside &amp;lt;code&amp;gt;1:/data&amp;lt;/code&amp;gt; has a problem.&lt;br /&gt;
* Files in &amp;lt;code&amp;gt;1:/rw/sys&amp;lt;/code&amp;gt; are missing.&lt;br /&gt;
&lt;br /&gt;
==== Prefetch abort (svcBreak) ====&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;code&amp;gt;1:/private/movable.sed&amp;lt;/code&amp;gt; is only 288 bytes, but its flag indicates otherwise.&lt;br /&gt;
* SYSNAND CTRNAND has bad CMACs.&lt;br /&gt;
&lt;br /&gt;
==== Data abort ====&lt;br /&gt;
&lt;br /&gt;
* The &amp;lt;code&amp;gt;2:/shared2&amp;lt;/code&amp;gt; folder is missing.&lt;br /&gt;
&lt;br /&gt;
=== During regular use ===&lt;br /&gt;
&lt;br /&gt;
* Files on the SD are corrupted.&lt;br /&gt;
&lt;br /&gt;
== Arm11 ==&lt;br /&gt;
&lt;br /&gt;
=== On boot ===&lt;br /&gt;
&lt;br /&gt;
==== boss (0004013000003402), data abort ====&lt;br /&gt;
&lt;br /&gt;
* Firmware version is too old to handle SpotPass. Perform a safe mode update.&lt;br /&gt;
&lt;br /&gt;
==== fs (0000000000000000) ====&lt;br /&gt;
&lt;br /&gt;
* Can be anything from SD card problems to hardware issues.&lt;br /&gt;
&lt;br /&gt;
==== hid (0004013000001D02) ====&lt;br /&gt;
&lt;br /&gt;
* Potential hardware problems.&lt;br /&gt;
&lt;br /&gt;
==== menu (000400300000__02), data abort ====&lt;br /&gt;
&lt;br /&gt;
* Broken HOME Menu theme.&lt;br /&gt;
* Broken HOME Menu extra data.&lt;br /&gt;
* Broken HOME Menu application.&lt;br /&gt;
&lt;br /&gt;
==== pm (0000000000000000), undefined instruction ====&lt;br /&gt;
&lt;br /&gt;
* Outdated Luma3DS that does not support the current firmware version.&lt;br /&gt;
&lt;br /&gt;
=== During use ===&lt;br /&gt;
&lt;br /&gt;
==== loader (0000000000000000) ====&lt;br /&gt;
&lt;br /&gt;
If the hexadecimal number next to R0 starts with &#039;C&#039; or &#039;D&#039;, search for it in [[3DS:Error_screens/Luma3DS_ErrDisp]].&lt;br /&gt;
&lt;br /&gt;
[[Category:Unbricking]]&lt;/div&gt;</summary>
		<author><name>Mr. Burguers</name></author>
	</entry>
	<entry>
		<id>https://wiki.hacks.guide/w/index.php?title=3DS:Error_screens/Luma3DS_exception_screen&amp;diff=1039</id>
		<title>3DS:Error screens/Luma3DS exception screen</title>
		<link rel="alternate" type="text/html" href="https://wiki.hacks.guide/w/index.php?title=3DS:Error_screens/Luma3DS_exception_screen&amp;diff=1039"/>
		<updated>2022-06-20T21:28:23Z</updated>

		<summary type="html">&lt;p&gt;Mr. Burguers: Example errors to demostrate layout&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page lists possible causes of Luma3DS exception screens. They might not be applicable to every situation.&lt;br /&gt;
&lt;br /&gt;
== Arm9 ==&lt;br /&gt;
&lt;br /&gt;
=== On boot ===&lt;br /&gt;
&lt;br /&gt;
* Files on the SD are corrupted.&lt;br /&gt;
* A system save inside &amp;lt;code&amp;gt;1:/data&amp;lt;/code&amp;gt; has a problem.&lt;br /&gt;
* Files in &amp;lt;code&amp;gt;1:/rw/sys&amp;lt;/code&amp;gt; are missing.&lt;br /&gt;
&lt;br /&gt;
==== Prefetch abort (svcBreak) ====&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;code&amp;gt;1:/private/movable.sed&amp;lt;/code&amp;gt; is only 288 bytes, but its flag indicates otherwise.&lt;br /&gt;
* SYSNAND CTRNAND has bad CMACs.&lt;br /&gt;
&lt;br /&gt;
==== Data abort ====&lt;br /&gt;
&lt;br /&gt;
* The &amp;lt;code&amp;gt;2:/shared2&amp;lt;/code&amp;gt; folder is missing.&lt;br /&gt;
&lt;br /&gt;
=== During regular use ===&lt;br /&gt;
&lt;br /&gt;
* Files on the SD are corrupted.&lt;br /&gt;
&lt;br /&gt;
== Arm11 ==&lt;br /&gt;
&lt;br /&gt;
=== On boot ===&lt;br /&gt;
&lt;br /&gt;
==== boss (0004013000003402), data abort ====&lt;br /&gt;
&lt;br /&gt;
* Firmware version is too old to handle SpotPass. Perform a safe mode update.&lt;br /&gt;
&lt;br /&gt;
==== hid (0004013000001D02) ====&lt;br /&gt;
&lt;br /&gt;
* Potential hardware problems.&lt;br /&gt;
&lt;br /&gt;
==== pm (0000000000000000), undefined instruction ====&lt;br /&gt;
&lt;br /&gt;
* Outdated Luma3DS that does not support the current firmware version.&lt;br /&gt;
&lt;br /&gt;
[[Category:Unbricking]]&lt;/div&gt;</summary>
		<author><name>Mr. Burguers</name></author>
	</entry>
	<entry>
		<id>https://wiki.hacks.guide/w/index.php?title=3DS:Error_screens&amp;diff=1035</id>
		<title>3DS:Error screens</title>
		<link rel="alternate" type="text/html" href="https://wiki.hacks.guide/w/index.php?title=3DS:Error_screens&amp;diff=1035"/>
		<updated>2022-06-20T20:32:54Z</updated>

		<summary type="html">&lt;p&gt;Mr. Burguers: Split troubleshooting into subpages&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{ambox&lt;br /&gt;
| type = content&lt;br /&gt;
| issue = This page needs screenshots of the error screens.&lt;br /&gt;
| text = This is hard to do as Luma3DS Rosalina is unable to take screenshots of these in most cases. So someone with a capture card needs to get these.&lt;br /&gt;
}}{{TOC right}}&lt;br /&gt;
&lt;br /&gt;
There are multiple kinds of errors that can appear on the 3DS.&lt;br /&gt;
&lt;br /&gt;
== Nintendo error screen ==&lt;br /&gt;
&lt;br /&gt;
The stock error screen. This occurs on stock firmware or old Luma3DS versions without the custom ErrDisp.&lt;br /&gt;
&lt;br /&gt;
See [[3DS:Error_screens/Nintendo_error_screen]] for known fixes to some of these.&lt;br /&gt;
&lt;br /&gt;
== Luma3DS ErrDisp ==&lt;br /&gt;
&lt;br /&gt;
Luma3DS replaces the stock ErrDisp to show more information about an error.&lt;br /&gt;
&lt;br /&gt;
See [[3DS:Error_screens/Luma3DS_ErrDisp]] for known fixes to some of these.&lt;br /&gt;
&lt;br /&gt;
== Luma3DS exception screen ==&lt;br /&gt;
&lt;br /&gt;
See [[3DS:Error_screens/Luma3DS_exception_screen]] for known fixes to some of these.&lt;br /&gt;
&lt;br /&gt;
[[Category:Unbricking]]&lt;/div&gt;</summary>
		<author><name>Mr. Burguers</name></author>
	</entry>
</feed>