Guide-WiiU/translations/hr_HR/docs/troubleshooting/fix-errcode-112-1037.md
Ian Burgwin afa0e7a9c5
New Crowdin translations (#37)
* New translations recover-vwii-ioses-channels.md (French)

* New translations browser-exploit.md (Chinese Simplified)

* New translations recover-vwii-ioses-channels.md (French)

* New translations browser-exploit.md (Chinese Simplified)

* New translations ds-vc-choice.md (Chinese Simplified)

* New translations recover-vwii-ioses-channels.md (French)

* New translations browser-exploit.md (French)

* New translations cfw-choice.md (French)

* New translations browser-exploit.md (French)

* New translations browser-exploit.md (French)

* New translations browser-exploit.md (French)

* New translations browser-exploit.md (French)

* New translations uninstall-indexiine.md (French)

* New translations uninstall-indexiine.md (French)

* New translations cfw-choice.md (French)

* New translations cfw-choice.md (French)

* New translations common-issues-fixes.md (French)

* New translations common-issues-fixes.md (French)

* New translations common-issues-fixes.md (French)

* New translations common-issues-fixes.md (French)

* New translations browser-exploit.md (French)

* New translations cfw-choice.md (French)

* New translations browser-exploit.md (French)

* New translations browser-exploit.md (French)

* New translations browser-exploit.md (French)

* New translations browser-exploit.md (French)

* New translations ds-vc-choice.md (French)

* New translations launching-cfw.md (French)

* New translations nand-backup.md (French)

* New translations ds-vc-choice.md (French)

* New translations nand-backup.md (French)

* New translations nand-backup.md (French)

* New translations nand-backup.md (French)

* New translations recover-vwii-ioses-channels.md (French)

* New translations sidebar.md (Croatian)

* New translations sidebar.md (Croatian)

* New translations sidebar.md (Croatian)

* New translations sidebar.md (Croatian)

* New translations sidebar.md (Croatian)

* New translations sidebar.md (Croatian)

* New translations sidebar.md (Croatian)

* New translations recover-vwii-ioses-channels.md (French)

* New translations privacy-policy.md (French)

* New translations fix-errcode-112-1037.md (French)

* New translations dump-games.md (Croatian)

* New translations sidebar.md (Croatian)

* New translations donations.md (Croatian)

* New translations privacy-policy.md (French)

* New translations dump-games.md (Croatian)

* New translations uninstall-cbhc.md (Croatian)

* New translations fix-errcode-112-1037.md (Croatian)

* New translations launching-cfw.md (Croatian)

* New translations sd-preparation.md (Croatian)

* New translations sidebar.md (Croatian)

* New translations launching-cfw.md (Croatian)

* New translations sd-preparation.md (Croatian)

* New translations sidebar.md (Croatian)

* New translations sd-preparation.md (Croatian)

* New translations sidebar.md (Croatian)

* New translations launching-cfw.md (Croatian)

* New translations sd-preparation.md (Croatian)

* New translations sidebar.md (Croatian)

* New translations sidebar.md (Croatian)

* New translations sidebar.md (Croatian)

* New translations about.md (Chinese Simplified)

* New translations block-updates.md (Chinese Simplified)

* New translations unblock-updates.md (Chinese Simplified)

* New translations about.md (Croatian)

* New translations sidebar.md (Croatian)

* New translations sidebar.md (Croatian)

* New translations sidebar.md (Croatian)

* New translations sidebar.md (Croatian)

* New translations sidebar.md (Croatian)

* New translations block-updates.md (Chinese Simplified)

* New translations dump-games.md (Chinese Simplified)

* New translations donations.md (Chinese Simplified)

* New translations sidebar.md (Croatian)

* New translations sidebar.md (Croatian)

* New translations browser-exploit.md (Croatian)

* New translations block-updates.md (Chinese Simplified)

* New translations dump-games.md (Chinese Simplified)

* New translations fix-errcode-112-1037.md (Chinese Simplified)

* New translations launching-cfw.md (Chinese Simplified)

* New translations sd-preparation.md (Chinese Simplified)

* New translations launching-cfw.md (Chinese Simplified)

* New translations sd-preparation.md (Chinese Simplified)

* New translations sd-preparation.md (Chinese Simplified)

* New translations launching-cfw.md (Chinese Simplified)

* New translations sd-preparation.md (Chinese Simplified)

* New translations introduction.md (Croatian)

* New translations sidebar.md (Croatian)

* New translations sidebar.md (Croatian)

* New translations sidebar.md (Croatian)

* New translations dump-games.md (Chinese Simplified)

* New translations installing-hblc.md (Chinese Simplified)

* New translations installing-hblc.md (Chinese Simplified)

* New translations introduction.md (Croatian)

* New translations introduction.md (Croatian)
2020-06-06 17:05:05 +02:00

56 lines
No EOL
2.7 KiB
Markdown

# 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](introduction).
- [wupclient.py](https://raw.githubusercontent.com/Elpunical/mocha/master/ios_mcp/wupclient.py) **(right-click -> Save link as... -> Click Save).**
- The latest release of [Python](https://www.python.org/downloads/).
### Instructions
1. Install Python on your computer.
### Fixing The Error Code
<!-- tabs:start -->
#### **Windows**
1. Uključite vaš Wii U.
1. Launch the Homebrew Launcher and launch Mocha.
1. Go back to the Wii U Menu.
1. Open up a command prompt window.
1. Use the following command: `cd <directory>`.
- Example: <code>cd C:\Users\username<wbr>\Downloads</code>.
1. Use the following command: `py -3 -i wupclient.py`.
1. Enter the IP address of your Wii U.
- Don't know how to find it? Read [this](find-wiiu-ip-address).
1. Use the appropriate command depending on the region of your console:
- JPN: <code>w.chmod("/vol<wbr>/storage_mlc01<wbr>/sys/title/00050030<wbr>/1001200a/content<wbr>/pages<wbr>/index.html", 0x644)</code>.
- USA: <code>w.chmod("/vol<wbr>/storage_mlc01<wbr>/sys/title/00050030<wbr>/1001210a/content<wbr>/pages<wbr>/index.html", 0x644)</code>.
- EUR: <code>w.chmod("/vol<wbr>/storage_mlc01<wbr>/sys/title/00050030<wbr>/1001220a/content<wbr>/pages<wbr>/index.html", 0x644)</code>.
1. If the command worked, you will get the following response: `chmod returned 0x0`.
1. The error code should now be gone.
#### **macOS & Linux**
1. Uključite vaš Wii U.
1. Launch the Homebrew Launcher and launch Mocha.
1. Go back to the Wii U Menu.
1. Open up a Terminal window.
1. Use the following command: `cd <directory>`.
- On macOS, the most common place to find your downloaded files is <code>/Users/username<wbr>/Downloads</code>.
- On Linux, the most common place to find your downloaded files is <code>/home/username<wbr>/Downloads</code>.
1. Use the following command: `python3 -i wupclient.py`.
1. Enter the IP address of your Wii U.
- Don't know how to find it? Read [this](find-wiiu-ip-address).
1. Use the appropriate command depending on the region of your console:
- JPN: <code>w.chmod("/vol<wbr>/storage_mlc01<wbr>/sys/title/00050030<wbr>/1001200a/content<wbr>/pages<wbr>/index.html", 0x644)</code>.
- USA: <code>w.chmod("/vol<wbr>/storage_mlc01<wbr>/sys/title/00050030<wbr>/1001210a/content<wbr>/pages<wbr>/index.html", 0x644)</code>.
- EUR: <code>w.chmod("/vol<wbr>/storage_mlc01<wbr>/sys/title/00050030<wbr>/1001220a/content<wbr>/pages<wbr>/index.html", 0x644)</code>.
1. If the command worked, you will get the following response: `chmod returned 0x0`.
1. The error code should now be gone.
<!-- tabs:end -->