Template:CELL ERROR FACILITY CODEC - 0x061: Difference between revisions
Jump to navigation
Jump to search
m (→AT3 errors) |
m (→CELPENC errors) |
||
(10 intermediate revisions by the same user not shown) | |||
Line 5: | Line 5: | ||
! Name !! <abbr title="0x8*******">Errorcode</abbr> !! Remarks | ! Name !! <abbr title="0x8*******">Errorcode</abbr> !! Remarks | ||
|- | |- | ||
| CELL_ADEC_ERROR_FATAL || 0x80610001 || | | CELL_ADEC_ERROR_FATAL || 0x80610001 || Decoder is in a state unexpected under normal circumstances | ||
|- | |- | ||
| CELL_ADEC_ERROR_SEQ || 0x80610002 || | | CELL_ADEC_ERROR_SEQ || 0x80610002 || Function calling sequence is invalid | ||
|- | |- | ||
| CELL_ADEC_ERROR_ARG || 0x80610003 || | | CELL_ADEC_ERROR_ARG || 0x80610003 || Specified argument is invalid | ||
|- | |- | ||
| CELL_ADEC_ERROR_BUSY || 0x80610004 || | | CELL_ADEC_ERROR_BUSY || 0x80610004 || Decoder is internally BUSY and cannot execute the process requested by the upper-level program | ||
|- | |- | ||
| CELL_ADEC_ERROR_EMPTY || 0x80610005 || | | CELL_ADEC_ERROR_EMPTY || 0x80610005 || Decoded PCM data or its information, that can be obtained by the upper-level program, does not exist in the decoder | ||
|- | |||
|} | |||
=== VDEC 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_VDEC_ERROR_ARG || 0x80610101 || | |||
|- | |||
| CELL_VDEC_ERROR_SEQ || 0x80610102 || | |||
|- | |||
| CELL_VDEC_ERROR_BUSY || 0x80610103 || | |||
|- | |||
| CELL_VDEC_ERROR_EMPTY || 0x80610104 || | |||
|- | |||
| CELL_VDEC_ERROR_AU || 0x80610105 || | |||
|- | |||
| CELL_VDEC_ERROR_PIC || 0x80610106 || | |||
|- | |||
| CELL_VDEC_ERROR_FATAL || 0x80610180 || Fatal error occurred with the decoder itself<br />CELL_VDEC_ERROR_FATAL indicates that an error having to do with the decoder itself occurred. For example, this error will occur if a data structure inside the decoder required for the decoding process becomes inconsistent due to an unknown reason and decoding cannot be continued. Statuses other than CELL_VDEC_ERROR_FATAL indicate that an unexpected error occurred with the OS or library used inside the decoder. In such cases, too, the decoding process cannot be continued. CELL_OK will never be returned for the status. [http://psx-scene.com/forums/f6/article-%5Bupdate%5D-multiman-v4-65-01-base-cex-deanks-showtime-builds-124904/index8.html#post1150131] | |||
|- | |- | ||
|} | |} | ||
Line 82: | Line 103: | ||
|- | |- | ||
| CELL_ATRAC_ERROR_ILLEGAL_SPU_THREAD_PRIORITY || 0x80610382 || | | CELL_ATRAC_ERROR_ILLEGAL_SPU_THREAD_PRIORITY || 0x80610382 || | ||
|- | |||
|} | |||
=== PAMF 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_PAMF_ERROR_STREAM_NOT_FOUND || 0x80610501 || | |||
|- | |||
| CELL_PAMF_ERROR_INVALID_PAMF || 0x80610502 || | |||
|- | |||
| CELL_PAMF_ERROR_INVALID_ARG || 0x80610503 || | |||
|- | |||
| CELL_PAMF_ERROR_UNKNOWN_TYPE || 0x80610504 || | |||
|- | |||
| CELL_PAMF_ERROR_UNSUPPORTED_VERSION || 0x80610505 || | |||
|- | |||
| CELL_PAMF_ERROR_UNKNOWN_STREAM || 0x80610506 || | |||
|- | |||
| CELL_PAMF_ERROR_EP_NOT_FOUND || 0x80610507 || | |||
|- | |||
| CELL_PAMF_ERROR_NOT_AVAILABLE || 0x80610508 || | |||
|- | |||
|} | |||
=== VPOST errors === | |||
==== VPOST Library (PPM) 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 | |||
|- | |||
! colspan="3" | for cellVpostQueryAttr() | |||
|- | |||
| CELL_VPOST_ERROR_Q_ARG_CFG_NULL || 0x80610410 || | |||
|- | |||
| CELL_VPOST_ERROR_Q_ARG_CFG_INVALID || 0x80610411 || | |||
|- | |||
| CELL_VPOST_ERROR_Q_ARG_ATTR_NULL || 0x80610412 || | |||
|- | |||
! colspan="3" | for cellVpostOpen() | |||
|- | |||
| CELL_VPOST_ERROR_O_ARG_CFG_NULL || 0x80610440 || | |||
|- | |||
| CELL_VPOST_ERROR_O_ARG_CFG_INVALID || 0x80610441 || | |||
|- | |||
| CELL_VPOST_ERROR_O_ARG_RSRC_NULL || 0x80610442 || | |||
|- | |||
| CELL_VPOST_ERROR_O_ARG_RSRC_INVALID || 0x80610443 || | |||
|- | |||
| CELL_VPOST_ERROR_O_ARG_HDL_NULL || 0x80610444 || | |||
|- | |||
| CELL_VPOST_ERROR_O_FATAL_QUERY_FAIL || 0x80610460 || | |||
|- | |||
| CELL_VPOST_ERROR_O_FATAL_CREATEMON_FAIL || 0x80610461 || | |||
|- | |||
| CELL_VPOST_ERROR_O_FATAL_INITSPURS_FAIL || 0x80610462 || | |||
|- | |||
! colspan="3" | for cellVpostClose() | |||
|- | |||
| CELL_VPOST_ERROR_C_ARG_HDL_NULL || 0x80610470 || | |||
|- | |||
| CELL_VPOST_ERROR_C_ARG_HDL_INVALID || 0x80610471 || | |||
|- | |||
| CELL_VPOST_ERROR_C_FATAL_LOCKMON_FAIL || 0x80610490 || | |||
|- | |||
| CELL_VPOST_ERROR_C_FATAL_UNLOCKMON_FAIL || 0x80610491 || | |||
|- | |||
| CELL_VPOST_ERROR_C_FATAL_DESTROYMON_FAIL || 0x80610492 || | |||
|- | |||
| CELL_VPOST_ERROR_C_FATAL_FINSPURS_FAIL || 0x80610463 || | |||
|- | |||
! colspan="3" | for cellVpostExec() | |||
|- | |||
| CELL_VPOST_ERROR_E_ARG_HDL_NULL || 0x806104a0 || | |||
|- | |||
| CELL_VPOST_ERROR_E_ARG_HDL_INVALID || 0x806104a1 || | |||
|- | |||
| CELL_VPOST_ERROR_E_ARG_INPICBUF_NULL || 0x806104a2 || | |||
|- | |||
| CELL_VPOST_ERROR_E_ARG_INPICBUF_INVALID || 0x806104a3 || | |||
|- | |||
| CELL_VPOST_ERROR_E_ARG_CTRL_NULL || 0x806104a4 || | |||
|- | |||
| CELL_VPOST_ERROR_E_ARG_CTRL_INVALID || 0x806104a5 || | |||
|- | |||
| CELL_VPOST_ERROR_E_ARG_OUTPICBUF_NULL || 0x806104a6 || | |||
|- | |||
| CELL_VPOST_ERROR_E_ARG_OUTPICBUF_INVALID || 0x806104a7 || | |||
|- | |||
| CELL_VPOST_ERROR_E_ARG_PICINFO_NULL || 0x806104a8 || | |||
|- | |||
| CELL_VPOST_ERROR_E_FATAL_LOCKMON_FAIL || 0x806104c0 || | |||
|- | |||
| CELL_VPOST_ERROR_E_FATAL_UNLOCKMON_FAIL || 0x806104c1 || | |||
|- | |||
|} | |||
==== VPOST Library (Entry Module) 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 | |||
|- | |||
! colspan="3" | for cellVpostEntQueryAttr() | |||
|- | |||
| CELL_VPOST_ENT_ERROR_Q_ARG_ATTR_NULL || 0x80618110 || | |||
|- | |||
! colspan="3" | for cellVpostEntOpen() | |||
|- | |||
| CELL_VPOST_ENT_ERROR_O_ARG_RSRC_NULL || 0x80618140 || | |||
|- | |||
| CELL_VPOST_ENT_ERROR_O_ARG_RSRC_INVALID || 0x80618141 || | |||
|- | |||
| CELL_VPOST_ENT_ERROR_O_ARG_HDL_NULL || 0x80618142 || | |||
|- | |||
| CELL_VPOST_ENT_ERROR_O_FATAL_QUERY_FAIL || 0x80618160 || | |||
|- | |||
| CELL_VPOST_ENT_ERROR_O_FATAL_CSPUCORE_FAIL || 0x80618161 || | |||
|- | |||
! colspan="3" | for cellVpostEntClose() | |||
|- | |||
| CELL_VPOST_ENT_ERROR_C_ARG_HDL_NULL || 0x80618170 || | |||
|- | |||
| CELL_VPOST_ENT_ERROR_C_ARG_HDL_INVALID || 0x80618171 || | |||
|- | |||
| CELL_VPOST_ENT_ERROR_C_FATAL_SNDCMD_FAIL || 0x80618190 || | |||
|- | |||
| CELL_VPOST_ENT_ERROR_C_FATAL_RCVRES_FAIL || 0x80618191 || | |||
|- | |||
| CELL_VPOST_ENT_ERROR_C_FATAL_DSPUCORE_FAIL || 0x80618192 || | |||
|- | |||
! colspan="3" | for cellVpostEntExec() | |||
|- | |||
| CELL_VPOST_ENT_ERROR_E_ARG_HDL_NULL || 0x806181a0 || | |||
|- | |||
| CELL_VPOST_ENT_ERROR_E_ARG_HDL_INVALID || 0x806181a1 || | |||
|- | |||
| CELL_VPOST_ENT_ERROR_E_ARG_INPICBUF_NULL || 0x806181a2 || | |||
|- | |||
| CELL_VPOST_ENT_ERROR_E_ARG_INPICBUF_INVALID || 0x806181a3 || | |||
|- | |||
| CELL_VPOST_ENT_ERROR_E_ARG_INPICINFO_NULL || 0x806181a4 || | |||
|- | |||
| CELL_VPOST_ENT_ERROR_E_ARG_INPICINFO_INVALID || 0x806181a5 || | |||
|- | |||
| CELL_VPOST_ENT_ERROR_E_ARG_CTRL_NULL || 0x806181a6 || | |||
|- | |||
| CELL_VPOST_ENT_ERROR_E_ARG_CTRL_INVALID || 0x806181a7 || | |||
|- | |||
| CELL_VPOST_ENT_ERROR_E_ARG_COMB_INVALID || 0x806181a8 || | |||
|- | |||
| CELL_VPOST_ENT_ERROR_E_ARG_OUTPICBUF_NULL || 0x806181a9 || | |||
|- | |||
| CELL_VPOST_ENT_ERROR_E_ARG_OUTPICBUF_INVALID || 0x806181aa || | |||
|- | |||
| CELL_VPOST_ENT_ERROR_E_ARG_OUTPICINFO_NULL || 0x806181ab || | |||
|- | |||
| CELL_VPOST_ENT_ERROR_E_FATAL_SNDCMD_FAIL || 0x806181c0 || | |||
|- | |||
| CELL_VPOST_ENT_ERROR_E_FATAL_RCVRES_FAIL || 0x806181c1 || | |||
|- | |||
| CELL_VPOST_ENT_ERROR_E_FATAL_SPUCORE_FAIL || 0x806181c2 || | |||
|- | |||
|} | |||
==== VPOST Library (IPC) 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 | |||
|- | |||
! colspan="3" | for cellVpostIpcQueryAttr() | |||
|- | |||
| CELL_VPOST_IPC_ERROR_Q_ARG_ATTR_NULL || 0x80618210 || | |||
|- | |||
! colspan="3" | for cellVpostIpcOpen() | |||
|- | |||
| CELL_VPOST_IPC_ERROR_O_ARG_RSRC_NULL || 0x80618240 || | |||
|- | |||
| CELL_VPOST_IPC_ERROR_O_ARG_RSRC_INVALID || 0x80618241 || | |||
|- | |||
| CELL_VPOST_IPC_ERROR_O_ARG_HDL_NULL || 0x80618242 || | |||
|- | |||
| CELL_VPOST_IPC_ERROR_O_FATAL_QUERY_FAIL || 0x80618260 || | |||
|- | |||
| CELL_VPOST_IPC_ERROR_O_FATAL_CSPUCORE_FAIL || 0x80618261 || | |||
|- | |||
! colspan="3" | for cellVpostIpcClose() | |||
|- | |||
| CELL_VPOST_IPC_ERROR_C_ARG_HDL_NULL || 0x80618270 || | |||
|- | |||
| CELL_VPOST_IPC_ERROR_C_ARG_HDL_INVALID || 0x80618271 || | |||
|- | |||
| CELL_VPOST_IPC_ERROR_C_FATAL_SNDCMD_FAIL || 0x80618290 || | |||
|- | |||
| CELL_VPOST_IPC_ERROR_C_FATAL_RCVRES_FAIL || 0x80618291 || | |||
|- | |||
| CELL_VPOST_IPC_ERROR_C_FATAL_DSPUCORE_FAIL || 0x80618292 || | |||
|- | |||
! colspan="3" | for cellVpostIpcExec() | |||
|- | |||
| CELL_VPOST_IPC_ERROR_E_ARG_HDL_NULL || 0x806182a0 || | |||
|- | |||
| CELL_VPOST_IPC_ERROR_E_ARG_HDL_INVALID || 0x806182a1 || | |||
|- | |||
| CELL_VPOST_IPC_ERROR_E_ARG_INPICBUF_NULL || 0x806182a2 || | |||
|- | |||
| CELL_VPOST_IPC_ERROR_E_ARG_INPICBUF_INVALID || 0x806182a3 || | |||
|- | |||
| CELL_VPOST_IPC_ERROR_E_ARG_INPICINFO_NULL || 0x806182a4 || | |||
|- | |||
| CELL_VPOST_IPC_ERROR_E_ARG_INPICINFO_INVALID || 0x806182a5 || | |||
|- | |||
| CELL_VPOST_IPC_ERROR_E_ARG_CTRL_NULL || 0x806182a6 || | |||
|- | |||
| CELL_VPOST_IPC_ERROR_E_ARG_CTRL_INVALID || 0x806182a7 || | |||
|- | |||
| CELL_VPOST_IPC_ERROR_E_ARG_COMB_INVALID || 0x806182a8 || | |||
|- | |||
| CELL_VPOST_IPC_ERROR_E_ARG_OUTPICBUF_NULL || 0x806182a9 || | |||
|- | |||
| CELL_VPOST_IPC_ERROR_E_ARG_OUTPICBUF_INVALID || 0x806182aa || | |||
|- | |||
| CELL_VPOST_IPC_ERROR_E_ARG_OUTPICINFO_NULL || 0x806182ab || | |||
|- | |||
| CELL_VPOST_IPC_ERROR_E_FATAL_SNDCMD_FAIL || 0x806182c0 || | |||
|- | |||
| CELL_VPOST_IPC_ERROR_E_FATAL_RCVRES_FAIL || 0x806182c1 || | |||
|- | |||
| CELL_VPOST_IPC_ERROR_E_FATAL_SPUCORE_FAIL || 0x806182c2 || | |||
|- | |||
|} | |||
==== VPOST Library (Video Scaler) 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 | |||
|- | |||
! colspan="3" | for cellVpostVscQueryAttr() | |||
|- | |||
| CELL_VPOST_VSC_ERROR_Q_ARG_ATTR_NULL || 0x80618310 || | |||
|- | |||
! colspan="3" | for cellVpostVscOpen() | |||
|- | |||
| CELL_VPOST_VSC_ERROR_O_ARG_RSRC_NULL || 0x80618340 || | |||
|- | |||
| CELL_VPOST_VSC_ERROR_O_ARG_RSRC_INVALID || 0x80618341 || | |||
|- | |||
| CELL_VPOST_VSC_ERROR_O_ARG_HDL_NULL || 0x80618342 || | |||
|- | |||
| CELL_VPOST_VSC_ERROR_O_FATAL_QUERY_FAIL || 0x80618360 || | |||
|- | |||
| CELL_VPOST_VSC_ERROR_O_FATAL_CSPUCORE_FAIL || 0x80618361 || | |||
|- | |||
! colspan="3" | for cellVpostVscClose() | |||
|- | |||
| CELL_VPOST_VSC_ERROR_C_ARG_HDL_NULL || 0x80618370 || | |||
|- | |||
| CELL_VPOST_VSC_ERROR_C_ARG_HDL_INVALID || 0x80618371 || | |||
|- | |||
| CELL_VPOST_VSC_ERROR_C_FATAL_SNDCMD_FAIL || 0x80618390 || | |||
|- | |||
| CELL_VPOST_VSC_ERROR_C_FATAL_RCVRES_FAIL || 0x80618391 || | |||
|- | |||
| CELL_VPOST_VSC_ERROR_C_FATAL_DSPUCORE_FAIL || 0x80618392 || | |||
|- | |||
! colspan="3" | for cellVpostVscExec() | |||
|- | |||
| CELL_VPOST_VSC_ERROR_E_ARG_HDL_NULL || 0x806183a0 || | |||
|- | |||
| CELL_VPOST_VSC_ERROR_E_ARG_HDL_INVALID || 0x806183a1 || | |||
|- | |||
| CELL_VPOST_VSC_ERROR_E_ARG_INPICBUF_NULL || 0x806183a2 || | |||
|- | |||
| CELL_VPOST_VSC_ERROR_E_ARG_INPICBUF_INVALID || 0x806183a3 || | |||
|- | |||
| CELL_VPOST_VSC_ERROR_E_ARG_INPICINFO_NULL || 0x806183a4 || | |||
|- | |||
| CELL_VPOST_VSC_ERROR_E_ARG_INPICINFO_INVALID || 0x806183a5 || | |||
|- | |||
| CELL_VPOST_VSC_ERROR_E_ARG_CTRL_NULL || 0x806183a6 || | |||
|- | |||
| CELL_VPOST_VSC_ERROR_E_ARG_CTRL_INVALID || 0x806183a7 || | |||
|- | |||
| CELL_VPOST_VSC_ERROR_E_ARG_COMB_INVALID || 0x806183a8 || | |||
|- | |||
| CELL_VPOST_VSC_ERROR_E_ARG_OUTPICBUF_NULL || 0x806183a9 || | |||
|- | |||
| CELL_VPOST_VSC_ERROR_E_ARG_OUTPICBUF_INVALID || 0x806183aa || | |||
|- | |||
| CELL_VPOST_VSC_ERROR_E_ARG_OUTPICINFO_NULL || 0x806183ab || | |||
|- | |||
| CELL_VPOST_VSC_ERROR_E_FATAL_SNDCMD_FAIL || 0x806183c0 || | |||
|- | |||
| CELL_VPOST_VSC_ERROR_E_FATAL_RCVRES_FAIL || 0x806183c1 || | |||
|- | |||
| CELL_VPOST_VSC_ERROR_E_FATAL_SPUCORE_FAIL || 0x806183c2 || | |||
|- | |||
|} | |||
==== VPOST Library (CSC) 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 | |||
|- | |||
! colspan="3" | for cellVpostCscQueryAttr() | |||
|- | |||
| CELL_VPOST_CSC_ERROR_Q_ARG_ATTR_NULL || 0x80618410 || | |||
|- | |||
! colspan="3" | for cellVpostCscOpen() | |||
|- | |||
| CELL_VPOST_CSC_ERROR_O_ARG_RSRC_NULL || 0x80618440 || | |||
|- | |||
| CELL_VPOST_CSC_ERROR_O_ARG_RSRC_INVALID || 0x80618441 || | |||
|- | |||
| CELL_VPOST_CSC_ERROR_O_ARG_HDL_NULL || 0x80618442 || | |||
|- | |||
| CELL_VPOST_CSC_ERROR_O_FATAL_QUERY_FAIL || 0x80618460 || | |||
|- | |||
| CELL_VPOST_CSC_ERROR_O_FATAL_CSPUCORE_FAIL || 0x80618461 || | |||
|- | |||
! colspan="3" | for cellVpostCscClose() | |||
|- | |||
| CELL_VPOST_CSC_ERROR_C_ARG_HDL_NULL || 0x80618470 || | |||
|- | |||
| CELL_VPOST_CSC_ERROR_C_ARG_HDL_INVALID || 0x80618471 || | |||
|- | |||
| CELL_VPOST_CSC_ERROR_C_FATAL_SNDCMD_FAIL || 0x80618490 || | |||
|- | |||
| CELL_VPOST_CSC_ERROR_C_FATAL_RCVRES_FAIL || 0x80618491 || | |||
|- | |||
| CELL_VPOST_CSC_ERROR_C_FATAL_DSPUCORE_FAIL || 0x80618492 || | |||
|- | |||
! colspan="3" | for cellVpostCscExec() | |||
|- | |||
| CELL_VPOST_CSC_ERROR_E_ARG_HDL_NULL || 0x806184a0 || | |||
|- | |||
| CELL_VPOST_CSC_ERROR_E_ARG_HDL_INVALID || 0x806184a1 || | |||
|- | |||
| CELL_VPOST_CSC_ERROR_E_ARG_INPICBUF_NULL || 0x806184a2 || | |||
|- | |||
| CELL_VPOST_CSC_ERROR_E_ARG_INPICBUF_INVALID || 0x806184a3 || | |||
|- | |||
| CELL_VPOST_CSC_ERROR_E_ARG_INPICINFO_NULL || 0x806184a4 || | |||
|- | |||
| CELL_VPOST_CSC_ERROR_E_ARG_INPICINFO_INVALID || 0x806184a5 || | |||
|- | |||
| CELL_VPOST_CSC_ERROR_E_ARG_CTRL_NULL || 0x806184a6 || | |||
|- | |||
| CELL_VPOST_CSC_ERROR_E_ARG_CTRL_INVALID || 0x806184a7 || | |||
|- | |||
| CELL_VPOST_CSC_ERROR_E_ARG_COMB_INVALID || 0x806184a8 || | |||
|- | |||
| CELL_VPOST_CSC_ERROR_E_ARG_OUTPICBUF_NULL || 0x806184a9 || | |||
|- | |||
| CELL_VPOST_CSC_ERROR_E_ARG_OUTPICBUF_INVALID || 0x806184aa || | |||
|- | |||
| CELL_VPOST_CSC_ERROR_E_ARG_OUTPICINFO_NULL || 0x806184ab || | |||
|- | |||
| CELL_VPOST_CSC_ERROR_E_FATAL_SNDCMD_FAIL || 0x806184c0 || | |||
|- | |||
| CELL_VPOST_CSC_ERROR_E_FATAL_RCVRES_FAIL || 0x806184c1 || | |||
|- | |||
| CELL_VPOST_CSC_ERROR_E_FATAL_SPUCORE_FAIL || 0x806184c2 || | |||
|- | |||
|} | |||
=== SAIL 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_SAIL_ERROR_INVALID_ARG || 0x80610701 || | |||
|- | |||
| CELL_SAIL_ERROR_INVALID_STATE || 0x80610702 || | |||
|- | |||
| CELL_SAIL_ERROR_UNSUPPORTED_STREAM || 0x80610703 || | |||
|- | |||
| CELL_SAIL_ERROR_INDEX_OUT_OF_RANGE || 0x80610704 || | |||
|- | |||
| CELL_SAIL_ERROR_EMPTY || 0x80610705 || | |||
|- | |||
| CELL_SAIL_ERROR_FULLED || 0x80610706 || | |||
|- | |||
| CELL_SAIL_ERROR_USING || 0x80610707 || | |||
|- | |||
| CELL_SAIL_ERROR_NOT_AVAILABLE || 0x80610708 || | |||
|- | |||
| CELL_SAIL_ERROR_CANCEL || 0x80610709 || | |||
|- | |||
| CELL_SAIL_ERROR_MEMORY || (0x806107F0 || | |||
|- | |||
| CELL_SAIL_ERROR_INVALID_FD || 0x806107F1 || | |||
|- | |||
| CELL_SAIL_ERROR_FATAL || 0x806107FF || | |||
|- | |- | ||
|} | |} | ||
Line 342: | Line 757: | ||
| CELL_ADEC_ERROR_ATX_SYNTAX_SHEADER || 0x80612295 || unpack_sheader() in pack_at5_sheader.c | | CELL_ADEC_ERROR_ATX_SYNTAX_SHEADER || 0x80612295 || unpack_sheader() in pack_at5_sheader.c | ||
|- | |- | ||
| CELL_ADEC_ERROR_ATX_SYNTAX_IDWL_A || 0x80612296 || idwl[][]{0-7} range error | | CELL_ADEC_ERROR_ATX_SYNTAX_IDWL_A || 0x80612296 || idwl[][]{0-7} range error | ||
|- | |- | ||
| CELL_ADEC_ERROR_ATX_SYNTAX_IDWL_B || 0x80612297 || idwl restriction error (wlc_encqu<=divqu<nprocqus,ich=0) | | CELL_ADEC_ERROR_ATX_SYNTAX_IDWL_B || 0x80612297 || idwl restriction error (wlc_encqu<=divqu<nprocqus,ich=0) | ||
Line 573: | Line 988: | ||
|- | |- | ||
| CELL_ADEC_ERROR_AC3_FRAME || 0x80612503 || | | CELL_ADEC_ERROR_AC3_FRAME || 0x80612503 || | ||
|- | |||
|} | |||
=== MP3 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_ADEC_ERROR_MP3_OK || 0x80612700 || | |||
|- | |||
| CELL_ADEC_ERROR_MP3_BUSY || 0x80612764 || | |||
|- | |||
| CELL_ADEC_ERROR_MP3_EMPTY || 0x80612765 || | |||
|- | |||
| CELL_ADEC_ERROR_MP3_ERROR || 0x80612781 || | |||
|- | |||
| CELL_ADEC_ERROR_MP3_LOST_SYNC || 0x80612782 || | |||
|- | |||
| CELL_ADEC_ERROR_MP3_NOT_L3 || 0x80612783 || | |||
|- | |||
| CELL_ADEC_ERROR_MP3_BAD_BITRATE || 0x80612784 || | |||
|- | |||
| CELL_ADEC_ERROR_MP3_BAD_SFREQ || 0x80612785 || | |||
|- | |||
| CELL_ADEC_ERROR_MP3_BAD_EMPHASIS || 0x80612786 || | |||
|- | |||
| CELL_ADEC_ERROR_MP3_BAD_BLKTYPE || 0x80612787 || | |||
|- | |||
| CELL_ADEC_ERROR_MP3_BAD_VERSION || 0x8061278c || | |||
|- | |||
| CELL_ADEC_ERROR_MP3_BAD_MODE || 0x8061278d || | |||
|- | |||
| CELL_ADEC_ERROR_MP3_BAD_MODE_EXT || 0x8061278e || | |||
|- | |||
| CELL_ADEC_ERROR_MP3_HUFFMAN_NUM || 0x80612796 || | |||
|- | |||
| CELL_ADEC_ERROR_MP3_HUFFMAN_CASE_ID || 0x80612797 || | |||
|- | |||
| CELL_ADEC_ERROR_MP3_SCALEFAC_COMPRESS || 0x80612798 || | |||
|- | |||
| CELL_ADEC_ERROR_MP3_HGETBIT || 0x80612799 || | |||
|- | |||
| CELL_ADEC_ERROR_MP3_FLOATING_EXCEPTION || 0x8061279a || | |||
|- | |||
| CELL_ADEC_ERROR_MP3_ARRAY_OVERFLOW || 0x8061279b || | |||
|- | |||
| CELL_ADEC_ERROR_MP3_STEREO_PROCESSING || 0x8061279c || | |||
|- | |||
| CELL_ADEC_ERROR_MP3_JS_BOUND || 0x8061279d || | |||
|- | |||
| CELL_ADEC_ERROR_MP3_PCMOUT || 0x8061279e || | |||
|- | |||
|} | |||
=== M2BC 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_ADEC_ERROR_M2BC_FATAL || 0x80612b01 || | |||
|- | |||
| CELL_ADEC_ERROR_M2BC_SEQ || 0x80612b02 || | |||
|- | |||
| CELL_ADEC_ERROR_M2BC_ARG || 0x80612b03 || | |||
|- | |||
| CELL_ADEC_ERROR_M2BC_BUSY || 0x80612b04 || | |||
|- | |||
| CELL_ADEC_ERROR_M2BC_EMPTY || 0x80612b05 || | |||
|- | |||
| CELL_ADEC_ERROR_M2BC_SYNCF || 0x80612b11 || | |||
|- | |||
| CELL_ADEC_ERROR_M2BC_LAYER || 0x80612b12 || | |||
|- | |||
| CELL_ADEC_ERROR_M2BC_BITRATE || 0x80612b13 || | |||
|- | |||
| CELL_ADEC_ERROR_M2BC_SAMPLEFREQ || 0x80612b14 || | |||
|- | |||
| CELL_ADEC_ERROR_M2BC_VERSION || 0x80612b15 || | |||
|- | |||
| CELL_ADEC_ERROR_M2BC_MODE_EXT || 0x80612b16 || | |||
|- | |||
| CELL_ADEC_ERROR_M2BC_UNSUPPORT || 0x80612b17 || | |||
|- | |||
| CELL_ADEC_ERROR_M2BC_OPENBS_EX || 0x80612b21 || | |||
|- | |||
| CELL_ADEC_ERROR_M2BC_SYNCF_EX || 0x80612b22 || | |||
|- | |||
| CELL_ADEC_ERROR_M2BC_CRCGET_EX || 0x80612b23 || | |||
|- | |||
| CELL_ADEC_ERROR_M2BC_CRC_EX || 0x80612b24 || | |||
|- | |||
| CELL_ADEC_ERROR_M2BC_CRCGET || 0x80612b31 || | |||
|- | |||
| CELL_ADEC_ERROR_M2BC_CRC || 0x80612b32 || | |||
|- | |||
| CELL_ADEC_ERROR_M2BC_BITALLOC || 0x80612b33 || | |||
|- | |||
| CELL_ADEC_ERROR_M2BC_SCALE || 0x80612b34 || | |||
|- | |||
| CELL_ADEC_ERROR_M2BC_SAMPLE || 0x80612b35 || | |||
|- | |||
| CELL_ADEC_ERROR_M2BC_OPENBS || 0x80612b36 || | |||
|- | |||
| CELL_ADEC_ERROR_M2BC_MC_CRCGET || 0x80612b41 || | |||
|- | |||
| CELL_ADEC_ERROR_M2BC_MC_CRC || 0x80612b42 || | |||
|- | |||
| CELL_ADEC_ERROR_M2BC_MC_BITALLOC || 0x80612b43 || | |||
|- | |||
| CELL_ADEC_ERROR_M2BC_MC_SCALE || 0x80612b44 || | |||
|- | |||
| CELL_ADEC_ERROR_M2BC_MC_SAMPLE || 0x80612b45 || | |||
|- | |||
| CELL_ADEC_ERROR_M2BC_MC_HEADER || 0x80612b46 || | |||
|- | |||
| CELL_ADEC_ERROR_M2BC_MC_STATUS || 0x80612b47 || | |||
|- | |||
| CELL_ADEC_ERROR_M2BC_AG_CCRCGET || 0x80612b51 || | |||
|- | |||
| CELL_ADEC_ERROR_M2BC_AG_CRC || 0x80612b52 || | |||
|- | |||
| CELL_ADEC_ERROR_M2BC_AG_BITALLOC || 0x80612b53 || | |||
|- | |||
| CELL_ADEC_ERROR_M2BC_AG_SCALE || 0x80612b54 || | |||
|- | |||
| CELL_ADEC_ERROR_M2BC_AG_SAMPLE || 0x80612b55 || | |||
|- | |||
| CELL_ADEC_ERROR_M2BC_AG_STATUS || 0x80612b57 || | |||
|- | |- | ||
|} | |} | ||
Line 623: | Line 1,166: | ||
! Name !! <abbr title="0x8*******">Errorcode</abbr> !! Remarks | ! Name !! <abbr title="0x8*******">Errorcode</abbr> !! Remarks | ||
|- | |- | ||
| CELL_CELPENC_ERROR_FAILED || 0x80614001 || | | CELL_CELPENC_ERROR_FAILED || 0x80614001 || Fatal error occurred in the encoder (PPU) | ||
|- | |- | ||
| CELL_CELPENC_ERROR_SEQ || 0x80614002 || | | CELL_CELPENC_ERROR_SEQ || 0x80614002 || Processing sequence error occurred in the encoder (PPU) | ||
|- | |- | ||
| CELL_CELPENC_ERROR_ARG || 0x80614003 || | | CELL_CELPENC_ERROR_ARG || 0x80614003 || Argument error occurred in the encoder (PPU) | ||
|- | |- | ||
| CELL_CELPENC_ERROR_CORE_FAILED || 0x80614081 || | | CELL_CELPENC_ERROR_CORE_FAILED || 0x80614081 || Fatal error occurred in the encoder core (SPU) | ||
|- | |- | ||
| CELL_CELPENC_ERROR_CORE_SEQ || 0x80614082 || | | CELL_CELPENC_ERROR_CORE_SEQ || 0x80614082 || Sequence error occurred in the encoder core (SPU) | ||
|- | |- | ||
| CELL_CELPENC_ERROR_CORE_ARG || 0x80614083 || | | CELL_CELPENC_ERROR_CORE_ARG || 0x80614083 || Argument error occurred in the encoder core (SPU) | ||
|- | |- | ||
|} | |} | ||
Line 653: | Line 1,196: | ||
|- | |- | ||
| CELL_CELP8ENC_ERROR_CORE_ARG || 0x806140b3 || | | CELL_CELP8ENC_ERROR_CORE_ARG || 0x806140b3 || | ||
|- | |- | ||
|} | |} | ||
<noinclude>[[Category:Development]][[Category:Main]]</noinclude> | <noinclude>[[Category:Development]][[Category:Main]]</noinclude> |
Latest revision as of 22:03, 19 July 2015
ADEC errors[edit source]
Name | Errorcode | Remarks |
---|---|---|
CELL_ADEC_ERROR_FATAL | 0x80610001 | Decoder is in a state unexpected under normal circumstances |
CELL_ADEC_ERROR_SEQ | 0x80610002 | Function calling sequence is invalid |
CELL_ADEC_ERROR_ARG | 0x80610003 | Specified argument is invalid |
CELL_ADEC_ERROR_BUSY | 0x80610004 | Decoder is internally BUSY and cannot execute the process requested by the upper-level program |
CELL_ADEC_ERROR_EMPTY | 0x80610005 | Decoded PCM data or its information, that can be obtained by the upper-level program, does not exist in the decoder |
VDEC errors[edit source]
Name | Errorcode | Remarks |
---|---|---|
CELL_VDEC_ERROR_ARG | 0x80610101 | |
CELL_VDEC_ERROR_SEQ | 0x80610102 | |
CELL_VDEC_ERROR_BUSY | 0x80610103 | |
CELL_VDEC_ERROR_EMPTY | 0x80610104 | |
CELL_VDEC_ERROR_AU | 0x80610105 | |
CELL_VDEC_ERROR_PIC | 0x80610106 | |
CELL_VDEC_ERROR_FATAL | 0x80610180 | Fatal error occurred with the decoder itself CELL_VDEC_ERROR_FATAL indicates that an error having to do with the decoder itself occurred. For example, this error will occur if a data structure inside the decoder required for the decoding process becomes inconsistent due to an unknown reason and decoding cannot be continued. Statuses other than CELL_VDEC_ERROR_FATAL indicate that an unexpected error occurred with the OS or library used inside the decoder. In such cases, too, the decoding process cannot be continued. CELL_OK will never be returned for the status. [1] |
DMUX errors[edit source]
Name | Errorcode | Remarks |
---|---|---|
CELL_DMUX_ERROR_ARG | 0x80610201 | |
CELL_DMUX_ERROR_SEQ | 0x80610202 | |
CELL_DMUX_ERROR_BUSY | 0x80610203 | |
CELL_DMUX_ERROR_EMPTY | 0x80610204 | |
CELL_DMUX_ERROR_FATAL | 0x80610205 |
ATRAC errors[edit source]
Name | Errorcode | Remarks |
---|---|---|
CELL_ATRAC_ERROR_FACILITY_ATRAC | 0x80610300 | |
CELL_ATRAC_ERROR_API_FAIL | 0x80610301 | |
CELL_ATRAC_ERROR_READSIZE_OVER_BUFFER | 0x80610311 | |
CELL_ATRAC_ERROR_UNKNOWN_FORMAT | 0x80610312 | |
CELL_ATRAC_ERROR_READSIZE_IS_TOO_SMALL | 0x80610313 | |
CELL_ATRAC_ERROR_ILLEGAL_SAMPLING_RATE | 0x80610314 | |
CELL_ATRAC_ERROR_ILLEGAL_DATA | 0x80610315 | |
CELL_ATRAC_ERROR_NO_DECODER | 0x80610321 | |
CELL_ATRAC_ERROR_UNSET_DATA | 0x80610322 | |
CELL_ATRAC_ERROR_DECODER_WAS_CREATED | 0x80610323 | |
CELL_ATRAC_ERROR_ALLDATA_WAS_DECODED | 0x80610331 | |
CELL_ATRAC_ERROR_NODATA_IN_BUFFER | 0x80610332 | |
CELL_ATRAC_ERROR_NOT_ALIGNED_OUT_BUFFER | 0x80610333 | |
CELL_ATRAC_ERROR_NEED_SECOND_BUFFER | 0x80610334 | |
CELL_ATRAC_ERROR_ALLDATA_IS_ONMEMORY | 0x80610341 | |
CELL_ATRAC_ERROR_ADD_DATA_IS_TOO_BIG | 0x80610342 | |
CELL_ATRAC_ERROR_NONEED_SECOND_BUFFER | 0x80610351 | |
CELL_ATRAC_ERROR_UNSET_LOOP_NUM | 0x80610361 | |
CELL_ATRAC_ERROR_ILLEGAL_SAMPLE | 0x80610371 | |
CELL_ATRAC_ERROR_ILLEGAL_RESET_BYTE | 0x80610372 | |
CELL_ATRAC_ERROR_ILLEGAL_PPU_THREAD_PRIORITY | 0x80610381 | |
CELL_ATRAC_ERROR_ILLEGAL_SPU_THREAD_PRIORITY | 0x80610382 |
PAMF errors[edit source]
Name | Errorcode | Remarks |
---|---|---|
CELL_PAMF_ERROR_STREAM_NOT_FOUND | 0x80610501 | |
CELL_PAMF_ERROR_INVALID_PAMF | 0x80610502 | |
CELL_PAMF_ERROR_INVALID_ARG | 0x80610503 | |
CELL_PAMF_ERROR_UNKNOWN_TYPE | 0x80610504 | |
CELL_PAMF_ERROR_UNSUPPORTED_VERSION | 0x80610505 | |
CELL_PAMF_ERROR_UNKNOWN_STREAM | 0x80610506 | |
CELL_PAMF_ERROR_EP_NOT_FOUND | 0x80610507 | |
CELL_PAMF_ERROR_NOT_AVAILABLE | 0x80610508 |
VPOST errors[edit source]
VPOST Library (PPM) errors[edit source]
Name | Errorcode | Remarks |
---|---|---|
for cellVpostQueryAttr() | ||
CELL_VPOST_ERROR_Q_ARG_CFG_NULL | 0x80610410 | |
CELL_VPOST_ERROR_Q_ARG_CFG_INVALID | 0x80610411 | |
CELL_VPOST_ERROR_Q_ARG_ATTR_NULL | 0x80610412 | |
for cellVpostOpen() | ||
CELL_VPOST_ERROR_O_ARG_CFG_NULL | 0x80610440 | |
CELL_VPOST_ERROR_O_ARG_CFG_INVALID | 0x80610441 | |
CELL_VPOST_ERROR_O_ARG_RSRC_NULL | 0x80610442 | |
CELL_VPOST_ERROR_O_ARG_RSRC_INVALID | 0x80610443 | |
CELL_VPOST_ERROR_O_ARG_HDL_NULL | 0x80610444 | |
CELL_VPOST_ERROR_O_FATAL_QUERY_FAIL | 0x80610460 | |
CELL_VPOST_ERROR_O_FATAL_CREATEMON_FAIL | 0x80610461 | |
CELL_VPOST_ERROR_O_FATAL_INITSPURS_FAIL | 0x80610462 | |
for cellVpostClose() | ||
CELL_VPOST_ERROR_C_ARG_HDL_NULL | 0x80610470 | |
CELL_VPOST_ERROR_C_ARG_HDL_INVALID | 0x80610471 | |
CELL_VPOST_ERROR_C_FATAL_LOCKMON_FAIL | 0x80610490 | |
CELL_VPOST_ERROR_C_FATAL_UNLOCKMON_FAIL | 0x80610491 | |
CELL_VPOST_ERROR_C_FATAL_DESTROYMON_FAIL | 0x80610492 | |
CELL_VPOST_ERROR_C_FATAL_FINSPURS_FAIL | 0x80610463 | |
for cellVpostExec() | ||
CELL_VPOST_ERROR_E_ARG_HDL_NULL | 0x806104a0 | |
CELL_VPOST_ERROR_E_ARG_HDL_INVALID | 0x806104a1 | |
CELL_VPOST_ERROR_E_ARG_INPICBUF_NULL | 0x806104a2 | |
CELL_VPOST_ERROR_E_ARG_INPICBUF_INVALID | 0x806104a3 | |
CELL_VPOST_ERROR_E_ARG_CTRL_NULL | 0x806104a4 | |
CELL_VPOST_ERROR_E_ARG_CTRL_INVALID | 0x806104a5 | |
CELL_VPOST_ERROR_E_ARG_OUTPICBUF_NULL | 0x806104a6 | |
CELL_VPOST_ERROR_E_ARG_OUTPICBUF_INVALID | 0x806104a7 | |
CELL_VPOST_ERROR_E_ARG_PICINFO_NULL | 0x806104a8 | |
CELL_VPOST_ERROR_E_FATAL_LOCKMON_FAIL | 0x806104c0 | |
CELL_VPOST_ERROR_E_FATAL_UNLOCKMON_FAIL | 0x806104c1 |
VPOST Library (Entry Module) errors[edit source]
Name | Errorcode | Remarks |
---|---|---|
for cellVpostEntQueryAttr() | ||
CELL_VPOST_ENT_ERROR_Q_ARG_ATTR_NULL | 0x80618110 | |
for cellVpostEntOpen() | ||
CELL_VPOST_ENT_ERROR_O_ARG_RSRC_NULL | 0x80618140 | |
CELL_VPOST_ENT_ERROR_O_ARG_RSRC_INVALID | 0x80618141 | |
CELL_VPOST_ENT_ERROR_O_ARG_HDL_NULL | 0x80618142 | |
CELL_VPOST_ENT_ERROR_O_FATAL_QUERY_FAIL | 0x80618160 | |
CELL_VPOST_ENT_ERROR_O_FATAL_CSPUCORE_FAIL | 0x80618161 | |
for cellVpostEntClose() | ||
CELL_VPOST_ENT_ERROR_C_ARG_HDL_NULL | 0x80618170 | |
CELL_VPOST_ENT_ERROR_C_ARG_HDL_INVALID | 0x80618171 | |
CELL_VPOST_ENT_ERROR_C_FATAL_SNDCMD_FAIL | 0x80618190 | |
CELL_VPOST_ENT_ERROR_C_FATAL_RCVRES_FAIL | 0x80618191 | |
CELL_VPOST_ENT_ERROR_C_FATAL_DSPUCORE_FAIL | 0x80618192 | |
for cellVpostEntExec() | ||
CELL_VPOST_ENT_ERROR_E_ARG_HDL_NULL | 0x806181a0 | |
CELL_VPOST_ENT_ERROR_E_ARG_HDL_INVALID | 0x806181a1 | |
CELL_VPOST_ENT_ERROR_E_ARG_INPICBUF_NULL | 0x806181a2 | |
CELL_VPOST_ENT_ERROR_E_ARG_INPICBUF_INVALID | 0x806181a3 | |
CELL_VPOST_ENT_ERROR_E_ARG_INPICINFO_NULL | 0x806181a4 | |
CELL_VPOST_ENT_ERROR_E_ARG_INPICINFO_INVALID | 0x806181a5 | |
CELL_VPOST_ENT_ERROR_E_ARG_CTRL_NULL | 0x806181a6 | |
CELL_VPOST_ENT_ERROR_E_ARG_CTRL_INVALID | 0x806181a7 | |
CELL_VPOST_ENT_ERROR_E_ARG_COMB_INVALID | 0x806181a8 | |
CELL_VPOST_ENT_ERROR_E_ARG_OUTPICBUF_NULL | 0x806181a9 | |
CELL_VPOST_ENT_ERROR_E_ARG_OUTPICBUF_INVALID | 0x806181aa | |
CELL_VPOST_ENT_ERROR_E_ARG_OUTPICINFO_NULL | 0x806181ab | |
CELL_VPOST_ENT_ERROR_E_FATAL_SNDCMD_FAIL | 0x806181c0 | |
CELL_VPOST_ENT_ERROR_E_FATAL_RCVRES_FAIL | 0x806181c1 | |
CELL_VPOST_ENT_ERROR_E_FATAL_SPUCORE_FAIL | 0x806181c2 |
VPOST Library (IPC) errors[edit source]
Name | Errorcode | Remarks |
---|---|---|
for cellVpostIpcQueryAttr() | ||
CELL_VPOST_IPC_ERROR_Q_ARG_ATTR_NULL | 0x80618210 | |
for cellVpostIpcOpen() | ||
CELL_VPOST_IPC_ERROR_O_ARG_RSRC_NULL | 0x80618240 | |
CELL_VPOST_IPC_ERROR_O_ARG_RSRC_INVALID | 0x80618241 | |
CELL_VPOST_IPC_ERROR_O_ARG_HDL_NULL | 0x80618242 | |
CELL_VPOST_IPC_ERROR_O_FATAL_QUERY_FAIL | 0x80618260 | |
CELL_VPOST_IPC_ERROR_O_FATAL_CSPUCORE_FAIL | 0x80618261 | |
for cellVpostIpcClose() | ||
CELL_VPOST_IPC_ERROR_C_ARG_HDL_NULL | 0x80618270 | |
CELL_VPOST_IPC_ERROR_C_ARG_HDL_INVALID | 0x80618271 | |
CELL_VPOST_IPC_ERROR_C_FATAL_SNDCMD_FAIL | 0x80618290 | |
CELL_VPOST_IPC_ERROR_C_FATAL_RCVRES_FAIL | 0x80618291 | |
CELL_VPOST_IPC_ERROR_C_FATAL_DSPUCORE_FAIL | 0x80618292 | |
for cellVpostIpcExec() | ||
CELL_VPOST_IPC_ERROR_E_ARG_HDL_NULL | 0x806182a0 | |
CELL_VPOST_IPC_ERROR_E_ARG_HDL_INVALID | 0x806182a1 | |
CELL_VPOST_IPC_ERROR_E_ARG_INPICBUF_NULL | 0x806182a2 | |
CELL_VPOST_IPC_ERROR_E_ARG_INPICBUF_INVALID | 0x806182a3 | |
CELL_VPOST_IPC_ERROR_E_ARG_INPICINFO_NULL | 0x806182a4 | |
CELL_VPOST_IPC_ERROR_E_ARG_INPICINFO_INVALID | 0x806182a5 | |
CELL_VPOST_IPC_ERROR_E_ARG_CTRL_NULL | 0x806182a6 | |
CELL_VPOST_IPC_ERROR_E_ARG_CTRL_INVALID | 0x806182a7 | |
CELL_VPOST_IPC_ERROR_E_ARG_COMB_INVALID | 0x806182a8 | |
CELL_VPOST_IPC_ERROR_E_ARG_OUTPICBUF_NULL | 0x806182a9 | |
CELL_VPOST_IPC_ERROR_E_ARG_OUTPICBUF_INVALID | 0x806182aa | |
CELL_VPOST_IPC_ERROR_E_ARG_OUTPICINFO_NULL | 0x806182ab | |
CELL_VPOST_IPC_ERROR_E_FATAL_SNDCMD_FAIL | 0x806182c0 | |
CELL_VPOST_IPC_ERROR_E_FATAL_RCVRES_FAIL | 0x806182c1 | |
CELL_VPOST_IPC_ERROR_E_FATAL_SPUCORE_FAIL | 0x806182c2 |
VPOST Library (Video Scaler) errors[edit source]
Name | Errorcode | Remarks |
---|---|---|
for cellVpostVscQueryAttr() | ||
CELL_VPOST_VSC_ERROR_Q_ARG_ATTR_NULL | 0x80618310 | |
for cellVpostVscOpen() | ||
CELL_VPOST_VSC_ERROR_O_ARG_RSRC_NULL | 0x80618340 | |
CELL_VPOST_VSC_ERROR_O_ARG_RSRC_INVALID | 0x80618341 | |
CELL_VPOST_VSC_ERROR_O_ARG_HDL_NULL | 0x80618342 | |
CELL_VPOST_VSC_ERROR_O_FATAL_QUERY_FAIL | 0x80618360 | |
CELL_VPOST_VSC_ERROR_O_FATAL_CSPUCORE_FAIL | 0x80618361 | |
for cellVpostVscClose() | ||
CELL_VPOST_VSC_ERROR_C_ARG_HDL_NULL | 0x80618370 | |
CELL_VPOST_VSC_ERROR_C_ARG_HDL_INVALID | 0x80618371 | |
CELL_VPOST_VSC_ERROR_C_FATAL_SNDCMD_FAIL | 0x80618390 | |
CELL_VPOST_VSC_ERROR_C_FATAL_RCVRES_FAIL | 0x80618391 | |
CELL_VPOST_VSC_ERROR_C_FATAL_DSPUCORE_FAIL | 0x80618392 | |
for cellVpostVscExec() | ||
CELL_VPOST_VSC_ERROR_E_ARG_HDL_NULL | 0x806183a0 | |
CELL_VPOST_VSC_ERROR_E_ARG_HDL_INVALID | 0x806183a1 | |
CELL_VPOST_VSC_ERROR_E_ARG_INPICBUF_NULL | 0x806183a2 | |
CELL_VPOST_VSC_ERROR_E_ARG_INPICBUF_INVALID | 0x806183a3 | |
CELL_VPOST_VSC_ERROR_E_ARG_INPICINFO_NULL | 0x806183a4 | |
CELL_VPOST_VSC_ERROR_E_ARG_INPICINFO_INVALID | 0x806183a5 | |
CELL_VPOST_VSC_ERROR_E_ARG_CTRL_NULL | 0x806183a6 | |
CELL_VPOST_VSC_ERROR_E_ARG_CTRL_INVALID | 0x806183a7 | |
CELL_VPOST_VSC_ERROR_E_ARG_COMB_INVALID | 0x806183a8 | |
CELL_VPOST_VSC_ERROR_E_ARG_OUTPICBUF_NULL | 0x806183a9 | |
CELL_VPOST_VSC_ERROR_E_ARG_OUTPICBUF_INVALID | 0x806183aa | |
CELL_VPOST_VSC_ERROR_E_ARG_OUTPICINFO_NULL | 0x806183ab | |
CELL_VPOST_VSC_ERROR_E_FATAL_SNDCMD_FAIL | 0x806183c0 | |
CELL_VPOST_VSC_ERROR_E_FATAL_RCVRES_FAIL | 0x806183c1 | |
CELL_VPOST_VSC_ERROR_E_FATAL_SPUCORE_FAIL | 0x806183c2 |
VPOST Library (CSC) errors[edit source]
Name | Errorcode | Remarks |
---|---|---|
for cellVpostCscQueryAttr() | ||
CELL_VPOST_CSC_ERROR_Q_ARG_ATTR_NULL | 0x80618410 | |
for cellVpostCscOpen() | ||
CELL_VPOST_CSC_ERROR_O_ARG_RSRC_NULL | 0x80618440 | |
CELL_VPOST_CSC_ERROR_O_ARG_RSRC_INVALID | 0x80618441 | |
CELL_VPOST_CSC_ERROR_O_ARG_HDL_NULL | 0x80618442 | |
CELL_VPOST_CSC_ERROR_O_FATAL_QUERY_FAIL | 0x80618460 | |
CELL_VPOST_CSC_ERROR_O_FATAL_CSPUCORE_FAIL | 0x80618461 | |
for cellVpostCscClose() | ||
CELL_VPOST_CSC_ERROR_C_ARG_HDL_NULL | 0x80618470 | |
CELL_VPOST_CSC_ERROR_C_ARG_HDL_INVALID | 0x80618471 | |
CELL_VPOST_CSC_ERROR_C_FATAL_SNDCMD_FAIL | 0x80618490 | |
CELL_VPOST_CSC_ERROR_C_FATAL_RCVRES_FAIL | 0x80618491 | |
CELL_VPOST_CSC_ERROR_C_FATAL_DSPUCORE_FAIL | 0x80618492 | |
for cellVpostCscExec() | ||
CELL_VPOST_CSC_ERROR_E_ARG_HDL_NULL | 0x806184a0 | |
CELL_VPOST_CSC_ERROR_E_ARG_HDL_INVALID | 0x806184a1 | |
CELL_VPOST_CSC_ERROR_E_ARG_INPICBUF_NULL | 0x806184a2 | |
CELL_VPOST_CSC_ERROR_E_ARG_INPICBUF_INVALID | 0x806184a3 | |
CELL_VPOST_CSC_ERROR_E_ARG_INPICINFO_NULL | 0x806184a4 | |
CELL_VPOST_CSC_ERROR_E_ARG_INPICINFO_INVALID | 0x806184a5 | |
CELL_VPOST_CSC_ERROR_E_ARG_CTRL_NULL | 0x806184a6 | |
CELL_VPOST_CSC_ERROR_E_ARG_CTRL_INVALID | 0x806184a7 | |
CELL_VPOST_CSC_ERROR_E_ARG_COMB_INVALID | 0x806184a8 | |
CELL_VPOST_CSC_ERROR_E_ARG_OUTPICBUF_NULL | 0x806184a9 | |
CELL_VPOST_CSC_ERROR_E_ARG_OUTPICBUF_INVALID | 0x806184aa | |
CELL_VPOST_CSC_ERROR_E_ARG_OUTPICINFO_NULL | 0x806184ab | |
CELL_VPOST_CSC_ERROR_E_FATAL_SNDCMD_FAIL | 0x806184c0 | |
CELL_VPOST_CSC_ERROR_E_FATAL_RCVRES_FAIL | 0x806184c1 | |
CELL_VPOST_CSC_ERROR_E_FATAL_SPUCORE_FAIL | 0x806184c2 |
SAIL errors[edit source]
Name | Errorcode | Remarks |
---|---|---|
CELL_SAIL_ERROR_INVALID_ARG | 0x80610701 | |
CELL_SAIL_ERROR_INVALID_STATE | 0x80610702 | |
CELL_SAIL_ERROR_UNSUPPORTED_STREAM | 0x80610703 | |
CELL_SAIL_ERROR_INDEX_OUT_OF_RANGE | 0x80610704 | |
CELL_SAIL_ERROR_EMPTY | 0x80610705 | |
CELL_SAIL_ERROR_FULLED | 0x80610706 | |
CELL_SAIL_ERROR_USING | 0x80610707 | |
CELL_SAIL_ERROR_NOT_AVAILABLE | 0x80610708 | |
CELL_SAIL_ERROR_CANCEL | 0x80610709 | |
CELL_SAIL_ERROR_MEMORY | (0x806107F0 | |
CELL_SAIL_ERROR_INVALID_FD | 0x806107F1 | |
CELL_SAIL_ERROR_FATAL | 0x806107FF |
ATRACMULTI errors[edit source]
Name | Errorcode | Remarks |
---|---|---|
CELL_ATRACMULTI_ERROR_FACILITY_ATRAC | 0x80610b00 | |
CELL_ATRACMULTI_ERROR_API_FAIL | 0x80610b01 | |
CELL_ATRACMULTI_ERROR_READSIZE_OVER_BUFFER | 0x80610b11 | |
CELL_ATRACMULTI_ERROR_UNKNOWN_FORMAT | 0x80610b12 | |
CELL_ATRACMULTI_ERROR_READSIZE_IS_TOO_SMALL | 0x80610b13 | |
CELL_ATRACMULTI_ERROR_ILLEGAL_SAMPLING_RATE | 0x80610b14 | |
CELL_ATRACMULTI_ERROR_ILLEGAL_DATA | 0x80610b15 | |
CELL_ATRACMULTI_ERROR_NO_DECODER | 0x80610b21 | |
CELL_ATRACMULTI_ERROR_UNSET_DATA | 0x80610b22 | |
CELL_ATRACMULTI_ERROR_DECODER_WAS_CREATED | 0x80610b23 | |
CELL_ATRACMULTI_ERROR_ALLDATA_WAS_DECODED | 0x80610b31 | |
CELL_ATRACMULTI_ERROR_NODATA_IN_BUFFER | 0x80610b32 | |
CELL_ATRACMULTI_ERROR_NOT_ALIGNED_OUT_BUFFER | 0x80610b33 | |
CELL_ATRACMULTI_ERROR_NEED_SECOND_BUFFER | 0x80610b34 | |
CELL_ATRACMULTI_ERROR_ALLDATA_IS_ONMEMORY | 0x80610b41 | |
CELL_ATRACMULTI_ERROR_ADD_DATA_IS_TOO_BIG | 0x80610b42 | |
CELL_ATRACMULTI_ERROR_NONEED_SECOND_BUFFER | 0x80610b51 | |
CELL_ATRACMULTI_ERROR_UNSET_LOOP_NUM | 0x80610b61 | |
CELL_ATRACMULTI_ERROR_ILLEGAL_SAMPLE | 0x80610b71 | |
CELL_ATRACMULTI_ERROR_ILLEGAL_RESET_BYTE | 0x80610b72 | |
CELL_ATRACMULTI_ERROR_ILLEGAL_PPU_THREAD_PRIORITY | 0x80610b81 | |
CELL_ATRACMULTI_ERROR_ILLEGAL_SPU_THREAD_PRIORITY | 0x80610b82 | |
CELL_ATRACMULTI_ERROR_API_PARAMETER | 0x80610b91 |
Jpgdec errors[edit source]
Name | Errorcode | Remarks |
---|---|---|
CELL_JPGDEC_ERROR_HEADER | 0x80611101 | Header of stream is not a JPEG header |
CELL_JPGDEC_ERROR_STREAM_FORMAT | 0x80611102 | Error in the stream, or the stream format is not supported |
CELL_JPGDEC_ERROR_ARG | 0x80611103 | Error in arguments of function |
CELL_JPGDEC_ERROR_SEQ | 0x80611104 | Error in execution procedure of function |
CELL_JPGDEC_ERROR_BUSY | 0x80611105 | Internal state of decoder is in BUSY state |
CELL_JPGDEC_ERROR_FATAL | 0x80611106 | Fatal error |
CELL_JPGDEC_ERROR_OPEN_FILE | 0x80611107 | Error in opening file |
CELL_JPGDEC_ERROR_SPU_UNSUPPORT | 0x80611108 | Tried to decode progressive JPEG data on SPUs |
CELL_JPGDEC_ERROR_CB_PARAM | 0x80611109 | Error in user-defined parameters for callback function |
Jpgenc errors[edit source]
Name | Errorcode | Remarks |
---|---|---|
CELL_JPGENC_ERROR_ARG | 0x80611191 | Specified argument is invalid |
CELL_JPGENC_ERROR_SEQ | 0x80611192 | Function calling sequence is invalid |
CELL_JPGENC_ERROR_BUSY | 0x80611193 | Internal state of the encoder is BUSY, and the operation requested by the upper-level program cannot be executed. This error occurs when the queue inside the encoder (of instructions by the upper-level program) is full. |
CELL_JPGENC_ERROR_EMPTY | 0x80611194 | No encoding results are available in the encoder |
CELL_JPGENC_ERROR_RESET | 0x80611195 | Blocking wait was released with a cellJpgEncReset() call |
CELL_JPGENC_ERROR_FATAL | 0x80611196 | Internal state of the encoder is in an unexpected state. This error cannot usually occur. For example, this error can occur when there is an inconsistency in the configuration of data managed internally by the encoder. This error can also occur when a write error occurs when the stream output is to a file. |
CELL_JPGENC_ERROR_STREAM_ABORT | 0x806111A1 | Encoding was aborted with cellJpgEncReset(). The output stream is undefined. |
CELL_JPGENC_ERROR_STREAM_SKIP | 0x806111A2 | Encoding was skipped with cellJpgEncReset(). |
CELL_JPGENC_ERROR_STREAM_OVERFLOW | 0x806111A3 | Size of the stream exceeded the maximum allowed (when the output is to a buffer) |
CELL_JPGENC_ERROR_STREAM_FILE_OPEN | 0x806111A4 | File could not be opened (when the output is to a file) |
Pngdec errors[edit source]
Name | Errorcode | Remarks |
---|---|---|
CELL_PNGDEC_ERROR_HEADER | 0x80611201 | Error in PNG header |
CELL_PNGDEC_ERROR_STREAM_FORMAT | 0x80611202 | Error in PNG stream |
CELL_PNGDEC_ERROR_ARG | 0x80611203 | Error in argument value |
CELL_PNGDEC_ERROR_SEQ | 0x80611204 | Error in calling sequence |
CELL_PNGDEC_ERROR_BUSY | 0x80611205 | Decoder is BUSY |
CELL_PNGDEC_ERROR_FATAL | 0x80611206 | Fatal error |
CELL_PNGDEC_ERROR_OPEN_FILE | 0x80611207 | File open error |
CELL_PNGDEC_ERROR_SPU_UNSUPPORT | 0x80611208 | Tried to decode data undecodable by the SPU |
CELL_PNGDEC_ERROR_SPU_ERROR | 0x80611209 | SPU decoding error |
CELL_PNGDEC_ERROR_CB_PARAM | 0x8061120a | Error in the user-defined parameters for the callback function |
Pngenc errors[edit source]
Name | Errorcode | Remarks |
---|---|---|
CELL_PNGENC_ERROR_ARG | 0x80611291 | Problem with the argument |
CELL_PNGENC_ERROR_SEQ | 0x80611292 | Problem with the calling sequence |
CELL_PNGENC_ERROR_BUSY | 0x80611293 | The encoder is in the busy state, and the requested operation cannot be executed. This error occurs when the queue inside the encoder storing instructions from the upper-level program becomes full |
CELL_PNGENC_ERROR_EMPTY | 0x80611294 | No encoding results are available in the encoder |
CELL_PNGENC_ERROR_RESET | 0x80611295 | Blocking wait was released with a cellPngEncReset() call |
CELL_PNGENC_ERROR_FATAL | 0x80611296 | An error occurred during the writing of the stream's output file. Or, the encoder has fallen into an unexpected state because, for example, a bug has occurred in the data structure within the encoder |
CELL_PNGENC_ERROR_STREAM_ABORT | 0x806112A1 | Encode processing is aborted by the calling of cellPngEncReset(). The output stream is undefined |
CELL_PNGENC_ERROR_STREAM_SKIP | 0x806112A2 | Encode processing is skipped by the calling of cellPngEncReset() |
CELL_PNGENC_ERROR_STREAM_OVERFLOW | 0x806112A3 | Size of the stream exceeded the maximum allowed (when the output is to a buffer) |
CELL_PNGENC_ERROR_STREAM_FILE_OPEN | 0x806112A4 | The output destination file could not be opened |
Gifdec errors[edit source]
Name | Errorcode | Remarks |
---|---|---|
CELL_GIFDEC_ERROR_OPEN_FILE | 0x80611300 | Error while attempting to open a file |
CELL_GIFDEC_ERROR_STREAM_FORMAT | 0x80611301 | Error in the GIF stream |
CELL_GIFDEC_ERROR_SEQ | 0x80611302 | Error in the calling sequence |
CELL_GIFDEC_ERROR_ARG | 0x80611303 | Error in the argument values |
CELL_GIFDEC_ERROR_FATAL | 0x80611304 | Fatal error |
CELL_GIFDEC_ERROR_SPU_UNSUPPORT | 0x80611305 | Tried to decode on SPUs a stream unsupported by SPUs |
CELL_GIFDEC_ERROR_SPU_ERROR | 0x80611306 | SPU decoding error |
CELL_GIFDEC_ERROR_CB_PARAM | 0x80611307 | Error in the parameters specified for the callback function |
LPCM errors[edit source]
Name | Errorcode | Remarks |
---|---|---|
CELL_ADEC_ERROR_LPCM_FATAL | 0x80612001 | |
CELL_ADEC_ERROR_LPCM_SEQ | 0x80612002 | |
CELL_ADEC_ERROR_LPCM_ARG | 0x80612003 | |
CELL_ADEC_ERROR_LPCM_BUSY | 0x80612004 | |
CELL_ADEC_ERROR_LPCM_EMPTY | 0x80612005 |
AT3 errors[edit source]
Name | Errorcode | Remarks |
---|---|---|
CELL_ADEC_ERROR_AT3_OFFSET | 0x80612100 | |
CELL_ADEC_ERROR_AT3_OK | 0x80612100 | |
CELL_ADEC_ERROR_AT3_BUSY | 0x80612164 | |
CELL_ADEC_ERROR_AT3_EMPTY | 0x80612165 | |
CELL_ADEC_ERROR_AT3_ERROR | 0x80612180 |
ATX errors[edit source]
Name | Errorcode | Remarks |
---|---|---|
CELL_ADEC_ERROR_ATX_OK | 0x80612200 | |
CELL_ADEC_ERROR_ATX_BUSY | 0x80612264 | |
CELL_ADEC_ERROR_ATX_EMPTY | 0x80612265 | |
CELL_ADEC_ERROR_ATX_ATSHDR | 0x80612266 | |
CELL_ADEC_ERROR_ATX_NON_FATAL | 0x80612281 | undefined error |
CELL_ADEC_ERROR_ATX_NOT_IMPLE | 0x80612282 | not implemented |
CELL_ADEC_ERROR_ATX_PACK_CE_OVERFLOW | 0x80612283 | pack_channel_block_at5() in pack_at5.c |
CELL_ADEC_ERROR_ATX_ILLEGAL_NPROCQUS | 0x80612284 | unpack_sheader() in pack_at5_sheader.c |
CELL_ADEC_ERROR_ATX_FATAL | 0x8061228c | undefined error |
CELL_ADEC_ERROR_ATX_ENC_OVERFLOW | 0x8061228d | at5enc_proc() in at5enc.c |
CELL_ADEC_ERROR_ATX_PACK_CE_UNDERFLOW | 0x8061228e | pack_channel_block_at5() in pack_at5.c |
CELL_ADEC_ERROR_ATX_SYNTAX_IDCT | 0x8061228f | unpack_idct() in pack_at5_codetbl.c |
CELL_ADEC_ERROR_ATX_SYNTAX_GAINADJ | 0x80612290 | unpack_gainadj() in pack_at5_gainadj.c |
CELL_ADEC_ERROR_ATX_SYNTAX_IDSF | 0x80612291 | unpack_idsf() in pack_at5_sfactor.c |
CELL_ADEC_ERROR_ATX_SYNTAX_SPECTRA | 0x80612292 | unpack_spectra() in pack_at5_spectra.c |
CELL_ADEC_ERROR_ATX_SYNTAX_IDWL | 0x80612293 | unpack_idwl() in pack_at5_idwl.c |
CELL_ADEC_ERROR_ATX_SYNTAX_GHWAVE | 0x80612294 | unpack_ghwave() in pack_at5_ghwave.c |
CELL_ADEC_ERROR_ATX_SYNTAX_SHEADER | 0x80612295 | unpack_sheader() in pack_at5_sheader.c |
CELL_ADEC_ERROR_ATX_SYNTAX_IDWL_A | 0x80612296 | idwl[][]{0-7} range error |
CELL_ADEC_ERROR_ATX_SYNTAX_IDWL_B | 0x80612297 | idwl restriction error (wlc_encqu<=divqu<nprocqus,ich=0) |
CELL_ADEC_ERROR_ATX_SYNTAX_IDWL_C | 0x80612298 | idwl restriction error (0<=wlc_divqu<=wlc_encqu,ich=0) |
CELL_ADEC_ERROR_ATX_SYNTAX_IDWL_D | 0x80612299 | idwl restriction error (wlc_encqu<divqu<=nprocqus,ich=1) |
CELL_ADEC_ERROR_ATX_SYNTAX_IDWL_E | 0x8061229a | idwl restriction error (wlc_encqu<=nprocqus) |
CELL_ADEC_ERROR_ATX_SYNTAX_IDSF_A | 0x8061229b | idsf[][]{0-63} range error |
CELL_ADEC_ERROR_ATX_SYNTAX_IDSF_B | 0x8061229c | sfc_nbitlen{0-6} range error |
CELL_ADEC_ERROR_ATX_SYNTAX_IDSF_C | 0x8061229d | idsf restriction error (0<=sfc_divqu<=nrealqus) |
CELL_ADEC_ERROR_ATX_SYNTAX_IDSF_D | 0x8061229e | idsf restriction error (0<=sfc_sg_divqu<=nrealqus) |
CELL_ADEC_ERROR_ATX_SYNTAX_IDCT_A | 0x8061229f | idct restriction error (0<=ctc_divqu<=nrealqus) |
CELL_ADEC_ERROR_ATX_SYNTAX_GC_NGC | 0x806122a0 | ngc[][]{0-7} range error |
CELL_ADEC_ERROR_ATX_SYNTAX_GC_IDLEV_A | 0x806122a1 | idlev[][][]{0-15} range error |
CELL_ADEC_ERROR_ATX_SYNTAX_GC_IDLOC_A | 0x806122a2 | idloc[][][]{0-31} range error |
CELL_ADEC_ERROR_ATX_SYNTAX_GC_IDLEV_B | 0x806122a3 | gain_control_data restriction error (idlev[][][]) |
CELL_ADEC_ERROR_ATX_SYNTAX_GC_IDLOC_B | 0x806122a4 | gain_control_data restriction error (idloc[][][]) |
CELL_ADEC_ERROR_ATX_SYNTAX_SN_NWVS | 0x806122a5 | sinusoid_data restriction error |
CELL_ADEC_ERROR_ATX_FATAL_HANDLE | 0x806122aa | undefined error at handle level |
CELL_ADEC_ERROR_ATX_ASSERT_SAMPLING_FREQ | 0x806122ab | sampling freqeuency assertion error |
CELL_ADEC_ERROR_ATX_ASSERT_CH_CONFIG_INDEX | 0x806122ac | channel_config_index assertion error |
CELL_ADEC_ERROR_ATX_ASSERT_NBYTES | 0x806122ad | a number of bytes(nbytes) assertion error |
CELL_ADEC_ERROR_ATX_ASSERT_BLOCK_NUM | 0x806122ae | a number of blocks(block_num) assertion error |
CELL_ADEC_ERROR_ATX_ASSERT_BLOCK_ID | 0x806122af | block_id assertion error |
CELL_ADEC_ERROR_ATX_ASSERT_CHANNELS | 0x806122b0 | a number of channels per block assertion error |
CELL_ADEC_ERROR_ATX_UNINIT_BLOCK_SPECIFIED | 0x806122b1 | uninitialized block specified |
CELL_ADEC_ERROR_ATX_POSCFG_PRESENT | 0x806122b2 | "position_config_data" presents(currently fatal error) |
CELL_ADEC_ERROR_ATX_BUFFER_OVERFLOW | 0x806122b3 | buffer overflow |
CELL_ADEC_ERROR_ATX_ILL_BLK_TYPE_ID | 0x806122b4 | illegal "block_type_id" detected |
CELL_ADEC_ERROR_ATX_UNPACK_CHANNEL_BLK_FAILED | 0x806122b5 | unpack_channel_block() failed |
CELL_ADEC_ERROR_ATX_ILL_BLK_ID_USED_1 | 0x806122b6 | illegal "block_id" used (more audio_channel_block) |
CELL_ADEC_ERROR_ATX_ILL_BLK_ID_USED_2 | 0x806122b7 | illegal "block_id" used (less audio_channel_block) |
CELL_ADEC_ERROR_ATX_ILLEGAL_ENC_SETTING | 0x806122b8 | illegal encoder setting(init_atrac5_encode()) |
CELL_ADEC_ERROR_ATX_ILLEGAL_DEC_SETTING | 0x806122b9 | illegal decoder setting(init_atrac5_decode()) |
CELL_ADEC_ERROR_ATX_ASSERT_NSAMPLES | 0x806122ba | a number of input PCM samples assertion error |
CELL_ADEC_ERROR_ATX_ILL_SYNCWORD | 0x806122bb | illegal syncword used |
CELL_ADEC_ERROR_ATX_ILL_SAMPLING_FREQ | 0x806122bc | illegal sampling_frequeny_index @ config_data() |
CELL_ADEC_ERROR_ATX_ILL_CH_CONFIG_INDEX | 0x806122bd | illegal channel_config_index@ config_data() |
CELL_ADEC_ERROR_ATX_RAW_DATA_FRAME_SIZE_OVER | 0x806122be | size of raw_data_frame > frame_length |
CELL_ADEC_ERROR_ATX_SYNTAX_ENHANCE_LENGTH_OVER | 0x806122bf | enhance_length {0,2046} range error |
CELL_ADEC_ERROR_ATX_SPU_INTERNAL_FAIL | 0x806122c8 | spu-processing failed |
M4AAC errors[edit source]
Name | Errorcode | Remarks |
---|---|---|
CELL_ADEC_ERROR_M4AAC_FATAL | 0x80612401 | |
CELL_ADEC_ERROR_M4AAC_SEQ | 0x80612402 | |
CELL_ADEC_ERROR_M4AAC_ARG | 0x80612403 | |
CELL_ADEC_ERROR_M4AAC_BUSY | 0x80612404 | |
CELL_ADEC_ERROR_M4AAC_EMPTY | 0x80612405 | |
CELL_ADEC_ERROR_M4AAC_BUFFER_OVERFLOW | 0x80612406 | |
CELL_ADEC_ERROR_M4AAC_END_OF_BITSTREAM | 0x80612407 | |
CELL_ADEC_ERROR_M4AAC_CH_CONFIG_INCONSISTENCY | 0x80612410 | |
CELL_ADEC_ERROR_M4AAC_NO_CH_DEFAULT_POS | 0x80612411 | |
CELL_ADEC_ERROR_M4AAC_INVALID_CH_POS | 0x80612412 | |
CELL_ADEC_ERROR_M4AAC_UNANTICIPATED_COUPLING_CH | 0x80612413 | |
CELL_ADEC_ERROR_M4AAC_INVALID_LAYER_ID | 0x80612414 | |
CELL_ADEC_ERROR_M4AAC_ADTS_SYNCWORD_ERROR | 0x80612415 | |
CELL_ADEC_ERROR_M4AAC_INVALID_ADTS_ID | 0x80612416 | |
CELL_ADEC_ERROR_M4AAC_CH_CHANGED | 0x80612417 | |
CELL_ADEC_ERROR_M4AAC_SAMPLING_FREQ_CHANGED | 0x80612418 | |
CELL_ADEC_ERROR_M4AAC_WRONG_SBR_CH | 0x80612419 | |
CELL_ADEC_ERROR_M4AAC_WRONG_SCALE_FACTOR | 0x8061241a | |
CELL_ADEC_ERROR_M4AAC_INVALID_BOOKS | 0x8061241b | |
CELL_ADEC_ERROR_M4AAC_INVALID_SECTION_DATA | 0x8061241c | |
CELL_ADEC_ERROR_M4AAC_PULSE_IS_NOT_LONG | 0x8061241d | |
CELL_ADEC_ERROR_M4AAC_GC_IS_NOT_SUPPORTED | 0x8061241e | |
CELL_ADEC_ERROR_M4AAC_INVALID_ELEMENT_ID | 0x8061241f | |
CELL_ADEC_ERROR_M4AAC_NO_CH_CONFIG | 0x80612420 | |
CELL_ADEC_ERROR_M4AAC_UNEXPECTED_OVERLAP_CRC | 0x80612421 | |
CELL_ADEC_ERROR_M4AAC_CRC_BUFFER_EXCEEDED | 0x80612422 | |
CELL_ADEC_ERROR_M4AAC_INVALID_CRC | 0x80612423 | |
CELL_ADEC_ERROR_M4AAC_BAD_WINDOW_CODE | 0x80612424 | |
CELL_ADEC_ERROR_M4AAC_INVALID_ADIF_HEADER_ID | 0x80612425 | |
CELL_ADEC_ERROR_M4AAC_NOT_SUPPORTED_PROFILE | 0x80612426 | |
CELL_ADEC_ERROR_M4AAC_PROG_NUMBER_NOT_FOUND | 0x80612427 | |
CELL_ADEC_ERROR_M4AAC_INVALID_SAMP_RATE_INDEX | 0x80612428 | |
CELL_ADEC_ERROR_M4AAC_UNANTICIPATED_CH_CONFIG | 0x80612429 | |
CELL_ADEC_ERROR_M4AAC_PULSE_OVERFLOWED | 0x8061242a | |
CELL_ADEC_ERROR_M4AAC_CAN_NOT_UNPACK_INDEX | 0x8061242b | |
CELL_ADEC_ERROR_M4AAC_DEINTERLEAVE_FAILED | 0x8061242c | |
CELL_ADEC_ERROR_M4AAC_CALC_BAND_OFFSET_FAILED | 0x8061242d | |
CELL_ADEC_ERROR_M4AAC_GET_SCALE_FACTOR_FAILED | 0x8061242e | |
CELL_ADEC_ERROR_M4AAC_GET_CC_GAIN_FAILED | 0x8061242f | |
CELL_ADEC_ERROR_M4AAC_MIX_COUPLING_CH_FAILED | 0x80612430 | |
CELL_ADEC_ERROR_M4AAC_GROUP_IS_INVALID | 0x80612431 | |
CELL_ADEC_ERROR_M4AAC_PREDICT_FAILED | 0x80612432 | |
CELL_ADEC_ERROR_M4AAC_INVALID_PREDICT_RESET_PATTERN | 0x80612433 | |
CELL_ADEC_ERROR_M4AAC_INVALID_TNS_FRAME_INFO | 0x80612434 | |
CELL_ADEC_ERROR_M4AAC_GET_MASK_FAILED | 0x80612435 | |
CELL_ADEC_ERROR_M4AAC_GET_GROUP_FAILED | 0x80612436 | |
CELL_ADEC_ERROR_M4AAC_GET_LPFLAG_FAILED | 0x80612437 | |
CELL_ADEC_ERROR_M4AAC_INVERSE_QUANTIZATION_FAILED | 0x80612438 | |
CELL_ADEC_ERROR_M4AAC_GET_CB_MAP_FAILED | 0x80612439 | |
CELL_ADEC_ERROR_M4AAC_GET_PULSE_FAILED | 0x8061243a | |
CELL_ADEC_ERROR_M4AAC_MONO_MIXDOWN_ELEMENT_IS_NOT_SUPPORTED | 0x8061243b | |
CELL_ADEC_ERROR_M4AAC_STEREO_MIXDOWN_ELEMENT_IS_NOT_SUPPORTED | 0x8061243c | |
CELL_ADEC_ERROR_M4AAC_SBR_CH_OVERFLOW | 0x80612480 | |
CELL_ADEC_ERROR_M4AAC_SBR_NOSYNCH | 0x80612481 | |
CELL_ADEC_ERROR_M4AAC_SBR_ILLEGAL_PROGRAM | 0x80612482 | |
CELL_ADEC_ERROR_M4AAC_SBR_ILLEGAL_TAG | 0x80612483 | |
CELL_ADEC_ERROR_M4AAC_SBR_ILLEGAL_CHN_CONFIG | 0x80612484 | |
CELL_ADEC_ERROR_M4AAC_SBR_ILLEGAL_SECTION | 0x80612485 | |
CELL_ADEC_ERROR_M4AAC_SBR_ILLEGAL_SCFACTORS | 0x80612486 | |
CELL_ADEC_ERROR_M4AAC_SBR_ILLEGAL_PULSE_DATA | 0x80612487 | |
CELL_ADEC_ERROR_M4AAC_SBR_MAIN_PROFILE_NOT_IMPLEMENTED | 0x80612488 | |
CELL_ADEC_ERROR_M4AAC_SBR_GC_NOT_IMPLEMENTED | 0x80612489 | |
CELL_ADEC_ERROR_M4AAC_SBR_ILLEGAL_PLUS_ELE_ID | 0x8061248a | |
CELL_ADEC_ERROR_M4AAC_SBR_CREATE_ERROR | 0x8061248b | |
CELL_ADEC_ERROR_M4AAC_SBR_NOT_INITIALIZED | 0x8061248c | |
CELL_ADEC_ERROR_M4AAC_SBR_INVALID_ENVELOPE | 0x8061248d |
AC3 errors[edit source]
Name | Errorcode | Remarks |
---|---|---|
CELL_ADEC_ERROR_AC3_BUSY | 0x80612500 | |
CELL_ADEC_ERROR_AC3_EMPTY | 0x80612501 | |
CELL_ADEC_ERROR_AC3_PARAM | 0x80612502 | |
CELL_ADEC_ERROR_AC3_FRAME | 0x80612503 |
MP3 errors[edit source]
Name | Errorcode | Remarks |
---|---|---|
CELL_ADEC_ERROR_MP3_OK | 0x80612700 | |
CELL_ADEC_ERROR_MP3_BUSY | 0x80612764 | |
CELL_ADEC_ERROR_MP3_EMPTY | 0x80612765 | |
CELL_ADEC_ERROR_MP3_ERROR | 0x80612781 | |
CELL_ADEC_ERROR_MP3_LOST_SYNC | 0x80612782 | |
CELL_ADEC_ERROR_MP3_NOT_L3 | 0x80612783 | |
CELL_ADEC_ERROR_MP3_BAD_BITRATE | 0x80612784 | |
CELL_ADEC_ERROR_MP3_BAD_SFREQ | 0x80612785 | |
CELL_ADEC_ERROR_MP3_BAD_EMPHASIS | 0x80612786 | |
CELL_ADEC_ERROR_MP3_BAD_BLKTYPE | 0x80612787 | |
CELL_ADEC_ERROR_MP3_BAD_VERSION | 0x8061278c | |
CELL_ADEC_ERROR_MP3_BAD_MODE | 0x8061278d | |
CELL_ADEC_ERROR_MP3_BAD_MODE_EXT | 0x8061278e | |
CELL_ADEC_ERROR_MP3_HUFFMAN_NUM | 0x80612796 | |
CELL_ADEC_ERROR_MP3_HUFFMAN_CASE_ID | 0x80612797 | |
CELL_ADEC_ERROR_MP3_SCALEFAC_COMPRESS | 0x80612798 | |
CELL_ADEC_ERROR_MP3_HGETBIT | 0x80612799 | |
CELL_ADEC_ERROR_MP3_FLOATING_EXCEPTION | 0x8061279a | |
CELL_ADEC_ERROR_MP3_ARRAY_OVERFLOW | 0x8061279b | |
CELL_ADEC_ERROR_MP3_STEREO_PROCESSING | 0x8061279c | |
CELL_ADEC_ERROR_MP3_JS_BOUND | 0x8061279d | |
CELL_ADEC_ERROR_MP3_PCMOUT | 0x8061279e |
M2BC errors[edit source]
Name | Errorcode | Remarks |
---|---|---|
CELL_ADEC_ERROR_M2BC_FATAL | 0x80612b01 | |
CELL_ADEC_ERROR_M2BC_SEQ | 0x80612b02 | |
CELL_ADEC_ERROR_M2BC_ARG | 0x80612b03 | |
CELL_ADEC_ERROR_M2BC_BUSY | 0x80612b04 | |
CELL_ADEC_ERROR_M2BC_EMPTY | 0x80612b05 | |
CELL_ADEC_ERROR_M2BC_SYNCF | 0x80612b11 | |
CELL_ADEC_ERROR_M2BC_LAYER | 0x80612b12 | |
CELL_ADEC_ERROR_M2BC_BITRATE | 0x80612b13 | |
CELL_ADEC_ERROR_M2BC_SAMPLEFREQ | 0x80612b14 | |
CELL_ADEC_ERROR_M2BC_VERSION | 0x80612b15 | |
CELL_ADEC_ERROR_M2BC_MODE_EXT | 0x80612b16 | |
CELL_ADEC_ERROR_M2BC_UNSUPPORT | 0x80612b17 | |
CELL_ADEC_ERROR_M2BC_OPENBS_EX | 0x80612b21 | |
CELL_ADEC_ERROR_M2BC_SYNCF_EX | 0x80612b22 | |
CELL_ADEC_ERROR_M2BC_CRCGET_EX | 0x80612b23 | |
CELL_ADEC_ERROR_M2BC_CRC_EX | 0x80612b24 | |
CELL_ADEC_ERROR_M2BC_CRCGET | 0x80612b31 | |
CELL_ADEC_ERROR_M2BC_CRC | 0x80612b32 | |
CELL_ADEC_ERROR_M2BC_BITALLOC | 0x80612b33 | |
CELL_ADEC_ERROR_M2BC_SCALE | 0x80612b34 | |
CELL_ADEC_ERROR_M2BC_SAMPLE | 0x80612b35 | |
CELL_ADEC_ERROR_M2BC_OPENBS | 0x80612b36 | |
CELL_ADEC_ERROR_M2BC_MC_CRCGET | 0x80612b41 | |
CELL_ADEC_ERROR_M2BC_MC_CRC | 0x80612b42 | |
CELL_ADEC_ERROR_M2BC_MC_BITALLOC | 0x80612b43 | |
CELL_ADEC_ERROR_M2BC_MC_SCALE | 0x80612b44 | |
CELL_ADEC_ERROR_M2BC_MC_SAMPLE | 0x80612b45 | |
CELL_ADEC_ERROR_M2BC_MC_HEADER | 0x80612b46 | |
CELL_ADEC_ERROR_M2BC_MC_STATUS | 0x80612b47 | |
CELL_ADEC_ERROR_M2BC_AG_CCRCGET | 0x80612b51 | |
CELL_ADEC_ERROR_M2BC_AG_CRC | 0x80612b52 | |
CELL_ADEC_ERROR_M2BC_AG_BITALLOC | 0x80612b53 | |
CELL_ADEC_ERROR_M2BC_AG_SCALE | 0x80612b54 | |
CELL_ADEC_ERROR_M2BC_AG_SAMPLE | 0x80612b55 | |
CELL_ADEC_ERROR_M2BC_AG_STATUS | 0x80612b57 |
CELP errors[edit source]
Name | Errorcode | Remarks |
---|---|---|
CELL_ADEC_ERROR_CELP_BUSY | 0x80612e01 | |
CELL_ADEC_ERROR_CELP_EMPTY | 0x80612e02 | |
CELL_ADEC_ERROR_CELP_ARG | 0x80612e03 | |
CELL_ADEC_ERROR_CELP_SEQ | 0x80612e04 | |
CELL_ADEC_ERROR_CELP_CORE_FATAL | 0x80612e81 | |
CELL_ADEC_ERROR_CELP_CORE_ARG | 0x80612e82 | |
CELL_ADEC_ERROR_CELP_CORE_SEQ | 0x80612e83 |
CELP8 errors[edit source]
Name | Errorcode | Remarks |
---|---|---|
CELL_ADEC_ERROR_CELP8_BUSY | 0x80612ea1 | |
CELL_ADEC_ERROR_CELP8_EMPTY | 0x80612ea2 | |
CELL_ADEC_ERROR_CELP8_ARG | 0x80612ea3 | |
CELL_ADEC_ERROR_CELP8_SEQ | 0x80612ea4 | |
CELL_ADEC_ERROR_CELP8_CORE_FATAL | 0x80612eb1 | |
CELL_ADEC_ERROR_CELP8_CORE_ARG | 0x80612eb2 | |
CELL_ADEC_ERROR_CELP8_CORE_SEQ | 0x80612eb3 |
CELPENC errors[edit source]
Name | Errorcode | Remarks |
---|---|---|
CELL_CELPENC_ERROR_FAILED | 0x80614001 | Fatal error occurred in the encoder (PPU) |
CELL_CELPENC_ERROR_SEQ | 0x80614002 | Processing sequence error occurred in the encoder (PPU) |
CELL_CELPENC_ERROR_ARG | 0x80614003 | Argument error occurred in the encoder (PPU) |
CELL_CELPENC_ERROR_CORE_FAILED | 0x80614081 | Fatal error occurred in the encoder core (SPU) |
CELL_CELPENC_ERROR_CORE_SEQ | 0x80614082 | Sequence error occurred in the encoder core (SPU) |
CELL_CELPENC_ERROR_CORE_ARG | 0x80614083 | Argument error occurred in the encoder core (SPU) |
CELP8ENC errors[edit source]
Name | Errorcode | Remarks |
---|---|---|
CELL_CELP8ENC_ERROR_FAILED | 0x806140a1 | |
CELL_CELP8ENC_ERROR_SEQ | 0x806140a2 | |
CELL_CELP8ENC_ERROR_ARG | 0x806140a3 | |
CELL_CELP8ENC_ERROR_CORE_FAILED | 0x806140b1 | |
CELL_CELP8ENC_ERROR_CORE_SEQ | 0x806140b2 | |
CELL_CELP8ENC_ERROR_CORE_ARG | 0x806140b3 |