Template:CELL ERROR FACILITY GFX - 0x021: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
m (→GCM errors) |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{ed right|CELL ERROR FACILITY GFX - 0x021}} | {{ed right|CELL ERROR FACILITY GFX - 0x021}} | ||
=== GCM errors === | |||
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;" | |||
|- bgcolor="#cccccc" | |||
! Name !! <abbr title="0x8*******">Errorcode</abbr> !! Remarks | |||
|- | |||
| CELL_GCM_ERROR_NO_IO_PAGE_TABLE || 0x80210001 || | |||
|- | |||
| CELL_GCM_ERROR_INVALID_ENUM || 0x80210002 || | |||
|- | |||
| CELL_GCM_ERROR_INVALID_VALUE || 0x80210003 || | |||
|- | |||
| CELL_GCM_ERROR_INVALID_ALIGNMENT || 0x80210004 || | |||
|- | |||
| CELL_GCM_ERROR_ADDRESS_OVERWRAP || 0x80210005 || | |||
|- | |||
| CELL_GCM_ERROR_FAILURE || 0x802100ff || | |||
|- | |||
|} | |||
=== PSGL HW Cursor errors === | |||
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;" | |||
|- bgcolor="#cccccc" | |||
! Name !! <abbr title="0x8*******">Errorcode</abbr> !! Remarks | |||
|- | |||
| PSGL_HW_CURSOR_ERROR_INVALID_VALUE || 0x80210003 || | |||
|- | |||
| PSGL_HW_CURSOR_ERROR_FAILURE || 0x802100ff || | |||
|- | |||
|} | |||
=== Resizer errors === | === Resizer errors === | ||
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;" | {| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;" | ||
Line 26: | Line 56: | ||
! Name !! <abbr title="0x8*******">Errorcode</abbr> !! Remarks | ! Name !! <abbr title="0x8*******">Errorcode</abbr> !! Remarks | ||
|- | |- | ||
| CELL_DBG_RSX_ERROR_INVALID_ENUM | | CELL_DBG_RSX_ERROR_INVALID_ENUM || 0x80210501 || | ||
|- | |- | ||
| CELL_DBG_RSX_ERROR_INVALID_VALUE || 0x80210502 || | | CELL_DBG_RSX_ERROR_INVALID_VALUE || 0x80210502 || | ||
Line 34: | Line 64: | ||
| CELL_DBG_RSX_ERROR_FAILURE || 0x802105ff || | | CELL_DBG_RSX_ERROR_FAILURE || 0x802105ff || | ||
|- | |- | ||
|} | |}<noinclude>[[Category:Development]][[Category:Main]]</noinclude> | ||
<noinclude>[[Category:Development]][[Category:Main]]</noinclude> |
Latest revision as of 14:20, 13 July 2015
GCM errors[edit source]
Name | Errorcode | Remarks |
---|---|---|
CELL_GCM_ERROR_NO_IO_PAGE_TABLE | 0x80210001 | |
CELL_GCM_ERROR_INVALID_ENUM | 0x80210002 | |
CELL_GCM_ERROR_INVALID_VALUE | 0x80210003 | |
CELL_GCM_ERROR_INVALID_ALIGNMENT | 0x80210004 | |
CELL_GCM_ERROR_ADDRESS_OVERWRAP | 0x80210005 | |
CELL_GCM_ERROR_FAILURE | 0x802100ff |
PSGL HW Cursor errors[edit source]
Name | Errorcode | Remarks |
---|---|---|
PSGL_HW_CURSOR_ERROR_INVALID_VALUE | 0x80210003 | |
PSGL_HW_CURSOR_ERROR_FAILURE | 0x802100ff |
Resizer errors[edit source]
Name | Errorcode | Remarks |
---|---|---|
CELL_RESC_ERROR_NOT_INITIALIZED | 0x80210301 | libresc has not been initialized |
CELL_RESC_ERROR_REINITIALIZED | 0x80210302 | libresc initialization has been attempted when libresc has already been initialized |
CELL_RESC_ERROR_BAD_ALIGNMENT | 0x80210303 | Invalid alignment |
CELL_RESC_ERROR_BAD_ARGUMENT | 0x80210304 | Invalid argument value |
CELL_RESC_ERROR_LESS_MEMORY | 0x80210305 | Insufficient main memory |
CELL_RESC_ERROR_GCM_FLIP_QUE_FULL | 0x80210306 | The queue used internally by cellGcmSetPrepareFlip() or cellGcmSetFlipImmediate() is full, or an internal libresc queue overflowed |
CELL_RESC_ERROR_BAD_COMBINATION | 0x80210307 | Invalid value was set for combination of function and structure, or the order of function calls was incorrect |
DBG_RSX errors[edit source]
Name | Errorcode | Remarks |
---|---|---|
CELL_DBG_RSX_ERROR_INVALID_ENUM | 0x80210501 | |
CELL_DBG_RSX_ERROR_INVALID_VALUE | 0x80210502 | |
CELL_DBG_RSX_ERROR_INVALID_ALIGNMENT | 0x80210503 | |
CELL_DBG_RSX_ERROR_FAILURE | 0x802105ff |