Guide_3DS/ko_KR/troubleshooting.html

1385 lines
74 KiB
HTML
Raw Permalink 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/ko_KR/troubleshooting.html">
<meta property="og:description" content="A complete guide to 3DS custom firmware">
<link rel="canonical" href="https://3ds.hacks.guide/ko_KR/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 -->
<!-- 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 https://realfavicongenerator.net/ -->
<!-- hacks-guide change start: cookie consent, favicon, locales -->
<link rel="apple-touch-icon" sizes="180x180" href="/images/site-config/apple-touch-icon.png?v=PYEmwKvQAx">
<link rel="icon" type="image/png" href="/images/site-config/favicon-16x16.png?v=PYEmwKvQAx" sizes="16x16">
<link rel="icon" type="image/png" href="/images/site-config/favicon-32x32.png?v=PYEmwKvQAx" sizes="32x32">
<link rel="icon" type="image/png" href="/images/site-config/favicon-194x194.png?v=PYEmwKvQAx" sizes="194x194">
<link rel="icon" type="image/png" href="/images/site-config/android-chrome-192x192.png?v=PYEmwKvQAx" sizes="192x192">
<link rel="manifest" href="/images/site-config/manifest.json?v=PYEmwKvQAx">
<link rel="mask-icon" href="/images/site-config/safari-pinned-tab.svg?v=PYEmwKvQAx" color="#2E3440">
<link rel="shortcut icon" href="/images/site-config/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/site-config/mstile-144x144.png?v=PYEmwKvQAx">
<meta name="msapplication-config" content="/assets/xml/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": "#2e3440"
},
"button": {
"background": "#60818f"
}
},
"theme": "edgeless",
"position": "top",
"static": true,
"content": {
"message": "이 사이트는 현재 진행상황을 표시하고 사용자 경험을 향상시키기 위해 쿠키를 사용합니다."
}
})});
</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="/ko_KR/"></a></li>
<li class="masthead__menu-item"><a href="/ko_KR/faq">자주 묻는 질문</a></li>
<li class="masthead__menu-item"><a href="/ko_KR/troubleshooting">문제 해결</a></li>
<li class="masthead__menu-item"><a href="/ko_KR/checking-for-cfw">CFW 확인</a></li>
<li class="masthead__menu-item"><a href="/ko_KR/godmode9-usage">GodMode9 사용법</a></li>
<li class="masthead__menu-item"><a href="/ko_KR/contribute">기여하기</a></li>
<li class="masthead__menu-item"><a href="/ko_KR/region-changing">지역 변경</a></li>
<li class="masthead__menu-item"><a href="/ko_KR/uninstall-cfw">CFW 제거하기</a></li>
<li class="masthead__menu-item"><a href="/ko_KR/credits">기여자</a></li>
<li class="masthead__menu-item"><a href="/ko_KR/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='/ko_KR/'></a></li>
<li style="display: none;" data-name="key-information"><a href='/ko_KR/key-information'>주요 내용</a></li>
<li style="display: none;" data-name="get-started"><a href='/ko_KR/get-started'>시작하기</a></li>
<li style="display: none;" data-name="ntrboot"><a href='/ko_KR/ntrboot'>ntrboot</a></li>
<li style="display: none;" data-name="installing-boot9strap-(mset9)"><a href='/ko_KR/installing-boot9strap-(mset9)'>Installing boot9strap (MSET9)</a></li>
<li style="display: none;" data-name="installing-boot9strap-(mset9-cli)"><a href='/ko_KR/installing-boot9strap-(mset9-cli)'>boot9strap 설치 (MSET9 CLI)</a></li>
<li style="display: none;" data-name="installing-boot9strap-(mset9-play-store)"><a href='/ko_KR/installing-boot9strap-(mset9-play-store)'>boot9strap 설치 (MSET9 Play Store)</a></li>
<li style="display: none;" data-name="multiple-options"><i>(다중 옵션)</i></li>
<li style="display: none;" data-name="flashing-ntrboot-(3ds-single-system)"><a href='/ko_KR/flashing-ntrboot-(3ds-single-system)'>ntrboot 플래싱 (단일 3DS)</a></li>
<li style="display: none;" data-name="flashing-ntrboot-(3ds-multi-system)"><a href='/ko_KR/flashing-ntrboot-(3ds-multi-system)'>ntrboot 플래싱 (3DS 두 대)</a></li>
<li style="display: none;" data-name="flashing-ntrboot-(dsi)"><a href='/ko_KR/flashing-ntrboot-(dsi)'>ntrboot 플래싱 (DSi)</a></li>
<li style="display: none;" data-name="flashing-ntrboot-(nds)"><a href='/ko_KR/flashing-ntrboot-(nds)'>ntrboot 플래싱 (NDS)</a></li>
<li style="display: none;" data-name="installing-boot9strap-(hardmod)"><a href='/ko_KR/installing-boot9strap-(hardmod)'>boot9strap 설치 (하드모드)</a></li>
<li style="display: none;" data-name="installing-boot9strap-(ntrboot)"><a href='/ko_KR/installing-boot9strap-(ntrboot)'>boot9strap 설치 (ntrboot)</a></li>
<li style="display: none;" data-name="installing-boot9strap-(soundhax)"><a href='/ko_KR/installing-boot9strap-(soundhax)'>boot9strap 설치 (Soundhax)</a></li>
<li style="display: none;" data-name="installing-boot9strap-(safecerthax)"><a href='/ko_KR/installing-boot9strap-(safecerthax)'>boot9strap 설치 (safecerthax)</a></li>
<li style="display: none;" data-name="installing-boot9strap-(ssloth-browser)"><a href='/ko_KR/installing-boot9strap-(ssloth-browser)'>boot9strap 설치 (SSLoth-Browser)</a></li>
<li style="display: none;" data-name="installing-boot9strap-(super-skaterhax)"><a href='/ko_KR/installing-boot9strap-(super-skaterhax)'>boot9strap 설치 (super-skaterhax)</a></li>
<li style="display: none;" data-name="finalizing-setup"><a href='/ko_KR/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">Nintendo Homebrew Discord 서버</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">Nintendo Homebrew Discord 서버</a>에 들어가서 당신의 문제와 시도한 해결책을 설명해 주세요.</p>
<details class="notice--info">
<summary>목차</summary>
<p>여러 페이지에서 사용:</p>
<ul>
<li><a href="#issues-with-safeb9sinstaller">SafeB9SInstaller</a></li>
</ul>
<p>가이드 페이지:</p>
<ul>
<li><a href="#installing-boot9strap-soundhax">boot9strap 설치 (Soundhax)</a></li>
<li><a href="#installing-boot9strap-mset9">Installing boot9strap (MSET9)</a></li>
<li><a href="#installing-boot9strap-ssloth-browser">boot9strap 설치 (SSLoth-Browser)</a></li>
<li><a href="#installing-boot9strap-super-skaterhax">boot9strap 설치 (super-skaterhax)</a></li>
<li><a href="#finalizing-setup">마무리 단계</a></li>
</ul>
<p>설치 이후 문제:</p>
<ul>
<li><a href="#boot-issues-on-consoles-with-custom-firmware">부팅 문제</a></li>
<li><a href="#software-issues-on-consoles-with-custom-firmware">소프트웨어 문제</a></li>
</ul>
</details>
<h2 id="safeb9sinstaller와의-문제">SafeB9SInstaller와의 문제</h2>
<h3 id="safeb9sinstaller-실행-전">SafeB9SInstaller 실행 전</h3>
<details>
<summary><u>Failed to open SafeB9SInstaller.bin</u></summary>
<p><code class="language-plaintext highlighter-rouge">SafeB9SInstaller.bin</code> 파일이 없거나 잘못 들어갔습니다. 최신 버전의 <a href="https://github.com/d0k3/SafeB9SInstaller/releases/download/v0.0.7/SafeB9SInst20170605-122940.zip">SafeB9Installer</a>을 다운받아 압축을 풀고, SD 카드의 최상위 디렉토리에 <code class="language-plaintext highlighter-rouge">SafeB9Installer.bin</code>을 복사해주세요. <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>SD 카드에 이상이 있을 가능성이 높습니다. 다시 포맷해 보세요 (<a href="formatting-sd-(windows)">Windows</a>, <a href="formatting-sd-(mac)">macOS</a>, <a href="formatting-sd-(linux)">Linux</a>). 이렇게까지 했는데도 효과가 없으면, 다른 SD 카드로 시도해보세요.</p>
</details>
<details>
<summary><u>SigHaxed FIRM - File not found</u></summary>
<p><code class="language-plaintext highlighter-rouge">boot9strap</code> 폴더에 <code class="language-plaintext highlighter-rouge">boot9strap.firm</code><code class="language-plaintext highlighter-rouge">boot9strap.firm.sha</code>가 없거나, <code class="language-plaintext highlighter-rouge">boot9strap</code> 폴더의 이름이 잘못되어 있습니다. <a href="https://github.com/SciresM/boot9strap/releases/download/1.4/boot9strap-1.4.zip">boot9strap</a>의 최신 버전을 다운로드하여, <code class="language-plaintext highlighter-rouge">boot9strap.firm</code><code class="language-plaintext highlighter-rouge">boot9strap.firm.sha</code><code class="language-plaintext highlighter-rouge">boot9strap</code> 폴더로 복사해 주세요.</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> 파일에 문제가 있습니다. <a href="https://github.com/SciresM/boot9strap/releases/download/1.4/boot9strap-1.4.zip">boot9strap</a>의 최신 버전을 다운로드하여, <code class="language-plaintext highlighter-rouge">boot9strap.firm</code><code class="language-plaintext highlighter-rouge">boot9strap.firm.sha</code><code class="language-plaintext highlighter-rouge">boot9strap</code> 폴더로 복사해 주세요.</p>
</details>
<details>
<summary><u>Secret Sector - File not found</u></summary>
<p><code class="language-plaintext highlighter-rouge">boot9strap</code> 폴더에 <code class="language-plaintext highlighter-rouge">secret_sector.bin</code> 파일이 없거나, <code class="language-plaintext highlighter-rouge">boot9strap</code> 폴더의 이름이 잘못되어 있습니다. <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>기타</u></summary>
<p><a href="https://discord.gg/MWxPgEp">Nintendo Homebrew Discord 서버</a>에서 도움을 요청하여, 자신이 본 메시지를 같이 보내 주세요.</p>
</details>
<h2 id="boot9strap-설치-soundhax">boot9strap 설치 (Soundhax)</h2>
<details>
<summary><u>Soundhax를 실행하면 빨간색/보라색/분홍색 혹은 하얀색 화면이 표시됩니다</u></summary>
<p>콘솔이 시스템 버전 9.4.0 ~ 9.6.0이라면, universal-otherapp의 구 버전에서 발생하는 오류가 발생했을 가능성이 큽니다. <a href="https://github.com/TuxSH/universal-otherapp/releases/latest">여기</a>에서 최신 버전으로 다운로드해주세요.</p>
<p>펌웨어 버전이 이게 아니라면, 이미 커펌이 설치되었을 수 있습니다. <a href="checking-for-cfw">CFW 확인</a> 을 하는 것을 권장합니다.</p>
</details>
<details>
<summary><u>"에러가 발생하여 소프트웨어를 종료합니다..." (하얀 메시지 창)</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>콘솔과 지역 조합과 다른 Soundhax 파일을 이용하고 있거나, 콘솔이 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">Nintendo Homebrew Discord 서버</a>에 오셔서 도움을 요청하세요.</p>
</details>
<details>
<summary><u>Failed to mount the SD card!</u></summary>
<p>데이터를 모두 백업하고 시스템별로 권장되는 프로그램을 이용해 SD카드를 FAT32로 다시 포맷해 주세요. (<a href="formatting-sd-(windows)">Windows</a>, <a href="formatting-sd-(mac)">macOS</a>, <a href="formatting-sd-(linux)">Linux</a>) MiniTool Partition Wizard나 HP formatting tool(HPUSBDisk)는 3DS용 SD 카드에 문제를 발생시킨다는 것이 알려져 있습니다.</p>
<p>만약 해결되지 않는다면, 다른 SD 카드를 이용해 보세요.</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>, <a href="formatting-sd-(mac)">macOS</a>), then start again from the beginning of <a href="installing-boot9strap-(mset9-cli)#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-cli)#section-i---prep-work">Section I</a>.</p>
</details>
<details>
<summary><u>Error 04: No HOME Menu Extdata.</u></summary>
<p>Your SD card is not formatted properly.</p>
<p>Copy everything off the SD Card to your PC, re-format it (<a href="formatting-sd-(windows)">Windows</a>, <a href="formatting-sd-(linux)">Linux</a>, <a href="formatting-sd-(mac)">macOS</a>), copy everything back, then start again from the beginning of <a href="installing-boot9strap-(mset9-cli)#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-cli)#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>SD 카드를 콘솔에 다시 삽입해 주세요</li>
<li>콘솔의 전원을 켜 주세요</li>
<li>콘솔이 SD 카드 데이터를 생성할 때까지 기다려 주세요
<ul>
<li>당신의 앱들이 사라졌을 것입니다. 이는 정상이며, 잠시 후에 고쳐질 것입니다.</li>
</ul>
</li>
<li>콘솔의 전원을 꺼 주세요</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-cli)#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>콘솔의 전원을 켜 주세요</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>콘솔의 전원을 꺼 주세요</li>
<li>Insert the SD card into your computer</li>
<li>Return to <a href="installing-boot9strap-(mset9-cli)#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>이 경우는 여러 개의 SD 카드를 하나의 3DS에서 사용한 뒤 하나의 SD 카드로 몰아넣었을 때 발생합니다. 두 ID1 모두 유효하지만, 3DS는 한 번에 하나씩만 읽어낼 수 있습니다.</p>
<p>이 경우, 어떤 폴더에 중요한 데이터가 들어가 있는지 확인해야 합니다. 맨 먼저, 만일에 대비해 모든 폴더를 백업해두시기 바랍니다.</p>
<p class="notice--info"><img src="/images/screenshots/troubleshooting/backup-id1.png" alt="Backup ID1" /></p>
<p>그리고, SD 카드에서 단 하나의 폴더만을 남기고 삭제해 줍니다. 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. 오른쪽 클릭 후 “속성” 탭을 클릭하여 어떤 폴더가 공간을 더 차지하는지 비교해볼 수도 있습니다.</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>SD 카드는 이제 이렇게 보일 것입니다:</p>
<p class="notice--info"><img src="/images/screenshots/troubleshooting/correct-id1.png" alt="Just enough ID1s" /></p>
<p>이제 SD 카드를 3DS에 넣은 다음 전원을 켜 주세요. 데이터가 여전히 있다면, 정확한 폴더를 지운 것이고 정확한 ID1을 찾아낸 것입니다. 모든 게 다 없어졌다면, 백업해둔 폴더를 다시 SD 카드에 복원한 다음 다른 폴더를 지워보세요.</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>, <a href="formatting-sd-(mac)">macOS</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>: <code class="language-plaintext highlighter-rouge">mset9.bat</code> 더블클릭</li>
<li><strong>리눅스</strong>: 터미널 창을 연 다음 SD 카드로 경로를 설정하고 <code class="language-plaintext highlighter-rouge">python3 mset9.py</code>를 입력한 다음 엔터키를 눌러주세요</li>
<li>You should see a window that says “MSET9 … SETUP by zoogie”</li>
</ul>
</li>
<li>콘솔의 모델과 버전을 입력한 다음 엔터키를 눌러주세요</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>콘솔의 전원을 켜 주세요</li>
<li>Return to <a href="installing-boot9strap-(mset9-cli)#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>: <code class="language-plaintext highlighter-rouge">mset9.bat</code> 더블클릭</li>
<li><strong>리눅스</strong>: 터미널 창을 연 다음 SD 카드로 경로를 설정하고 <code class="language-plaintext highlighter-rouge">python3 mset9.py</code>를 입력한 다음 엔터키를 눌러주세요</li>
<li>You should see a window that says “MSET9 … SETUP by zoogie”</li>
</ul>
</li>
<li>콘솔의 모델과 버전을 입력한 다음 엔터키를 눌러주세요</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>, <a href="formatting-sd-(mac)">macOS</a>)</li>
<li>Insert the formatted, blank SD card into your console</li>
<li>Return to <a href="installing-boot9strap-(mset9-cli)#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>
<details>
<summary><u>An exception occured after triggering MSET9</u></summary>
<p>이미 커스텀 펌웨어가 설치되어 있을 수 있습니다. <a href="checking-for-cfw">CFW 확인</a> 을 하는 것을 권장합니다.</p>
</details>
<h2 id="installing-boot9strap-super-skaterhax">Installing boot9strap (super-skaterhax)</h2>
<details>
<summary><u>에러가 발생했습니다. Please save your data in any software currently in use, then restart the system."</u></summary>
<p>날짜가 잘못 설정되어 있습니다. 날짜를 수정하려면 다음 단계를 따라 주세요:</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>문제가 지속될 경우:</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>올바른 지역과 시스템 버전을 선택했는지 다시 확인해 보세요</li>
<li>지역 설정이 제대로 되어 있는지 확인해 주세요 <a href="/images/screenshots/skater_lang.png">참고 이미지</a></li>
<li>브라우저 데이터 삭제를 시도해 보세요:
<ol>
<li>브라우저를 실행하고 브라우저 설정을 실행해 주세요</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>익스플로잇을 다시 시도해 주세요</li>
</ol>
</li>
<li>시스템 언어를 현재 언어가 아닌 다른 언어로 변경해 보세요</li>
</ul>
</details>
<details>
<summary><u>에러가 발생했습니다. 본체의 전원 버튼을 길게 눌러 전원을 끈 후..." (검은 화면에 텍스트)</u></summary>
<p><code class="language-plaintext highlighter-rouge">arm11code.bin</code> 파일이 없거나 잘못 들어갔습니다. 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>"GO! GO!" 선택 시 "An exception occurred" 또는 오류 화면이 표시됩니다 </u></summary>
<p>이미 커스텀 펌웨어가 설치되어 있을 수 있습니다. <a href="checking-for-cfw">CFW 확인</a> 을 하는 것을 권장합니다.</p>
</details>
<h2 id="boot9strap-설치-ssloth-browser">boot9strap 설치 (SSLoth-Browser)</h2>
<details>
<summary><u>Browserhax를 실행하면 빨간색/보라색/분홍색 혹은 하얀색 화면이 표시됩니다</u></summary>
<p>이미 커스텀 펌웨어가 설치되어 있을 수 있습니다. <a href="checking-for-cfw">CFW 확인</a> 을 하는 것을 권장합니다.</p>
</details>
<details>
<summary><u>에러가 발생했습니다. 본체의 전원 버튼을 길게 눌러 전원을 끈 후..." (검은 화면에 텍스트)</u></summary>
<p><code class="language-plaintext highlighter-rouge">arm11code.bin</code> 파일이 없거나 잘못 들어갔습니다. 최신 버전의 <a href="https://github.com/TuxSH/universal-otherapp/releases/latest">universal-otherapp</a>을 내려받아 <code class="language-plaintext highlighter-rouge">otherapp.bin</code> 파일을 SD 카드의 최상위 디렉토리에 복사하고, 이름을 <code class="language-plaintext highlighter-rouge">arm11code.bin</code>으로 변경해 주세요. <code class="language-plaintext highlighter-rouge">.bin</code> 확장자는 보이지 않는 이상 추가하지 말아 주세요.</p>
</details>
<details>
<summary><u>"에러가 발생하여 소프트웨어를 종료합니다..." (하얀 메시지 창)</u></summary>
<p><code class="language-plaintext highlighter-rouge">arm11code.bin</code>에 문제가 있을 수 있습니다. 최신 버전의 <a href="https://github.com/TuxSH/universal-otherapp/releases/latest">universal-otherapp</a>을 내려받아 <code class="language-plaintext highlighter-rouge">otherapp.bin</code> 파일을 SD 카드의 최상위 디렉토리에 복사하고, 이름을 <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>브라우저를 실행하고 브라우저 설정을 실행해 주세요</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>익스플로잇을 다시 시도해 주세요</li>
</ol>
</details>
<details>
<summary><u>Browserhax QR 코드나 URL을 열면 브라우저가 꺼집니다</u></summary>
<p>이러한 브라우저 기반의 취약점은 불안정하고 자주 종료됩니다. 그러나 종종 다음 단계를 수행하면 고쳐질 수 있습니다.</p>
<ol>
<li>브라우저를 실행하고 브라우저 설정을 실행해 주세요</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>익스플로잇을 다시 시도해 주세요</li>
</ol>
</details>
<details>
<summary><u>브라우저를 열면 시스템 업데이트 창이 표시됩니다</u></summary>
<p>SSLoth 프록시 설정이 잘못 설정되었습니다. 페이지의 SSLoth 섹션을 다시 진행해주세요.</p>
</details>
<details>
<summary><u>브라우저를 열면 오류 032-0420이 표시됩니다</u></summary>
<p>다음 과정을 순서대로 진행해주세요:</p>
<ol>
<li>콘솔에서 본체 설정을 열어 주세요</li>
<li><code class="language-plaintext highlighter-rouge">인터넷 설정</code> -&gt; <code class="language-plaintext highlighter-rouge">인터넷 접속 설정</code>으로 이동해 주세요</li>
<li>네트워크 접속 경로을 클릭해, <code class="language-plaintext highlighter-rouge">설정 변경</code> -&gt; <code class="language-plaintext highlighter-rouge">다음 페이지 (오른쪽 화살표)</code> -&gt; <code class="language-plaintext highlighter-rouge">Proxy 설정</code>으로 이동해 주세요</li>
<li>“Proxy 설정”을 “아니요”로 설정해 주세요</li>
<li>OK하고 저장을 차례로 눌러주세요</li>
<li>접속 테스트 안내문이 표시되면, <code class="language-plaintext highlighter-rouge"></code>를 눌러 인터넷 접속 테스트를 진행해 주세요
<ul>
<li>이 테스트가 성공적일 겁니다</li>
</ul>
</li>
<li>“OK”을 눌러 진행해 주세요</li>
<li>“뒤로”을 두 번 누르고 “종료”를 눌러 HOME 메뉴로 돌아가 주세요</li>
<li>인터넷 브라우저를 한 번 열어주세요</li>
<li>시스템 업데이트에 관한 창이 표시되면, OK을 눌러주세요
<ul>
<li>실제로 시스템이 업데이트되지는 않습니다</li>
</ul>
</li>
<li><a href="installing-boot9strap-(ssloth-browser).html#section-ii---ssloth">섹션 II</a>로 돌아가 다시 진행해주세요</li>
</ol>
</details>
<details>
<summary><u>"Doing agbhax..."에서 멈춥니다</u></summary>
<p><code class="language-plaintext highlighter-rouge">arm11code.bin</code>에 문제가 있을 수 있습니다. 최신 버전의 <a href="https://github.com/TuxSH/universal-otherapp/releases/latest">universal-otherapp</a>을 다시 내려받아 SD 카드의 최상위 디렉토리에 복사하고, 이름을 <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">Nintendo Homebrew Discord 서버</a>에 오셔서 도움을 요청하세요.</p>
</details>
<details>
<summary><u>Failed to mount the SD card!</u></summary>
<p>데이터를 모두 백업하고 시스템별로 권장되는 프로그램을 이용해 SD카드를 FAT32로 다시 포맷해 주세요. (<a href="formatting-sd-(windows)">Windows</a>, <a href="formatting-sd-(mac)">macOS</a>, <a href="formatting-sd-(linux)">Linux</a>) MiniTool Partition Wizard나 HP formatting tool(HPUSBDisk)는 3DS용 SD 카드에 문제를 발생시킨다는 것이 알려져 있습니다.</p>
<p>만약 해결되지 않는다면, 다른 SD 카드를 이용해 보세요.</p>
</details>
<h2 id="마무리-단계">마무리 단계</h2>
<details>
<summary><u>콘솔을 업데이트할 수 없습니다</u></summary>
<p>다음 단계는 순서 없이 진행 가능하나, 하기 쉬운 것부터 어려운 순서로 정렬되어 있습니다.</p>
<ol>
<li>DNS 설정을 “자동”으로 설정해 주세요</li>
<li>콘솔을 Wi-Fi 공유기에 가까이 가져가 주세요</li>
<li>콘솔을 끄고, L 버튼 + R 버튼 + D패드 위 + A 키를 눌러 안전 모드로 들어가 화면의 지시대로 업데이트를 진행해 주세요</li>
<li>Wi-Fi 연결 설정을 삭제한 후 다시 Wi-Fi에 연결해 주세요</li>
<li>WI-Fi 공유기를 다시 시작해 주세요</li>
<li>모바일 핫스팟과 같이, 다른 Wi-Fi로 연결해 주세요</li>
<li>Nintendo 서버가 점검 중일 수 있습니다. 나중에 다시 시도해 주세요</li>
<li>만약 여전히 오류가 발생한다면, <a href="ctrtransfer">CTRTransfer</a>를 진행한 후 다시 시도해 주세요</li>
<li>지원이 필요하면 <a href="https://discord.gg/MWxPgEp">Nintendo Homebrew Discord 서버</a>에 (영어로) 지원을 요청해 주세요</li>
</ol>
</details>
<details>
<summary><u>Error #22: finalize.romfs is invalid</u></summary>
<p>The file <code class="language-plaintext highlighter-rouge">finalize.romfs</code> is corrupt or unreadable. <a href="/assets/finalize.romfs">Re-download it</a> and copy it to the root of the SD card, replacing any existing copy, then try again.</p>
</details>
<details>
<summary><u>Information #23: finalize.romfs in wrong location</u></summary>
<p>The file <code class="language-plaintext highlighter-rouge">finalize.romfs</code> was placed in the wrong location instead of root of SD. The script will attempt to resolve this, but requires your permission to do so. Press (A) on the next few prompts to continue.</p>
</details>
<details>
<summary><u>Error #24: SD is write-protected</u></summary>
<p>Ensure that your SD card is not <a href="/images/sdlock.png">locked</a>. 이 상태가 아님에도 문제가 지속될 경우, <a href="https://discord.gg/MWxPgEp">Nintendo Homebrew Discord 서버</a> 에 연락해 도움을 청하세요.</p>
</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>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. 빈 공간이 부족하다면 다음 단계를 따르세요.</p>
<ol>
<li>콘솔의 전원을 꺼 주세요</li>
<li>SD 카드를 컴퓨터에 삽입해 주세요</li>
<li>SD 카드의 루트에 있는 <code class="language-plaintext highlighter-rouge">Nintendo 3DS</code> 폴더를 컴퓨터에 복사해주세요</li>
<li>SD 카드에서 <code class="language-plaintext highlighter-rouge">Nintendo 3DS</code> 폴더를 지워주세요</li>
<li>SD 카드를 콘솔에 다시 삽입해 주세요</li>
<li>(Start) 를 길게 누르고, 이 상태에서 콘솔의 전원을 켜 주세요. GodMode9이 실행될 겁니다</li>
<li>HOME 버튼을 눌러 주세요.</li>
<li>“Scripts…“를 선택해 주세요</li>
<li>“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>콘솔의 전윈이 자동으로 꺼질 겁니다</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>컴퓨터에서 SD 카드의 루트로 복사해 두었던 <code class="language-plaintext highlighter-rouge">Nintendo 3DS</code> 폴더를 다시 복사해 주세요</li>
<li>컴퓨터에서 <code class="language-plaintext highlighter-rouge">Nintendo 3DS</code> 폴더를 지워주세요</li>
</ol>
<p>Now that you have your NAND backup in a safe place:</p>
<ol>
<li>SD 카드를 콘솔에 다시 삽입해 주세요</li>
<li>(Start) 를 길게 누르고, 이 상태에서 콘솔의 전원을 켜 주세요. GodMode9이 실행될 겁니다</li>
<li>HOME 버튼을 눌러 주세요.</li>
<li>“Scripts…“를 선택해 주세요</li>
<li>“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>SD 카드에 1.3GB 이상의 빈 공간이 있는지 확인해주세요. 빈 공간이 부족하다면 다음 단계를 따르세요.</p>
<ol>
<li>콘솔의 전원을 꺼 주세요</li>
<li>SD 카드를 컴퓨터에 삽입해 주세요</li>
<li>SD 카드의 루트에 있는 <code class="language-plaintext highlighter-rouge">Nintendo 3DS</code> 폴더를 컴퓨터에 복사해주세요</li>
<li>SD 카드에서 <code class="language-plaintext highlighter-rouge">Nintendo 3DS</code> 폴더를 지워주세요</li>
<li>SD 카드를 콘솔에 다시 삽입해 주세요</li>
<li>(Start) 를 길게 누르고, 이 상태에서 콘솔의 전원을 켜 주세요. GodMode9이 실행될 겁니다</li>
<li><a href="godmode9-usage#creating-a-nand-backup">NAND 백업</a>을 실행하세요</li>
<li>SD 카드의 <code class="language-plaintext highlighter-rouge">gm9/out</code> 폴더 내 파일을 컴퓨터의 안전한 위치에 복사해 주세요</li>
<li>SD 카드의 <code class="language-plaintext highlighter-rouge">/gm9/out</code> 폴더에서 essential.exefs는 남기고 <code class="language-plaintext highlighter-rouge">&lt;date&gt;_&lt;serialnumber&gt;_sysnand_##.bin</code><code class="language-plaintext highlighter-rouge">&lt;date&gt;_&lt;serialnumber&gt;_sysnand_##.bin.sha</code> 파일을 삭제해주세요</li>
<li>컴퓨터에서 SD 카드의 루트로 복사해 두었던 <code class="language-plaintext highlighter-rouge">Nintendo 3DS</code> 폴더를 다시 복사해 주세요</li>
<li>컴퓨터에서 <code class="language-plaintext highlighter-rouge">Nintendo 3DS</code> 폴더를 지워주세요</li>
</ol>
<p>SD 카드의 용량이 충분하다면, SD 카드가 손상되었거나 불량일 수 있습니다. 컴퓨터의 운영 체제에 따라 SD 카드에 오류가 있는지를 확인해주세요: <a href="h2testw-(windows)">Windows</a>, <a href="f3-(linux)">Linux</a>, <a href="f3xswift-(mac)">macOS</a>.</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>. 이 상태가 아님에도 문제가 지속될 경우, <a href="https://discord.gg/MWxPgEp">Nintendo Homebrew Discord 서버</a> 에 연락해 도움을 청하세요.</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>(R)을 누른 채 (Start)를 눌러 콘솔의 전원을 꺼 주세요</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>(Start) 를 길게 누르고, 이 상태에서 콘솔의 전원을 켜 주세요. GodMode9이 실행될 겁니다</li>
<li>(Home)을 눌러 작업 메뉴를 열어 주세요</li>
<li>“Scripts…“를 선택해 주세요</li>
<li>“finalize”를 선택해 주세요</li>
<li>스크립트 표시에 따라 필요한 행동을 취해주세요</li>
</ol>
</details>
<details>
<summary><u>Error #18: MSET9 detected</u></summary>
<p>You didnt remove MSET9 when prompted to. Follow Section IV - Removing MSET9 from the <a href="installing-boot9strap-(mset9-cli)#section-iv---removing-mset9">Windows/macOS/Linux guide</a> or the <a href="installing-boot9strap-(mset9-play-store)#section-iv---removing-mset9">Android/ChromeOS guide</a>, then re-run the script.</p>
</details>
<hr />
<h2 id="커펌이-설치된-콘솔에서-부팅-문제가-발생합니다">커펌이 설치된 콘솔에서 부팅 문제가 발생합니다</h2>
<p class="notice--info">여기서 안내하는 설명은 일반적으로 최신 커스텀 펌웨어 설정(boot9strap + Luma3DS 8.0 이상)에 적용됩니다. 만약 콘솔이 이전 설정(arm9loaderhax 또는 menuhax 기반 등)으로 구동되고 있다면, 이 설명을 따르기 전에 설정을 업데이트해야 합니다.</p>
<h3 id="전원알림-led">전원/알림 LED</h3>
<details>
<summary><u>콘솔을 켜도 켜지지 않거나, 혹은 부팅 시 알림 LED가 색상을 표시합니다</u></summary>
<p><code class="language-plaintext highlighter-rouge">boot.firm</code> 파일에 문제가 있습니다. <a href="https://github.com/SciresM/boot9strap/releases/tag/1.4">boot9strap 1.4</a>를 실행하고 있다면, 3DS 알림 LED가 특정 색상으로 깜빡일 겁니다. 이 색상은 SD 카드 혹은 내부 메모리에 있는 <code class="language-plaintext highlighter-rouge">boot.firm</code>의 오류를 분석하기 위해 이용됩니다. 구 버전의 boot9strap에서는 콘솔을 켜려 할 때 파란 LED가 켜졌다가 즉시 꺼질 것입니다.</p>
<p>알림 LED가 깜빡인다면:</p>
<ul>
<li><strong>하얀색</strong>: SD 카드 혹은 내부 메모리에서 <code class="language-plaintext highlighter-rouge">boot.firm</code>을 찾지 못했습니다.</li>
<li><strong>다홍색</strong>: SD 카드에서 <code class="language-plaintext highlighter-rouge">boot.firm</code>을 찾지 못했습니다. 내부 메모리에 있는 <code class="language-plaintext highlighter-rouge">boot.firm</code>을 확인했으나, 파일이 손상되었습니다.</li>
<li><strong>빨간색</strong>: <code class="language-plaintext highlighter-rouge">boot.firm</code> 파일을 찾았지만, SD 카드와 내부 메모리에 있는 파일 모두가 손상되었습니다.</li>
</ul>
<p><a href="https://github.com/LumaTeam/Luma3DS/releases/latest">Luma3DS의 최신 버전</a>을 다운받아 압축을 해제해, 새 <code class="language-plaintext highlighter-rouge">boot.firm</code> 파일을 SD 카드의 루트 디렉토리에 넣어주세요. (파일이 이미 있다면 덮어씌워주세요.) <code class="language-plaintext highlighter-rouge">boot.firm</code> 파일이 계속 문제가 있는 것으로 인식된다면, SD 카드에 문제가 있는지 확인해야 할 수 있습니다: (<a href="h2testw-(windows)">Windows</a>, <a href="f3-(linux)">Linux</a>, or <a href="f3xswift-(mac)">macOS</a>) 또, WinRAR로 압축 해제한 파일은 3DS에서 문제를 자주 일으키는 것으로 알려져 있습니다.</p>
<p>순간적르로 백라이트가 켜졌다 꺼지면서 “퍽 소리”가 들린다면, 콘솔의 하드웨어 문제인 것입니다. (백라이트 케이블이 연결이 끊기는 등) 이 경우 특정 각도로 콘솔을 들면 부팅될 수도 있습니다.</p>
</details>
<details>
<summary><u>파란 전원 LED가 켜진 상태로 콘솔이 검은 화면에서 작동하지 않습니다</u></summary>
<p>다음 단계는 순서 없이 진행 가능하나, 시간 소모가 적은 것부터 긴 순서로 정렬되어 있습니다.</p>
<ol>
<li>콘솔의 전원을 종료하고, SD 카드를 분리한 뒤, 다시 장착하고 전원을 켜 보세요.</li>
<li>전원을 끄고 게임 카트리지가 장착되어 있다면 분리한 다음, 10분 정도 기다려 주세요. 10분 후에 정상적으로 부팅된다면, 문제는 해결된 것이며 재발 가능성이 낮습니다</li>
<li>SD 카드의 <code class="language-plaintext highlighter-rouge">Nintendo 3DS</code> 폴더를 다른 이름(예: <code class="language-plaintext highlighter-rouge">NIntendo 3DS_BACKUP</code>)으로 변경 후 부팅해보세요. 콘솔이 정상적으로 부팅된다면, <code class="language-plaintext highlighter-rouge">Nintendo 3DS</code> 폴더 내부에 문제가 있는 것입니다. 홈 메뉴의 추가 데이터를 정리해주세요:
<ul>
<li>SD 카드에 있는 <code class="language-plaintext highlighter-rouge">/Nintendo 3DS/&lt;ID0&gt;/&lt;ID1&gt;/extdata/00000000/</code> 폴더로 이동해 주세요</li>
<li>콘솔 지역에 해당되는 폴더를 삭제해 주세요:
<ul>
<li><strong>EUR 지역</strong>: <code class="language-plaintext highlighter-rouge">00000098</code></li>
<li><strong>JPN 지역</strong>: <code class="language-plaintext highlighter-rouge">00000082</code></li>
<li><strong>USA 지역</strong>: <code class="language-plaintext highlighter-rouge">0000008f</code></li>
<li><strong>CHN 지역</strong>: <code class="language-plaintext highlighter-rouge">000000A1</code></li>
<li><strong>KOR 지역</strong>: <code class="language-plaintext highlighter-rouge">000000A9</code></li>
<li><strong>TWN 지역</strong>: <code class="language-plaintext highlighter-rouge">000000B1</code></li>
</ul>
</li>
</ul>
</li>
<li>복구 모드로 부팅하여 본체를 업데이트해 보세요:
<ul>
<li>콘솔의 전원을 꺼 주세요</li>
<li>(L 버튼) + (R 버튼) + (D패드 상) + (A) 버튼을 길게 눌러주세요</li>
<li>콘솔의 전원을 켜 주세요</li>
<li>성공적일 경우엔 콘솔이 “본체 업데이트”로 부팅됩니다</li>
</ul>
</li>
<li><a href="ctrtransfer">CTRTransfer</a> 설명서를 따라 주세요</li>
<li>지원이 필요하면 <a href="https://discord.gg/MWxPgEp">Nintendo Homebrew Discord 서버</a>에 (영어로) 지원을 요청해 주세요</li>
</ol>
</details>
<h3 id="부팅-중에-에러-메시지가-표시됩니다">부팅 중에 에러 메시지가 표시됩니다</h3>
<details>
<summary><u>"An error has occurred: Failed to apply 1 FIRM patch(es)" 또는 "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 카드의 최상위 디렉토리에 복사해주세요. 이미 파일이 있으면 덮어씌워 주세요. ZIP 파일을 압축 해제할 때, 3DS 관련 파일에서 문제가 있다고 알려져 있은 WinRAR를 제외한 프로그램으로 압축 해제해 주세요.</p>
</details>
<details>
<summary><u>"Unable to mount CTRNAND or load the CTRNAND FIRM. Please use an external one."</u></summary>
<p>이러한 문제가 발생하는 경우의 수는 여러 가지가 있습니다. 어느 경우가 됐던, 일반적으로 <a href="ctrtransfer">CTRTransfer</a> 가이드를 통해 고칠 수 있습니다.</p>
</details>
<details>
<summary><u>에러가 발생했습니다. 본체의 전원 버튼을 길게 눌러 전원을 끈 후..."</u></summary>
<p>ARM11 오류 핸들러가 꺼져있거나, 커스텀 펌웨어가 정상적으로 설치되지 않았습니다. ARM11 오류 핸들러를 활성화해보세요:
+ 콘솔의 전원을 꺼 주세요
+ (Select) 버튼을 길게 눌러 주세요
+ (Select) 버튼을 계속 눌러 있는 상태에서 콘솔의 전원을 켜 주세요
+ “Disable ARM11 exception handlers” 박스가 체크되어 있다면, 체크를 해제해 주세요</p>
</details>
<details>
<summary><u>HOME 메뉴에 설치한 앱이 없어졌습니다</u></summary>
<p>여러 이유가 있을 수 있지만, 대부분 시스템이 SD 카드를 읽지 못해 발생합니다.
SD 카드가 읽혔는지 확인하려면 SELECT를 누른 채 부팅해 아래 화면의 노란색 문구를 확인하세요: “Booted from CTRNAND via B9S”가 표시된다면 SD 카드가 읽히지 않아 내부 메모리에서 부팅되었음을 의미합니다.
그렇다면, 다음 단계를 따라주세요. 쉬운 것부터 어려운 순으로 나열되어 있습니다:</p>
<ol>
<li>콘솔의 전원을 종료하고, SD 카드를 분리한 뒤, 다시 장착하고 전원을 켜 보세요</li>
<li>콘솔의 전원을 종료하고, SD 카드를 분리한 뒤, PC에 장착하세요. 최신 버전의 <a href="https://github.com/LumaTeam/Luma3DS/releases/latest">Luma3DS</a>를 다운받아 <code class="language-plaintext highlighter-rouge">Luma3DS.zip</code>에서 <code class="language-plaintext highlighter-rouge">boot.firm</code> 파일을 복사해 SD 카드의 루트에 넣어주세요. 이미 있다면 덮어씌워주세요</li>
<li>콘솔의 전원을 끄고, SD 카드를 분리한 뒤, PC에 장착해 운영 체제에 따른 방식으로 포멧해 주세요: <a href="formatting-sd-(windows)">Windows</a>, <a href="formatting-sd-(mac)">macOS</a>, <a href="formatting-sd-(linux)">Linux</a>. <em>(이 과정은 SD 카드의 데이터를 모두 삭제합니다)</em></li>
<li>컴퓨터의 운영 체제에 따라 SD 카드에 오류가 있는지를 확인해주세요: <a href="h2testw-(windows)">Windows</a>, <a href="f3-(linux)">Linux</a>, <a href="f3xswift-(mac)">macOS</a>. SD 카드에 오류가 있다고 표시되면, SD 카드를 교체해야 합니다</li>
<li>SD 카드 슬롯이 파손되었을 수 있습니다. <a href="https://discord.gg.MWxPgEp">Nintendo Homebrew Discord 서버</a>에 오셔서 도움을 요청하세요</li>
</ol>
</details>
<details>
<summary><u>파란색 "BOOTROM ERROR" 화면이 표시됩니다</u></summary>
<p>이 콘솔은 벽돌 상태입니다. ntrboot 플래시카트를 구매한 후 이를 이용해 boot9strap를 설치하여 콘솔을 복구해야 합니다. 이 문제는 또 콘솔의 하드웨어 문제가 있다는 뜻일수도 있습니다. 어떠한 경우가 됐든, <a href="https://discord.gg.MWxPgEp">Nintendo Homebrew Discord 서버</a>에 오셔서 도움을 요청하세요.
+ 또는, 누군가가 부팅 배경화면을 벽돌 사진으로 변경 했을 수도 있습니다. 콘솔을 이 화면에 5분 동안 나둬 보세요.</p>
</details>
<details>
<summary><u>기타 오류</u></summary>
<p>에러 사진을 찍고 <a href="https://discord.gg.MWxPgEp">Nintendo Homebrew Discord 서버</a>에 오셔서 도움을 요청하세요.</p>
</details>
<h2 id="커펌이-설치된-콘솔에서-소프트웨어-문제가-발생합니다">커펌이 설치된 콘솔에서 소프트웨어 문제가 발생합니다</h2>
<details>
<summary><u>DSi / DS 기능이 오작동 하거나 Flipnote Studio가 대신 표시됩니다</u></summary>
<ol>
<li>최신 버전의 <a href="https://github.com/MechanicalDragon0687/TWLFix-CFW/releases/latest">TWLFix-CFW</a> (<code class="language-plaintext highlighter-rouge">.3dsx</code> 파일)을 다운로드해 주세요</li>
<li>콘솔의 전원을 꺼 주세요</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>SD 카드를 콘솔에 다시 삽입해 주세요</li>
<li>Homebrew Launcher를 실행해 주세요</li>
<li>홈브류 목록에서 TWLFix-CFW를 실행해 주세요</li>
<li>(A)를 눌러 문제의 TWL 타이틀을 제거해 주세요</li>
<li>(Start)를 눌러 콘솔을 다시 시작해 주세요</li>
<li>본체 설정의 “기타 설정”에서 가장 오른쪽에 있는 “본체 업데이트”를 선택해 콘솔을 업데이트해 주세요
<ul>
<li>이 업데이트는 필수 TWL 타이틀이 제거된 것을 확인 했을 시 다시 다운로드하고 재설치 할 겁니다</li>
</ul>
</li>
<li>업데이트 완료 시 “OK”를 눌러 콘솔을 다시 시작해 주세요</li>
</ol>
</details>
<details>
<summary><u>GBA 버추얼 콘솔 혹은 안전 모드 기능이 고장났습니다</u></summary>
<p>콘솔에 (아마 arm9loaderhax를 통해) Luma3DS 6.6 이하의 버전이 설치되어 있습니다. <a href="a9lh-to-b9s">A9LH를 B9S로 업데이트</a>를 따라서 콘솔을 현재의 커스텀 펌웨어 환경으로 업데이트해 주세요.</p>
</details>
<details>
<summary><u>확장 메모리 모드 게임 (포켓몬 썬/문, 스매시 브라더스 등)이 정상 작동하지 않습니다</u></summary>
<p>이 문제는 구 3DS / 2DS 콘솔의 지역을 변경하거자 CTRTransfer를 한 이후 나타날 수 있는 상황입니다. 이를 해결하려면 본체 초기화를 해야 합니다.</p>
</details>
<details>
<summary><u>앱을 실행할 때 오류 화면이 표시됩니다</u></summary>
<p><a href="https://wiki.hacks.guide/wiki/3DS:Error_screens/Luma3DS_exception_screen">여기 (영어)</a>에서 오류 화면을 찾아보세요.
해당 오류를 찾지 못했거나 설명으로 해결되지 않은 경우, <a href="https://discord.gg/MWxPgEp">Nintendo Homebrew Discord 서버</a>에서 도움을 요청하세요.</p>
</details>
<details>
<summary><u>HOME 메뉴 실행시 크래시가 발생하거나 Homebrew Launcher가 실행될 경우</u></summary>
<p>menuhax67가 여전히 설치되어 있는 듯합니다. 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>HOME 메뉴의 extdata 초기화</u></summary>
<ol>
<li>콘솔의 전원을 꺼 주세요</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>콘솔 지역에 해당되는 폴더를 삭제해 주세요:
<ul>
<li><strong>EUR 지역</strong>: <code class="language-plaintext highlighter-rouge">00000098</code></li>
<li><strong>JPN 지역</strong>: <code class="language-plaintext highlighter-rouge">00000082</code></li>
<li><strong>USA 지역</strong>: <code class="language-plaintext highlighter-rouge">0000008f</code></li>
<li><strong>CHN 지역</strong>: <code class="language-plaintext highlighter-rouge">000000A1</code></li>
<li><strong>KOR 지역</strong>: <code class="language-plaintext highlighter-rouge">000000A9</code></li>
<li><strong>TWN 지역</strong>: <code class="language-plaintext highlighter-rouge">000000B1</code></li>
</ul>
</li>
<li>SD 카드를 콘솔에 다시 삽입해 주세요</li>
</ol>
</details>
<details>
<summary><u>HOME 메뉴의 테마 데이터 초기화</u></summary>
<ol>
<li>콘솔의 전원을 꺼 주세요</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>콘솔 지역에 해당되는 폴더를 삭제해 주세요:
<ul>
<li><strong>EUR 지역</strong>: <code class="language-plaintext highlighter-rouge">000002ce</code></li>
<li><strong>JPN 지역</strong>: <code class="language-plaintext highlighter-rouge">000002cc</code></li>
<li><strong>USA 지역</strong>: <code class="language-plaintext highlighter-rouge">000002cd</code></li>
</ul>
</li>
<li>SD 카드를 콘솔에 다시 삽입해 주세요</li>
</ol>
</details>
<details>
<summary><u>Homebrew Launcher 수동 접근</u></summary>
<p>HOME 메뉴를 통해 Homebrew Launcher 애플리케이션에 접근이 불가능할 경우, 다음 방법을 통해 수동으로 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>다운로드 플레이 앱을 실행해 주세요 (<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 어깨) + (십자 Down) + (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>(Home) 키를 눌러 다운로드 플레이를 종료해 주세요</li>
<li>아래 화면에서 “종료” 버튼을 눌러 다운로드 플레이 앱을 닫아주세요</li>
<li>다운로드 플레이 앱을 다시 실행해 주세요</li>
<li>성공하면 Homebrew Launcher가 실행될 것입니다
<ul>
<li>만약 콘솔이 <code class="language-plaintext highlighter-rouge">Nintendo 3DS</code> 화면에 정지되면, SD 카드 루트에 <code class="language-plaintext highlighter-rouge">boot.3dsx</code>이 존재하지 않습니다</li>
</ul>
</li>
</ol>
</details>
<details>
<summary><u>청소년 보호 기능 끄기</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>
</ul>
</div>
<!-- hacks-guide change start: custom footer -->
<div class="page__footer-copyright">&copy; 2024 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>