07e1df54f0
* New translations about.md (French) * New translations recover-ios.md (Spanish) * New translations sidebar.md (Spanish) * New translations sd-preparation.md (Spanish) * New translations nand-backup.md (Spanish) * New translations launching-cfw.md (Spanish) * New translations installing-hblc.md (Spanish) * New translations ds-vc-choice.md (Spanish) * New translations browser-exploit.md (Spanish) * New translations recover-mii-channel.md (Spanish) * New translations ios-folders.md (Spanish) * New translations browser-exploit.md (Spanish) * New translations fix-errcode-112-1037.md (Spanish) * New translations common-issues-fixes.md (Spanish) * New translations sidebar.md (Spanish) * New translations privacy-policy.md (Spanish) * New translations uninstall-cbhc.md (Spanish) * New translations unblock-updates.md (Spanish) * New translations find-wiiu-ip-address.md (Spanish) * New translations faq.md (Spanish) * New translations dump-wii-games.md (Spanish) * New translations cfw-choice.md (Spanish) * New translations ds-vc-choice.md (Spanish) * New translations block-updates.md (Spanish) * New translations sd-preparation.md (Spanish) * New translations sidebar.md (Spanish) * New translations browser-exploit.md (Spanish) * New translations sidebar.md (Spanish) * New translations sidebar.md (Spanish) * New translations sd-preparation.md (Spanish) * New translations nand-backup.md (Spanish) * New translations launching-cfw.md (Spanish) * New translations browser-exploit.md (Spanish) * New translations sidebar.md (Spanish) * New translations nand-backup.md (Spanish) * New translations installing-hblc.md (Spanish) * New translations launching-cfw.md (Spanish) * New translations browser-modding.md (Spanish) * New translations browser-exploit.md (Spanish) * New translations entrypoint-choice.md (Spanish) * New translations introduction.md (Spanish) * New translations sidebar.md (Spanish) * New translations sd-preparation.md (Spanish) * New translations nand-backup.md (Spanish) * New translations launching-cfw.md (Spanish) * New translations dump-games.md (Spanish) * New translations about.md (Spanish) * New translations block-updates.md (French) * New translations ios-folders.md (French) * New translations sidebar.md (French) * New translations sd-preparation.md (French) * New translations nand-backup.md (French) * New translations launching-cfw.md (French) * New translations installing-hblc.md (French) * New translations ds-vc-choice.md (French) * New translations browser-exploit.md (French) * New translations recover-mii-channel.md (French) * New translations recover-ios.md (French) * New translations fix-errcode-112-1037.md (French) * New translations browser-exploit.md (French) * New translations common-issues-fixes.md (French) * New translations sidebar.md (French) * New translations privacy-policy.md (French) * New translations uninstall-cbhc.md (French) * New translations unblock-updates.md (French) * New translations find-wiiu-ip-address.md (French) * New translations faq.md (French) * New translations dump-wii-games.md (French) * New translations dump-games.md (French) * New translations cfw-choice.md (French) * New translations ds-vc-choice.md (French) * New translations vwii-modding.md (French) * New translations sd-preparation.md (French) * New translations sidebar.md (French) * New translations browser-exploit.md (French) * New translations sidebar.md (French) * New translations sidebar.md (French) * New translations sd-preparation.md (French) * New translations nand-backup.md (French) * New translations launching-cfw.md (French) * New translations browser-exploit.md (French) * New translations sidebar.md (French) * New translations nand-backup.md (French) * New translations installing-hblc.md (French) * New translations launching-cfw.md (French) * New translations browser-modding.md (French) * New translations browser-exploit.md (French) * New translations entrypoint-choice.md (French) * New translations introduction.md (French) * New translations sidebar.md (French) * New translations sd-preparation.md (French) * New translations nand-backup.md (French) * New translations launching-cfw.md (French) * New translations vwii-modding.md (Spanish)
2.7 KiB
2.7 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 Save).
- The latest release of Python.
Instructions
- Install Python 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.
- Open up a command prompt window.
- 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.
macOS & Linux
- Power on your Wii U.
- Launch the Homebrew Launcher and launch Mocha.
- 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.