Error codes: Difference between revisions
No edit summary |
|||
| Line 14: | Line 14: | ||
.. where the first code is <code>2000 + Module</code>, and the other being <code>Description</code>. Bits >=22 from the error-code are unused when displaying fatal-errors, since the Description ends with bit21. | .. where the first code is <code>2000 + Module</code>, and the other being <code>Description</code>. Bits >=22 from the error-code are unused when displaying fatal-errors, since the Description ends with bit21. | ||
= Modules = | = Modules = | ||
| Line 270: | Line 268: | ||
| Userland PC address not aligned to 4 bytes | | Userland PC address not aligned to 4 bytes | ||
|} | |} | ||
= Support Errors = | |||
{| class=wikitable | |||
! Error !! Module || Description || Notes | |||
|- | |||
| | |||
| {web-applets listed above} | |||
| 2750 | |||
| MP4 parsing failed. | |||
|} | |||
Normal error-codes displayed by the system also use the same format as fatal-errors. | |||