Guide_3DS/es_ES/troubleshooting.html

1645 lines
88 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!doctype html>
<!--
Minimal Mistakes Jekyll Theme 4.24.0 by Michael Rose
Copyright 2013-2020 Michael Rose - mademistakes.com | @mmistakes
Free for personal and commercial use under the MIT license
https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE
-->
<html lang="en" class="no-js">
<head>
<meta charset="utf-8">
<!-- begin _includes/seo.html --><title>Resolución de Problemas - 3DS Hacks Guide</title>
<meta name="description" content="A complete guide to 3DS custom firmware">
<meta name="author" content="Nintendo Homebrew">
<meta property="og:type" content="website">
<meta property="og:locale" content="en_US">
<meta property="og:site_name" content="3DS Hacks Guide">
<meta property="og:title" content="Resolución de Problemas">
<meta property="og:url" content="https://3ds.hacks.guide/es_ES/troubleshooting.html">
<meta property="og:description" content="A complete guide to 3DS custom firmware">
<link rel="canonical" href="https://3ds.hacks.guide/es_ES/troubleshooting.html">
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Person",
"name": "Nintendo Homebrew",
"url": "https://3ds.hacks.guide/"
}
</script>
<meta name="google-site-verification" content="jVXoPK_-qzKJp4SScnZYpOIX3yDXfGnAoTBJYixUOwg" />
<meta name="msvalidate.01" content="F3532011519E308583A0A2CAF2DD69E8">
<!-- end _includes/seo.html -->
<link href="/feed.xml" type="application/atom+xml" rel="alternate" title="3DS Hacks Guide Feed">
<!-- https://t.co/dKP3o1e -->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script>
document.documentElement.className = document.documentElement.className.replace(/\bno-js\b/g, '') + ' js ';
</script>
<!-- For all browsers -->
<link rel="stylesheet" href="/assets/css/main.css">
<link rel="preload" href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5/css/all.min.css" as="style" onload="this.onload=null;this.rel='stylesheet'">
<noscript><link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5/css/all.min.css"></noscript>
<!-- start custom head snippets -->
<!-- insert favicons. use http://realfavicongenerator.net/ -->
<!-- hacks-guide change start: cookie consent, favicon, locales -->
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png?v=PYEmwKvQAx">
<link rel="icon" type="image/png" href="/images/favicon-32x32.png?v=PYEmwKvQAx" sizes="32x32">
<link rel="icon" type="image/png" href="/images/favicon-194x194.png?v=PYEmwKvQAx" sizes="194x194">
<link rel="icon" type="image/png" href="/images/android-chrome-192x192.png?v=PYEmwKvQAx" sizes="192x192">
<link rel="icon" type="image/png" href="/images/favicon-16x16.png?v=PYEmwKvQAx" sizes="16x16">
<link rel="manifest" href="/images/manifest.json?v=PYEmwKvQAx">
<link rel="mask-icon" href="/images/safari-pinned-tab.svg?v=PYEmwKvQAx" color="#2E3440">
<link rel="shortcut icon" href="/images/favicon.ico?v=PYEmwKvQAx">
<meta name="apple-mobile-web-app-title" content="Guide">
<meta name="application-name" content="Guide">
<meta name="msapplication-TileColor" content="#2E3440">
<meta name="msapplication-TileImage" content="/images/mstile-144x144.png?v=PYEmwKvQAx">
<meta name="msapplication-config" content="/images/browserconfig.xml?v=PYEmwKvQAx">
<meta name="theme-color" content="#2E3440">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.1.1/cookieconsent.min.css" integrity="sha512-LQ97camar/lOliT/MqjcQs5kWgy6Qz/cCRzzRzUCfv0fotsCTC9ZHXaPQmJV8Xu/PVALfJZ7BDezl5lW3/qBxg==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.1.1/cookieconsent.min.js" integrity="sha512-yXXqOFjdjHNH1GND+1EO0jbvvebABpzGKD66djnUfiKlYME5HGMUJHoCaeE4D5PTG2YsSJf6dwqyUUvQvS0vaA==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script>
window.addEventListener("load", function(){
window.cookieconsent.initialise({
"palette": {
"popup": {
"background": "#28282b"
},
"button": {
"background": "#60818f"
}
},
"theme": "edgeless",
"position": "top",
"static": true,
"content": {
"message": "Este sitio web utiliza cookies para mostrar el progreso actual de la guía en la barra lateral y hacer mejor el sitio de otras maneras."
}
})});
</script>
<!-- hacks-guide change end -->
<!-- end custom head snippets -->
</head>
<!-- hacks-guide change start: Disable caching -->
<body class="layout--single">
<nav class="skip-links">
<ul>
<li><a href="#site-nav" class="screen-reader-shortcut">Skip to primary navigation</a></li>
<li><a href="#main" class="screen-reader-shortcut">Skip to content</a></li>
<li><a href="#footer" class="screen-reader-shortcut">Skip to footer</a></li>
</ul>
</nav>
<!--[if lt IE 9]>
<div class="notice--danger align-center" style="margin: 0;">You are using an <strong>outdated</strong> browser. Please <a href="https://browsehappy.com/">upgrade your browser</a> to improve your experience.</div>
<![endif]-->
<div class="masthead">
<div class="masthead__inner-wrap">
<div class="masthead__menu">
<nav id="site-nav" class="greedy-nav">
<!-- hacks-guide change start: disable default masthead title -->
<!--
<a class="site-title" href="/">
3DS Hacks Guide
</a>
-->
<!-- hacks-guide change end -->
<ul class="visible-links">
<!-- hacks-guide change start: multi-language configuration -->
<li class="masthead__menu-item masthead__menu-item--lg"><a href="/es_ES/">Inicio</a></li>
<li class="masthead__menu-item"><a href="/es_ES/faq">FAQ</a></li>
<li class="masthead__menu-item"><a href="/es_ES/troubleshooting">Resolución de Problemas</a></li>
<li class="masthead__menu-item"><a href="/es_ES/checking-for-cfw">Comprobación de CFW</a></li>
<li class="masthead__menu-item"><a href="/es_ES/godmode9-usage">Uso de GodMode9</a></li>
<li class="masthead__menu-item"><a href="/es_ES/contribute">Contribuir</a></li>
<li class="masthead__menu-item"><a href="/es_ES/region-changing">Cambio de región</a></li>
<li class="masthead__menu-item"><a href="/es_ES/uninstall-cfw">Desinstalar CFW</a></li>
<li class="masthead__menu-item"><a href="/es_ES/credits">Créditos</a></li>
<li class="masthead__menu-item"><a href="/es_ES/site-navigation">Navegación del sitio</a></li>
<!-- hacks-guide change end -->
</ul>
<!-- hacks-guide change start: Add language selector -->
<ul class="hidden-links links-menu hidden"></ul>
<ul class="hidden-links lang-menu hidden">
<li class="masthead__menu-item"><a href="https://3ds.hacks.guide/troubleshooting.html">English</a></li>
<li class="masthead__menu-item"><a href="https://3ds.hacks.guide/es_ES/troubleshooting.html">Español</a></li>
<li class="masthead__menu-item"><a href="https://3ds.hacks.guide/de_DE/troubleshooting.html">Deutsch</a></li>
<li class="masthead__menu-item"><a href="https://3ds.hacks.guide/fr_FR/troubleshooting.html">Français</a></li>
<li class="masthead__menu-item"><a href="https://3ds.hacks.guide/it_IT/troubleshooting.html">Italiano</a></li>
<li class="masthead__menu-item"><a href="https://3ds.hacks.guide/nl_NL/troubleshooting.html">Nederlands</a></li>
<li class="masthead__menu-item"><a href="https://3ds.hacks.guide/pt_BR/troubleshooting.html">Português do Brasil</a></li>
<!-- <li class="masthead__menu-item"><a href="https://3ds.hacks.guide/pt_PT/troubleshooting.html">Português (Portugal)</a></li> -->
<!-- <li class="masthead__menu-item"><a href="https://3ds.hacks.guide/ru_RU/troubleshooting.html">Русский</a></li> -->
<li class="masthead__menu-item"><a href="https://3ds.hacks.guide/zh_CN/troubleshooting.html">简体中文</a></li>
<li class="masthead__menu-item"><a href="https://3ds.hacks.guide/zh_TW/troubleshooting.html">繁體中文</a></li>
<!-- <li class="masthead__menu-item"><a href="https://3ds.hacks.guide/pl_PL/troubleshooting.html">Polski</a></li> -->
<!-- <li class="masthead__menu-item"><a href="https://3ds.hacks.guide/tr_TR/troubleshooting.html">Türkçe</a></li> -->
<!-- <li class="masthead__menu-item"><a href="https://3ds.hacks.guide/vi_VN/troubleshooting.html">Tiếng Việt</a></li> -->
<!-- <li class="masthead__menu-item"><a href="https://3ds.hacks.guide/ca_ES/troubleshooting.html">Català</a></li> -->
<!-- <li class="masthead__menu-item"><a href="https://3ds.hacks.guide/el_GR/troubleshooting.html">Ελληνικά</a></li> -->
<!-- <li class="masthead__menu-item"><a href="https://3ds.hacks.guide/he_IL/troubleshooting.html">עברית‎</a></li> -->
<!-- <li class="masthead__menu-item"><a href="https://3ds.hacks.guide/sv_SE/troubleshooting.html">Svenska</a></li> -->
<li class="masthead__menu-item"><a href="https://3ds.hacks.guide/ko_KR/troubleshooting.html">한국어</a></li>
<!-- <li class="masthead__menu-item"><a href="https://3ds.hacks.guide/no_NO/troubleshooting.html">Norsk</a></li> -->
<!-- <li class="masthead__menu-item"><a href="https://3ds.hacks.guide/ja_JP/troubleshooting.html">日本語</a></li> -->
<!-- <li class="masthead__menu-item"><a href="https://3ds.hacks.guide/ar_SA/troubleshooting.html">اللغة العربية</a></li> -->
<li class="masthead__menu-item"><a href="https://3ds.hacks.guide/hu_HU/troubleshooting.html">Magyar</a></li>
<!-- <li class="masthead__menu-item"><a href="https://3ds.hacks.guide/ro_RO/troubleshooting.html">Română</a></li> -->
<!-- <li class="masthead__menu-item"><a href="https://3ds.hacks.guide/sr_SP/troubleshooting.html">Српски</a></li> -->
<!-- <li class="masthead__menu-item"><a href="https://3ds.hacks.guide/af_ZA/troubleshooting.html">Afrikaans</a></li> -->
<!-- <li class="masthead__menu-item"><a href="https://3ds.hacks.guide/ms_MY/troubleshooting.html">Bahasa Melayu</a></li> -->
<!-- <li class="masthead__menu-item"><a href="https://3ds.hacks.guide/fi_FI/troubleshooting.html">Suomi</a></li> -->
<!-- <li class="masthead__menu-item"><a href="https://3ds.hacks.guide/da_DK/troubleshooting.html">Dansk</a></li> -->
<!-- <li class="masthead__menu-item"><a href="https://3ds.hacks.guide/uk_UA/troubleshooting.html">Українська</a></li> -->
<!-- <li class="masthead__menu-item"><a href="https://3ds.hacks.guide/cs_CZ/troubleshooting.html">Čeština</a></li> -->
<!-- <li class="masthead__menu-item"><a href="https://3ds.hacks.guide/en_PT/troubleshooting.html">Pirate English</a></li> -->
</ul>
<button class="greedy-nav__toggle hidden" type="button">
<span class="visually-hidden">Toggle Menu</span>
<div class="navicon"></div>
</button>
<button class="greedy-nav__toggle_lang"><div class="langicon"><i class="fa fa-language fa-lg" aria-hidden="true"></i></div></button>
<!-- hacks-guide change end -->
</nav>
</div>
</div>
</div>
<div class="initial-content">
<div id="main" role="main">
<!-- hacks-guide change start: Implement progress table, replace existing sidebar -->
<!--
<div class="sidebar sticky">
</div>
-->
<div class="sidebar sticky" style="display: none;">
<!-- hacks-guide change start: Refactor entire subsection to allow using translations -->
<nav class="nav__list">
<input id="ac-toc" name="accordion-toc" type="checkbox" />
<label for="ac-toc">Toggle Menu</label>
<ul class="nav__items">
<li>
<span class="nav__sub-title">Progreso total</span>
<ol>
<li style="display: none;" data-name="home"><a href='/es_ES/'>Inicio</a></li>
<li style="display: none;" data-name="key-information"><a href='/es_ES/key-information'>Key Information</a></li>
<li style="display: none;" data-name="get-started"><a href='/es_ES/get-started'>Get Started</a></li>
<li style="display: none;" data-name="updating-firmware-(new-3ds)"><a href='/es_ES/updating-firmware-(new-3ds)'>Updating Firmware (New 3DS)</a></li>
<li style="display: none;" data-name="updating-firmware-(kor)"><a href='/es_ES/updating-firmware-(kor)'>Updating Firmware (KOR)</a></li>
<li style="display: none;" data-name="updating-firmware-(twn)"><a href='/es_ES/updating-firmware-(twn)'>Updating Firmware (TWN)</a></li>
<li style="display: none;" data-name="ntrboot"><a href='/es_ES/ntrboot'>ntrboot</a></li>
<li style="display: none;" data-name="alternate-exploits"><a href='/es_ES/alternate-exploits'>Alternate Exploits</a></li>
<li style="display: none;" data-name="seedminer"><a href='/es_ES/seedminer'>Seedminer</a></li>
<li style="display: none;" data-name="seedminer-(alternate)"><a href='/es_ES/seedminer-(alternate)'>Seedminer (Alternate)</a></li>
<li style="display: none;" data-name="seedminer-(mii)"><a href='/es_ES/seedminer-(mii)'>Seedminer (Mii)</a></li>
<li style="display: none;" data-name="seedminer-(twn)"><a href='/es_ES/seedminer-(twn)'>Seedminer (TWN)</a></li>
<li style="display: none;" data-name="bannerbomb3"><a href='/es_ES/bannerbomb3'>BannerBomb3</a></li>
<li style="display: none;" data-name="installing-boot9strap-(ninjhax2-dx)"><a href='/es_ES/installing-boot9strap-(ninjhax2-dx)'>Installing boot9strap (ninjhax2-dx)</a></li>
<li style="display: none;" data-name="installing-boot9strap-(pichaxx)"><a href='/es_ES/installing-boot9strap-(pichaxx)'>Installing boot9strap (PicHaxx)</a></li>
<li style="display: none;" data-name="installing-boot9strap-(smilehax-iie)"><a href='/es_ES/installing-boot9strap-(smilehax-iie)'>Installing boot9strap (smilehax-IIe)</a></li>
<li style="display: none;" data-name="installing-boot9strap-(smilehax-iie-jpn)"><a href='/es_ES/installing-boot9strap-(steelhax)'>Installing boot9strap (Steelhax)</a></li>
<li style="display: none;" data-name="installing-boot9strap-(steelhax)"><a href='/es_ES/installing-boot9strap-(super-skaterhax)'>Installing boot9strap (super-skaterhax)</a></li>
<li style="display: none;" data-name="installing-boot9strap-(super-skaterhax)"><a href='/es_ES/installing-boot9strap-(mset9)'>Installing boot9strap (MSET9)</a></li>
<li style="display: none;" data-name="installing-boot9strap-(mset9)"><a href='/es_ES/installing-boot9strap-(petit-compwner)'>Installing boot9strap (petit-compwner)</a></li>
<li style="display: none;" data-name="installing-boot9strap-(petit-compwner)"><a href='/es_ES/dumping-eshop-dsiware'>Dumping eShop DSiWare</a></li>
<li style="display: none;" data-name="multiple-options"><i>(Multiple Options)</i></li>
<li style="display: none;" data-name="multiple-options"><a href='/es_ES/flashing-ntrboot-(3ds-single-system)'>Flashing ntrboot (3DS Single System)</a></li>
<li style="display: none;" data-name="flashing-ntrboot-(3ds-single-system)"><a href='/es_ES/flashing-ntrboot-(3ds-multi-system)'>Flashing ntrboot (3DS Multi System)</a></li>
<li style="display: none;" data-name="flashing-ntrboot-(3ds-multi-system)"><a href='/es_ES/flashing-ntrboot-(dsi)'>Flashing ntrboot (DSi)</a></li>
<li style="display: none;" data-name="flashing-ntrboot-(dsi)"><a href='/es_ES/flashing-ntrboot-(nds)'>Flashing ntrboot (NDS)</a></li>
<li style="display: none;" data-name="flashing-ntrboot-(nds)"><a href='/es_ES/bannerbomb3-fredtool-(twn)'>BannerBomb3 + Fredtool (TWN)</a></li>
<li style="display: none;" data-name="bannerbomb3-fredtool-(twn)"><a href='/es_ES/installing-boot9strap-(hardmod)'>Installing boot9strap (Hardmod)</a></li>
<li style="display: none;" data-name="installing-boot9strap-(hardmod)"><a href='/es_ES/installing-boot9strap-(ntrboot)'>Installing boot9strap (ntrboot)</a></li>
<li style="display: none;" data-name="installing-boot9strap-(ntrboot)"><a href='/es_ES/installing-boot9strap-(soundhax)'>Installing boot9strap (Soundhax)</a></li>
<li style="display: none;" data-name="installing-boot9strap-(soundhax)"><a href='/es_ES/installing-boot9strap-(safecerthax)'>Installing boot9strap (safecerthax)</a></li>
<li style="display: none;" data-name="installing-boot9strap-(safecerthax)"><a href='/es_ES/installing-boot9strap-(ssloth-browser)'>Installing boot9strap (SSLoth-Browser)</a></li>
<li style="display: none;" data-name="installing-boot9strap-(ssloth-browser)"><a href='/es_ES/installing-boot9strap-(fredtool-inject)'>Installing boot9strap (Fredtool-Inject)</a></li>
<li style="display: none;" data-name="installing-boot9strap-(fredtool-inject)"><a href='/es_ES/installing-boot9strap-(menuhax)'>Installing boot9strap (menuhax)</a></li>
<li style="display: none;" data-name="installing-boot9strap-(menuhax)"><a href='/es_ES/installing-boot9strap-(kartdlphax)'>Installing boot9strap (kartdlphax)</a></li>
<li style="display: none;" data-name="installing-boot9strap-(kartdlphax)"><a href='/es_ES/finalizing-setup'>Finalizing Setup</a></li>
</ol>
</li>
</ul>
</nav>
<!-- hacks-guide change end -->
</div>
<!-- hacks-guide change end-->
<article class="page" itemscope itemtype="https://schema.org/CreativeWork">
<meta itemprop="headline" content="Resolución de Problemas">
<div class="page__inner-wrap">
<header>
<h1 id="page-title" class="page__title" itemprop="headline">Resolución de Problemas
</h1>
</header>
<section class="page__content" itemprop="text">
<!-- hacks-guide change start -->
<hr>
<div class ="notice"><b>Para soporte en inglés, pide ayuda en el <a href="https://discord.gg/MWxPgEp">Discord de Nintendo Homebrew</a>.</b></div>
<div class ="notice"><b>Si te gustó esta guía, aceptamos <a href="contribute#donations">Donaciones</a>.</b></div>
<hr>
<!-- hacks-guide change end -->
<p>Esta página ofrece consejos de solución de problemas para problemas comunes que puedan surgir. Si no logras resolver tu problema con esta página, por favor únete al <a href="https://discord. g/MWxPgEp">Discord de Nintendo Homebrew</a> (en inglés) y describe tu problema, incluyendo lo que ya has intentado hacer previamente.</p>
<details class="notice--info">
<summary>Table of Contents</summary>
<p>Used on multiple pages:</p>
<ul>
<li><a href="#issues-with-safeb9sinstaller">SafeB9SInstaller</a></li>
</ul>
<p>Guide pages:</p>
<ul>
<li><a href="#seedminer">Seedminer</a>
<ul>
<li><a href="#bannerbomb3">BannerBomb3</a></li>
<li><a href="#installing-boot9strap-fredtool-inject">Installing boot9strap (Fredtool-Inject)</a></li>
<li><a href="#installing-boot9strap-pichaxx">Installing boot9strap (PicHaxx)</a></li>
</ul>
</li>
<li><a href="#installing-boot9strap-soundhax">Installing boot9strap (Soundhax)</a></li>
<li><a href="#installing-boot9strap-ssloth-browser">Installing boot9strap (SSLoth-Browser)</a></li>
<li><a href="#installing-boot9strap-super-skaterhax">Installing boot9strap (super-skaterhax)</a></li>
<li>
<p><a href="#installing-boot9strap-mset9">Installing boot9strap (MSET9)</a></p>
</li>
<li><a href="#finalizing-setup">Finalizing Setup</a></li>
</ul>
<p>Issues after installation:</p>
<ul>
<li><a href="#boot-issues-on-consoles-with-custom-firmware">Boot issues</a></li>
<li><a href="#software-issues-on-consoles-with-custom-firmware">Software issues</a></li>
</ul>
</details>
<h2 id="problemas-con-safeb9sinstaller">Problemas con SafeB9SInstaller</h2>
<h3 id="before-opening-safeb9sinstaller">Before opening SafeB9SInstaller</h3>
<details>
<summary><u>Failed to open SafeB9SInstaller.bin</u></summary>
<p>Falta el archivo <code class="language-plaintext highlighter-rouge">SafeB9SInstaller.bin</code> o está fuera de lugar. Download the latest release of <a href="https://github.com/d0k3/SafeB9SInstaller/releases/download/v0.0.7/SafeB9SInstaller-20170605-122940.zip">SafeB9SInstaller</a>, extract it, and place <code class="language-plaintext highlighter-rouge">SafeB9SInstaller.bin</code> on the root of your SD card. No añadas manualmente la extensión <code class="language-plaintext highlighter-rouge">.bin</code> al archivo si ves que no la tiene.</p>
</details>
<h3 id="sighaxed-firm-was-not-installed-revisa-la-pantalla-inferior-para-más-información">SigHaxed FIRM was not installed! Revisa la pantalla inferior para más información.</h3>
<details>
<summary><u>MicroSD Card - init failed</u></summary>
<p>Your SD card is most likely acting weird. Try reformatting your SD card (<a href="formatting-sd-(windows)">Windows</a>, <a href="formatting-sd-(mac)">macOS</a>, <a href="formatting-sd-(linux)">Linux</a>). If this doesnt work, try another SD card.</p>
</details>
<details>
<summary><u>SigHaxed FIRM - File not found</u></summary>
<p>Los archivos <code class="language-plaintext highlighter-rouge">boot9strap.firm</code> y <code class="language-plaintext highlighter-rouge">boot9strap.firm.sha</code> no están en la carpeta <code class="language-plaintext highlighter-rouge">boot9strap</code>, o la carpeta <code class="language-plaintext highlighter-rouge">boot9strap</code> tiene un nombre equivocado. Download the latest release of <a href="https://github.com/SciresM/boot9strap/releases/download/1.4/boot9strap-1.4.zip">boot9strap</a>, and place <code class="language-plaintext highlighter-rouge">boot9strap.firm</code> and <code class="language-plaintext highlighter-rouge">boot9strap.firm.sha</code> in the <code class="language-plaintext highlighter-rouge">boot9strap</code> folder.</p>
</details>
<details>
<summary><u>SigHaxed FIRM - invalid FIRM</u></summary>
<p>Hay un problema con los archivos <code class="language-plaintext highlighter-rouge">boot9strap.firm</code> y <code class="language-plaintext highlighter-rouge">boot9strap.firm.sha</code>. Re-download the latest release of <a href="https://github.com/SciresM/boot9strap/releases/download/1.4/boot9strap-1.4.zip">boot9strap</a>, and place <code class="language-plaintext highlighter-rouge">boot9strap.firm</code> and <code class="language-plaintext highlighter-rouge">boot9strap.firm.sha</code> in the <code class="language-plaintext highlighter-rouge">boot9strap</code> folder.</p>
</details>
<details>
<summary><u>Secret Sector - File not found</u></summary>
<p>You are missing <code class="language-plaintext highlighter-rouge">secret_sector.bin</code> from the <code class="language-plaintext highlighter-rouge">boot9strap</code> folder, or the <code class="language-plaintext highlighter-rouge">boot9strap</code> folder is misnamed. Download <a href="magnet:?xt=urn:btih:15a3c97acf17d67af98ae8657cc66820cc58f655&amp;dn=secret_sector.bin&amp;tr=udp%3a%2f%2ftracker.torrent.eu.org%3a451%2fannounce&amp;tr=udp%3a%2f%2ftracker.lelux.fi%3a6969%2fannounce&amp;tr=udp%3a%2f%2ftracker.loadbt.com%3a6969%2fannounce&amp;tr=udp%3a%2f%2ftracker.moeking.me%3a6969%2fannounce&amp;tr=udp%3a%2f%2ftracker.monitorit4.me%3a6969%2fannounce&amp;tr=udp%3a%2f%2ftracker.ololosh.space%3a6969%2fannounce&amp;tr=udp%3a%2f%2ftracker.pomf.se%3a80%2fannounce&amp;tr=udp%3a%2f%2ftracker.srv00.com%3a6969%2fannounce&amp;tr=udp%3a%2f%2ftracker.theoks.net%3a6969%2fannounce&amp;tr=udp%3a%2f%2ftracker.tiny-vps.com%3a6969%2fannounce&amp;tr=udp%3a%2f%2fopen.tracker.cl%3a1337%2fannounce&amp;tr=udp%3a%2f%2ftracker.zerobytes.xyz%3a1337%2fannounce&amp;tr=udp%3a%2f%2ftracker1.bt.moack.co.kr%3a80%2fannounce&amp;tr=udp%3a%2f%2fvibe.sleepyinternetfun.xyz%3a1738%2fannounce&amp;tr=udp%3a%2f%2fwww.torrent.eu.org%3a451%2fannounce&amp;tr=udp%3a%2f%2ftracker.openbittorrent.com%3a6969%2fannounce&amp;tr=udp%3a%2f%2f9.rarbg.com%3a2810%2fannounce&amp;tr=udp%3a%2f%2ftracker.opentrackr.org%3a1337%2fannounce&amp;tr=udp%3a%2f%2fexodus.desync.com%3a6969%2fannounce&amp;tr=http%3a%2f%2fopenbittorrent.com%3a80%2fannounce">secret_sector.bin</a> using a torrent client, and place it in the <code class="language-plaintext highlighter-rouge">boot9strap</code> folder.</p>
</details>
<details>
<summary><u>Something else</u></summary>
<p>Únete al <a href="https://discord.gg/MWxPgEp">Discord de Nintendo Homebrew</a> (en inglés) para obtener ayuda, y describe el mensaje que veas.</p>
</details>
<h2 id="seedminer">Seedminer</h2>
<details>
<summary><u>Multiple long folder names in Nintendo 3DS folder</u></summary>
<p class="notice--info"><img src="https://3ds.hacks.guide/images/screenshots/multiple-id0.png" alt="" /></p>
<p>This occurs when you use your SD card in multiple 3DS consoles and is intended to prevent inadvertently merging data that would not be valid on other consoles. To figure out which long folder name is correct for your 3DS, follow these instructions:</p>
<ol>
<li>Rename the <code class="language-plaintext highlighter-rouge">Nintendo 3DS</code> folder to <code class="language-plaintext highlighter-rouge">BACKUP_Nintendo 3DS</code></li>
<li>Reinsert your SD card into your console</li>
<li>Power on your console</li>
<li>Wait for the console to generate the SD card data
<ul>
<li>Your applications will have disappeared. This is normal and will be resolved shortly</li>
</ul>
</li>
<li>Power off your console</li>
<li>Inserta tu tarjeta SD en tu computadora</li>
<li>Ve a la carpeta <code class="language-plaintext highlighter-rouge">Nintendo 3DS</code> en tu tarjeta SD</li>
<li>Copy the 32 character long name of the folder you see
<ul>
<li>This is your true ID0 that you will use in <a href="seedminer#section-ii---seedminer">Section II of Seedminer</a></li>
</ul>
</li>
<li>Delete the <code class="language-plaintext highlighter-rouge">Nintendo 3DS</code> folder</li>
<li>Rename the <code class="language-plaintext highlighter-rouge">BACKUP_Nintendo 3DS</code> folder to <code class="language-plaintext highlighter-rouge">Nintendo 3DS</code></li>
</ol>
</details>
<details>
<summary><u>Bruteforce Movable skips to step 4</u></summary>
<p>El sitio web ya ha minado tu <code class="language-plaintext highlighter-rouge">movable.sed</code> usando tu código de amigo y el ID0. Puedes utilizar el <code class="language-plaintext highlighter-rouge">movable.sed</code> que te proporciona.</p>
</details>
<details>
<summary><u>Important! You have been locked out of the automated part1 dumper system...</u></summary>
<p>Tu código de amigo fue bloqueado del bot de código de amigo porque tu consola no pudo agregar al bot como amigo. Asegúrate de que tu consola esté correctamente conectada a Internet, luego únete al <a href="https://discord.gg/MWxPgEp">Discord de Nintendo Homebrew</a> y pide que se te desbloquee.</p>
</details>
<details>
<summary><u>We were unable to successfully complete your bruteforce request. :`(</u></summary>
<p>El sitio web ha determinado que tu <code class="language-plaintext highlighter-rouge">movable.sed</code> no puede ser minado. Asegúrate de haber escrito correctamente el ID0 en el sitio web. If your ID0 is correct, then you will be unable to use Seedminer and you will have to use an alternate method.</p>
<p>New 3DS users can follow <a href="installing-boot9strap-(super-skaterhax)">Installing boot9strap (super-skaterhax)</a>, while Old 3DS users can follow <a href="installing-boot9strap-(mset9)">Installing boot9strap (MSET9)</a>. If you cannot do MSET9 for any reason, you will need to follow a method that requires additional games or hardware.</p>
</details>
<h2 id="bannerbomb3">BannerBomb3</h2>
<details>
<summary><u>Multiple ID1 folders inside of ID0</u></summary>
<p><img src="https://3ds.hacks.guide/images/screenshots/multiple-id1.png" alt="" /></p>
<p>This occurs when you use multiple SD cards with the same 3DS and then merge the SD card contents together. Both are “valid”, but the 3DS can only read one at a time.</p>
<p>You will need to determine which one contains your data. First of all, back up all of the folders, in case something goes wrong:</p>
<p class="notice--info"><img src="/images/screenshots/troubleshooting/backup-id1.png" alt="Backup ID1" /></p>
<p>Now, delete all but one of the folders from your SD card. Generally, you will want to delete the <strong>smallest</strong> one(s), as the one with all your data will probably have more space occupied. You can compare which folder is occupying more space by right-clicking it and clicking “Properties”:</p>
<p class="notice--info"><img src="/images/screenshots/troubleshooting/rightclick-properties.png" alt="Properties prompt" /></p>
<p class="notice--info"><img src="/images/screenshots/troubleshooting/compare-id1.png" alt="Which to delete" /></p>
<p>Your SD card should now look something like this:</p>
<p class="notice--info"><img src="/images/screenshots/troubleshooting/correct-id1.png" alt="Just enough ID1s" /></p>
<p>Now, put your SD card into your 3DS and turn it on. If your data is still there, you deleted the right folder and have now determined your correct ID1. If everything has disappeared, go back into the backup folder that you made earlier and try the other folder.</p>
</details>
<details>
<summary><u>DSiWare Management menu crashes without showing BB3 multihax menu</u></summary>
<p>Ensure that <code class="language-plaintext highlighter-rouge">F00D43D5.bin</code> is the only file in <code class="language-plaintext highlighter-rouge">Nintendo 3DS</code> -&gt; <code class="language-plaintext highlighter-rouge">&lt;ID0&gt;</code> -&gt; <code class="language-plaintext highlighter-rouge">&lt;ID1&gt;</code> -&gt; <code class="language-plaintext highlighter-rouge">Nintendo DSiWare</code>. If it is, then re-create it with the <a href="https://zoogie.github.io/web/bb3">Bannerbomb3 Injector</a>.</p>
<p>Also, ensure that <code class="language-plaintext highlighter-rouge">bb3.bin</code> is on the root of the SD card. If it is missing, then download the latest release of <a href="https://github.com/zoogie/Bannerbomb3/releases/download/v3.0/Release_v3.0.zip">Bannerbomb3</a> (direct download), and copy the <code class="language-plaintext highlighter-rouge">bb3.bin</code> file from the Release <code class="language-plaintext highlighter-rouge">.zip</code> to the root of your SD card.</p>
<p>If neither of these solutions fixes this problem, then custom firmware may have been uninstalled on this console in a way that makes this method impossible to perform. If this is the case, join <a href="https://discord.gg/MWxPgEp">Nintendo Homebrew on Discord</a> and ask, in English, for help.</p>
</details>
<details>
<summary><u>DSiWare Management menu displays "No accessible software data."</u></summary>
<p><code class="language-plaintext highlighter-rouge">F00D43D5.bin</code> is missing from <code class="language-plaintext highlighter-rouge">Nintendo 3DS</code> -&gt; <code class="language-plaintext highlighter-rouge">&lt;ID0&gt;</code> -&gt; <code class="language-plaintext highlighter-rouge">&lt;ID1&gt;</code> -&gt; <code class="language-plaintext highlighter-rouge">Nintendo DSiWare</code>. Asegúrate de que <code class="language-plaintext highlighter-rouge">Nintendo DSiWare</code> está correctamente escrito y espaciado. Las mayúsculas/minúsculas no importan.</p>
</details>
<details>
<summary><u>DSiWare Management shows a question mark</u></summary>
<p>Puede haber un problema con el archivo <code class="language-plaintext highlighter-rouge">F00D43D5.bin</code> (puede estar corrupto o preparado para otra consola 3DS). Re-create your <code class="language-plaintext highlighter-rouge">F00D43D5.bin</code> file with the <a href="https://zoogie.github.io/web/bb3">Bannerbomb3 Injector</a>, ensuring that you use the <code class="language-plaintext highlighter-rouge">movable.sed</code> file for your console.</p>
</details>
<h2 id="installing-boot9strap-fredtool-inject">Installing boot9strap (Fredtool-Inject)</h2>
<details>
<summary><u>Error on DSiHaxInjector page</u></summary>
<p>Asegúrate de que tu archivo <code class="language-plaintext highlighter-rouge">movable.sed</code> y la copia de seguridad de DSiWare provienen de la misma consola. El error aparece cuando los archivos no coinciden.</p>
</details>
<details>
<summary><u>"Haxxxxxxxxx!" does not appear</u></summary>
<p>Hay un problema con el archivo <code class="language-plaintext highlighter-rouge">42383821.bin</code> (es incorrecto, no está presente, está mal colocado o está corrupto). Re-create your files with the <a href="https://jenkins.nelthorya.net/job/DSIHaxInjector_new/build?delay=0sec">DSIHaxInjector_new</a> website and ensure that you place the <code class="language-plaintext highlighter-rouge">42383821.bin</code> file from <code class="language-plaintext highlighter-rouge">output.zip</code> -&gt; <code class="language-plaintext highlighter-rouge">hax</code> in <code class="language-plaintext highlighter-rouge">Nintendo 3DS</code> -&gt; <code class="language-plaintext highlighter-rouge">&lt;ID0&gt;</code> -&gt; <code class="language-plaintext highlighter-rouge">&lt;ID1&gt;</code> -&gt; <code class="language-plaintext highlighter-rouge">Nintendo DSiWare</code>.</p>
</details>
<details>
<summary><u>DSiWare launches normally</u></summary>
<p><code class="language-plaintext highlighter-rouge">Haxxxxxxxxx!</code> no fue copiado de la tarjeta SD a la memoria de la consola.</p>
</details>
<details>
<summary><u>SD card is grayed out in Flipnote</u></summary>
<p>Flipnote puede tomar mucho tiempo en construir un índice de la tarjeta SD si esta es muy grande. Espera unos minutos.</p>
</details>
<details>
<summary><u>Lenny face does not appear in SD card section</u></summary>
<p>No copiaste la carpeta <code class="language-plaintext highlighter-rouge">private</code> del archivo <code class="language-plaintext highlighter-rouge">.zip</code> de Frogminer_save a la raíz de la tarjeta SD.</p>
</details>
<details>
<summary><u>Flipnote freezes</u></summary>
<p>Es posible que hayas tocado la pantalla táctil dentro del Flipnote modificado. Vuelve a entrar al menú de Conexiones de Nintendo DS e intenta de nuevo, asegurándote de no tocar la pantalla táctil por accidente.</p>
</details>
<details>
<summary><u>Green screen after pasting</u></summary>
<p>Falta el archivo <code class="language-plaintext highlighter-rouge">boot.nds</code> o está fuera de lugar. Descarga la última versión de <a href="https://github.com/zoogie/b9sTool/releases/latest">b9stool</a> y coloca el archivo <code class="language-plaintext highlighter-rouge">boot.nds</code> en la raíz de la tarjeta SD, sobreescribiendo el existente.</p>
</details>
<details>
<summary><u>White screen after pasting</u></summary>
<p>Hay un problema con el archivo <code class="language-plaintext highlighter-rouge">boot.nds</code>. Vuelve a descargar la última versión de <a href="https://github.com/zoogie/b9sTool/releases/latest">b9stool</a> y coloca el archivo <code class="language-plaintext highlighter-rouge">boot.nds</code> en la raíz de la tarjeta SD, sobreescribiendo el existente.</p>
</details>
<details>
<summary><u>Unable to open Luma3DS configuration menu after running B9STool</u></summary>
<p>Join <a href="https://discord.gg/MWxPgEp">Nintendo Homebrew on Discord</a> and explain what has happened.</p>
</details>
<h2 id="installing-boot9strap-pichaxx">Installing boot9strap (PicHaxx)</h2>
<details>
<summary><u>"An error has occurred. Hold down the POWER button to turn off the power..." (black screen with text)</u></summary>
<p>Your <code class="language-plaintext highlighter-rouge">00000001.sav</code> and/or <code class="language-plaintext highlighter-rouge">otherapp.bin</code> files may be misplaced. Ensure that <code class="language-plaintext highlighter-rouge">00000001.sav</code> is in <code class="language-plaintext highlighter-rouge">Nintendo 3DS</code> -&gt; <code class="language-plaintext highlighter-rouge">&lt;ID0&gt;</code> -&gt; <code class="language-plaintext highlighter-rouge">&lt;ID1&gt;</code> -&gt; <code class="language-plaintext highlighter-rouge">title</code> -&gt; <code class="language-plaintext highlighter-rouge">00040000</code> -&gt; <code class="language-plaintext highlighter-rouge">0017c100</code> -&gt; <code class="language-plaintext highlighter-rouge">data</code> and that <code class="language-plaintext highlighter-rouge">otherapp.bin</code> is on the root of your SD card.</p>
<p>If your files are in the correct locations, re-create the save using the <a href="https://3dstools.nhnarwhal.com/#/pichaxx">PicHaxx Save Tool</a>, then place it in <code class="language-plaintext highlighter-rouge">Nintendo 3DS</code> -&gt; <code class="language-plaintext highlighter-rouge">&lt;ID0&gt;</code> -&gt; <code class="language-plaintext highlighter-rouge">&lt;ID1&gt;</code> -&gt; <code class="language-plaintext highlighter-rouge">title</code> -&gt; <code class="language-plaintext highlighter-rouge">00040000</code> -&gt; <code class="language-plaintext highlighter-rouge">0017c100</code> -&gt; <code class="language-plaintext highlighter-rouge">data</code>. Ensure that the file is named exactly <code class="language-plaintext highlighter-rouge">00000001.sav</code> and that you used your consoles <code class="language-plaintext highlighter-rouge">movable.sed</code> to create it. Re-download <a href="https://github.com/zoogie/ninjhax2.x/releases/download/v11.17/otherapps_with_CfgS_11.17.zip">HBL otherapps</a>, place the <code class="language-plaintext highlighter-rouge">.bin</code> file relevant to your console to the root of your SD card, and rename it to <code class="language-plaintext highlighter-rouge">otherapp.bin</code>. No añadas manualmente la extensión <code class="language-plaintext highlighter-rouge">.bin</code> al archivo si ves que no la tiene.</p>
</details>
<details>
<summary><u>"An exception occurred" or Errdisp when opening Picross</u></summary>
<p>Your console already has custom firmware. Deberías ir a <a href="checking-for-cfw">Comprobación de CFW</a> antes de continuar.</p>
</details>
<details>
<summary><u>"An error has occurred, forcing the software to close..." (white message box)</u></summary>
<p>There is an issue with your <code class="language-plaintext highlighter-rouge">otherapp.bin</code> file. Download <a href="https://github.com/zoogie/ninjhax2.x/releases/download/v11.17/otherapps_with_CfgS_11.17.zip">HBL otherapps</a>, place the <code class="language-plaintext highlighter-rouge">.bin</code> file relevant to your console to the root of your SD card, and rename it to <code class="language-plaintext highlighter-rouge">otherapp.bin</code>. No añadas manualmente la extensión <code class="language-plaintext highlighter-rouge">.bin</code> al archivo si ves que no la tiene.</p>
</details>
<details>
<summary><u>Game starts normally</u></summary>
<p>Your modified <code class="language-plaintext highlighter-rouge">00000001.sav</code> file may be misplaced, or you may have used the wrong <code class="language-plaintext highlighter-rouge">movable.sed</code> when creating it. Re-generate your <code class="language-plaintext highlighter-rouge">movable.sed</code> from <a href="https://seedminer.hacks.guide">Bruteforce Movable</a>, then re-create the save using the <a href="https://3dstools.nhnarwhal.com/#/pichaxx">PicHaxx Save Tool</a> and place the resulting file (<code class="language-plaintext highlighter-rouge">00000001.sav</code>) in <code class="language-plaintext highlighter-rouge">Nintendo 3DS</code> -&gt; <code class="language-plaintext highlighter-rouge">&lt;ID0&gt;</code> -&gt; <code class="language-plaintext highlighter-rouge">&lt;ID1&gt;</code> -&gt; <code class="language-plaintext highlighter-rouge">title</code> -&gt; <code class="language-plaintext highlighter-rouge">00040000</code> -&gt; <code class="language-plaintext highlighter-rouge">0017c100</code> -&gt; <code class="language-plaintext highlighter-rouge">data</code>.</p>
</details>
<h2 id="instalar-boot9strap-soundhax">Instalar boot9strap (Soundhax)</h2>
<details>
<summary><u>Red/purple/pink and white screen after running Soundhax</u></summary>
<p>If your console is on system version 9.4.0, 9.5.0, or 9.6.0, you may be encountering a bug with an old version of universal-otherapp. Download the latest version from <a href="https://github.com/TuxSH/universal-otherapp/releases/latest">here</a>.</p>
<p>If your console is not on those firmwares, it likely indicates that you already have custom firmware. Deberías ir a <a href="checking-for-cfw">Comprobación de CFW</a> antes de continuar.</p>
</details>
<details>
<summary><u>"An error has occurred, forcing the software to close..." (white message box)</u></summary>
<p>Hay un problema con el archivo <code class="language-plaintext highlighter-rouge">otherapp.bin</code> (falta, está mal colocado o está corrupto). Descarga la última versión de <a href="https://github.com/TuxSH/universal-otherapp/releases/latest">universal-otherapp</a> y coloca el archivo en la raíz de tu tarjeta SD.</p>
</details>
<details>
<summary><u>"Could not play"</u></summary>
<p>You have the wrong Soundhax file for your console and region, or your console is incompatible with Soundhax. In the latter case, your course of action will determine on what version your 3DS is currently on. Únete al <a href="https://discord.gg/MWxPgEp">Discord de Nintendo Homebrew</a> para obtener ayuda.</p>
</details>
<details>
<summary><u>Failed to mount the SD card!</u></summary>
<p>Back up your data and reformat your SD card as FAT32 with the recommended tool depending on your operating system (<a href="formatting-sd-(windows)">Windows</a>, <a href="formatting-sd-(mac)">macOS</a>, <a href="formatting-sd-(linux)">Linux</a>). MiniTool Partition Wizard and the HP formatting tool (HPUSBDisk) are known to cause issues with 3DS SD cards.</p>
<p>If this is unsuccessful, try using another SD card.</p>
</details>
<h2 id="installing-boot9strap-ssloth-browser">Installing boot9strap (SSLoth-Browser)</h2>
<details>
<summary><u>Red/purple/pink and white screen after running Browserhax</u></summary>
<p>This likely indicates that you already have custom firmware. Deberías ir a <a href="checking-for-cfw">Comprobación de CFW</a> antes de continuar.</p>
</details>
<details>
<summary><u>"An error has occurred. Hold down the POWER button to turn off the power..." (black screen with text)</u></summary>
<p>The file <code class="language-plaintext highlighter-rouge">arm11code.bin</code> is missing or misplaced. Download the latest release of <a href="https://github.com/TuxSH/universal-otherapp/releases/latest">universal-otherapp</a>, place <code class="language-plaintext highlighter-rouge">otherapp.bin</code> on the root of your SD card and rename it to <code class="language-plaintext highlighter-rouge">arm11code.bin</code>. No añadas manualmente la extensión <code class="language-plaintext highlighter-rouge">.bin</code> al archivo si ves que no la tiene.</p>
</details>
<details>
<summary><u>"An error has occurred, forcing the software to close..." (white message box)</u></summary>
<p>There may be an issue with your <code class="language-plaintext highlighter-rouge">arm11code.bin</code> file. Download the latest release of <a href="https://github.com/TuxSH/universal-otherapp/releases/latest">universal-otherapp</a>, place <code class="language-plaintext highlighter-rouge">otherapp.bin</code> on the root of your SD card and rename it to <code class="language-plaintext highlighter-rouge">arm11code.bin</code>. No añadas manualmente la extensión <code class="language-plaintext highlighter-rouge">.bin</code> al archivo si ves que no la tiene.</p>
<p>You can also try resetting your browser save data:</p>
<ol>
<li>Launch the browser, then launch the browser settings</li>
<li>Scroll to the bottom and select “Reset Save Data” (it may also be called “Initialize Save Data” or “Clear All Save Data”)</li>
<li>Try the exploit again</li>
</ol>
</details>
<details>
<summary><u>Opening the browserhax QR code or URL crashes</u></summary>
<p>Browser based exploits (such as this one) are often unstable and crash frequently, but they can sometimes be fixed by doing the following steps.</p>
<ol>
<li>Launch the browser, then launch the browser settings</li>
<li>Scroll to the bottom and select “Reset Save Data” (it may also be called “Initialize Save Data” or “Clear All Save Data”)</li>
<li>Try the exploit again</li>
</ol>
</details>
<details>
<summary><u>System Update prompt when opening browser</u></summary>
<p>The SSLoth proxy was incorrectly configured. Re-do the SSLoth section on the page.</p>
</details>
<details>
<summary><u>Error 032-0420 when opening browser</u></summary>
<p>Follow these steps in order:</p>
<ol>
<li>Launch System Settings on your console</li>
<li>Navigate to <code class="language-plaintext highlighter-rouge">Internet Settings</code> -&gt; <code class="language-plaintext highlighter-rouge">Connection Settings</code></li>
<li>Click on your network connection slot and navigate to <code class="language-plaintext highlighter-rouge">Change Settings</code> -&gt; <code class="language-plaintext highlighter-rouge">Next Page (right arrow)</code> -&gt; <code class="language-plaintext highlighter-rouge">Proxy Settings</code></li>
<li>Set “Proxy Settings” to “No”</li>
<li>Click OK, then click Save</li>
<li>When prompted, click “Test” to perform the connection test
<ul>
<li>The test should succeed</li>
</ul>
</li>
<li>Click “OK” to continue</li>
<li>Press “Back” twice, then “Close” to go back to the HOME Menu</li>
<li>Open the Internet Browser once</li>
<li>If prompted about a system update, press OK
<ul>
<li>This wont actually update the system</li>
</ul>
</li>
<li>Start again from <a href="installing-boot9strap-(ssloth-browser).html#section-ii---ssloth">Section II</a></li>
</ol>
</details>
<details>
<summary><u>Frozen on "Doing agbhax..."</u></summary>
<p>There may be an issue with your <code class="language-plaintext highlighter-rouge">arm11code.bin</code> file. Re-download the latest release of <a href="https://github.com/TuxSH/universal-otherapp/releases/latest">universal-otherapp</a>, place it on the root of your SD card, and rename it to <code class="language-plaintext highlighter-rouge">arm11code.bin</code>. No añadas manualmente la extensión <code class="language-plaintext highlighter-rouge">.bin</code> al archivo si ves que no la tiene.</p>
</details>
<details>
<summary><u>"PrepareArm9ForTwl returned error c8804631!"</u></summary>
<p>Únete al <a href="https://discord.gg/MWxPgEp">Discord de Nintendo Homebrew</a> para obtener ayuda.</p>
</details>
<details>
<summary><u>Failed to mount the SD card!</u></summary>
<p>Back up your data and reformat your SD card as FAT32 with the recommended tool depending on your operating system (<a href="formatting-sd-(windows)">Windows</a>, <a href="formatting-sd-(mac)">macOS</a>, <a href="formatting-sd-(linux)">Linux</a>). MiniTool Partition Wizard and the HP formatting tool (HPUSBDisk) are known to cause issues with 3DS SD cards.</p>
<p>If this is unsuccessful, try using another SD card.</p>
</details>
<h2 id="installing-boot9strap-super-skaterhax">Installing boot9strap (super-skaterhax)</h2>
<details>
<summary><u>"An error has occurred. Please save your data in any software currently in use, then restart the system."</u></summary>
<p>The date is set incorrectly. To set it correctly, follow these steps:</p>
<ol>
<li>Select the System Settings icon on the HOME Menu, and tap Open.</li>
<li>Tap Other Settings.</li>
<li>Tap Date &amp; Time.</li>
<li>Tap Todays date.</li>
<li>Tap Up/Down Arrows to set the correct Day, Month and Year.</li>
<li>Select OK to confirm.</li>
</ol>
<p>If the problem persists:</p>
<ul>
<li>Ensure that <code class="language-plaintext highlighter-rouge">arm11code.bin</code>, <code class="language-plaintext highlighter-rouge">browserhax_hblauncher_ropbin_payload.bin</code>, and <code class="language-plaintext highlighter-rouge">boot.3dsx</code> are on the root of the SD card (not inside of any folder)</li>
<li>Ensure that you selected the correct payload for your region AND system version</li>
<li>Ensure that your region settings look <a href="/images/screenshots/skater_lang.png">like this</a></li>
<li>Try resetting your browser data:
<ol>
<li>Launch the browser, then launch the browser settings</li>
<li>Scroll to the bottom and select “Reset Save Data” (it may also be called “Initilize Save Data” or “Clear All Save Data”)</li>
<li>Try the exploit again</li>
</ol>
</li>
<li>Try changing the system language to something other than the current language</li>
</ul>
</details>
<details>
<summary><u>"An error has occurred. Hold down the POWER button to turn off the power..." (black screen with text)</u></summary>
<p>The file <code class="language-plaintext highlighter-rouge">arm11code.bin</code> is missing or misplaced. Make sure to copy the files of the <a href="https://github.com/zoogie/super-skaterhax/releases/latest">latest version of super-skaterhax</a> for your region and version to the root of your SD card (not inside of a folder).</p>
<p class="notice--info"><img src="https://3ds.hacks.guide/images/screenshots/skater-root-layout.png" alt="" /></p>
</details>
<details>
<summary><u>An exception occured or "DLL_HEAP_INFORMATION" when pressing GO! GO!</u></summary>
<p>This likely indicates that you already have custom firmware. Deberías ir a <a href="checking-for-cfw">Comprobación de CFW</a> antes de continuar.</p>
</details>
<h2 id="installing-boot9strap-mset9">Installing boot9strap (MSET9)</h2>
<details>
<summary><u>Python 3 is not installed</u></summary>
<p>Python is not installed on the computer you are using. Download it from the <a href="https://www.python.org/downloads/">Python website</a>, double-click the installer, and follow the prompts to install Python. Once Python is installed, try again.</p>
</details>
<details>
<summary><u>Error 01: Couldn't find Nintendo 3DS folder</u></summary>
<p>You are not running MSET9 from the root of the SD card, or the SD card is missing the Nintendo 3DS folder.</p>
<p>Remember, your SD card should look like this:</p>
<p class="notice--info"><img src="/images/screenshots/mset9/mset9-root-layout.png" alt="MSET9 root layout" /></p>
<p>If your SD card layout is correct, then your SD card most likely isnt being read by your console. Re-format it (<a href="formatting-sd-(windows)">Windows</a>, <a href="formatting-sd-(linux)">Linux</a>), then start again from the beginning of <a href="installing-boot9strap-(mset9)#section-i---prep-work">Section I</a>.</p>
</details>
<details>
<summary><u>Error 02: Your SD is write protected</u></summary>
<p>Write-protection is enabled on this SD card. If you are using a full-size SD card, ensure that the lock is flipped in the <a href="/images/sdlock.png">upright position</a>. Otherwise, try ejecting and reinserting your SD card.</p>
</details>
<details>
<summary><u>Error 03: Don't change console version</u></summary>
<p>You inputted a different number between different runs of MSET9 (for example, you initially selected option 1 for “Old 3DS, 11.8 - 11.17” and then later selected option 2 for “New 3DS, 11.8 - 11.17”).</p>
<p>If this happened when trying to uninstall MSET9, the script has automatically removed MSET9 for you and you can continue to the next page. Otherwise, start again from the beginning of <a href="installing-boot9strap-(mset9)#section-i---prep-work">Section I</a>.</p>
</details>
<details>
<summary><u>Error 05: No Mii Maker Data!</u></summary>
<p>Mii Maker data was not found on the SD card. Start again from the beginning of <a href="installing-boot9strap-(mset9)#section-i---prep-work">Section I</a>.</p>
</details>
<details>
<summary><u>Error 06: You need at least 16MB free</u></summary>
<p>Your SD card does not have enough space to trigger MSET9. Free up some space and try again.</p>
<p>At the end of this guide, you will need at least 1.3GB to make a NAND backup, so its best to free up at least that much.</p>
</details>
<details>
<summary><u>Error 07: You don't have 1 ID0, you have (#)!</u></summary>
<p>You have multiple ID0 folders. To determine the correct folder, follow these instructions:</p>
<ol>
<li>Rename the <code class="language-plaintext highlighter-rouge">Nintendo 3DS</code> folder to <code class="language-plaintext highlighter-rouge">BACKUP_Nintendo 3DS</code></li>
<li>Reinsert your SD card into your console</li>
<li>Power on your console</li>
<li>Wait for the console to generate the SD card data
<ul>
<li>Your applications will have disappeared. This is normal and will be resolved shortly</li>
</ul>
</li>
<li>Power off your console</li>
<li>Inserta tu tarjeta SD en tu computadora</li>
<li>Ve a la carpeta <code class="language-plaintext highlighter-rouge">Nintendo 3DS</code> en tu tarjeta SD</li>
<li>Write down the first few characters of the folder you see
<ul>
<li>This is your true ID0, which we will keep in the real Nintendo 3DS folder</li>
</ul>
</li>
<li>Delete the ID0 from the current <code class="language-plaintext highlighter-rouge">Nintendo 3DS</code> folder</li>
<li>Move the true ID0 folder from the <code class="language-plaintext highlighter-rouge">BACKUP_Nintendo 3DS</code> folder to the <code class="language-plaintext highlighter-rouge">Nintendo 3DS</code> folder</li>
<li>If it exists, move the <code class="language-plaintext highlighter-rouge">Private</code> folder from the <code class="language-plaintext highlighter-rouge">BACKUP_Nintendo 3DS</code> folder to the <code class="language-plaintext highlighter-rouge">Nintendo 3DS</code> folder</li>
</ol>
<p>Once youve done this, continue from <a href="installing-boot9strap-(mset9)#section-i---prep-work">Section I Step 7</a>.</p>
</details>
<details>
<summary><u>Error 08: One or more files are missing or malformed!</u></summary>
<p>One or more files that MSET9 needs to run is missing or corrupted. Re-download the <a href="https://github.com/zoogie/MSET9/releases/latest">MSET9 Release <code class="language-plaintext highlighter-rouge">.zip</code></a> and extract it to the root of your SD card, replacing all existing files, then try again.</p>
</details>
<details>
<summary><u>Error 10: Database(s) malformed or missing!</u></summary>
<p>This happens when no valid title database is present, usually because you never installed any titles from eShop on this SD card.</p>
<ol>
<li>If you havent already, press Enter to close the MSET9 script</li>
<li>Insert the SD card into your console</li>
<li>Power on your console</li>
<li>Navigate to System Settings -&gt; Data Management -&gt; Nintendo 3DS -&gt; Software -&gt; Reset (<a href="/images/screenshots/database-reset.jpg">visual instructions</a>)</li>
<li>Power off your console</li>
<li>Insert the SD card into your computer</li>
<li>Return to <a href="installing-boot9strap-(mset9)#section-i---prep-work">Section I Step 7</a></li>
</ol>
</details>
<details>
<summary><u>Error 12: You don't have 1 ID1, you have (#)!</u></summary>
<p>This occurs when you use multiple SD cards with the same 3DS and then merge the SD card contents together. Both are “valid”, but the 3DS can only read one at a time.</p>
<p>You will need to determine which one contains your data. First of all, back up all of the folders, in case something goes wrong:</p>
<p class="notice--info"><img src="/images/screenshots/troubleshooting/backup-id1.png" alt="Backup ID1" /></p>
<p>Now, delete all but one of the folders from your SD card. Generally, you will want to delete the <strong>smallest</strong> one(s), as the one with all your data will probably have more space occupied. You can compare which folder is occupying more space by right-clicking it and clicking “Properties”:</p>
<p class="notice--info"><img src="/images/screenshots/troubleshooting/rightclick-properties.png" alt="Properties prompt" /></p>
<p class="notice--info"><img src="/images/screenshots/troubleshooting/compare-id1.png" alt="Which to delete" /></p>
<p>Your SD card should now look something like this:</p>
<p class="notice--info"><img src="/images/screenshots/troubleshooting/correct-id1.png" alt="Just enough ID1s" /></p>
<p>Now, put your SD card into your 3DS and turn it on. If your data is still there, you deleted the right folder and have now determined your correct ID1. If everything has disappeared, go back into the backup folder that you made earlier and try the other folder.</p>
</details>
<details>
<summary><u>Red screen after reinserting SD card (Section II Step 11)</u></summary>
<p>You may be missing <code class="language-plaintext highlighter-rouge">SafeB9S.bin</code> from the root of your SD card, or the file may be corrupted. Copy it from the MSET9 <code class="language-plaintext highlighter-rouge">.zip</code>, replacing any existing files.</p>
<p>Alternatively, your SD card may be improperly formatted or partitioned. Try reformatting your SD card: <a href="formatting-sd-(windows)">Windows</a>, <a href="formatting-sd-(linux)">Linux</a> <em>(this will wipe your SD card data)</em></p>
</details>
<details>
<summary><u>System Settings loading infinitely after reinserting the SD card</u></summary>
<p>You most likely did something different from the MSET9 instructions, or selected the wrong model or version.</p>
<ol>
<li>Close the script window</li>
<li>Execute the <code class="language-plaintext highlighter-rouge">mset9.py</code> script on the root of the SD card
<ul>
<li><strong>Windows</strong>: Double-click <code class="language-plaintext highlighter-rouge">mset9.bat</code></li>
<li><strong>Linux</strong>: open a Terminal window, <code class="language-plaintext highlighter-rouge">cd</code> to the root of your SD card, then type <code class="language-plaintext highlighter-rouge">python3 mset9.py</code> and press Enter</li>
<li>You should see a window that says “MSET9 … SETUP by zoogie”</li>
</ul>
</li>
<li>Type the number corresponding to your console model and version, then press Enter</li>
<li>Type <code class="language-plaintext highlighter-rouge">3</code>, then press Enter</li>
<li>Once the window says “Successfully removed MSET9!”, reinsert the SD card into your console</li>
<li>Power on your console</li>
<li>Return to <a href="installing-boot9strap-(mset9)#section-ii---mset9">Section II Step 1</a></li>
</ol>
<p>If you continue to have this issue and are sure that you did everything correctly, its possible that theres something wrong with your Mii Maker extdata. Follow these instructions to reset it:</p>
<ol>
<li>Close the script window</li>
<li>Run the MSET9 script
<ul>
<li><strong>Windows</strong>: Double-click <code class="language-plaintext highlighter-rouge">mset9.bat</code></li>
<li><strong>Linux</strong>: open a Terminal window, <code class="language-plaintext highlighter-rouge">cd</code> to the root of your SD card, then type <code class="language-plaintext highlighter-rouge">python3 mset9.py</code> and press Enter</li>
<li>You should see a window that says “MSET9 … SETUP by zoogie”</li>
</ul>
</li>
<li>Type the number corresponding to your console model and version, then press Enter</li>
<li>Type <code class="language-plaintext highlighter-rouge">3</code>, then press Enter to remove MSET9</li>
<li>If possible, use a new SD card; otherwise, backup and reformat your existing SD card as FAT32 (<a href="formatting-sd-(windows)">Windows</a>, <a href="formatting-sd-(linux)">Linux</a>)</li>
<li>Insert the formatted, blank SD card into your console</li>
<li>Return to <a href="installing-boot9strap-(mset9)#section-i---prep-work">Section I Step 1</a></li>
</ol>
<p class="notice--warning">After finishing the MSET9 page, you should switch back to your old SD card before continuing to Finalizing Setup.</p>
</details>
<h2 id="finalizar-instalación">Finalizar instalación</h2>
<details>
<summary><u>Unable to update console</u></summary>
<p>Los pasos siguientes se pueden intentar en cualquier orden, pero están ordenados por orden de dificultad.</p>
<ol>
<li>Establece la configuración de DNS a “Automático”</li>
<li>Colócate más cerca de tu router de Wi-Fi</li>
<li>Actualiza desde el modo seguro: Apaga la consola, mantén presionados los botones (L), (R), (D-pad Arriba) y (A) mientras la enciendes, y sigue las indicaciones en pantalla</li>
<li>Borra tu configuración de conexión Wi-Fi, y luego vuelve a reconectar</li>
<li>Renicia tu router de Wi-Fi</li>
<li>Conéctate a una conexión Wi-Fi distinta, como desde una red de datos móviles</li>
<li>Puede que los servidores de Nintendo estén caídos. Intenta más tarde</li>
<li>Si aún te sigue dando error, <a href="ctrtransfer">sigue la sección de CTRTransfer</a> y luego intenta actualizar nuevamente</li>
<li>Para más soporte (en inglés), entra al <a href="https://discord.gg/MWxPgEp">Discord de Nintendo Homebrew</a></li>
</ol>
</details>
<details>
<summary><u>Error #02: Missing essential.exefs</u></summary>
<p>You said No to the “Make essential files backup?” prompt in GodMode9. Power off your console, power it on while holding (Start) to re-enter GodMode9, say Yes to the prompt, then try again.</p>
</details>
<details>
<summary><u>Unable to open GodMode9 or Error #03: Missing files</u></summary>
<p>You did not copy everything from <code class="language-plaintext highlighter-rouge">finalize.zip</code> to the root of your SD card. Remember, your SD card should have at least these files:</p>
<p class="notice--info"><img src="https://3ds.hacks.guide/images/screenshots/finalizing-root-layout.png" alt="" /></p>
</details>
<details>
<summary><u>Error #04: No space</u></summary>
<p>You need at least 1.3GB of free space to perform the NAND backup, which is a part of the script. If you dont have enough space, follow these steps:</p>
<ol>
<li>Power off your console</li>
<li>Inserta tu tarjeta SD en tu computadora</li>
<li>Copy the <code class="language-plaintext highlighter-rouge">Nintendo 3DS</code> folder from the root of your SD card to your computer</li>
<li>Delete the Nintendo 3DS folder from the SD card</li>
<li>Reinsert your SD card into your console</li>
<li>Press and hold (Start), and while holding (Start), power on your console. Esto abrirá GodMode9</li>
<li>Press the (Home) button</li>
<li>Selecciona “Scripts…”</li>
<li>Select “finalize”</li>
<li>Press (A) to create a NAND backup
<ul>
<li>This may take around fifteen minutes</li>
</ul>
</li>
<li>Press (A) again
<ul>
<li>The console should automatically power off</li>
</ul>
</li>
<li>Inserta tu tarjeta SD en tu computadora</li>
<li>Copy the files in <code class="language-plaintext highlighter-rouge">/gm9/backups/</code> on your SD to a safe location on your computer</li>
<li>Delete the <code class="language-plaintext highlighter-rouge">&lt;date&gt;_&lt;serialnumber&gt;_sysnand_##.bin</code> and <code class="language-plaintext highlighter-rouge">&lt;date&gt;_&lt;serialnumber&gt;_sysnand_##.bin.sha</code> files from the SD card</li>
<li>Copy the <code class="language-plaintext highlighter-rouge">Nintendo 3DS</code> folder from your computer to the root of your SD card</li>
<li>Delete the <code class="language-plaintext highlighter-rouge">Nintendo 3DS</code> folder from your computer</li>
</ol>
<p>Now that you have your NAND backup in a safe place:</p>
<ol>
<li>Reinsert your SD card into your console</li>
<li>Press and hold (Start), and while holding (Start), power on your console. Esto abrirá GodMode9</li>
<li>Press the (Home) button</li>
<li>Selecciona “Scripts…”</li>
<li>Select “finalize”</li>
<li>Continue the script as normal
<ul>
<li>The NAND backup will be automatically skipped</li>
</ul>
</li>
</ol>
</details>
<details>
<summary><u>Information #05: No title database</u></summary>
<p>Press (A) to import a title database, unlock SysNAND writing by entering the buttons on-screen, then continue the script as normal.</p>
</details>
<details>
<summary><u>Error #06 or "Error: Could not open directory" when attempting a NAND backup</u></summary>
<p>Make sure you have at least 1.3GB available in your SD card. If you dont have enough space, follow these steps:</p>
<ol>
<li>Power off your console</li>
<li>Inserta tu tarjeta SD en tu computadora</li>
<li>Copy the <code class="language-plaintext highlighter-rouge">Nintendo 3DS</code> folder from the root of your SD card to your computer</li>
<li>Delete the Nintendo 3DS folder from the SD card</li>
<li>Reinsert your SD card into your console</li>
<li>Press and hold (Start), and while holding (Start), power on your console. Esto abrirá GodMode9</li>
<li>Perform a <a href="godmode9-usage#creating-a-nand-backup">NAND Backup</a></li>
<li>Copy the files in <code class="language-plaintext highlighter-rouge">gm9/out</code> on your SD to a safe location on your computer</li>
<li>Delete the <code class="language-plaintext highlighter-rouge">&lt;date&gt;_&lt;serialnumber&gt;_sysnand_##.bin</code> and <code class="language-plaintext highlighter-rouge">&lt;date&gt;_&lt;serialnumber&gt;_sysnand_##.bin.sha</code> files from the SD card, keeping essential.exefs in <code class="language-plaintext highlighter-rouge">/gm9/out/</code></li>
<li>Copy the <code class="language-plaintext highlighter-rouge">Nintendo 3DS</code> folder from your computer to the root of your SD card</li>
<li>Delete the <code class="language-plaintext highlighter-rouge">Nintendo 3DS</code> folder from your computer</li>
</ol>
<p>If you have enough space on your SD card, your SD might be corrupted or faulty. Check your SD card for any errors by following the guide according to your computers operating system: <a href="h2testw-(windows)">Windows</a>, <a href="f3-(linux)">Linux</a>, <a href="f3xswift-(mac)">macOS</a>.</p>
</details>
<details>
<summary><u>Error #09: Unsupported GodMode9 version</u></summary>
<p>You are somehow running a version of GodMode9 not packaged with the script. Make sure you copied the contents of <code class="language-plaintext highlighter-rouge">finalize.zip</code> to the root of your SD card and that you are holding START while powering on your console.</p>
</details>
<details>
<summary><u>Error #11: Missing donor database</u></summary>
<p>You did not copy everything from <code class="language-plaintext highlighter-rouge">finalize.zip</code> to the root of your SD card. Remember, your SD card should have at least these files:</p>
<p class="notice--info"><img src="https://3ds.hacks.guide/images/screenshots/finalizing-root-layout.png" alt="" /></p>
</details>
<details>
<summary><u>Error #12: Copy (file).db fail</u></summary>
<p>Ensure that your SD card is not <a href="/images/sdlock.png">locked</a>. If the SD card is not locked and you continue to get this error, join <a href="https://discord.gg/MWxPgEp">Nintendo Homebrew on Discord</a> for assistance.</p>
</details>
<details>
<summary><u>Information #17: Duplicate NAND backup</u></summary>
<p>The script has detected that the Nintendo 3DS folder is missing AND that you have already made a NAND backup before. If you intend to install homebrew applications, you should do the following:</p>
<ol>
<li>Press (B) to cancel making another NAND backup</li>
<li>Hold (R) and press (Start) at the same time to power off your console</li>
<li>Copy the contents of <code class="language-plaintext highlighter-rouge">/gm9/backups/</code> to a safe location on your computer</li>
<li>Delete <code class="language-plaintext highlighter-rouge">/gm9/backups/</code> from your SD card</li>
<li>If you moved your Nintendo 3DS folder off of your SD card to get to this point, copy it back to your SD card
<ul>
<li>If you do not have a Nintendo 3DS folder, boot into the HOME Menu at least once with the SD card inserted to automatically generate it</li>
</ul>
</li>
<li>Press and hold (Start), and while holding (Start), power on your console. Esto abrirá GodMode9</li>
<li>Presiona el botón (Home) para abrir el menú de acción</li>
<li>Selecciona “Scripts…”</li>
<li>Select “finalize”</li>
<li>Follow the prompts in the script, answering any questions that you are asked</li>
</ol>
</details>
<details>
<summary><u>Error #18: MSET9 detected</u></summary>
<p>You didnt remove MSET9 when prompted to. Follow <a href="installing-boot9strap-(mset9)#section-iv---removing-mset9">Section IV - Removing MSET9</a>, then re-run the script.</p>
</details>
<hr />
<h2 id="boot-issues-on-consoles-with-custom-firmware">Boot issues on consoles with custom firmware</h2>
<p class="notice--info">The steps detailed here generally assume that your console has a modern custom firmware setup (boot9strap + Luma3DS 8.0 or greater). Si tu consola tiene una configuración antigua (por ejemplo, algo basado en arm9loaderhax o menuhax), deberías actualizar dicha configuración antes de seguir estas instrucciones.</p>
<h3 id="powernotification-light-indicators">Power/notification light indicators</h3>
<details>
<summary><u>My console powers off when I try to turn it on, and/or the notification LED shows a color on boot</u></summary>
<p>There is an issue with your <code class="language-plaintext highlighter-rouge">boot.firm</code> file. If youre running <a href="https://github.com/SciresM/boot9strap/releases/tag/1.4">boot9strap 1.4</a>, your 3DS notification LED may flash a certain color. This color is used to diagnose issues involving your <code class="language-plaintext highlighter-rouge">boot.firm</code> file on SD card or internal memory. On older versions of boot9strap, the blue light will power off almost immediately when trying to turn on the console.</p>
<p>If the notification LED flashes:</p>
<ul>
<li><strong>White</strong>: Your 3DS was not able to find <code class="language-plaintext highlighter-rouge">boot.firm</code> on your SD card or on internal memory.</li>
<li><strong>Magenta</strong>: Your 3DS was not able to find <code class="language-plaintext highlighter-rouge">boot.firm</code> on your SD card. It was able to find <code class="language-plaintext highlighter-rouge">boot.firm</code> on internal memory, but the file is corrupted.</li>
<li><strong>Red</strong>: Your 3DS was able to find <code class="language-plaintext highlighter-rouge">boot.firm</code> on both your SD card and on internal memory, but both files are corrupted.</li>
</ul>
<p>You can get a new <code class="language-plaintext highlighter-rouge">boot.firm</code> file by downloading the <a href="https://github.com/LumaTeam/Luma3DS/releases/latest">latest release of Luma3DS</a>, extracting it, and placing <code class="language-plaintext highlighter-rouge">boot.firm</code> on the root of your SD card. If your <code class="language-plaintext highlighter-rouge">boot.firm</code> file is consistently being detected as corrupted, you may want to check your SD card for errors (<a href="h2testw-(windows)">Windows</a>, <a href="f3-(linux)">Linux</a>, or <a href="f3xswift-(mac)">macOS</a>). Also, note that the 3DS tends to have issues with files extracted using WinRAR.</p>
<p>If you hear a “popping sound”, potentially accompanied with the backlight turning on for a split second, there is a hardware issue with your console (such as a disconnected backlight cable). You may be able to get your console to boot by holding it at certain angles.</p>
</details>
<details>
<summary><u>My console gets stuck on a black screen with blue power light staying on</u></summary>
<p>Los pasos siguientes se pueden intentar en cualquier orden, pero están ordenados por cantidad de tiempo que toma realizar.</p>
<ol>
<li>Power off your console, remove the SD card, re-insert it, then power on your console.</li>
<li>Power off your console, eject the game cartridge if inserted, power on your console, then wait up to ten minutes. If your console boots within ten minutes, the issue has been fixed and is unlikely to reoccur</li>
<li>Cambia el nombre de la carpeta <code class="language-plaintext highlighter-rouge">Nintendo 3DS</code> de tu tarjeta SD a <code class="language-plaintext highlighter-rouge">Nintendo 3DS_BACKUP</code>, luego intenta encenderla. If your console successfully boots, there is some issue within your <code class="language-plaintext highlighter-rouge">Nintendo 3DS</code> folder. Try clearing HOME Menu extdata:
<ul>
<li>Ve a <code class="language-plaintext highlighter-rouge">/Nintendo 3DS/&lt;ID0&gt;/&lt;ID1&gt;/extdata/00000000/</code></li>
<li>Delete the corresponding folder for your 3DS region:
<ul>
<li><strong>Región EUR</strong>: <code class="language-plaintext highlighter-rouge">00000098</code></li>
<li><strong>Región JPN</strong>: <code class="language-plaintext highlighter-rouge">00000082</code></li>
<li><strong>Región USA</strong>: <code class="language-plaintext highlighter-rouge">0000008f</code></li>
<li><strong>Región CHN</strong>: <code class="language-plaintext highlighter-rouge">000000A1</code></li>
<li><strong>Región KOR</strong>: <code class="language-plaintext highlighter-rouge">000000A9</code></li>
<li><strong>Región TWN</strong>: <code class="language-plaintext highlighter-rouge">000000B1</code></li>
</ul>
</li>
</ul>
</li>
<li>Intenta iniciar en modo de recuperación y actualizar tu consola:
<ul>
<li>Power off your console</li>
<li>Mantén presionado (L) + (R) + (D-Pad Arriba) + (A)</li>
<li>Power on your console</li>
<li>If you were successful, the console will boot to an “update your system” screen</li>
</ul>
</li>
<li>Sigue la guía de <a href="ctrtransfer">CTRTransfer</a></li>
<li>Para más ayuda, puedes pedir ayuda (<em>en inglés</em>) en el <a href="https://discord.gg/MWxPgEp">Discord de Nintendo Homebrew</a></li>
</ol>
</details>
<h3 id="error-message-on-boot">Error message on boot</h3>
<details>
<summary><u>"An error has occurred: Failed to apply 1 FIRM patch(es)" or "An exception has occurred -- Current process: pm"</u></summary>
<p>Tu versión de Luma3DS está desactualizada. Descarga la última versión de <a href="https://github.com/LumaTeam/Luma3DS/releases/latest">Luma3DS</a> y coloca <code class="language-plaintext highlighter-rouge">boot.firm</code> en la raíz de tu tarjeta SD, reemplazando cualquier archivo existente. Asegúrate de extraer el archivo ZIP con cualquier herramienta que no sea WinRAR, ya que se sabe que causa problemas con los archivos relacionados con 3DS.</p>
</details>
<details>
<summary><u>"Unable to mount CTRNAND or load the CTRNAND FIRM. Please use an external one."</u></summary>
<p>There are a number of reasons as to why this could be happening. In any case, this error can usually be fixed by following the <a href="ctrtransfer">CTRTransfer</a> guide.</p>
</details>
<details>
<summary><u>"An error has occurred. Hold down the POWER button to turn off the power..."</u></summary>
<p>Tienes activada la opción “Disable ARM11 exception handlers”, o directamente no tienes custom firmware instalado. Intenta activar las excepciones de ARM11:
+ Power off your console
+ Mantén presionado (Select)
+ Power on your console, while still holding (Select)
+ Si la opción “Disable ARM11 exception handlers” está marcada, desmárcala</p>
</details>
<details>
<summary><u>HOME Menu is missing installed applications</u></summary>
<p>This could be caused by various reasons, but most likely because your SD card is not being read by the system.
You can check if your SD is being read by holding SELECT on boot and checking the yellow text on the bottom screen; if it says “Booted from CTRNAND via B9S”, then your console is booting from the internal memory and not from the SD card.
If this is the case, attempt the steps below, which are listed from easiest to hardest:</p>
<ol>
<li>Power off your console, remove the SD card, re-insert it, then power on your console</li>
<li>Power off your console, remove the SD card, insert it on your computer, download the latest release of <a href="https://github.com/LumaTeam/Luma3DS/releases/latest">Luma3DS</a>, extract <code class="language-plaintext highlighter-rouge">boot.firm</code> from the <code class="language-plaintext highlighter-rouge">Luma3DS.zip</code> and place it on the root of your SD card (replacing any existing file)</li>
<li>Power off your console, remove the SD card, insert it on your computer and reformat your SD card according to your computers operating system: <a href="formatting-sd-(windows)">Windows</a>, <a href="formatting-sd-(mac)">macOS</a>, <a href="formatting-sd-(linux)">Linux</a> <em>(this will wipe your SD card data)</em></li>
<li>Test your SD card for errors by following the guide according to your computers operating system: <a href="h2testw-(windows)">Windows</a>, <a href="f3-(linux)">Linux</a>, <a href="f3xswift-(mac)">macOS</a>. If your SD card is marked as faulty, then you will have to replace your SD card</li>
<li>Your SD card slot may be broken. Join <a href="https://discord.gg/MWxPgEp">Nintendo Homebrew on Discord</a> for further assistance</li>
</ol>
</details>
<details>
<summary><u>Blue "BOOTROM ERROR" screen</u></summary>
<p>Your console is likely hard-bricked. You will need to buy an ntrboot flashcart to reinstall boot9strap in order to attempt to fix your console. This may also indicate a hardware issue that cannot be fixed. En este caso, entra al <a href="https://discord.gg/MWxPgEp">Discord de Nintendo Homebrew</a> para obtener ayuda (<em>en inglés</em>).
+ También es posible que alguien haya configurado una pantalla de inicio que luce tal y como un brickeo. Try leaving your console powered on, waiting on the blue screen, for five minutes.</p>
</details>
<details>
<summary><u>Some other error</u></summary>
<p>Por favor saca una foto del error y entra al <a href="https://discord.gg/MWxPgEp">Discord de Nintendo Homebrew</a> y pide ayuda (<em>en inglés</em>).</p>
</details>
<h2 id="software-issues-on-consoles-with-custom-firmware">Software issues on consoles with custom firmware</h2>
<details>
<summary><u>DSi / DS functionality is broken or has been replaced with Flipnote Studio</u></summary>
<ol>
<li>Descarga la última versión de <a href="https://github.com/MechanicalDragon0687/TWLFix-CFW/releases/latest">TWLFix-CFW</a> <em>(el archivo <code class="language-plaintext highlighter-rouge">.3dsx</code>)</em></li>
<li>Power off your console</li>
<li>Crea una carpeta llamada <code class="language-plaintext highlighter-rouge">3ds</code> en la raíz de tu tarjeta SD, si aún no existe</li>
<li>Copia <code class="language-plaintext highlighter-rouge">TWLFix-CFW.3dsx</code> a la carpeta <code class="language-plaintext highlighter-rouge">/3ds/</code> en tu tarjeta SD</li>
<li>Reinsert your SD card into your console</li>
<li>Abre el Homebrew Launcher</li>
<li>Inicia TWLFix-CFW desde la lista de homebrew</li>
<li>Presiona (A) para desinstalar los títulos TWL dañados</li>
<li>Press (Start) to reboot the console</li>
<li>Update your console by going to System Settings, then “Other Settings”, then going all the way to the right and using “System Update”
<ul>
<li>La actualización verá que los títulos TWL esenciales han sido desinstalados, y los volverá a descargar e instalar</li>
</ul>
</li>
<li>Once the update is complete, tap “OK” to reboot the console</li>
</ol>
</details>
<details>
<summary><u>GBA Virtual Console and/or Safe Mode functionality is broken</u></summary>
<p>Your console is running Luma3DS 6.6 or older, likely via arm9loaderhax. You should follow <a href="a9lh-to-b9s">A9LH to B9S</a> to update your console to a modern custom firmware environment.</p>
</details>
<details>
<summary><u>Extended memory mode games (Pokemon Sun/Moon, Smash, etc.) don't work</u></summary>
<p>Esto puede ocurrir después de un CTRTransfer o al cambiar de región en Old 3DS / 2DS. You will need to system format your console to fix this issue.</p>
</details>
<details>
<summary><u>Exception screen when booting/loading an application</u></summary>
<p>Look for your exception screen in <a href="https://wiki.hacks.guide/wiki/3DS:Error_screens/Luma3DS_exception_screen">this page</a>.
If you werent able to find your error or the instructions didnt work, join <a href="https://discord.gg/MWxPgEp">Nintendo Homebrew on Discord</a> for further assistance.</p>
</details>
<details>
<summary><u>Opening the HOME Menu settings crashes the console or loads the Homebrew Launcher</u></summary>
<p>Your console likely still has menuhax67 installed. To uninstall menuhax67, download the latest release of <a href="https://github.com/zoogie/menuhax67/releases/latest">menuhax67</a> (the menuhax <code class="language-plaintext highlighter-rouge">.zip</code>), then follow the <a href="https://wiki.hacks.guide/wiki/3DS:Alternate_Exploits/menuhax67#Uninstall_menuhax67">“Uninstall menuhax67” section</a> here.</p>
</details>
<hr />
<h2 id="other-troubleshooting">Other troubleshooting</h2>
<details>
<summary><u>Clear HOME Menu extdata</u></summary>
<ol>
<li>Power off your console</li>
<li>Inserta tu tarjeta SD en tu computadora</li>
<li>Navigate to the <code class="language-plaintext highlighter-rouge">/Nintendo 3DS/&lt;ID0&gt;/&lt;ID1&gt;/extdata/00000000/</code> folder on your SD card</li>
<li>Delete the corresponding folder for your 3DS region:
<ul>
<li><strong>Región EUR</strong>: <code class="language-plaintext highlighter-rouge">00000098</code></li>
<li><strong>Región JPN</strong>: <code class="language-plaintext highlighter-rouge">00000082</code></li>
<li><strong>Región USA</strong>: <code class="language-plaintext highlighter-rouge">0000008f</code></li>
<li><strong>Región CHN</strong>: <code class="language-plaintext highlighter-rouge">000000A1</code></li>
<li><strong>Región KOR</strong>: <code class="language-plaintext highlighter-rouge">000000A9</code></li>
<li><strong>Región TWN</strong>: <code class="language-plaintext highlighter-rouge">000000B1</code></li>
</ul>
</li>
<li>Reinsert your SD card into your console</li>
</ol>
</details>
<details>
<summary><u>Clear HOME Menu theme data</u></summary>
<ol>
<li>Power off your console</li>
<li>Inserta tu tarjeta SD en tu computadora</li>
<li>Navigate to the <code class="language-plaintext highlighter-rouge">/Nintendo 3DS/&lt;ID0&gt;/&lt;ID1&gt;/extdata/00000000/</code> folder on your SD card</li>
<li>Delete the corresponding folder for your 3DS region:
<ul>
<li><strong>EUR Region</strong>: <code class="language-plaintext highlighter-rouge">000002ce</code></li>
<li><strong>JPN Region</strong>: <code class="language-plaintext highlighter-rouge">000002cc</code></li>
<li><strong>USA Region</strong>: <code class="language-plaintext highlighter-rouge">000002cd</code></li>
</ul>
</li>
<li>Reinsert your SD card into your console</li>
</ol>
</details>
<details>
<summary><u>Manually entering Homebrew Launcher</u></summary>
<p>If you are missing the Homebrew Launcher application from your HOME Menu, you can follow these instructions to manually enter the Homebrew Launcher. (You will need <a href="https://github.com/LumaTeam/Luma3DS/releases/latest">boot.3dsx and boot.firm</a> on the root of your SD card.)</p>
<ol>
<li>Ejecuta la aplicación Modo Descarga (<img src="https://3ds.hacks.guide/images/download-play-icon.png" alt="" height="24px" width="24px" />)</li>
<li>Espera hasta ver las opciones que dicen <code class="language-plaintext highlighter-rouge">Nintendo 3DS</code> y <code class="language-plaintext highlighter-rouge">Nintendo DS</code></li>
<li>Presiona (Left Shoulder) + (Abajo) + (Select) a la vez para abrir el menú de Rosalina</li>
<li>Selecciona “Miscellaneous options”</li>
<li>Selecciona “Switch the hb. title to the current app.”</li>
<li>Presiona (B) para continuar</li>
<li>Presiona (B) para regresar al menú principal de Rosalina</li>
<li>Presiona (B) para salir del menú de Rosalina</li>
<li>Press (Home) to suspend Download Play</li>
<li>Press the “Close” button on the bottom screen to close Download Play</li>
<li>Re-launch the Download Play application</li>
<li>Your console should load the Homebrew Launcher
<ul>
<li>If your console is stuck on the loading splash screen, you are missing <code class="language-plaintext highlighter-rouge">boot.3dsx</code> from the root of your SD card</li>
</ul>
</li>
</ol>
</details>
<details>
<summary><u>Turning off Parental Controls</u></summary>
<p>You can disable the Parental Controls feature by going to System Settings -&gt; Parental Controls and inserting the PIN, then pressing “Clear Settings”, then “Delete” to remove it.
However, if you do not know the PIN and therefore cannot access the consoles settings, you will need to disable it. In order to do this, you need to obtain your consoles master key (mkey):</p>
<ol>
<li>Go to <a href="https://mkey.eiphax.tech/">this website</a></li>
<li>Fill the following boxes with the information:
<ul>
<li>Device Type: Select “3DS” (the same applies if you are using a 2DS, New 3DS (XL/LL) or New 2DS (XL/LL))</li>
<li>System Date: The day and month your consoles clock is set to</li>
<li>Inquiry Number: Can be obtained by pressing “Forgot PIN” then “I Forgot” in the Parental Controls screen</li>
</ul>
</li>
<li>After you have obtained your mkey, press OK on the screen you have obtained your Inquiry Number, then input the master key</li>
<li>Press “Clear Settings”, then “Delete” to remove all Parental Controls data</li>
</ol>
</details>
</section>
<footer class="page__meta">
</footer>
</div>
</article>
</div>
</div>
<div id="footer" class="page__footer">
<footer>
<!-- start custom footer snippets -->
<!-- end custom footer snippets -->
<div class="page__footer-follow">
<ul class="social-icons">
<li><strong>Follow:</strong></li>
<li><a href="https://github.com/hacks-guide/Guide_3DS" rel="nofollow noopener noreferrer"><i class="fab fa-fw fa-github" aria-hidden="true"></i> GitHub</a></li>
<!-- hacks-guide change start: force disable atom feed-->
<!--
<li><a href="/feed.xml"><i class="fas fa-fw fa-rss-square" aria-hidden="true"></i> Feed</a></li>
</ul>
-->
<!-- hacks-guide change end -->
</div>
<!-- hacks-guide change start: custom footer -->
<div class="page__footer-copyright">&copy; 2023 Nintendo Homebrew. - <a href="site-navigation">Navegación del sitio</a> - <a href="privacy-policy">Política de Privacidad</a> <!-- Powered by <a href="https://jekyllrb.com" rel="nofollow">Jekyll</a> &amp; <a href="https://mademistakes.com/work/minimal-mistakes-jekyll-theme/" rel="nofollow">Minimal Mistakes</a>.--></div>
<!-- hacks-guide change end -->
</footer>
</div>
<!-- hacks-guide change end -->
<script src="/assets/js/main.min.js"></script>
<!-- hacks-guide change start: Disable caching -->
<!-- hacks-guide change end -->
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-760Y60FQ3T"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-760Y60FQ3T', { 'anonymize_ip': false});
</script>
</body>
</html>