forked from Nanolx/patchimage
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.EXIT_CODES
More file actions
21 lines (18 loc) · 776 Bytes
/
README.EXIT_CODES
File metadata and controls
21 lines (18 loc) · 776 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
If the script failed at some point issueing
echo $?
right after the failure will you show the following:
0 everything went right
1 general error (none of the following)
9 game specified is not known
15 ISO or ROM does not exist
21 Riivolution files/patch does not exist
27 NSMBW version is not recognized
33 custom banner specified from command line is not a .bnr file
39 custom game id specified from command line is not a 6 digit alphanumeric
45 error copying new game files
51 wit/ips/applyppf/szs caught an error processing files
57 wget caught an error while downloading
63 unp caught an error while unpacking a file
69 wiimmfi caught an error patching the image
75 user input was not usable/wrong
81 NSMBW version not supported by Hack