|
|
Line 22: |
Line 22: |
| # Use the following command: <code>py -3 -i wupclient.py</code>. | | # Use the following command: <code>py -3 -i wupclient.py</code>. |
| # Enter the IP address of your Wii U. | | # Enter the IP address of your Wii U. |
| #* Don't know how to find it? Read [[wiiuguide:find-wiiu-ip-address|this]]. | | #* Don't know how to find it? Read [https://wiki.hacks.guide/wiki/Wii_U/find-wiiu-ip-address this]. |
| # Use the appropriate command depending on the region of your console: | | # Use the appropriate command depending on the region of your console: |
| #* JPN: <code>w.chmod("/vol/storage_mlc01/sys/title/00050030/1001200a/content/pages/index.html", 0x644)</code>. | | #* JPN: <code>w.chmod("/vol/storage_mlc01/sys/title/00050030/1001200a/content/pages/index.html", 0x644)</code>. |
Line 45: |
Line 45: |
| # Use the following command: <code>python3 -i wupclient.py</code>. | | # Use the following command: <code>python3 -i wupclient.py</code>. |
| # Enter the IP address of your Wii U. | | # Enter the IP address of your Wii U. |
| #* Don't know how to find it? Read [[wiiuguide:find-wiiu-ip-address|this]]. | | #* Don't know how to find it? Read [https://wiki.hacks.guide/wiki/Wii_U/find-wiiu-ip-address this]. |
| # Use the appropriate command depending on the region of your console: | | # Use the appropriate command depending on the region of your console: |
| #* JPN: <code>w.chmod("/vol/storage_mlc01/sys/title/00050030/1001200a/content/pages/index.html", 0x644)</code>. | | #* JPN: <code>w.chmod("/vol/storage_mlc01/sys/title/00050030/1001200a/content/pages/index.html", 0x644)</code>. |
Revision as of 16:41, 22 July 2023
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 Save).
- The latest release of Python.
Instructions
- Install Python on your computer.
Fixing The Error Code
- Power on your Wii U.
- Load into Tiramisu or Aroma.
- Use the following command:
cd <directory>
.
- Example:
cd C:\Users\username\Downloads
.
- Use the following command:
py -3 -i wupclient.py
.
- Enter the IP address of your Wii U.
- Don't know how to find it? Read this.
- 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.
- Power on your Wii U.
- Load into Tiramisu or Aroma.
- Go back to the Wii U Menu.
- 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:
python3 -i wupclient.py
.
- Enter the IP address of your Wii U.
- Don't know how to find it? Read this.
- 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.