Error codes: Difference between revisions
Misson20000 (talk | contribs) →Error codes: add 0x8c01, returned from svcGetDebugEvent when there are no events left |
No edit summary |
||
Line 5: | Line 5: | ||
! Bits || Field | ! Bits || Field | ||
|- | |- | ||
| 8-0 | | 8-0 || Module | ||
|- | |- | ||
| 21-9 | | 21-9 || Description | ||
|} | |} | ||
Line 44: | Line 44: | ||
|- | |- | ||
| 18 || HTC | | 18 || HTC | ||
|- | |||
| 20 || NCM Content | |||
|- | |- | ||
| 21 || SM | | 21 || SM | ||
Line 50: | Line 52: | ||
|- | |- | ||
| 24 || SDMMC | | 24 || SDMMC | ||
|- | |||
| 25 || OVLN | |||
|- | |- | ||
| 26 || SPL | | 26 || SPL | ||
Line 74: | Line 78: | ||
|- | |- | ||
| 114 || VI | | 114 || VI | ||
|- | |||
| 115 || NFP | |||
|- | |- | ||
| 116 || Time | | 116 || Time | ||
Line 92: | Line 98: | ||
|- | |- | ||
| 126 || Mii | | 126 || Mii | ||
|- | |||
| 127 || NFC | |||
|- | |- | ||
| 128 || AM | | 128 || AM | ||
Line 98: | Line 106: | ||
|- | |- | ||
| 130 || AHID | | 130 || AHID | ||
|- | |||
| 132 || Home Menu (Qlaunch) | |||
|- | |- | ||
| 133 || PCV | | 133 || PCV | ||
Line 124: | Line 134: | ||
|- | |- | ||
| 145 || ETicket | | 145 || ETicket | ||
|- | |||
| 146 || NGC (Bad Words) | |||
|- | |- | ||
| 147 || Error Report | | 147 || Error Report | ||
Line 134: | Line 146: | ||
|- | |- | ||
| 154 || NPNS | | 154 || NPNS | ||
|- | |||
| 155 || NPNS HTTP Stream | |||
|- | |- | ||
| 157 || ARP | | 157 || ARP | ||
Line 139: | Line 153: | ||
| 158 || Boot | | 158 || Boot | ||
|- | |- | ||
| 161 || NFC | | 161 || NFC Mifare | ||
|- | |- | ||
| 162 || Userland assert | | 162 || Userland assert | ||
|- | |||
| 163 || Fatal | |||
|- | |||
| 164 || NIM Shop | |||
|- | |||
| 165 || SPSM | |||
|- | |- | ||
| 167 || BGTC | | 167 || BGTC | ||
|- | |- | ||
| 168 || Userland crash | | 168 || Userland crash | ||
|- | |||
| 180 || SREPO | |||
|- | |- | ||
| 202 || HID | | 202 || HID | ||
Line 156: | Line 178: | ||
|- | |- | ||
| 208 || Manu | | 208 || Manu | ||
|- | |||
| 211 || | |||
|- | |- | ||
| 212 || GRC | | 212 || GRC | ||
|- | |- | ||
| 216 || Migration | | 216 || Migration | ||
|- | |||
| 217 || Migration Idc Server | |||
|- | |- | ||
| 345 || libnx | | 345 || libnx | ||
Line 182: | Line 208: | ||
= Error codes = | = Error codes = | ||
{| class=wikitable | {| class=wikitable | ||
! Value || Module || Description || | ! Value || Module || Description || Notes | ||
|- | |- | ||
| 0x1C01 || 1 || 14 || Invalid kernel capability descriptor | | 0x1C01 || 1 || 14 || Invalid kernel capability descriptor | ||
Line 520: | Line 546: | ||
== FS Error Codes == | == FS Error Codes == | ||
The following are the error codes recognized by nn::fs::detail::LogErrorMessage found in some [[Factory Setup|factory]] titles: | The following are the error codes recognized by nn::fs::detail::LogErrorMessage found in some [[Factory Setup|factory]] titles: | ||
{| class=wikitable | {| class=wikitable | ||
! | ! Value || Description || Message | ||
|- | |- | ||
| 0x7802 || 60 || Error: Specified mount name already exists. | | 0x7802 || 60 || Error: Specified mount name already exists. | ||
Line 614: | Line 639: | ||
= Support Errors = | = Support Errors = | ||
{| class=wikitable | {| class=wikitable | ||
! Error | ! Error || Module || Description || Notes | ||
|- | |- | ||
| | | | ||
Line 621: | Line 646: | ||
| MP4 parsing failed. | | MP4 parsing failed. | ||
|} | |} | ||
Normal error-codes displayed by the system also use the same format as fatal-errors. | Normal error-codes displayed by the system also use the same format as fatal-errors. |