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.8 KiB
2.8 KiB
如何修复错误代码 112-1037
此页面将会教你如何修复错误代码 112-1037。
你需要准备些啥? {docsify-ignore}
- 已安装好破解。
- wupclient.py (右键单击 -> 保存链接为... -> 点击保存)。
- 最新版 Python。
步骤 {docsify-ignore}
- 在你的电脑上安装好 Python。
修复错误代码
Windows
Windows
- 打开你的 Wii U。
- 启动 Homebrew Launcher 然后启动 Mocha。
- 返回 Wii U 主菜单。
- 打开一个命令提示符窗口。
- 使用以下命令移动到 wupclient.py 的目录下:
cd <directory>
。- 例子:
cd C:\Users<用户名>
。\Downloads
- 例子:
- 使用以下命令:
py -3 -i wupclient.py
。 - 输入你的 Wii U 的 IP 地址。
- 你不知道? 请读这个。
- 请使用对应你主机区域的命令:
- 日版:
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)
- 日版:
- 如果输入正确,你应该会看到命令行输出以下内容:
chmod returned 0x0
。 - 这个错误代码现在应该没了。
macOS & Linux
macOS & Linux
- 打开你的 Wii U。
- 启动 Homebrew Launcher 然后启动 Mocha。
- 返回 Wii U 主菜单。
- 打开终端窗口。
- 使用以下命令移动到 wupclient.py 的目录下:
cd <directory>
。- 在 macOS 上,下载的文件一般都在
/Users/<用户名>
目录下。/Downloads - 在 Linux 上,下载的文件一般都在
/home/<用户名>
目录下。/Downloads
- 在 macOS 上,下载的文件一般都在
- 使用以下命令:
python3 -i wupclient.py
。 - 输入你的 Wii U 的 IP 地址。
- 你不知道? 请读这个。
- 请使用对应你主机区域的命令:
- 日版:
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)
- 日版:
- 如果输入正确,你应该会看到命令行输出以下内容:
chmod returned 0x0
。 - 这个错误代码现在应该没了。