Editing User talk:Euss/Buffer
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 119: | Line 119: | ||
|- | |- | ||
| CELL_REMOTEPLAY_ERROR_INTERNAL || 0x80029830 || | | CELL_REMOTEPLAY_ERROR_INTERNAL || 0x80029830 || | ||
|- | |||
|} | |||
== Debug errors == | |||
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;" | |||
|- bgcolor="#cccccc" | |||
! Description !! Errorcode !! Remarks | |||
|- | |||
!colspan="3" | Debug errors (libdbg) | |||
|- | |||
| 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 | |||
|- | |||
!colspan="3" | Debug Font errors (libdbgfont) | |||
|- | |||
| 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 | |||
|- | |- | ||
|} | |} |