<?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=Frozen</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=Frozen"/>
	<link rel="alternate" type="text/html" href="https://wiki.hacks.guide/wiki/Special:Contributions/Frozen"/>
	<updated>2026-06-02T06:40:37Z</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=2551</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=2551"/>
		<updated>2022-11-23T22:30:16Z</updated>

		<summary type="html">&lt;p&gt;Frozen: Add more information about what the guide does (not really mentioned anywhere, information about about why would you do this needs to be added) and some information about what title.db is.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This guide will guide you in rebuilding the `title.db` file in your SD card. &lt;br /&gt;
&lt;br /&gt;
`title.db` is a file on both the 3DS SD card and CTR-NAND which contain the entries of all installed 3DS titles in its respective place (eg. The SD card `title.db` would contain entries of all 3DS titles installed to the SD card). For more information check out [https://www.3dbrew.org/wiki/Title_Database 3dbrew].&lt;br /&gt;
&lt;br /&gt;
=== What you need ===&lt;br /&gt;
&lt;br /&gt;
* The latest release of [https://github.com/wwylele/save3ds/releases save3ds] for your operating system&lt;br /&gt;
* The latest release of [https://www.python.org/downloads/ Python 3] &lt;br /&gt;
* a 3DS console with boot9strap&lt;br /&gt;
* [https://github.com/ihaveamac/3DS-rom-tools/raw/master/seeddb/seeddb.bin seeddb.bin]&lt;br /&gt;
&lt;br /&gt;
=== Section I - Preparing the files ===&lt;br /&gt;
&lt;br /&gt;
# Launch GodMode9 by holding START on boot&lt;br /&gt;
# Navigate into &amp;lt;code&amp;gt;[M:] MEMORY VIRTUAL&amp;lt;/code&amp;gt; &lt;br /&gt;
# Press A on &amp;lt;code&amp;gt;boot9.bin&amp;lt;/code&amp;gt; then select &amp;quot;Copy to 0:/gm9/out&amp;quot;&lt;br /&gt;
# Press A to continue&lt;br /&gt;
# Press B once to return to the main menu&lt;br /&gt;
# Navigate into &amp;lt;code&amp;gt;[1:] SYSNAND CTRNAND&amp;lt;/code&amp;gt; -&amp;gt; &amp;lt;code&amp;gt;private&amp;lt;/code&amp;gt;&lt;br /&gt;
# Press A on &amp;lt;code&amp;gt;movable.sed&amp;lt;/code&amp;gt;, then select &amp;quot;Copy to 0:/gm9/out&amp;quot;&lt;br /&gt;
# Turn the 3DS off&lt;br /&gt;
# Insert the SD card into your computer&lt;br /&gt;
# Go to https://github.com/ihaveamac/rebuild-title-database&lt;br /&gt;
# Click the green &amp;lt;big&amp;gt;Code&amp;lt;/big&amp;gt; button, then click &amp;quot;Download ZIP&amp;quot; to download it&lt;br /&gt;
# Extract the contents of the &amp;lt;code&amp;gt;.zip&amp;lt;/code&amp;gt; into a folder&lt;br /&gt;
#* Lets call this folder &amp;quot;rebuild folder&amp;quot;&lt;br /&gt;
# Go to &amp;lt;code&amp;gt;gm9&amp;lt;/code&amp;gt; -&amp;gt; &amp;lt;code&amp;gt;out&amp;lt;/code&amp;gt; on your SD card&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;
# Create a folder called &amp;lt;code&amp;gt;3ds&amp;lt;/code&amp;gt; in the user directory (C:/Users/[your username]/)&lt;br /&gt;
# Copy &amp;lt;code&amp;gt;seeddb.bin&amp;lt;/code&amp;gt; to the &amp;lt;code&amp;gt;3ds&amp;lt;/code&amp;gt; folder in that directory&lt;br /&gt;
# Copy &amp;lt;code&amp;gt;save3ds_fuse.exe&amp;lt;/code&amp;gt; from the  save3ds &amp;lt;code&amp;gt;.zip&amp;lt;/code&amp;gt; to the rebuild folder&lt;br /&gt;
&lt;br /&gt;
=== Section II - Section II ===&lt;br /&gt;
&lt;br /&gt;
# Navigate to the rebuild folder in file explorer&lt;br /&gt;
# Click the Address bar, then replace the address with &amp;lt;code&amp;gt;cmd&amp;lt;/code&amp;gt; and press ENTER&lt;br /&gt;
#* This should open a command prompt window&lt;br /&gt;
# In the command prompt, enter the following command: &amp;lt;code&amp;gt;py -3 -mpip install --user -r requirements.txt&amp;lt;/code&amp;gt;&lt;br /&gt;
# Then enter the command: &amp;lt;code&amp;gt;py -3 rebuild-title-database.py -b boot9.bin -m movable.sed -s X: -o out&amp;lt;/code&amp;gt;&lt;br /&gt;
#* replace X: with the drive letter of your SD card, which should be inserted into your Computer&lt;br /&gt;
# Next &amp;lt;code&amp;gt;save3ds_fuse --db sdtitle out --import --boot9 boot9.bin --movable movable.sed --sd X:&amp;lt;/code&amp;gt;&lt;br /&gt;
#* replace X: with the drive letter of your SD card, which should be inserted into your Computer&lt;br /&gt;
# If you didn&#039;t get any errors, your apps should reappear, if not and they appear greyed out in System Settings -&amp;gt; Data Management -&amp;gt; Nintendo 3DS -&amp;gt; Software, run [[3DS:Faketik|faketik]]&lt;br /&gt;
&lt;br /&gt;
=== Troubleshooting ===&lt;br /&gt;
&lt;br /&gt;
* Make sure you have boot9.bin and movable.sed in the rebuild folder&lt;br /&gt;
* Make sure the SD card is inserted and you can view and edit its contents&lt;br /&gt;
* ERROR: Could not open requirements file: [Errno 2] No such file or directory: &#039;requirements.txt&#039;&lt;br /&gt;
** Make sure you are in the rebuild folder and that you extracted the contents of rebuild-title-database-master.zip in it&lt;br /&gt;
** When you fix this, delete the out folder and try the failing command again&lt;/div&gt;</summary>
		<author><name>Frozen</name></author>
	</entry>
	<entry>
		<id>https://wiki.hacks.guide/w/index.php?title=3DS:Alternate_Exploits&amp;diff=2347</id>
		<title>3DS:Alternate Exploits</title>
		<link rel="alternate" type="text/html" href="https://wiki.hacks.guide/w/index.php?title=3DS:Alternate_Exploits&amp;diff=2347"/>
		<updated>2022-09-28T23:09:30Z</updated>

		<summary type="html">&lt;p&gt;Frozen: Fix missing seedminer link and typo&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is a list of alternate ways to install custom firmware, intended to be used when your 3DS is for some reason incompatible with the guide&#039;s instructions. If you&#039;re getting assistance with installing custom firmware, you will probably be linked to a specific subpage based on your scenario and the additional hardware that you have (if applicable). Otherwise, if you know what you&#039;re doing, feel free to follow these guides if you&#039;re curious.&lt;br /&gt;
&lt;br /&gt;
== Homebrew Launcher access ==&lt;br /&gt;
Some custom firmware installation methods first require Homebrew Launcher access.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!Method Name &lt;br /&gt;
!Requirements&lt;br /&gt;
|-&lt;br /&gt;
|[[/Homebrew Launcher (ninjhax2-dx)|Homebrew Launcher (ninjhax2-dx)]]&lt;br /&gt;
|&lt;br /&gt;
*Cubic Ninja&lt;br /&gt;
*A working 3DS camera&lt;br /&gt;
|-&lt;br /&gt;
|[[/Homebrew Launcher (steelhax)|Homebrew Launcher (steelhax)]]&lt;br /&gt;
|&lt;br /&gt;
*Steel Diver: Sub Wars (digital)&lt;br /&gt;
*&amp;quot;movable.sed&amp;quot; (acquired through [[3dsguide:seedminer|Seedminer]] or [[/Dumping movable.sed (nimhax)|nimhax]])&lt;br /&gt;
|-&lt;br /&gt;
|[[/Homebrew Launcher (PicHaxx)|Homebrew Launcher (PicHaxx)]]&lt;br /&gt;
|&lt;br /&gt;
*Pokémon Picross (digital)&lt;br /&gt;
*&amp;quot;movable.sed&amp;quot; (acquired through [[3dsguide:seedminer|Seedminer]] or [[/Dumping movable.sed (nimhax)|nimhax]])&lt;br /&gt;
|-&lt;br /&gt;
|[[/Homebrew Launcher (basehaxx)|Homebrew Launcher (basehaxx)]]&lt;br /&gt;
|&lt;br /&gt;
*Pokémon Omega Ruby or Alpha Sapphire (cartridge)&lt;br /&gt;
*A second 3DS with custom firmware&lt;br /&gt;
|-&lt;br /&gt;
|[[3DS:Alternate Exploits/Homebrew Launcher (kartdlphax)|Homebrew Launcher (kartdlphax)]]&lt;br /&gt;
|&lt;br /&gt;
* Mario Kart 7 (cartridge or digital)&lt;br /&gt;
* A second 3DS with custom firmware&lt;br /&gt;
|-&lt;br /&gt;
|[[3DS:Alternate Exploits/Homebrew Launcher (Bannerbomb3)|Homebrew Launcher (Bannerbomb3)]]&lt;br /&gt;
|&lt;br /&gt;
* a working DSiWare Management Mneu&lt;br /&gt;
* &amp;quot;movable.sed&amp;quot; (acquired through [[3dsguide:seedminer|Seedminer]] or [[3DS:Alternate Exploits/Dumping movable.sed (nimhax)|nimhax]])&lt;br /&gt;
|-&lt;br /&gt;
|[[/Homebrew Launcher (oot3dhax)|Homebrew Launcher (oot3dhax)]]&lt;br /&gt;
|&lt;br /&gt;
*The Legend of Zelda: Ocarina of Time 3D (cartridge)&lt;br /&gt;
*A second 3DS with custom firmware&lt;br /&gt;
|-&lt;br /&gt;
|[[/Homebrew Launcher (supermysterychunkhax)|Homebrew Launcher (supermysterychunkhax)]] &lt;br /&gt;
|&lt;br /&gt;
*Pokémon Super Mystery Dungeon (cartridge)&lt;br /&gt;
*A second 3DS with custom firmware&lt;br /&gt;
|-&lt;br /&gt;
|[[/Homebrew Launcher (stickerhax)|Homebrew Launcher (stickerhax)]] &lt;br /&gt;
|&lt;br /&gt;
*Paper Mario: Sticker Star (cartridge)&lt;br /&gt;
*A second 3DS with custom firmware&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==CFW installation methods for latest firmware==&lt;br /&gt;
This is a list of alternate custom firmware installation methods for the latest firmware (11.16.0).&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!Method Name &lt;br /&gt;
!Requirements&lt;br /&gt;
|-&lt;br /&gt;
|[[/Installing boot9strap (HBL-USM)|Installing boot9strap (HBL-USM)]]&lt;br /&gt;
|&lt;br /&gt;
*Homebrew Launcher access &lt;br /&gt;
*Working shoulder buttons&lt;br /&gt;
|-&lt;br /&gt;
|[[/Installing boot9strap (Frogtool)|Installing boot9strap (Frogtool)]]&lt;br /&gt;
|&lt;br /&gt;
*Homebrew Launcher access&lt;br /&gt;
*Working DS mode&lt;br /&gt;
*&amp;quot;movable.sed&amp;quot; (acquired through [[3dsguide:seedminer|Seedminer]] or [[/Dumping movable.sed (nimhax)|nimhax]])&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== CFW installation methods for older versions==&lt;br /&gt;
This is a list of alternate custom firmware installation methods for older firmwares. If you have a newer firmware than is stated in the table, the method will NOT work.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!Method Name&lt;br /&gt;
!Requirements&lt;br /&gt;
!Firmware Version&lt;br /&gt;
|-&lt;br /&gt;
|[[/Installing boot9strap (freakyhax)|Installing boot9strap (freakyhax)]]&lt;br /&gt;
|&lt;br /&gt;
*Freakyforms Deluxe&lt;br /&gt;
*A working 3DS camera&lt;br /&gt;
|11.15.0 and below&lt;br /&gt;
|-&lt;br /&gt;
|[[/Installing boot9strap (uloader)|Installing boot9strap (uloader)]]&lt;br /&gt;
|Homebrew Launcher access&lt;br /&gt;
|11.15.0 and below&lt;br /&gt;
|-&lt;br /&gt;
|[[/Installing boot9strap (safecerthax)|Installing boot9strap (safecerthax)]]&lt;br /&gt;
|&lt;br /&gt;
*An Old 3DS&lt;br /&gt;
*Internet access&lt;br /&gt;
|11.14.0 and below&lt;br /&gt;
|-&lt;br /&gt;
|[[/Installing boot9strap (SSLoth-Browser)|Installing boot9strap (SSLoth-Browser)]]&lt;br /&gt;
(unusable due to no DNS server)&lt;br /&gt;
|Internet access&lt;br /&gt;
|11.13.0 and below&lt;br /&gt;
|-&lt;br /&gt;
|[[/Installing boot9strap (2xrsa)|Installing boot9strap (2xrsa)]]&lt;br /&gt;
|Internet access&lt;br /&gt;
|2.1.0-4 ONLY&lt;br /&gt;
|-&lt;br /&gt;
|[[/Installing boot9strap (MSET)|Installing boot9strap (MSET)]]&lt;br /&gt;
|A working DS flashcart&lt;br /&gt;
| 4.x.x, 6.x.x (e.g. 4.5.0-10U)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:Nintendo 3DS guides]]&lt;/div&gt;</summary>
		<author><name>Frozen</name></author>
	</entry>
	<entry>
		<id>https://wiki.hacks.guide/w/index.php?title=Get_support/es&amp;diff=2278</id>
		<title>Get support/es</title>
		<link rel="alternate" type="text/html" href="https://wiki.hacks.guide/w/index.php?title=Get_support/es&amp;diff=2278"/>
		<updated>2022-09-26T00:46:19Z</updated>

		<summary type="html">&lt;p&gt;Frozen: Created page with &amp;quot;Unete a Nintendo Homebrew en Discord&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages/&amp;gt;&lt;br /&gt;
== Discord ==&lt;br /&gt;
&lt;br /&gt;
El servidor de discord Nintendo Homebrew es el lugar principal para obtener soporte para hacks.guide.&lt;br /&gt;
&lt;br /&gt;
Este servidor da soporte en ingles.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;text-align: center&amp;quot;&amp;gt;{{Clickable button 2|Unete a Nintendo Homebrew en Discord|url=https://discord.gg/MWxPgEp|class=mw-ui-progressive}}&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Frozen</name></author>
	</entry>
	<entry>
		<id>https://wiki.hacks.guide/w/index.php?title=Translations:Get_support/3/es&amp;diff=2277</id>
		<title>Translations:Get support/3/es</title>
		<link rel="alternate" type="text/html" href="https://wiki.hacks.guide/w/index.php?title=Translations:Get_support/3/es&amp;diff=2277"/>
		<updated>2022-09-26T00:46:00Z</updated>

		<summary type="html">&lt;p&gt;Frozen: Created page with &amp;quot;Unete a Nintendo Homebrew en Discord&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Unete a Nintendo Homebrew en Discord&lt;/div&gt;</summary>
		<author><name>Frozen</name></author>
	</entry>
	<entry>
		<id>https://wiki.hacks.guide/w/index.php?title=Get_support/es&amp;diff=2276</id>
		<title>Get support/es</title>
		<link rel="alternate" type="text/html" href="https://wiki.hacks.guide/w/index.php?title=Get_support/es&amp;diff=2276"/>
		<updated>2022-09-26T00:45:57Z</updated>

		<summary type="html">&lt;p&gt;Frozen: Created page with &amp;quot;Este servidor da soporte en ingles.&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages/&amp;gt;&lt;br /&gt;
== Discord ==&lt;br /&gt;
&lt;br /&gt;
El servidor de discord Nintendo Homebrew es el lugar principal para obtener soporte para hacks.guide.&lt;br /&gt;
&lt;br /&gt;
Este servidor da soporte en ingles.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;text-align: center&amp;quot;&amp;gt;{{Clickable button 2|&amp;lt;span lang=&amp;quot;en&amp;quot; dir=&amp;quot;ltr&amp;quot; class=&amp;quot;mw-content-ltr&amp;quot;&amp;gt;Join Nintendo Homebrew on Discord&amp;lt;/span&amp;gt;|url=https://discord.gg/MWxPgEp|class=mw-ui-progressive}}&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Frozen</name></author>
	</entry>
	<entry>
		<id>https://wiki.hacks.guide/w/index.php?title=Translations:Get_support/4/es&amp;diff=2275</id>
		<title>Translations:Get support/4/es</title>
		<link rel="alternate" type="text/html" href="https://wiki.hacks.guide/w/index.php?title=Translations:Get_support/4/es&amp;diff=2275"/>
		<updated>2022-09-26T00:45:46Z</updated>

		<summary type="html">&lt;p&gt;Frozen: Created page with &amp;quot;Este servidor da soporte en ingles.&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Este servidor da soporte en ingles.&lt;/div&gt;</summary>
		<author><name>Frozen</name></author>
	</entry>
	<entry>
		<id>https://wiki.hacks.guide/w/index.php?title=Get_support/es&amp;diff=2274</id>
		<title>Get support/es</title>
		<link rel="alternate" type="text/html" href="https://wiki.hacks.guide/w/index.php?title=Get_support/es&amp;diff=2274"/>
		<updated>2022-09-26T00:45:24Z</updated>

		<summary type="html">&lt;p&gt;Frozen: Created page with &amp;quot;El servidor de discord Nintendo Homebrew es el lugar principal para obtener soporte para hacks.guide.&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages/&amp;gt;&lt;br /&gt;
== Discord ==&lt;br /&gt;
&lt;br /&gt;
El servidor de discord Nintendo Homebrew es el lugar principal para obtener soporte para hacks.guide.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div lang=&amp;quot;en&amp;quot; dir=&amp;quot;ltr&amp;quot; class=&amp;quot;mw-content-ltr&amp;quot;&amp;gt;&lt;br /&gt;
This server provides support in English.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;text-align: center&amp;quot;&amp;gt;{{Clickable button 2|&amp;lt;span lang=&amp;quot;en&amp;quot; dir=&amp;quot;ltr&amp;quot; class=&amp;quot;mw-content-ltr&amp;quot;&amp;gt;Join Nintendo Homebrew on Discord&amp;lt;/span&amp;gt;|url=https://discord.gg/MWxPgEp|class=mw-ui-progressive}}&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Frozen</name></author>
	</entry>
	<entry>
		<id>https://wiki.hacks.guide/w/index.php?title=Translations:Get_support/2/es&amp;diff=2273</id>
		<title>Translations:Get support/2/es</title>
		<link rel="alternate" type="text/html" href="https://wiki.hacks.guide/w/index.php?title=Translations:Get_support/2/es&amp;diff=2273"/>
		<updated>2022-09-26T00:45:10Z</updated>

		<summary type="html">&lt;p&gt;Frozen: Created page with &amp;quot;El servidor de discord Nintendo Homebrew es el lugar principal para obtener soporte para hacks.guide.&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;El servidor de discord Nintendo Homebrew es el lugar principal para obtener soporte para hacks.guide.&lt;/div&gt;</summary>
		<author><name>Frozen</name></author>
	</entry>
	<entry>
		<id>https://wiki.hacks.guide/w/index.php?title=Get_support/es&amp;diff=2272</id>
		<title>Get support/es</title>
		<link rel="alternate" type="text/html" href="https://wiki.hacks.guide/w/index.php?title=Get_support/es&amp;diff=2272"/>
		<updated>2022-09-26T00:43:48Z</updated>

		<summary type="html">&lt;p&gt;Frozen: Created page with &amp;quot;Obten soporte&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages/&amp;gt;&lt;br /&gt;
== Discord ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div lang=&amp;quot;en&amp;quot; dir=&amp;quot;ltr&amp;quot; class=&amp;quot;mw-content-ltr&amp;quot;&amp;gt;&lt;br /&gt;
The Nintendo Homebrew server on Discord is the main place for support for hacks.guide.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div lang=&amp;quot;en&amp;quot; dir=&amp;quot;ltr&amp;quot; class=&amp;quot;mw-content-ltr&amp;quot;&amp;gt;&lt;br /&gt;
This server provides support in English.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;text-align: center&amp;quot;&amp;gt;{{Clickable button 2|&amp;lt;span lang=&amp;quot;en&amp;quot; dir=&amp;quot;ltr&amp;quot; class=&amp;quot;mw-content-ltr&amp;quot;&amp;gt;Join Nintendo Homebrew on Discord&amp;lt;/span&amp;gt;|url=https://discord.gg/MWxPgEp|class=mw-ui-progressive}}&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Frozen</name></author>
	</entry>
	<entry>
		<id>https://wiki.hacks.guide/w/index.php?title=Translations:Get_support/1/es&amp;diff=2271</id>
		<title>Translations:Get support/1/es</title>
		<link rel="alternate" type="text/html" href="https://wiki.hacks.guide/w/index.php?title=Translations:Get_support/1/es&amp;diff=2271"/>
		<updated>2022-09-26T00:43:48Z</updated>

		<summary type="html">&lt;p&gt;Frozen: Created page with &amp;quot;== Discord ==&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Discord ==&lt;/div&gt;</summary>
		<author><name>Frozen</name></author>
	</entry>
	<entry>
		<id>https://wiki.hacks.guide/w/index.php?title=Translations:Get_support/Page_display_title/es&amp;diff=2270</id>
		<title>Translations:Get support/Page display title/es</title>
		<link rel="alternate" type="text/html" href="https://wiki.hacks.guide/w/index.php?title=Translations:Get_support/Page_display_title/es&amp;diff=2270"/>
		<updated>2022-09-26T00:43:43Z</updated>

		<summary type="html">&lt;p&gt;Frozen: Created page with &amp;quot;Obten soporte&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Obten soporte&lt;/div&gt;</summary>
		<author><name>Frozen</name></author>
	</entry>
	<entry>
		<id>https://wiki.hacks.guide/w/index.php?title=3DS:Error_screens/Luma3DS_exception_screen&amp;diff=2269</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=2269"/>
		<updated>2022-09-26T00:42:18Z</updated>

		<summary type="html">&lt;p&gt;Frozen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Page WIP|notes=&lt;br /&gt;
*Add an example exception screen and how to read it.&lt;br /&gt;
*The description of some errors use gm9 drive (x:) notation to describe the location of the problem without directly saying in which partition the problem lies.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&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;
=====menu (000400300000__02), prefetch abort (svcBreak)=====&lt;br /&gt;
&lt;br /&gt;
*Broken f000000b folder in CTRNAND.&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>Frozen</name></author>
	</entry>
</feed>