Guide_3DS/de_DE/troubleshooting.html

1629 lines
87 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>Problembehandlung - 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="Problembehandlung">
<meta property="og:url" content="https://3ds.hacks.guide/de_DE/troubleshooting.html">
<meta property="og:description" content="A complete guide to 3DS custom firmware">
<link rel="canonical" href="https://3ds.hacks.guide/de_DE/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": "Diese Website verwendet Cookies, um den aktuellen Anleitungsfortschritt auf der Seitenansicht anzuzeigen und um die Seite zu verbessern."
}
})});
</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="/de_DE/">Startseite</a></li>
<li class="masthead__menu-item"><a href="/de_DE/faq">FAQ</a></li>
<li class="masthead__menu-item"><a href="/de_DE/troubleshooting">Problemlösungen</a></li>
<li class="masthead__menu-item"><a href="/de_DE/checking-for-cfw">Prüfe auf CFW</a></li>
<li class="masthead__menu-item"><a href="/de_DE/godmode9-usage">Nutzung von GodMode9</a></li>
<li class="masthead__menu-item"><a href="/de_DE/contribute">Beitragen</a></li>
<li class="masthead__menu-item"><a href="/de_DE/region-changing">Wechseln der Region</a></li>
<li class="masthead__menu-item"><a href="/de_DE/uninstall-cfw">CFW deinstallieren</a></li>
<li class="masthead__menu-item"><a href="/de_DE/credits">Danksagungen</a></li>
<li class="masthead__menu-item"><a href="/de_DE/site-navigation">Seitennavigation</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">Gesamtfortschritt</span>
<ol>
<li style="display: none;" data-name="home"><a href='/de_DE/'>Startseite</a></li>
<li style="display: none;" data-name="key-information"><a href='/de_DE/key-information'>Wichtige Informationen</a></li>
<li style="display: none;" data-name="get-started"><a href='/de_DE/get-started'>Erste Schritte</a></li>
<li style="display: none;" data-name="updating-firmware-(new-3ds)"><a href='/de_DE/updating-firmware-(new-3ds)'>Updating Firmware (New 3DS)</a></li>
<li style="display: none;" data-name="updating-firmware-(kor)"><a href='/de_DE/updating-firmware-(kor)'>Updating Firmware (KOR)</a></li>
<li style="display: none;" data-name="updating-firmware-(twn)"><a href='/de_DE/updating-firmware-(twn)'>Updating Firmware (TWN)</a></li>
<li style="display: none;" data-name="ntrboot"><a href='/de_DE/ntrboot'>ntrboot</a></li>
<li style="display: none;" data-name="alternate-exploits"><a href='/de_DE/alternate-exploits'>Alternate Exploits</a></li>
<li style="display: none;" data-name="seedminer"><a href='/de_DE/seedminer'>Seedminer</a></li>
<li style="display: none;" data-name="seedminer-(alternate)"><a href='/de_DE/seedminer-(alternate)'>Seedminer (Alternate)</a></li>
<li style="display: none;" data-name="seedminer-(mii)"><a href='/de_DE/seedminer-(mii)'>Seedminer (Mii)</a></li>
<li style="display: none;" data-name="seedminer-(twn)"><a href='/de_DE/seedminer-(twn)'>Seedminer (TWN)</a></li>
<li style="display: none;" data-name="bannerbomb3"><a href='/de_DE/bannerbomb3'>BannerBomb3</a></li>
<li style="display: none;" data-name="installing-boot9strap-(ninjhax2-dx)"><a href='/de_DE/installing-boot9strap-(ninjhax2-dx)'>Installing boot9strap (ninjhax2-dx)</a></li>
<li style="display: none;" data-name="installing-boot9strap-(pichaxx)"><a href='/de_DE/installing-boot9strap-(pichaxx)'>Installing boot9strap (PicHaxx)</a></li>
<li style="display: none;" data-name="installing-boot9strap-(smilehax-iie)"><a href='/de_DE/installing-boot9strap-(smilehax-iie)'>Installing boot9strap (smilehax-IIe)</a></li>
<li style="display: none;" data-name="installing-boot9strap-(steelhax)"><a href='/de_DE/installing-boot9strap-(steelhax)'>Installing boot9strap (Steelhax)</a></li>
<li style="display: none;" data-name="installing-boot9strap-(super-skaterhax)"><a href='/de_DE/installing-boot9strap-(super-skaterhax)'>Installing boot9strap (super-skaterhax)</a></li>
<li style="display: none;" data-name="installing-boot9strap-(mset9)"><a href='/de_DE/installing-boot9strap-(mset9)'>Installing boot9strap (MSET9)</a></li>
<li style="display: none;" data-name="installing-boot9strap-(petit-compwner)"><a href='/de_DE/installing-boot9strap-(petit-compwner)'>Installing boot9strap (petit-compwner)</a></li>
<li style="display: none;" data-name="dumping-eshop-dsiware"><a href='/de_DE/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="flashing-ntrboot-(3ds-single-system)"><a href='/de_DE/flashing-ntrboot-(3ds-single-system)'>Flashing ntrboot (3DS Single System)</a></li>
<li style="display: none;" data-name="flashing-ntrboot-(3ds-multi-system)"><a href='/de_DE/flashing-ntrboot-(3ds-multi-system)'>Flashing ntrboot (3DS Multi System)</a></li>
<li style="display: none;" data-name="flashing-ntrboot-(dsi)"><a href='/de_DE/flashing-ntrboot-(dsi)'>Flashing ntrboot (DSi)</a></li>
<li style="display: none;" data-name="flashing-ntrboot-(nds)"><a href='/de_DE/flashing-ntrboot-(nds)'>Flashing ntrboot (NDS)</a></li>
<li style="display: none;" data-name="bannerbomb3-fredtool-(twn)"><a href='/de_DE/bannerbomb3-fredtool-(twn)'>BannerBomb3 + Fredtool (TWN)</a></li>
<li style="display: none;" data-name="installing-boot9strap-(hardmod)"><a href='/de_DE/installing-boot9strap-(hardmod)'>Installing boot9strap (Hardmod)</a></li>
<li style="display: none;" data-name="installing-boot9strap-(ntrboot)"><a href='/de_DE/installing-boot9strap-(ntrboot)'>Installing boot9strap (ntrboot)</a></li>
<li style="display: none;" data-name="installing-boot9strap-(soundhax)"><a href='/de_DE/installing-boot9strap-(soundhax)'>Installing boot9strap (Soundhax)</a></li>
<li style="display: none;" data-name="installing-boot9strap-(safecerthax)"><a href='/de_DE/installing-boot9strap-(safecerthax)'>Installing boot9strap (safecerthax)</a></li>
<li style="display: none;" data-name="installing-boot9strap-(ssloth-browser)"><a href='/de_DE/installing-boot9strap-(ssloth-browser)'>Installing boot9strap (SSLoth-Browser)</a></li>
<li style="display: none;" data-name="installing-boot9strap-(fredtool-inject)"><a href='/de_DE/installing-boot9strap-(fredtool-inject)'>Installing boot9strap (Fredtool-Inject)</a></li>
<li style="display: none;" data-name="installing-boot9strap-(menuhax)"><a href='/de_DE/installing-boot9strap-(menuhax)'>Installing boot9strap (menuhax)</a></li>
<li style="display: none;" data-name="installing-boot9strap-(kartdlphax)"><a href='/de_DE/installing-boot9strap-(kartdlphax)'>Installing boot9strap (kartdlphax)</a></li>
<li style="display: none;" data-name="finalizing-setup"><a href='/de_DE/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="Problembehandlung">
<div class="page__inner-wrap">
<header>
<h1 id="page-title" class="page__title" itemprop="headline">Problembehandlung
</h1>
</header>
<section class="page__content" itemprop="text">
<!-- hacks-guide change start -->
<hr>
<div class ="notice"><b>Für Support auf Englisch, bitte um Hilfe auf dem <a href="https://discord.gg/MWxPgEp">Nintendo Homebrew Discord</a>.</b></div>
<div class ="notice"><b>Wenn du diese Anleitung wertschätzt, akzeptieren wir auch <a href="contribute#donations">Spenden</a>.</b></div>
<hr>
<!-- hacks-guide change end -->
<p>Diese Seite gibt Anweisungen und Lösungen für oft auftretende Fehler. Wenn diese Seite das Problem nicht lösen kann, tritt bitte <a href="https://discord.gg/MWxPgEp">Nintendo Homebrew on Discord</a> und beschreibe dein Problem, zusätzlich mit dem, was du schon versucht hast.</p>
<details class="notice--info">
<summary>Inhaltsverzeichnis</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>Probleme nach der 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="issues-with-safeb9sinstaller">Issues with SafeB9SInstaller</h2>
<h3 id="before-opening-safeb9sinstaller">Before opening SafeB9SInstaller</h3>
<details>
<summary><u>Failed to open SafeB9SInstaller.bin</u></summary>
<p>Die Datei <code class="language-plaintext highlighter-rouge">SafeB9SInstaller.bin</code> fehlt oder ist falsch platziert. Lade die neueste Version von <a href="https://github.com/d0k3/SafeB9SInstaller/releases/download/v0.0.7/SafeB9SInstaller-20170605-122940.zip">SafeB9SInstaller</a> herunter, entpacke sie und platziere <code class="language-plaintext highlighter-rouge">SafeB9SInstaller.bin</code> im Stammverzeichnis deiner SD-Karte. Füge die <code class="language-plaintext highlighter-rouge">.bin</code> Erweiterung nicht hinzu, wenn du sie noch nicht siehst.</p>
</details>
<h3 id="sighaxed-firm-was-not-installed-check-lower-screen-for-more-info">SigHaxed FIRM was not installed! Check lower screen for more info.</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>Dir fehlt die <code class="language-plaintext highlighter-rouge">boot9strap.firm</code> und die <code class="language-plaintext highlighter-rouge">boot9strap.firm.sha</code> Datei im <code class="language-plaintext highlighter-rouge">boot9strap</code> Ordner, oder der <code class="language-plaintext highlighter-rouge">boot9strap</code> Ordner ist falsch bennant. Lade dir neuste Version von <a href="https://github.com/SciresM/boot9strap/releases/download/1.4/boot9strap-1.4.zip">boot9strap</a> herunter und platziere <code class="language-plaintext highlighter-rouge">boot9strap.firm</code> und <code class="language-plaintext highlighter-rouge">boot9strap.firm.sha</code> in deinen <code class="language-plaintext highlighter-rouge">boot9strap</code> Ordner.</p>
</details>
<details>
<summary><u>SigHaxed FIRM - invalid FIRM</u></summary>
<p>Es liegt ein Problem mit den boot9strap.firm und boot9strap.firm.sha Dateien vor. Lade dir neuste Version von <a href="https://github.com/SciresM/boot9strap/releases/download/1.4/boot9strap-1.4.zip">boot9strap</a> herunter und platziere <code class="language-plaintext highlighter-rouge">boot9strap.firm</code> und <code class="language-plaintext highlighter-rouge">boot9strap.firm.sha</code> in deinem <code class="language-plaintext highlighter-rouge">boot9strap</code> Ordner.</p>
</details>
<details>
<summary><u>Secret Sector - File not found</u></summary>
<p>Dir fehlt die <code class="language-plaintext highlighter-rouge">secret_sector.bin</code> Datei im <code class="language-plaintext highlighter-rouge">boot9strap</code> Ordner, oder dein <code class="language-plaintext highlighter-rouge">boot9strap</code> Ordner ist falsch benannt. Lade <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> mit einem Torrent Client herunter, und platziere sie in deinem <code class="language-plaintext highlighter-rouge">boot9strap</code> Ordner.</p>
</details>
<details>
<summary><u>Etwas anderes</u></summary>
<p>Tritt <a href="https://discord.gg/MWxPgEp">Nintendo Homebrew auf Discord</a> bei und beschreibe die Nachricht, die du siehst.</p>
</details>
<h2 id="seedminer">Seedminer</h2>
<details>
<summary><u>Mehrere Ordner mit langem Namen im Nintendo 3DS Ordner</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. Um herauszufinden, welcher der langen Ordner der richtige ist, folge diesen Anweisungen:</p>
<ol>
<li>Benenne den <code class="language-plaintext highlighter-rouge">Nintendo 3DS</code> Ordner zu <code class="language-plaintext highlighter-rouge">BACKUP_Nintendo 3DS</code> um</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>Deine Apps werden verschwunden sein. Das ist normal und wird gleich behoben</li>
</ul>
</li>
<li>Power off your console</li>
<li>Stecke deine SD-Karte in deinen Computer</li>
<li>Navigiere zum “Nintendo 3DS”-Ordner auf deiner SD-Karte</li>
<li>Kopiere den 32 Buchstaben langen Ordnernamen von dem Ordner, den du siehst
<ul>
<li>Das ist deine richtige ID0, die du in <a href="seedminer#section-ii---seedminer">Schritt II von Seedminer</a>
verwenden wirst</li>
</ul>
</li>
<li>Lösche den <code class="language-plaintext highlighter-rouge">Nintendo 3DS</code> Ordner</li>
<li>Benenne den <code class="language-plaintext highlighter-rouge">BACKUP_Nintendo 3DS</code> Ordner zu <code class="language-plaintext highlighter-rouge">Nintendo 3DS</code> um</li>
</ol>
</details>
<details>
<summary><u>Bruteforce Movable springt zu Schritt 4</u></summary>
<p>Die Webseite hat deine <code class="language-plaintext highlighter-rouge">movable.sed</code> mit deiner Freundescode- und ID0-Kombination bereits herausgefunden. Du kannst die <code class="language-plaintext highlighter-rouge">movable.sed</code> Datei benutzen, die dir die Seite gibt.</p>
</details>
<details>
<summary><u>Important! You have been locked out of the automated part1 dumper system...</u></summary>
<p>Dein Freundescode wurde von dem Bot blockiert, da dein 3DS es nicht geschafft hat, den Bot als Freund hinzuzufügen. Stell sicher, dass dein 3DS korrekt mit dem Internet verbunden ist, und bitte in <a href="https://discord.gg/MWxPgEp">Nintendo Homebrew on Discord</a> auf Englisch um eine Entperrung.</p>
</details>
<details>
<summary><u>We were unable to successfully complete your bruteforce request. :`(</u></summary>
<p>Die Webseite hat festgestellt, dass deine <code class="language-plaintext highlighter-rouge">movable.sed</code> nicht brute-forcebar ist. Stell sicher, dass du der Seite die richtige ID0 gegeben hast. 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 can occur if youve used multiple SD cards on a 3DS and then merged the contents of the SD cards together. This is done to prevent conflicting, valid data from being merged together.</p>
<p>To fix this, you will need to determine which folder contains your data. Usually, this will be the larger (or largest) of the folders. Backup and delete the smaller one(s), then create a <code class="language-plaintext highlighter-rouge">Nintendo DSiWare</code> folder in the one that remains and move <code class="language-plaintext highlighter-rouge">F00D43D5.bin</code> to that location.</p>
</details>
<details>
<summary><u>DSiWare Management Menü stürzt ab, ohne BB3 multihax menu anzuzeigen</u></summary>
<p>Stelle sicher, dass <code class="language-plaintext highlighter-rouge">F00D43D5.bin</code> die einzige Datei 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;-&gt; </code>Nintendo DSiWare` ist. If it is, then re-create it with the <a href="https://zoogie.github.io/web/bb3">Bannerbomb3 Injector</a>.</p>
<p>Stelle außerdem sicher, dass <code class="language-plaintext highlighter-rouge">bb3.bin</code> im Stammverzeichnis der SD-Karte liegt. 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. Wenn das der Fall ist, trete dem <a href="https://discord.gg/MWxPgEp">Nintendo Homebrew on Discord</a> Server bei und frage, auf Englisch, nach Hilfe.</p>
</details>
<details>
<summary><u>Nintendo DSiWare-Datenverwaltung zeigt "Es wurden keine Softwaredaten gefunden."</u></summary>
<p><code class="language-plaintext highlighter-rouge">F00D43D5.bin</code> fehlt 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>. Stelle sicher, dass <code class="language-plaintext highlighter-rouge">Nintendo DSiWare</code> korrekt geschrieben und Leerzeichen enthält. Groß-/Kleinschreibung spielt hierbei keine Rolle.</p>
</details>
<details>
<summary><u>Nintendo DSiWare-Datenverwaltung zeigt ein Fragezeichen</u></summary>
<p>Möglicherweise gibt es ein Problem mit deiner <code class="language-plaintext highlighter-rouge">F00D43D5.bin</code> Datei (sie kann beschädigt oder für den falschen 3DS bestimmt sein). 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>Stelle sicher, dass deine <code class="language-plaintext highlighter-rouge">movable.sed</code> und das DSiWare-Backup von derselben Konsole stammen. Eine Unterschied führt zu einem Fehler.</p>
</details>
<details>
<summary><u>"Haxxxxxxxxx!" erscheint nicht</u></summary>
<p>Es gibt ein Problem mit deiner <code class="language-plaintext highlighter-rouge">42383821.bin</code> Datei (sie ist falsch, fehlt komplett, falsch platziert oder beschädigt). Erstelle deine Dateien mit der <a href="https://jenkins.nelthorya.net/job/DSIHaxInjector_new/build?delay=0sec">DSIHaxInjector_new</a> Seite neu und stelle sicher, dass du die <code class="language-plaintext highlighter-rouge">42383821.bin</code> aus <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> platzierst.</p>
</details>
<details>
<summary><u>DSiWare launches normally</u></summary>
<p><code class="language-plaintext highlighter-rouge">Haxxxxxxxxx!</code> wurde nicht von deiner SD-Karte in deinen Systemspeicher kopiert.</p>
</details>
<details>
<summary><u>SD-Karte ist in Flipnote ausgegraut</u></summary>
<p>Flipnote kann eine Weile benötigen, bis es deine Karte einsortiert hat, wenn du eine große SD-Karte benutzt. Warte für ein paar Minuten.</p>
</details>
<details>
<summary><u>Lenny Gesicht erscheint nicht im SD-Kartenbereich</u></summary>
<p>Du hast den <code class="language-plaintext highlighter-rouge">private</code> Ordner von der Frogminer_save <code class="language-plaintext highlighter-rouge">.zip</code> nicht in das Stammverzeichnis deiner SD-Karte kopiert.</p>
</details>
<details>
<summary><u>Flipnote friert ein</u></summary>
<p>Möglicherweise hast du versehentlich den Touchscreen berührt, während du in dem modifizierten Flipnote gewesen bist. Starte die Nintendo DS-Verbindungen erneut und versuche es nochmal. Überprüfe, dass du nicht versehentlich den Touchscreen verwendest.</p>
</details>
<details>
<summary><u>Grüner Bildschirm nach Einfügen</u></summary>
<p>Die Datei <code class="language-plaintext highlighter-rouge">boot.nds</code> fehlt oder ist falsch platziert. Lade die neueste Version von <a href="https://github.com/zoogie/b9sTool/releases/latest">b9stool</a> herunter, und platziere <code class="language-plaintext highlighter-rouge">boot.nds</code> im Stammverzeichnis deiner SD-Karte und ersetze die vorhandene Datei.</p>
</details>
<details>
<summary><u>Weißer Bildschirm nach Einfügen</u></summary>
<p>Es gibt ein Problem mit deiner <code class="language-plaintext highlighter-rouge">boot.nds</code> Datei. Lade die neueste Version von <a href="https://github.com/zoogie/b9sTool/releases/latest">b9stool</a> erneut herunter, und platziere <code class="language-plaintext highlighter-rouge">boot.nds</code> im Stammverzeichnis deiner SD-Karte und ersetze die vorhandene Datei.</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>. Füge die <code class="language-plaintext highlighter-rouge">.bin</code> Erweiterung nicht hinzu, wenn du sie noch nicht siehst.</p>
</details>
<details>
<summary><u>"An exception occurred" or Errdisp when opening Picross</u></summary>
<p>Your console already has custom firmware. You should <a href="checking-for-cfw">check for CFW</a>.</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>. Füge die <code class="language-plaintext highlighter-rouge">.bin</code> Erweiterung nicht hinzu, wenn du sie noch nicht siehst.</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="installing-boot9strap-soundhax">Installing 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. You should <a href="checking-for-cfw">check for CFW</a>.</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 (it is missing, misplaced, or corrupted). Download the latest release of <a href="https://github.com/TuxSH/universal-otherapp/releases/latest">universal-otherapp</a> and place it on the root of your SD card.</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. Trete <a href="https://discord.gg/MWxPgEp">Nintendo Homebrew auf Discord</a> für mehr Hilfe bei.</p>
</details>
<details>
<summary><u>Failed to mount the SD card!</u></summary>
<p>Sichere deine Daten und formatiere deine SD-Karte als FAT32 mit dem empfohlenen Werkzeug je nach Betriebssystem (<a href="formatting-sd-(windows)">Windows</a>, <a href="formating-sd-(mac)">macOS</a>, <a href="formating-sd-(linux)">Linux</a>). MiniTool Partition Wizard und das HP Formatierungswerkzeug (HPUSBDisk) sind bekannt für Probleme mit 3DS SD-Karten.</p>
<p>Wenn dies nicht gelingt, benutze eine andere SD-Karte.</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. You should <a href="checking-for-cfw">check for CFW</a>.</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. Lade die neuste Version von <a href="https://github.com/TuxSH/universal-otherapp/releases/latest">universal-otherapp</a> herunter, platziere <code class="language-plaintext highlighter-rouge">otherapp.bin</code> im Stammverzeichnis deiner SD-Karte und benenne die Datei zu <code class="language-plaintext highlighter-rouge">arm11code.bin</code> um. Füge die <code class="language-plaintext highlighter-rouge">.bin</code> Erweiterung nicht hinzu, wenn du sie noch nicht siehst.</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. Lade die neuste Version von <a href="https://github.com/TuxSH/universal-otherapp/releases/latest">universal-otherapp</a> herunter, platziere <code class="language-plaintext highlighter-rouge">otherapp.bin</code> im Stammverzeichnis deiner SD-Karte und benenne die Datei zu <code class="language-plaintext highlighter-rouge">arm11code.bin</code> um. Füge die <code class="language-plaintext highlighter-rouge">.bin</code> Erweiterung nicht hinzu, wenn du sie noch nicht siehst.</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>Der Test sollte erfolgreich sein</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>. Füge die <code class="language-plaintext highlighter-rouge">.bin</code> Erweiterung nicht hinzu, wenn du sie noch nicht siehst.</p>
</details>
<details>
<summary><u>"PrepareArm9ForTwl returned error c8804631!"</u></summary>
<p>Trete <a href="https://discord.gg/MWxPgEp">Nintendo Homebrew auf Discord</a> für mehr Hilfe bei.</p>
</details>
<details>
<summary><u>Failed to mount the SD card!</u></summary>
<p>Sichere deine Daten und formatiere deine SD-Karte als FAT32 mit dem empfohlenen Werkzeug je nach Betriebssystem (<a href="formatting-sd-(windows)">Windows</a>, <a href="formating-sd-(mac)">macOS</a>, <a href="formating-sd-(linux)">Linux</a>). MiniTool Partition Wizard und das HP Formatierungswerkzeug (HPUSBDisk) sind bekannt für Probleme mit 3DS SD-Karten.</p>
<p>Wenn dies nicht gelingt, benutze eine andere SD-Karte.</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. You should <a href="checking-for-cfw">check for CFW</a>.</p>
</details>
<h2 id="installing-boot9strap-mset9">Installing boot9strap (MSET9)</h2>
<details>
<summary><u>assert(id0_count == 1) AssertionError</u></summary>
<p>You have multiple ID0 folders. To determine the correct folder, follow these instructions:</p>
<ol>
<li>Benenne den <code class="language-plaintext highlighter-rouge">Nintendo 3DS</code> Ordner zu <code class="language-plaintext highlighter-rouge">BACKUP_Nintendo 3DS</code> um</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>Deine Apps werden verschwunden sein. Das ist normal und wird gleich behoben</li>
</ul>
</li>
<li>Power off your console</li>
<li>Stecke deine SD-Karte in deinen Computer</li>
<li>Navigiere zum “Nintendo 3DS”-Ordner auf deiner SD-Karte</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>(title/import).db does not exist, create them now?" / invalid database</u></summary>
<p>Full error messages:</p>
<ul>
<li>“Nintendo 3DS/&lt;ID0&gt;/&lt;ID1&gt;/dbs/&lt;import.db and/or title.db&gt; does not exist on SD card! Create them now? (type yes/no)”</li>
<li>“Invalid database”</li>
</ul>
<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>Type “yes”, then press Enter</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>[WinError 5] Access is denied</u></summary>
<p>The SD card may be write-locked. 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>UnboundLocalError: cannot access local variable 'haxid1_path'</u></summary>
<p>This can happen when Option 1 stopped because of an error and there is an incomplete installation.</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>
+If this doesnt work: hold SHIFT and right-click anywhere in the SD card window, then click the option that opens Terminal, PowerShell, or Command Prompt, then type <code class="language-plaintext highlighter-rouge">py -3 mset9.py</code> and press Enter</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">4</code>, then press Enter to remove MSET9</li>
<li>Return to the <a href="installing-boot9strap-(mset9)#section-i---prep-work">beginning of Section I</a></li>
</ol>
</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 <code class="language-plaintext highlighter-rouge">SDMC</code> folder in 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>assert(mii_ok==1) AssertionError</u></summary>
<p>Your SD card does not have Mii Maker Data, which is necessary for this exploit to run.</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>
<ul>
<li>If this doesnt work: hold SHIFT and right-click anywhere in the SD card window, then click the option that opens Terminal, PowerShell, or Command Prompt, then type <code class="language-plaintext highlighter-rouge">py -3 mset9.py</code> and press Enter</li>
</ul>
</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">4</code>, then press Enter to remove MSET9</li>
<li>Insert the SD card into your console</li>
<li>Power on your console</li>
<li>Launch Mii Maker</li>
<li>Wait for your console to reach the “Welcome to Mii Maker” screen, then exit Mii Maker</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>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>
<ul>
<li>If this doesnt work: hold SHIFT and right-click anywhere in the SD card window, then click the option that opens Terminal, PowerShell, or Command Prompt, then type <code class="language-plaintext highlighter-rouge">py -3 mset9.py</code> and press Enter</li>
</ul>
</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 “Deleting… done.”, insert 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>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>
<ul>
<li>If this doesnt work: hold SHIFT and right-click anywhere in the SD card window, then click the option that opens Terminal, PowerShell, or Command Prompt, then type <code class="language-plaintext highlighter-rouge">py -3 mset9.py</code> and press Enter</li>
</ul>
</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">4</code>, then press Enter to remove MSET9</li>
<li>Insert the SD card into your console</li>
<li>Power on your console</li>
<li>Launch Mii Maker</li>
<li>Wait for your console to reach the “Welcome to Mii Maker” screen, then exit Mii Maker</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>
<h2 id="finalizing-setup">Finalizing Setup</h2>
<details>
<summary><u>Unable to update console</u></summary>
<p>The steps below can be attempted in any order, but are listed from easiest to hardest to perform.</p>
<ol>
<li>Set your DNS settings to “Auto”</li>
<li>Move closer to your WiFi router</li>
<li>Update from Safe Mode by turning off the console, holding (Left Shoulder) + (Right Shoulder) + (D-Pad Up) + (A) on boot, and following the on-screen prompts</li>
<li>Delete your WiFi connection, then reconnect to your WiFi again</li>
<li>Reboot your WiFi router</li>
<li>Connect to a different WiFi connection, like a mobile hotspot</li>
<li>Nintendo servers may be down; Try again later</li>
<li>If you still get an error, <a href="ctrtransfer">follow CTRTransfer</a>, then try again</li>
<li>For further support (in English), join <a href="https://discord.gg/MWxPgEp">Nintendo Homebrew on Discord</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>Stecke deine SD-Karte in deinen Computer</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. This will launch GodMode9</li>
<li>Press the (Home) button</li>
<li>Wähle “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>Stecke deine SD-Karte in deinen Computer</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. This will launch GodMode9</li>
<li>Press the (Home) button</li>
<li>Wähle “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>Stecke deine SD-Karte in deinen Computer</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. This will launch 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. This will launch GodMode9</li>
<li>Drücke (Home), um das Aktionsmenü aufzurufen</li>
<li>Wähle “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). If your console is running an older homebrew setup (for example, something based on arm9loaderhax or menuhax), you should update your setup before trying these instructions.</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>The steps below can be attempted in any order, but are listed from least to most time-consuming.</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>Rename the <code class="language-plaintext highlighter-rouge">Nintendo 3DS</code> folder on your SD card to <code class="language-plaintext highlighter-rouge">Nintendo 3DS_BACKUP</code>, then attempt to boot. 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>Navigate to <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>EUR-Region</strong>: <code class="language-plaintext highlighter-rouge">00000098</code></li>
<li><strong>JPN-Region</strong>: <code class="language-plaintext highlighter-rouge">00000082</code></li>
<li><strong>USA-Region</strong>: <code class="language-plaintext highlighter-rouge">0000008f</code></li>
<li><strong>CHN-Region</strong>: <code class="language-plaintext highlighter-rouge">000000A1</code></li>
<li><strong>KOR-Region</strong>: <code class="language-plaintext highlighter-rouge">000000A9</code></li>
<li><strong>TWN-Region</strong>: <code class="language-plaintext highlighter-rouge">000000B1</code></li>
</ul>
</li>
</ul>
</li>
<li>Try booting into recovery mode and updating your system:
<ul>
<li>Power off your console</li>
<li>Hold (Left Shoulder) + (Right Shoulder) + (D-Pad Up) + (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>Follow the <a href="ctrtransfer">CTRTransfer</a> guide</li>
<li>For further support, ask for help at <a href="https://discord.gg/MWxPgEp">Nintendo Homebrew on Discord</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>Your Luma3DS version is outdated. Download the latest release of <a href="https://github.com/LumaTeam/Luma3DS/releases/latest">Luma3DS</a> and place <code class="language-plaintext highlighter-rouge">boot.firm</code> on the root of your SD card, replacing any existing file. Make sure you are extracting the ZIP file with any tool other than WinRAR, as it is known to cause issues with 3DS-related files.</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>ARM11 exception handlers are disabled, or custom firmware is not installed. Try enabling ARM11 exception handlers:
+ Power off your console
+ Hold (Select)
+ Power on your console, while still holding (Select)
+ If the “Disable ARM11 exception handlers” box is checked, uncheck it</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. In any case, join <a href="https://discord.gg/MWxPgEp">Nintendo Homebrew on Discord</a> for assistance.
+ It is also possible that someone has set a boot-time splash screen that just looks like a brick. 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>Please take a photo of the error and join <a href="https://discord.gg/MWxPgEp">Nintendo Homebrew on Discord</a> for assistance.</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>Download the latest release of <a href="https://github.com/MechanicalDragon0687/TWLFix-CFW/releases/latest">TWLFix-CFW</a> (the <code class="language-plaintext highlighter-rouge">.3dsx</code> file)</li>
<li>Power off your console</li>
<li>Erstelle einen Ordner namens <code class="language-plaintext highlighter-rouge">3ds</code> im Stammverzeichnis deiner SD-Karte falls er noch nicht existiert</li>
<li>Copy <code class="language-plaintext highlighter-rouge">TWLFix-CFW.3dsx</code> to the <code class="language-plaintext highlighter-rouge">/3ds/</code> folder on your SD card</li>
<li>Reinsert your SD card into your console</li>
<li>Open the Homebrew Launcher</li>
<li>Launch TWLFix-CFW from the list of homebrew</li>
<li>Press (A) to uninstall the broken TWL titles</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>The update will see that the essential TWL titles have been uninstalled, and will redownload and reinstall them</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>This can occur after a CTRTransfer or region change on 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>Stecke deine SD-Karte in deinen Computer</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">00000098</code></li>
<li><strong>JPN-Region</strong>: <code class="language-plaintext highlighter-rouge">00000082</code></li>
<li><strong>USA-Region</strong>: <code class="language-plaintext highlighter-rouge">0000008f</code></li>
<li><strong>CHN-Region</strong>: <code class="language-plaintext highlighter-rouge">000000A1</code></li>
<li><strong>KOR-Region</strong>: <code class="language-plaintext highlighter-rouge">000000A9</code></li>
<li><strong>TWN-Region</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>Stecke deine SD-Karte in deinen Computer</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>Launch the Download Play application (<img src="https://3ds.hacks.guide/images/download-play-icon.png" alt="" height="24px" width="24px" />)</li>
<li>Wait until you see the <code class="language-plaintext highlighter-rouge">Nintendo 3DS</code> and <code class="language-plaintext highlighter-rouge">Nintendo DS</code> buttons</li>
<li>Press (Left Shoulder) + (D-Pad Down) + (Select) at the same time to open the Rosalina menu</li>
<li>Wähle “Miscellaneous options”</li>
<li>Wähle “Switch the hb. title to the current app.”</li>
<li>Drücke (B) um fortzufahren</li>
<li>Drücke (B), um zum Rosalina-Hauptmenü zurückzukehren</li>
<li>Drücke (B), um das Rosalina-Menü zu schließen</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">Seitennavigation</a> - <a href="privacy-policy">Datenschutzerklärung</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 -->
<script>
var _gaq = _gaq || [];
_gaq.push(['_setAccount', '397069354']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html>