mirror of
https://github.com/TheShadowEevee/Sharpii-NetCore.git
synced 2025-01-11 23:08:49 -06:00
f9198444e2
Added custom exit codes, which allow headless scripts to use Sharpii easier. Exit Codes do NOT interfere with normal system exit codes. (System exit codes are 15999 and below, Custom exits are 16001+.)
146 lines
No EOL
5.1 KiB
Text
146 lines
No EOL
5.1 KiB
Text
|
|
Exit Code: 0
|
|
No errors reported/Likely successful exit
|
|
|
|
Exit Code: 1601
|
|
File Access Issue/Missing File. (SHARPII_NET_CORE_xxx_FILE_ERR_01)
|
|
Either the file doesn't exist, or Sharpii doesn't have permission to open it.
|
|
Check the file's permissions and that it's in the right place.
|
|
|
|
Exit Code: 1602
|
|
Unknown Error/Untracked Error. (SHARPII_NET_CORE_xxx_UNKNOWN_01)
|
|
An untracked error has occured.
|
|
Use the error text to self-diagnose.
|
|
|
|
Exit Code: 1603
|
|
No IP was provided for remote Wii access. (SHARPII_NET_CORE_HBC_NO_IP_01)
|
|
No IP address was listed for the Wii.
|
|
Furthermore, no IP address is saved from previous uses.
|
|
If this doesn't help, open an issue on GitHub!
|
|
|
|
Exit Code: 1604
|
|
DOL Flag was used, but no file provided. (SHARPII_NET_CORE_xxx_NO_DOL_01)
|
|
You used the -DOL flag, but no DOL file was provided.
|
|
Provide the proper DOL file.
|
|
|
|
Exit Code: 1605
|
|
A Critical DLL (WadInstaller.dll) couldn't be found. (SHARPII_NET_CORE_HBC_MISSING_DLL_WADINSTALLER_01)
|
|
The WadInstaller.dll couldn't be found.
|
|
This error SHOULD NOT APPEAR in this Sharpii port.
|
|
Open an issue on GitHub!
|
|
|
|
Exit Code: 1606
|
|
IOS Flag was used, but no IOS provided. (SHARPII_NET_CORE_xxx_NO_IOS_01)
|
|
You used the -IOS flag, but no IOS was provided.
|
|
Provide a proper IOS.
|
|
|
|
Exit Code: 1607
|
|
IOS Flag was used, but an invalid IOS provided. (SHARPII_NET_CORE_xxx_INVALID_IOS_01)
|
|
You used the -IOS flag, but an invalid IOS was provided.
|
|
Provide a proper IOS.
|
|
|
|
Exit Code: 1608
|
|
WAD Flag was used, but no wad provided. (SHARPII_NET_CORE_HBC_NO_WAD_01)
|
|
You used the -WAD flag, but no WAD was provided.
|
|
Provide a proper WAD.
|
|
|
|
Exit Code: 1609
|
|
Slot Flag was used, but no slot provided. (SHARPII_NET_CORE_IOS_NO_SLOT_01)
|
|
You used the -SLOT flag, but no slot was provided.
|
|
Provide a proper slot.
|
|
|
|
Exit Code: 1610
|
|
Slot Flag was used, but an invalid slot provided. (SHARPII_NET_CORE_xxx_INVALID_SLOT_01)
|
|
You used the -SLOT flag, but an invalid slot was provided.
|
|
Provide a proper slot.
|
|
|
|
Exit Code: 1611
|
|
V Flag was used, but no version provided. (SHARPII_NET_CORE_xxx_NO_VERSION_01)
|
|
You used the -V flag, but no version was provided.
|
|
Provide a proper version.
|
|
|
|
Exit Code: 1612
|
|
V Flag was used, but an invalid version provided. (SHARPII_NET_CORE_xxx_INVALID_VERSION_01)
|
|
You used the -V flag, but no version was provided.
|
|
Provide a proper version.
|
|
|
|
Exit Code: 1613
|
|
O Flag was used, but no output provided. (SHARPII_NET_CORE_xxx_NO_OUTPUT_01)
|
|
You used the -O flag, but no output was provided.
|
|
Provide a proper output.
|
|
|
|
Exit Code: 1614
|
|
ID Flag was used, but no id provided. (SHARPII_NET_CORE_xxx_NO_ID_01)
|
|
You used the -ID flag, but no id was provided.
|
|
Provide a proper id.
|
|
|
|
Exit Code: 1615
|
|
A Critical DLL (libWiiSharp.dll) couldn't be found. (SHARPII_NET_CORE_MAIN_MISSING_DLL_LIBWIISHARP_01)
|
|
The libWiiSharp.dll couldn't be found.
|
|
This error SHOULD NOT APPEAR in this Sharpii port.
|
|
Open an issue on GitHub!
|
|
|
|
Exit Code: 1616
|
|
An invalid argument was passed when starting Sharpii. (SHARPII_NET_CORE_xxx_INVALID_ARG_01)
|
|
An invalid argument was provided.
|
|
Check the options you are using to start Sharpii.
|
|
|
|
Exit Code: 1617
|
|
FORMAT Flag was used, but no format provided. (SHARPII_NET_CORE_TPL_NO_FORMAT_01)
|
|
You used the -FORMAT flag, but no format was provided.
|
|
Provide a proper format.
|
|
|
|
Exit Code: 1618
|
|
FORMAT Flag was used, but invalid format provided. (SHARPII_NET_CORE_TPL_INVALID_FORMAT_01)
|
|
You used the -FORMAT flag, but an invalid format was provided.
|
|
Provide a proper format.
|
|
|
|
Exit Code: 1619
|
|
A non U8 archive file was provided. (SHARPII_NET_CORE_U8_NON_U8_01)
|
|
The provided file is not a U8 archive.
|
|
Provide a U8 archive.
|
|
|
|
Exit Code: 1620
|
|
Folder Access Issue/Missing Folder. (SHARPII_NET_CORE_xxx_FOLDER_ERR_01)
|
|
Either the folder doesn't exist, or Sharpii doesn't have permission to open it.
|
|
Check the folders's permissions and that it's in the right place.
|
|
|
|
Exit Code: 1621
|
|
IMET Flag was used, but no title provided. (SHARPII_NET_CORE_xxx_NO_TITLE_01
|
|
You used the -IMET flag, but no title was provided.
|
|
Provide a proper title.
|
|
|
|
Exit Code: 1622
|
|
IMET and IMD5 Flags were used, but only one can be used. (SHARPII_NET_CORE_U8_TWO_HEADERS
|
|
You used the -IMET and -IMD5 flags, but you can't use two headers.
|
|
Provide only one flag.
|
|
|
|
Exit Code: 1623
|
|
ID Flag was used, but short ID provided. (SHARPII_NET_CORE_WAD_SHORT_ID_01)
|
|
You used the -ID flag, but the provided id was too short to be correct.
|
|
Provide a proper id.
|
|
|
|
Exit Code: 1624
|
|
TYPE or IOS Flag used, but no type provided. (SHARPII_NET_CORE_WAD_NO_TYPE_01)
|
|
You used the -TYPE or -IOS flag, but no type was provided.
|
|
Provide a proper type.
|
|
|
|
Exit Code: 1625
|
|
TYPE or IOS Flag used, but provided type unknown. (SHARPII_NET_CORE_WAD_UNKNOWN_TYPE_01)
|
|
You used the -TYPE flag, but an unknown type was provided.
|
|
Provide a proper type.
|
|
|
|
Exit Code: 1626
|
|
SOUND Flag used, but no wad provided. (SHARPII_NET_CORE_WAD_NO_SOUND)
|
|
You used the -SOUND flag, but no wad file to provide sound was provided.
|
|
Provide a proper wad.
|
|
|
|
Exit Code: 1627
|
|
BANNER Flag used, but no wad provided. (SHARPII_NET_CORE_WAD_NO_BANNER)
|
|
You used the BANNER flag, but no wad file to provide a banner was provided.
|
|
Provide a proper wad.
|
|
|
|
Exit Code: 1618
|
|
ID Flag was used, but invalid id provided. (SHARPII_NET_CORE_xxx_BAD_ID_01)
|
|
You used the -ID flag, but an invalid id was provided.
|
|
Provide a proper id. |