08e9bc4339
* New translations about.md (French) * New translations launching-cfw.md (French) * New translations cfw-choice.md (French) * New translations sidebar.md (French) * New translations nand-backup.md (French) * New translations sd-preparation.md (French) * New translations sidebar.md (French) * New translations introduction.md (French) * New translations sidebar.md (French) * New translations sidebar.md (French) * New translations about.md (French) * New translations nand-backup.md (French) * New translations ds-vc-choice.md (French) * New translations ds-vc-choice.md (French) * New translations privacy-policy.md (French) * New translations configurable-payload.md (French) * New translations vwii-modding.md (French) * New translations sidebar.md (French) * New translations sd-preparation.md (French) * New translations nand-backup.md (French) * New translations sidebar.md (French) * New translations sd-preparation.md (French) * New translations launching-cfw.md (French) * New translations block-updates.md (French) * New translations installing-hblc.md (French) * New translations sidebar.md (French) * New translations sd-preparation.md (French) * New translations nand-backup.md (French) * New translations launching-cfw.md (French) * New translations installing-hblc.md (French) * New translations recover-vwii-ioses-channels.md (French) * New translations fix-errcode-112-1037.md (French) * New translations unblock-updates.md (French) * New translations donations.md (French) * New translations dump-games.md (French)
3 KiB
3 KiB
Comment corriger le code d'erreur 112-1037
Cette page vous guidera tout au long du processus de correction du code d'erreur 112-1037.
Ce dont vous avez besoin {docsify-ignore}
- Une installation Homebrew fonctionnelle.
- wupclient.py (clic droit -> Enregistrer le fichier sous... -> Cliquez sur OK).
- La dernière version de Python.
Instructions {docsify-ignore}
- Installez Python sur votre ordinateur.
Corriger le code d'erreur
Windows
Windows
- Allumez votre Wii U.
- Lancez le Homebrew Launcher et lancez Mocha.
- Retournez au Menu Wii U.
- Ouvrez une fenêtre d'invite de commande.
- Utilisez la commande suivante :
cd <directory>
.
- Exemple:
cd C:\Users\username
.\Downloads
- Utilisez la commande suivante :
py -3 -i wupclient.py
. - Entrez l'adresse IP de votre Wii U.
- Vous ne savez pas comment le trouver? Lisez cela.
- Utilisez la commande appropriée en fonction de la région de votre 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)
- Si la commande a fonctionné, vous obtiendrez la réponse suivante :
chmod returned 0x0
. - Le code d'erreur devrait maintenant avoir disparu.
macOS & Linux
macOS & Linux
- Allumez votre Wii U.
- Lancez le Homebrew Launcher et lancez Mocha.
- Retournez au Menu Wii U.
- Ouvrez une fenêtre du Terminal.
- Utilisez la commande suivante :
cd <directory>
.
- Sur macOS, l'endroit le plus courant pour trouver vos fichiers téléchargés est
/Users/username
./Downloads - Sous Linux, l'endroit le plus courant pour trouver vos fichiers téléchargés est
/home/username
./Downloads
- Utilisez la commande suivante :
python3 -i wupclient.py
. - Entrez l'adresse IP de votre Wii U.
- Vous ne savez pas comment le trouver? Lisez cela.
- Utilisez la commande appropriée en fonction de la région de votre 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)
- Si la commande a fonctionné, vous obtiendrez la réponse suivante :
chmod returned 0x0
. - Le code d'erreur devrait maintenant avoir disparu.