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 245: | Line 245: | ||
|- | |- | ||
| || 0x4006 || Dead code was removed from the final program. | | || 0x4006 || Dead code was removed from the final program. | ||
|- | |||
|} | |||
== Game Content Utility errors == | |||
<!--// aka sysutil_game 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_GAME_RET_OK || || Normal termination | |||
|- | |||
| CELL_GAME_RET_CANCEL || || Processing has been canceled | |||
|- | |||
| CELL_GAME_RET_NONE || || The specified game content does not exist | |||
|- | |||
| || 0x8002cb01 || System software needs to be updated | |||
|- | |||
| CELL_GAME_ERROR_NOTFOUND || 0x8002cb04 || The specified game content or file cannot be found (application bug) | |||
|- | |||
| CELL_GAME_ERROR_BROKEN || 0x8002cb05 || The specified game content is corrupted | |||
|- | |||
| CELL_GAME_ERROR_INTERNAL || 0x8002cb06 || Fatal error occurred in the utility | |||
|- | |||
| CELL_GAME_ERROR_PARAM || 0x8002cb07 || There is an error in the argument (application bug) | |||
|- | |||
| CELL_GAME_ERROR_NOAPP || 0x8002cb08 || The target application does not exist | |||
|- | |||
| CELL_GAME_ERROR_ACCESS_ERROR || 0x8002cb09 || HDD access error | |||
|- | |||
| CELL_GAME_ERROR_NOSPACE || 0x8002cb20 || Insufficient space on the HDD (application bug) | |||
|- | |||
| CELL_GAME_ERROR_NOTSUPPORTED || 0x8002cb21 || Operation is not supported (debugger) | |||
|- | |||
| CELL_GAME_ERROR_FAILURE || 0x8002cb22 || Calling order is invalid (application bug) | |||
|- | |||
| CELL_GAME_ERROR_BUSY || 0x8002cb23 || The call of an access preparing function was repeated | |||
|- | |||
| CELL_GAME_ERROR_IN_SHUTDOWN || 0x8002cb24 || Processing cannot be executed because application termination is being processed | |||
|- | |||
| CELL_GAME_ERROR_INVALID_ID || 0x8002cb25 || A specified ID is invalid (application bug) | |||
|- | |||
| CELL_GAME_ERROR_EXIST || 0x8002cb26 || Content specified already exists | |||
|- | |||
| CELL_GAME_ERROR_NOTPATCH || 0x8002cb27 || Not booted from a patch | |||
|- | |||
| CELL_GAME_ERROR_INVALID_THEME_FILE || 0x8002cb28 || Invalid format for theme file(application bug) | |||
|- | |||
| CELL_GAME_ERROR_BOOTPATH || 0x8002cb50 || Pathname of booted program file is too long (>128b) | |||
|- | |- | ||
|} | |} |