Template:CELL ERROR FACILITY DEBUG - 0x051

From PS3 Developer wiki
Revision as of 11:34, 7 July 2015 by Eussbot (talk | contribs) (Created page with "{{ed right|CELL ERROR FACILITY DEBUG - 0x051}} === Debug errors (libdbg) === {| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="bord...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Debug errors (libdbg)

Name Errorcode Remarks
CELL_DBG_EINVAL 0x80510002 Specified argument is invalid
CELL_DBG_EABORT 0x8051000C Processing has been aborted because of an abnormal state
CELL_DBG_ENULL 0x8051000E The pointer specified in the argument is NULL

Debug Font errors (libdbgfont)

Name Errorcode Remarks
CELL_DBGFONT_ERROR_MALLOC 0x80510104 Allocation of main memory failed
CELL_DBGFONT_ERROR_TEMP_BUFFER 0x80510105 Internal buffer for printf functions overflowed
CELL_DBGFONT_ERROR_LABEL_BUFFER 0x80510106 Label buffer space not enough
CELL_DBGFONT_ERROR_PARAM 0x80510107 Inappropriate argument value
CELL_DBGFONT_ERROR_EXISTS 0x80510108 Library initialization attempted twice
CELL_DBGFONT_ERROR_NOT_INIT 0x80510109 Library not initialized
CELL_DBGFONT_ERROR_CG_PROFILE 0x8051010a Cg profile not supported
CELL_DBGFONT_ERROR_CONSOLE_ID 0x80510111 Inappropriate console ID
CELL_DBGFONT_ERROR_CONSOLE_FULL 0x80510112 No free console

DECI3 Systemcalls errors (libdeci3)

Name Errorcode Remarks
SYS_DECI3_EINVAL 0x80510201 Invalid parameter
SYS_DECI3_EBADF 0x80510202 Invalid session ID
SYS_DECI3_EALREADYUSE 0x80510203 Session is already opened
SYS_DECI3_EMFILE 0x80510204 Number of sessions that can be open simultaneously was exceeded
SYS_DECI3_EPKTSIZE 0x80510205 Send data is too large
SYS_DECI3_ENOHOSTIF 0x80510206 Not connected with host
SYS_DECI3_ENOSPACE 0x80510207 Send buffer is full
SYS_DECI3_EPERM 0x80510208 Not in a state in which the function can be executed
SYS_DECI3_ENOMEM 0x80510209 Not enough memory
SYS_DECI3_EBUSY 0x8051020a Timeout occurred
SYS_DECI3_ENXIO 0x8051020b Communication device does not exist
SYS_DECI3_EFAULT 0x8051020c Internal error occurred