Guide-WiiU/translations/no_NO/docs/troubleshooting/fix-errcode-112-1037.md
Ian Burgwin 40cd67e01c
New Crowdin translations (#7)
* New translations privacy-policy.md (Norwegian)

* New translations privacy-policy.md (Norwegian)

* New translations privacy-policy.md (Norwegian)

* New translations privacy-policy.md (Norwegian)

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

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

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

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

* New translations fix-errcode-112-1037.md (Norwegian)
2020-05-07 20:21:49 +02:00

2.7 KiB

Hvordan fikse Feilkoden 112-1037

This page will guide you through the process of fixing the error code 112-1037.

Dette trenger du

Instruksjoner

  1. Install Python on your computer.

Fixing The Error Code

Windows

  1. Slå på Wii U konsollen.
  2. Launch the Homebrew Launcher and launch Mocha.
  3. Go back to the Wii U Menu.
  4. Open up a command prompt window.
  5. Use the following command: cd <directory>.
  • Example: cd C:\Users\username\Downloads.
  1. Use the following command: py -3 -i wupclient.py.
  2. Enter the IP address of your Wii U.
  • Don't know how to find it? Read this.
  1. 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).
  1. If the command worked, you will get the following response: chmod returned 0x0.
  2. The error code should now be gone.

macOS & Linux

  1. Slå på Wii U konsollen.
  2. Launch the Homebrew Launcher and launch Mocha.
  3. Go back to the Wii U Menu.
  4. Open up a Terminal window.
  5. 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.
  1. Use the following command: python3 -i wupclient.py.
  2. Enter the IP address of your Wii U.
  • Don't know how to find it? Read this.
  1. 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).
  1. If the command worked, you will get the following response: chmod returned 0x0.
  2. The error code should now be gone.