mirror of
https://github.com/hacks-guide/Guide_Switch-OLD.git
synced 2024-11-27 03:20:45 +00:00
42 lines
1.3 KiB
Plaintext
42 lines
1.3 KiB
Plaintext
---
|
|
title: "Troubleshooting"
|
|
---
|
|
|
|
{% include toc title="Table of Contents" %}
|
|
|
|
### Required Reading
|
|
|
|
If you encounter issues, please look for the section relevant to you and follow the instructions.
|
|
|
|
If you still cannot solve your issue and need to reach out for help, please come for help prepared with a detailed description of your problem and what you've tried.
|
|
|
|
## Error 2347-0003
|
|
|
|
This error occurs when the nx-hbmenu `.nro` is not found on your SD card.
|
|
|
|
### What You Need
|
|
|
|
* The latest release of [nx-hbmenu](https://github.com/switchbrew/nx-hbmenu/releases/latest){:target="_blank"}
|
|
|
|
### Instructions
|
|
|
|
1. Power off your device
|
|
1. Insert your SD card into your computer
|
|
1. Copy `hbmenu.nro` from the nx-hbmenu `.zip` to the root of your SD card
|
|
1. Reinsert your SD card into your device
|
|
1. Power on your device
|
|
|
|
## Enable Extra Error Info
|
|
|
|
This script will enable the displaying of extra error info when a fatal error is encountered. It may be useful for debugging purposes.
|
|
|
|
### What You Need
|
|
|
|
* [PegaSwitch](pegaswitch)
|
|
* [extraerrorinfo.js]({{ "/images/extraerrorinfo.js" | absolute_url }})
|
|
|
|
### Instructions
|
|
|
|
1. Copy `extraerrorinfo.js` to the `/usefulscripts/` folder in PegaSwitch
|
|
1. Connect to your device using PegaSwitch
|
|
1. Run `evalfile usefulscripts/extraerrorinfo.js` |