You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

2.7 KiB

如何修复错误代码 112-1037

此页面将会教你如何修复错误代码 112-1037。

你需要准备点啥?

操作步骤

  1. 在你的电脑上安装好 Python。

修复错误代码

Windows

  1. 打开你的 Wii U。
  2. 启动 Homebrew Launcher 然后启动 Mocha。
  3. 返回 Wii U 主菜单。
  4. 打开一个命令提示符窗口。
  5. 使用以下命令移动到 wupclient.py 的目录下: cd <directory>
  • 例子:cd C:\Users<用户名>\Downloads
  1. 使用以下命令:py -3 -i wupclient.py
  2. 输入你的 Wii U 的 IP 地址。
  • 你不知道? 请读这个
  1. 请使用对应你主机区域的命令:
  • 日版:w.chmod("/vol/storage_mlc01/sys/title/00050030/1001200a/content/pages/index.html", 0x644)
  • 美版:w.chmod("/vol/storage_mlc01/sys/title/00050030/1001210a/content/pages/index.html", 0x644)
  • 欧版:w.chmod("/vol/storage_mlc01/sys/title/00050030/1001220a/content/pages/index.html", 0x644)
  1. 如果输入正确,你应该会看到命令行输出以下内容: chmod returned 0x0
  2. 这个错误代码现在应该没了。

macOS & Linux

  1. 打开你的 Wii U。
  2. 启动 Homebrew Launcher 然后启动 Mocha。
  3. 返回 Wii U 主菜单。
  4. 打开终端窗口。
  5. 使用以下命令移动到 wupclient.py 的目录下: cd <directory>
  • 在 macOS 上,下载的文件一般都在 /Users/<用户名>/Downloads目录下。
  • 在 Linux 上,下载的文件一般都在 /home/<用户名>/Downloads目录下。
  1. 使用以下命令:python3 -i wupclient.py
  2. 输入你的 Wii U 的 IP 地址。
  • 你不知道? 请读这个
  1. 请使用对应你主机区域的命令:
  • 日版:w.chmod("/vol/storage_mlc01/sys/title/00050030/1001200a/content/pages/index.html", 0x644)
  • 美版:w.chmod("/vol/storage_mlc01/sys/title/00050030/1001210a/content/pages/index.html", 0x644)
  • 欧版:w.chmod("/vol/storage_mlc01/sys/title/00050030/1001220a/content/pages/index.html", 0x644)
  1. 如果输入正确,你应该会看到命令行输出以下内容: chmod returned 0x0
  2. 这个错误代码现在应该没了。