# 如何修复错误代码 112-1037 此页面将会教你如何修复错误代码 112-1037。 ### 你需要准备点啥? - 已安装好[破解](introduction)。 - [wupclient.py](https://raw.githubusercontent.com/Elpunical/mocha/master/ios_mcp/wupclient.py) **(右键单击 -> 保存链接为... -> 点击保存)。** - 最新版 [Python](https://www.python.org/downloads/)。 ### 操作步骤 1. 在你的电脑上安装好 Python。 ### 修复错误代码 #### **Windows** 1. 打开你的 Wii U。 1. 启动 Homebrew Launcher 然后启动 Mocha。 1. 返回 Wii U 主菜单。 1. 打开一个命令提示符窗口。 1. 使用以下命令移动到 wupclient.py 的目录下: `cd `。 - 例子:cd C:\Users\<用户名>\Downloads。 1. 使用以下命令:`py -3 -i wupclient.py`。 1. 输入你的 Wii U 的 IP 地址。 - 你不知道? 请读[这个](find-wiiu-ip-address)。 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`。 1. 这个错误代码现在应该没了。 #### **macOS & Linux** 1. 打开你的 Wii U。 1. 启动 Homebrew Launcher 然后启动 Mocha。 1. 返回 Wii U 主菜单。 1. 打开终端窗口。 1. 使用以下命令移动到 wupclient.py 的目录下: `cd `。 - 在 macOS 上,下载的文件一般都在 /Users/<用户名>/Downloads目录下。 - 在 Linux 上,下载的文件一般都在 /home/<用户名>/Downloads目录下。 1. 使用以下命令:`python3 -i wupclient.py`。 1. 输入你的 Wii U 的 IP 地址。 - 你不知道? 请读[这个](find-wiiu-ip-address)。 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`。 1. 这个错误代码现在应该没了。