Guide_3DS/zh_TW/troubleshooting.html

1649 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>疑難排解 - 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="疑難排解">
<meta property="og:url" content="https://3ds.hacks.guide/zh_TW/troubleshooting.html">
<meta property="og:description" content="A complete guide to 3DS custom firmware">
<link rel="canonical" href="https://3ds.hacks.guide/zh_TW/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": "此網站透過 Cookies 來顯示您手冊的操作進度以及提升此網站的使用經驗。"
}
})});
</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="/zh_TW/">首頁</a></li>
<li class="masthead__menu-item"><a href="/zh_TW/faq">常見問題 FAQ</a></li>
<li class="masthead__menu-item"><a href="/zh_TW/troubleshooting">疑難排解</a></li>
<li class="masthead__menu-item"><a href="/zh_TW/checking-for-cfw">檢查自製韌體</a></li>
<li class="masthead__menu-item"><a href="/zh_TW/godmode9-usage">如何使用 GodMode9</a></li>
<li class="masthead__menu-item"><a href="/zh_TW/contribute">貢獻</a></li>
<li class="masthead__menu-item"><a href="/zh_TW/region-changing">區碼變更</a></li>
<li class="masthead__menu-item"><a href="/zh_TW/uninstall-cfw">卸載自製韌體</a></li>
<li class="masthead__menu-item"><a href="/zh_TW/credits">製作群</a></li>
<li class="masthead__menu-item"><a href="/zh_TW/site-navigation">網站導覽</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">整體進度</span>
<ol>
<li style="display: none;" data-name="home"><a href='/zh_TW/'>首頁</a></li>
<li style="display: none;" data-name="key-information"><a href='/zh_TW/key-information'>Key Information</a></li>
<li style="display: none;" data-name="get-started"><a href='/zh_TW/get-started'>Get Started</a></li>
<li style="display: none;" data-name="ntrboot"><a href='/zh_TW/updating-firmware-(new-3ds)'>Updating Firmware (New 3DS)</a></li>
<li style="display: none;" data-name="installing-boot9strap-(mset9)"><a href='/zh_TW/updating-firmware-(kor)'>Updating Firmware (KOR)</a></li>
<li style="display: none;" data-name="multiple-options"><a href='/zh_TW/updating-firmware-(twn)'>Updating Firmware (TWN)</a></li>
<li style="display: none;" data-name="flashing-ntrboot-(3ds-single-system)"><a href='/zh_TW/ntrboot'>ntrboot</a></li>
<li style="display: none;" data-name="flashing-ntrboot-(3ds-multi-system)"><a href='/zh_TW/alternate-exploits'>Alternate Exploits</a></li>
<li style="display: none;" data-name="flashing-ntrboot-(dsi)"><a href='/zh_TW/seedminer'>Seedminer</a></li>
<li style="display: none;" data-name="flashing-ntrboot-(nds)"><a href='/zh_TW/seedminer-(alternate)'>Seedminer (Alternate)</a></li>
<li style="display: none;" data-name="installing-boot9strap-(hardmod)"><a href='/zh_TW/seedminer-(mii)'>Seedminer (Mii)</a></li>
<li style="display: none;" data-name="installing-boot9strap-(ntrboot)"><a href='/zh_TW/seedminer-(twn)'>Seedminer (TWN)</a></li>
<li style="display: none;" data-name="installing-boot9strap-(soundhax)"><a href='/zh_TW/bannerbomb3'>BannerBomb3</a></li>
<li style="display: none;" data-name="installing-boot9strap-(safecerthax)"><a href='/zh_TW/installing-boot9strap-(ninjhax2-dx)'>Installing boot9strap (ninjhax2-dx)</a></li>
<li style="display: none;" data-name="installing-boot9strap-(ssloth-browser)"><a href='/zh_TW/installing-boot9strap-(pichaxx)'>Installing boot9strap (PicHaxx)</a></li>
<li style="display: none;" data-name="installing-boot9strap-(super-skaterhax)"><a href='/zh_TW/installing-boot9strap-(smilehax-iie)'>Installing boot9strap (smilehax-IIe)</a></li>
<li style="display: none;" data-name="installing-boot9strap-(kartdlphax)"><a href='/zh_TW/installing-boot9strap-(steelhax)'>Installing boot9strap (Steelhax)</a></li>
<li style="display: none;" data-name="finalizing-setup"><a href='/zh_TW/installing-boot9strap-(super-skaterhax)'>Installing boot9strap (super-skaterhax)</a></li>
<li style="display: none;" data-name=""><a href='/zh_TW/installing-boot9strap-(mset9)'>Installing boot9strap (MSET9)</a></li>
<li style="display: none;" data-name=""><a href='/zh_TW/installing-boot9strap-(petit-compwner)'>Installing boot9strap (petit-compwner)</a></li>
<li style="display: none;" data-name=""><a href='/zh_TW/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=""><a href='/zh_TW/flashing-ntrboot-(3ds-single-system)'>Flashing ntrboot (3DS Single System)</a></li>
<li style="display: none;" data-name=""><a href='/zh_TW/flashing-ntrboot-(3ds-multi-system)'>Flashing ntrboot (3DS Multi System)</a></li>
<li style="display: none;" data-name=""><a href='/zh_TW/flashing-ntrboot-(dsi)'>Flashing ntrboot (DSi)</a></li>
<li style="display: none;" data-name=""><a href='/zh_TW/flashing-ntrboot-(nds)'>Flashing ntrboot (NDS)</a></li>
<li style="display: none;" data-name=""><a href='/zh_TW/bannerbomb3-fredtool-(twn)'>BannerBomb3 + Fredtool (TWN)</a></li>
<li style="display: none;" data-name=""><a href='/zh_TW/installing-boot9strap-(hardmod)'>Installing boot9strap (Hardmod)</a></li>
<li style="display: none;" data-name=""><a href='/zh_TW/installing-boot9strap-(ntrboot)'>Installing boot9strap (ntrboot)</a></li>
<li style="display: none;" data-name=""><a href='/zh_TW/installing-boot9strap-(soundhax)'>Installing boot9strap (Soundhax)</a></li>
<li style="display: none;" data-name=""><a href='/zh_TW/installing-boot9strap-(safecerthax)'>Installing boot9strap (safecerthax)</a></li>
<li style="display: none;" data-name=""><a href='/zh_TW/installing-boot9strap-(ssloth-browser)'>Installing boot9strap (SSLoth-Browser)</a></li>
<li style="display: none;" data-name=""><a href='/zh_TW/installing-boot9strap-(fredtool-inject)'>Installing boot9strap (Fredtool-Inject)</a></li>
<li style="display: none;" data-name=""><a href='/zh_TW/installing-boot9strap-(menuhax)'>Installing boot9strap (menuhax)</a></li>
<li style="display: none;" data-name=""><a href='/zh_TW/installing-boot9strap-(kartdlphax)'>Installing boot9strap (kartdlphax)</a></li>
<li style="display: none;" data-name=""><a href='/zh_TW/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="疑難排解">
<div class="page__inner-wrap">
<header>
<h1 id="page-title" class="page__title" itemprop="headline">疑難排解
</h1>
</header>
<section class="page__content" itemprop="text">
<!-- hacks-guide change start -->
<hr>
<div class ="notice"><b>若需英語支援,請於 <a href="https://discord.gg/MWxPgEp">Discord 上的 Nintendo Homebrew 伺服器</a>發問。</b></div>
<div class ="notice"><b>如果您喜歡本教學,我們很樂意接受<a href="contribute#donations">捐贈</a></b></div>
<hr>
<!-- hacks-guide change end -->
<p>本頁提供常見問題的疑難解答及建議。 如果您無法透過本頁解決你的問題,請加入 <a href="https://discord.gg/MWxPgEp">Discord 上的 Nintendo Homebrew 伺服器</a>,並以英文敘述你的問題,以及您已經嘗試過的步驟。</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="關於-safeb9sinstaller-的問題">關於 SafeB9SInstaller 的問題</h2>
<h3 id="before-opening-safeb9sinstaller">Before opening SafeB9SInstaller</h3>
<details>
<summary><u>Failed to open SafeB9SInstaller.bin</u></summary>
<p><code class="language-plaintext highlighter-rouge">SafeB9SInstaller.bin</code> 檔案遺失或放在了錯誤的位置。 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. 如果您的電腦沒有顯示 <code class="language-plaintext highlighter-rouge">.bin</code> 的副檔名,請勿手動新增。</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>你忘記把 <code class="language-plaintext highlighter-rouge">boot9strap.firm</code><code class="language-plaintext highlighter-rouge">boot9strap.firm.sha</code> 放進 SD 卡根目錄的 <code class="language-plaintext highlighter-rouge">boot9strap</code> 資料夾,或建立 <code class="language-plaintext highlighter-rouge">boot9strap</code> 資料夾的時候打錯了名字。 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>你的 <code class="language-plaintext highlighter-rouge">boot9strap.firm</code><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>你忘記把 <code class="language-plaintext highlighter-rouge">secret_sector.bin</code> 放進 SD 卡根目錄的 <code class="language-plaintext highlighter-rouge">boot9strap</code> 資料夾了,或是建立 <code class="language-plaintext highlighter-rouge">boot9strap</code> 資料夾的時候打錯了名字。 用 BT 下載 <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>,並將其放至 <code class="language-plaintext highlighter-rouge">boot9strap</code> 資料夾中。</p>
</details>
<details>
<summary><u>Something else</u></summary>
<p>請在 <a href="https://discord.gg/MWxPgEp">Discord 上的 Nintendo Homebrew 伺服器</a>以英文尋求協助,並敘述您所看到的錯誤訊息。</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. 若要確定哪個資料夾屬於您 3DS 的,請按照以下說明操作:</p>
<ol>
<li><code class="language-plaintext highlighter-rouge">Nintendo 3DS</code> 資料夾重新命名為 <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>您先前所安裝的應用程式會暫時消失。 這是正常的,且待會就會恢復正常。</li>
</ul>
</li>
<li>Power off your console</li>
<li>將 SD 卡插入至電腦中</li>
<li>移動至 SD 卡的 <code class="language-plaintext highlighter-rouge">Nintendo 3DS</code> 資料夾中</li>
<li>複製含有 32 字元的資料夾的名稱
<ul>
<li>這也就是您裝置的 ID0 序號,可適用於 <a href="seedminer#section-ii---seedminer">Seedminer 第二章節部分的步驟</a></li>
</ul>
</li>
<li>刪除 <code class="language-plaintext highlighter-rouge">Nintendo 3DS</code> 資料夾</li>
<li><code class="language-plaintext highlighter-rouge">BACKUP_Nintendo 3DS</code> 資料夾重新命名為 <code class="language-plaintext highlighter-rouge">Nintendo 3DS</code></li>
</ol>
</details>
<details>
<summary><u>Bruteforce Movable skips to step 4</u></summary>
<p>這代表網站曾已經使用你的好友碼和 ID0 取得你的 <code class="language-plaintext highlighter-rouge">movable.sed</code> 了。 你可以直接使用它給的 <code class="language-plaintext highlighter-rouge">movable.sed</code> 檔案。</p>
</details>
<details>
<summary><u>Important! You have been locked out of the automated part1 dumper system...</u></summary>
<p>你的好友代碼已被本服務封鎖,因為你沒有在服務的限定時間內將機器人好友碼加入到好友列表。 確保你的 3DS 已經連上網,然後加入 <a href="https://discord.gg/MWxPgEp">Nintendo Homebrew Discord 伺服器</a>來要求解鎖。</p>
</details>
<details>
<summary><u>We were unable to successfully complete your bruteforce request. :`(</u></summary>
<p>The website has determined that your <code class="language-plaintext highlighter-rouge">movable.sed</code> cannot be brute-forced. Ensure that you gave the correct ID0 to the website. 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>確保 <code class="language-plaintext highlighter-rouge">F00D43D5.bin</code><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> 沒有放進 <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>。 請確保 <code class="language-plaintext highlighter-rouge">Nintendo DSiWare</code> 拼寫和空格位置正確。 請注意大小寫是沒有關係的。</p>
</details>
<details>
<summary><u>DSiWare Management shows a question mark</u></summary>
<p>您所使用的 <code class="language-plaintext highlighter-rouge">F00D43D5.bin</code> 檔案可能有問題(損壞或用於錯誤的 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>請確保您的 <code class="language-plaintext highlighter-rouge">movable.sed</code> 檔案和 DSiWare 備份是從同一台主機匯出的。 若兩者並不匹配則會跳出錯誤。</p>
</details>
<details>
<summary><u>"Haxxxxxxxxx!" does not appear</u></summary>
<p>您所使用的 <code class="language-plaintext highlighter-rouge">42383821.bin</code> 檔案有問題(有問題、放錯位置或者損壞)。 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> 沒有被從 SD 卡中複製到系統內存中。</p>
</details>
<details>
<summary><u>SD card is grayed out in Flipnote</u></summary>
<p>如果您所使用的 SD 卡特別大的話Flipnote 可能需要花很長時間來建立相對應的索引。 等待幾分鐘即可。</p>
</details>
<details>
<summary><u>Lenny face does not appear in SD card section</u></summary>
<p>您尚未解壓 Frogminer_save <code class="language-plaintext highlighter-rouge">.zip</code> 中的 <code class="language-plaintext highlighter-rouge">private</code> 資料夾到 SD 卡的根目錄底下.</p>
</details>
<details>
<summary><u>Flipnote freezes</u></summary>
<p>您在修改過的 Flipnote 中可能誤觸了觸控螢幕。 請重新開啟 DS 連線設定 (Connection Settings) 並再試一次-並特別注意不要誤觸螢幕。</p>
</details>
<details>
<summary><u>Green screen after pasting</u></summary>
<p><code class="language-plaintext highlighter-rouge">boot.nds</code> 檔案遺失或位置錯誤。 下載最新版本的 <a href="https://github.com/zoogie/b9sTool/releases/latest">b9stool</a> 並將 <code class="language-plaintext highlighter-rouge">boot.nds</code> 放在你 SD 卡的根目錄中,如有存在相同檔案請替換。</p>
</details>
<details>
<summary><u>White screen after pasting</u></summary>
<p>這代表您所使用的 <code class="language-plaintext highlighter-rouge">boot.nds</code> 檔案有問題。 重新下載最新版本的 <a href="https://github.com/zoogie/b9sTool/releases/latest">b9stool</a> 並將 <code class="language-plaintext highlighter-rouge">boot.nds</code> 放在你 SD 卡的根目錄中,如有存在相同檔案請替換。</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>. 如果您的電腦沒有顯示 <code class="language-plaintext highlighter-rouge">.bin</code> 的副檔名,請勿手動新增。</p>
</details>
<details>
<summary><u>"An exception occurred" or Errdisp when opening Picross</u></summary>
<p>Your console already has custom firmware. 請先<a href="checking-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>. 如果您的電腦沒有顯示 <code class="language-plaintext highlighter-rouge">.bin</code> 的副檔名,請勿手動新增。</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="安裝-boot9strap-透過-soundhax">安裝 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. 請先<a href="checking-for-cfw">檢查是否已安裝自製韌體</a></p>
</details>
<details>
<summary><u>"An error has occurred, forcing the software to close..." (white message box)</u></summary>
<p>您所使用的 <code class="language-plaintext highlighter-rouge">otherapp.bin</code> 檔案有問題(如遺失、放錯位置或者損壞)。 下載最新版本的 <a href="https://github.com/TuxSH/universal-otherapp/releases/latest">universal-otherapp</a> 並將其放在你 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. 請加入 <a href="https://discord.gg/MWxPgEp">Discord 上的 Nintendo Homebrew</a> 頻道尋求幫助。</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>若仍無法正常使用,請試著使用另一張 SD 卡。</p>
</details>
<h2 id="安裝-boot9strap-透過-ssloth-browser">安裝 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. 請先<a href="checking-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. 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>. 如果您的電腦沒有顯示 <code class="language-plaintext highlighter-rouge">.bin</code> 的副檔名,請勿手動新增。</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>. 如果您的電腦沒有顯示 <code class="language-plaintext highlighter-rouge">.bin</code> 的副檔名,請勿手動新增。</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>. 如果您的電腦沒有顯示 <code class="language-plaintext highlighter-rouge">.bin</code> 的副檔名,請勿手動新增。</p>
</details>
<details>
<summary><u>"PrepareArm9ForTwl returned error c8804631!"</u></summary>
<p>請加入 <a href="https://discord.gg/MWxPgEp">Discord 上的 Nintendo Homebrew</a> 頻道尋求幫助。</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>若仍無法正常使用,請試著使用另一張 SD 卡。</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. 請先<a href="checking-for-cfw">檢查是否已安裝自製韌體</a></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><code class="language-plaintext highlighter-rouge">Nintendo 3DS</code> 資料夾重新命名為 <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>您先前所安裝的應用程式會暫時消失。 這是正常的,且待會就會恢復正常。</li>
</ul>
</li>
<li>Power off your console</li>
<li>將 SD 卡插入至電腦中</li>
<li>移動至 SD 卡的 <code class="language-plaintext highlighter-rouge">Nintendo 3DS</code> 資料夾中</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="完成安裝">完成安裝</h2>
<details>
<summary><u>Unable to update console</u></summary>
<p>以下是可以嘗試的解決方法,按從簡單到困難的順序排列。</p>
<ol>
<li>將網路設定中的 DNS 位址設定設為『自動 (Auto)』</li>
<li>將主機靠近您的 WiFi 路由器</li>
<li>開機時按住「L」鍵 +「R」鍵 +「上」鍵 +「A」鍵以開機至安全模式中並遵循所示指示進行更新</li>
<li>將主機中的 WiFi 連線設定清除,並再重新設定一次</li>
<li>重新啟動您的 WiFi 路由器</li>
<li>試著使用其他 WiFi 連線,比如手機的 WiFi 熱點</li>
<li>任天堂伺服器目前可能臨時下線,請稍後再試</li>
<li>如果錯誤持續,請進行 <a href="ctrtransfer">CTRTransfer</a>,並再試一次</li>
<li>請至 <a href="https://discord.gg/MWxPgEp">Discord 的 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>將 SD 卡插入至電腦中</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. 這將會啟動 GodMode9</li>
<li>Press the (Home) button</li>
<li>選擇『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>將 SD 卡插入至電腦中</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. 這將會啟動 GodMode9</li>
<li>Press the (Home) button</li>
<li>選擇『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>將 SD 卡插入至電腦中</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. 這將會啟動 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. 這將會啟動 GodMode9</li>
<li>按『Home』鍵以叫出主選單</li>
<li>選擇『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). 如果你的主機還在用舊版的自製韌體(例如基於 arm9loaderhax 或 menuhax 的安裝),則你應該在繼續操作前先升級自製韌體。</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>以下是可以嘗試的解決方法,按最省時到最耗時的順序排列。</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>將 SD 卡上的 <code class="language-plaintext highlighter-rouge">Nintendo 3DS</code> 資料夾重命名為 <code class="language-plaintext highlighter-rouge">Nintendo 3DS_BACKUP</code>,然後試著開機。 If your console successfully boots, there is some issue within your <code class="language-plaintext highlighter-rouge">Nintendo 3DS</code> folder. 試著刪除 HOME 主選單的外存 (extdata)
<ul>
<li>移動至 <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>歐版</strong>: <code class="language-plaintext highlighter-rouge">00000098</code></li>
<li><strong>日版</strong>: <code class="language-plaintext highlighter-rouge">00000082</code></li>
<li><strong>美版</strong>: <code class="language-plaintext highlighter-rouge">0000008f</code></li>
<li><strong>大陸版</strong>: <code class="language-plaintext highlighter-rouge">000000A1</code></li>
<li><strong>韓版</strong>: <code class="language-plaintext highlighter-rouge">000000A9</code></li>
<li><strong>台灣版</strong>: <code class="language-plaintext highlighter-rouge">000000B1</code></li>
</ul>
</li>
</ul>
</li>
<li>試試看透過還原模式更新您的系統:
<ul>
<li>Power off your console</li>
<li>按住「L」鍵 +「R」鍵 +「上」鍵 +「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>遵循<a href="ctrtransfer">CTRTransfer</a>中的步驟</li>
<li>請至 <a href="https://discord.gg/MWxPgEp">Discord 的 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>你主機的 Luma3DS 版本已過時。 下載最新版本的<a href="https://github.com/LumaTeam/Luma3DS/releases/latest">Luma3DS</a> 並將 <code class="language-plaintext highlighter-rouge">boot.firm</code> 放在你 SD 卡的根目錄中,如有存在相同檔案請直接覆蓋。 請不要用 WinRAR 解壓 ZIP 檔案;目前已知使用此軟體會導致與 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>ARM11 異常處理器已被關閉,或主機尚未安裝自製韌體。 試著啟用 ARM11 異常處理器:
+ Power off your console
+ 按住「Select」鍵
+ Power on your console, while still holding (Select)
+ 如果『ARM11 exception handlers disabled』已被勾選請取消勾選</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. 不論如何,請加入 <a href="https://discord.gg/MWxPgEp">Discord 上的 Nintendo Homebrew 伺服器</a> 尋求幫助。
+ 也有可能是有人惡作劇,把您主機的開機畫面改成像是磚機的畫面。 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>請將錯誤訊息拍下,請加入 <a href="https://discord.gg/MWxPgEp">Discord 上的 Nintendo Homebrew</a> 頻道尋求協助。</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>
<ul>
<li>下載最新版的 <a href="https://github.com/MechanicalDragon0687/TWLFix-CFW/releases/latest">TWLFix-CFW</a> <em>(<code class="language-plaintext highlighter-rouge">.3dsx</code> 檔案)</em></li>
</ul>
</li>
<li>Power off your console</li>
<li>在 SD 卡的根目錄底下建立一個新資料夾 <code class="language-plaintext highlighter-rouge">3ds</code></li>
<li><code class="language-plaintext highlighter-rouge">TWLFix-CFW.3dsx</code> 複製到 SD 卡中的 <code class="language-plaintext highlighter-rouge">/3ds/</code> 資料夾底下</li>
<li>Reinsert your SD card into your console</li>
<li>啟動 Homebrew Launcher</li>
<li>於 Homebrew 清單內啟動 TWLFix-CFW 管理器</li>
<li>按 『A』 移除損壞的 TWL 程式</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>更新程式將會偵測到裝置必要的 TWL 軟體已被移除,並重新下載和安裝它們</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>舊版 3DS / 2DS 在做完 CTRTransfer 或區碼變更之後可能會出現這個問題。 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="其他疑難排解">其他疑難排解</h2>
<details>
<summary><u>Clear HOME Menu extdata</u></summary>
<ol>
<li>Power off your console</li>
<li>將 SD 卡插入至電腦中</li>
<li>移動至您 SD 卡的 <code class="language-plaintext highlighter-rouge">/Nintendo 3DS/&lt;ID0&gt;/&lt;ID1&gt;/extdata/00000000</code> 資料夾中</li>
<li>刪除對應您 3DS 區域的資料夾:
<ul>
<li><strong>歐版</strong>: <code class="language-plaintext highlighter-rouge">00000098</code></li>
<li><strong>日版</strong>: <code class="language-plaintext highlighter-rouge">00000082</code></li>
<li><strong>美版</strong>: <code class="language-plaintext highlighter-rouge">0000008f</code></li>
<li><strong>大陸版</strong>: <code class="language-plaintext highlighter-rouge">000000A1</code></li>
<li><strong>韓版</strong>: <code class="language-plaintext highlighter-rouge">000000A9</code></li>
<li><strong>台灣版</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>將 SD 卡插入至電腦中</li>
<li>移動至您 SD 卡的 <code class="language-plaintext highlighter-rouge">/Nintendo 3DS/&lt;ID0&gt;/&lt;ID1&gt;/extdata/00000000</code> 資料夾中</li>
<li>刪除對應您 3DS 區域的資料夾:
<ul>
<li><strong>歐版</strong>: <code class="language-plaintext highlighter-rouge">000002ce</code></li>
<li><strong>日版</strong>: <code class="language-plaintext highlighter-rouge">000002cc</code></li>
<li><strong>美版</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>啟動『下載通信(Download Play)』程式 (<img src="https://3ds.hacks.guide/images/download-play-icon.png" alt="" height="24px" width="24px" />)</li>
<li>等到你看到 <code class="language-plaintext highlighter-rouge">Nintendo 3DS</code><code class="language-plaintext highlighter-rouge">Nintendo DS</code> 按鈕</li>
<li>同時按下『L』+『下』+『Select』鍵以啟動 Rosalina 選單</li>
<li>選擇『Miscellaneous options』</li>
<li>選擇『Switch the hb. title to the current app.』</li>
<li>按『B』繼續</li>
<li>按『B』回到 Rosalina 主選單</li>
<li>按『B』退出 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">網站導覽</a> - <a href="privacy-policy">隱私權政策</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>