2.8 KiB
2.8 KiB
How To Fix The Error Code 112-1037
This page will guide you through the process of fixing the error code 112-1037.
What You Need
- A working Homebrew Installation
- wupclient.py (right-click -> Save link as... -> Click OK)
- The 2.7 release of Python
Instructions
- Install Python 2.7 on your computer
Fixing The Error Code
Windows
- Power on your Wii U
- Launch the Homebrew Launcher and launch Mocha
- Go back to the Wii U Menu
- On your computer, open the wupclient.py file with a text editor and change the IP address at line 29 with your console's then save it
- Open up a command prompt window
- Use the following command:
cd <directory>
- Example:
cd C:\Users\username
\Downloads
- Use the following command:
py -2 -i wupclient.py
- Use the appropriate command depending on the region of your console:
- JPN:
w.chmod("/vol
/storage_mlc01 /sys/title/00050030 /1001200a/content /pages /index.html", 0x644) - USA:
w.chmod("/vol
/storage_mlc01 /sys/title/00050030 /1001210a/content /pages /index.html", 0x644) - EUR:
w.chmod("/vol
/storage_mlc01 /sys/title/00050030 /1001220a/content /pages /index.html", 0x644)
- If the command worked, you will get the following response:
chmod returned 0x0
- The error code should now be gone
macOS & Linux
- Power on your Wii U
- Launch the Homebrew Launcher and launch Mocha
- Go back to the Wii U Menu
- On your computer, open the wupclient.py file with a text editor and change the IP address at line 29 with your console's then save it
- Open up a Terminal window
- Use the following command:
cd <directory>
- On macOS, the most common place to find your downloaded files is
/Users/username
/Downloads - On Linux, the most common place to find your downloaded files is
/home/username
/Downloads
- Use the following command:
python2 -i wupclient.py
- Use the appropriate command depending on the region of your console:
- JPN:
w.chmod("/vol
/storage_mlc01 /sys/title/00050030 /1001200a/content /pages /index.html", 0x644) - USA:
w.chmod("/vol
/storage_mlc01 /sys/title/00050030 /1001210a/content /pages /index.html", 0x644) - EUR:
w.chmod("/vol
/storage_mlc01 /sys/title/00050030 /1001220a/content /pages /index.html", 0x644)
- If the command worked, you will get the following response:
chmod returned 0x0
- The error code should now be gone