Editing Template:CELL ERROR FACILITY SYSTEM SERVICE - 0x001

Jump to navigation Jump to search
Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

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 121: Line 121:
| ENOTSDATA || 0x8001003B || Not SData.  
| ENOTSDATA || 0x8001003B || Not SData.  
|-
|-
| ESDKVER || 0x8001003C || Incorrect version in sys_load_param.
| || 0x8001003C || Incorrect version in sys_load_param.
|-
|-
| ENOLICDISC || 0x8001003D || Pointer is null. When related to PARAM.SFO : "to play this game, you must insert the following disc. Insert the disc, and then start the game again. (8001003D)": can be resolved by pointing to (only) other PARAM.SFO with Lxx folder. In this case, it s similar than 0x8001003E but with some PARAM.SFO parameter (TITLE_ID?) embedded. Refresh it by using this Lxx or others [[PARAM.SFO#Tips_.26_Tricks | Tricks]].
| || 0x8001003D || Pointer is null. When related to PARAM.SFO : "to play this game, you must insert the following disc. Insert the disc, and then start the game again. (8001003D)": can be resolved by pointing to (only) other PARAM.SFO with Lxx folder. In this case, it s similar than 0x8001003E but with some PARAM.SFO parameter (TITLE_ID?) embedded. Refresh it by using this Lxx or others [[http://www.ps3devwiki.com/wiki/PARAM.SFO#Tips_.26_Tricks Tricks]].
|-
|-
| ENOLICENT || 0x8001003E || Pointer is null. When related to DISC.SFO (and PARAM.SFO) : "to play this game, you must insert the following disc. Insert the disc, and then start the game again. (8001003E) Install disc" : can be resolved by launching BD emulator, or remove the disc.sfo if there are one, using the original disc or using the [[Talk:PARAM.SFO#Lxx:_License_Area | L** folder]]
| || 0x8001003E || Pointer is null. When related to DISC.SFO (and PARAM.SFO) : "to play this game, you must insert the following disc. Insert the disc, and then start the game again. (8001003E) Install disc" : can be resolved by launching BD emulator, or remove the disc.sfo if there are one, using the original disc or using the [[http://www.ps3devwiki.com/wiki/Talk:PARAM.SFO#Lxx:_License_Area L** folder]]
|-
|-
| || 0x8001003F ||  
| || 0x8001003F ||  
|-
|}
=== DECI3 Remote File Protocol / File Management Protocol / Controller Protocol errors (drfp/dfmp/ctrlp) ===
{| 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
|-
| DRFP_EINVAL / DFMP_EINVAL / CTRLP_EINVAL || 0x80010002 || Argument is invalid (Invalid packet, e.g. controller information has been sent when its playback was not being processed)
|-
| DRFP_ENOMEM / DFMP_ENOMEM / CTRLP_ENOMEM || 0x80010004 || Not enough memory
|-
| DRFP_ENOENT / DFMP_ENOENT || 0x80010006 || File could not be found, or filename is invalid
|-
| DRFP_EBUSY / DFMP_EBUSY / CTRLP_EBUSY || 0x8001000a || Already open (or already recording or playing)
|-
| DRFP_EISDIR / DFMP_EISDIR || 0x80010012 || Is a directory
|-
| DRFP_EEXIST / DFMP_EEXIST || 0x80010014 || File already exists
|-
| DRFP_EFBIG / DFMP_EFBIG || 0x80010020 || File is too big
|-
| DRFP_ENOSPC / DFMP_ENOSPC || 0x80010023 || Space cannot be allocated on disk
|-
| DRFP_EROFS / DFMP_EROFS || 0x80010026 || Write access was requested for read-only file system
|-
| DRFP_EACCES / DFMP_EACCES || 0x80010029 || Do not have access rights
|-
| DRFP_EBADF / DFMP_EBADF || 0x8001002a || File descriptor is invalid
|-
| DRFP_EIO / DFMP_EIO || 0x8001002b || I/O error
|-
| DRFP_EMFILE / DFMP_EMFILE || 0x8001002c || Maximum number of operable files exceeded
|-
| DRFP_ENODEV / DFMP_ENODEV / CTRLP_ENODEV || 0x8001002d || Specified device does not exist (or disconnected)
|-
| DRFP_ENOTDIR / DFMP_ENOTDIR || 0x8001002e || Not a directory
|-
| DRFP_EXDEV / DFMP_EXDEV || 0x80010030 || Multiple devices are specified
|-
| DRFP_ENAMETOOLONG / DFMP_ENAMETOOLONG || 0x80010034 || File pathname is too long
|-
| DRFP_ENOTEMPTY / DFMP_ENOTEMPTY || 0x80010036 || Directory is not empty
|-
| DRFP_ENOTSUP / DFMP_EUNSUP / CTRLP_EUNSUP || 0x80010037 || Request is not supported by this device
|-
| DRFP_ESPECIFIC / DFMP_EFSSPECIFIC || 0x80010038 || Undefined error
|-
|-
|}
|}
Line 182: Line 135:
|- bgcolor="#cccccc"
|- bgcolor="#cccccc"
! Name !! <abbr title="0x8*******">Errorcode</abbr> !! Remarks
! Name !! <abbr title="0x8*******">Errorcode</abbr> !! Remarks
|-
| SYS_NET_ERROR_EPERM || 0x80010201 ||
|-
|-
| SYS_NET_ERROR_ENOENT || 0x80010202 ||  
| SYS_NET_ERROR_ENOENT || 0x80010202 ||  
|-
| SYS_NET_ERROR_ESRCH || 0x80010203 ||
|-
|-
| SYS_NET_ERROR_EINTR || 0x80010204 ||  
| SYS_NET_ERROR_EINTR || 0x80010204 ||  
|-
| SYS_NET_ERROR_EIO || 0x80010205 ||
|-
| SYS_NET_ERROR_ENXIO || 0x80010206 ||
|-
| SYS_NET_ERROR_E2BIG || 0x80010207 ||
|-
| SYS_NET_ERROR_ENOEXEC || 0x80010208 ||
|-
|-
| SYS_NET_ERROR_EBADF || 0x80010209 ||  
| SYS_NET_ERROR_EBADF || 0x80010209 ||  
|-
| SYS_NET_ERROR_ECHILD || 0x8001020a ||
|-
| SYS_NET_ERROR_EDEADLK || 0x8001020b ||
|-
|-
| SYS_NET_ERROR_ENOMEM || 0x8001020c ||  
| SYS_NET_ERROR_ENOMEM || 0x8001020c ||  
Line 210: Line 147:
|-
|-
| SYS_NET_ERROR_EFAULT || 0x8001020e ||  
| SYS_NET_ERROR_EFAULT || 0x8001020e ||  
|-
| SYS_NET_ERROR_ENOTBLK || 0x8001020f ||
|-
|-
| SYS_NET_ERROR_EBUSY || 0x80010210 ||  
| SYS_NET_ERROR_EBUSY || 0x80010210 ||  
|-
| SYS_NET_ERROR_EEXIST || 0x80010211 ||
|-
| SYS_NET_ERROR_EXDEV || 0x80010212 ||
|-
| SYS_NET_ERROR_ENODEV || 0x80010213 ||
|-
| SYS_NET_ERROR_ENOTDIR || 0x80010214 ||
|-
| SYS_NET_ERROR_EISDIR || 0x80010215 ||
|-
|-
| SYS_NET_ERROR_EINVAL || 0x80010216 ||  
| SYS_NET_ERROR_EINVAL || 0x80010216 ||  
|-
| SYS_NET_ERROR_ENFILE || 0x80010217 ||
|-
|-
| SYS_NET_ERROR_EMFILE || 0x80010218 ||  
| SYS_NET_ERROR_EMFILE || 0x80010218 ||  
|-
| SYS_NET_ERROR_ENOTTY || 0x80010219 ||
|-
| SYS_NET_ERROR_ETXTBSY || 0x8001021a ||
|-
| SYS_NET_ERROR_EFBIG || 0x8001021b ||
|-
|-
| SYS_NET_ERROR_ENOSPC || 0x8001021c ||  
| SYS_NET_ERROR_ENOSPC || 0x8001021c ||  
|-
| SYS_NET_ERROR_ESPIPE || 0x8001021d ||
|-
| SYS_NET_ERROR_EROFS || 0x8001021e ||
|-
| SYS_NET_ERROR_EMLINK || 0x8001021f ||
|-
|-
| SYS_NET_ERROR_EPIPE || 0x80010220 ||  
| SYS_NET_ERROR_EPIPE || 0x80010220 ||  
|-
| SYS_NET_ERROR_EDOM || 0x80010221 ||
|-
| SYS_NET_ERROR_ERANGE || 0x80010222 ||
|-
|-
| SYS_NET_ERROR_EAGAIN<br />SYS_NET_ERROR_EWOULDBLOCK || 0x80010223 ||  
| SYS_NET_ERROR_EAGAIN<br />SYS_NET_ERROR_EWOULDBLOCK || 0x80010223 ||  
Line 256: Line 163:
|-
|-
| SYS_NET_ERROR_EALREADY || 0x80010225 ||  
| SYS_NET_ERROR_EALREADY || 0x80010225 ||  
|-
| SYS_NET_ERROR_ENOTSOCK || 0x80010226 ||
|-
|-
| SYS_NET_ERROR_EDESTADDRREQ || 0x80010227 ||  
| SYS_NET_ERROR_EDESTADDRREQ || 0x80010227 ||  
Line 268: Line 173:
|-
|-
| SYS_NET_ERROR_EPROTONOSUPPORT || 0x8001022b ||  
| SYS_NET_ERROR_EPROTONOSUPPORT || 0x8001022b ||  
|-
| SYS_NET_ERROR_ESOCKTNOSUPPORT || 0x8001022c ||
|-
|-
| SYS_NET_ERROR_EOPNOTSUPP || 0x8001022d ||  
| SYS_NET_ERROR_EOPNOTSUPP || 0x8001022d ||  
Line 284: Line 187:
|-
|-
| SYS_NET_ERROR_ENETUNREACH || 0x80010233 ||  
| SYS_NET_ERROR_ENETUNREACH || 0x80010233 ||  
|-
| SYS_NET_ERROR_ENETRESET || 0x80010234 ||
|-
|-
| SYS_NET_ERROR_ECONNABORTED || 0x80010235 ||  
| SYS_NET_ERROR_ECONNABORTED || 0x80010235 ||  
Line 304: Line 205:
|-
|-
| SYS_NET_ERROR_ECONNREFUSED || 0x8001023d ||  
| SYS_NET_ERROR_ECONNREFUSED || 0x8001023d ||  
|-
| SYS_NET_ERROR_ELOOP || 0x8001023e ||
|-
| SYS_NET_ERROR_ENAMETOOLONG || 0x8001023f ||
|-
|-
| SYS_NET_ERROR_EHOSTDOWN || 0x80010240 ||  
| SYS_NET_ERROR_EHOSTDOWN || 0x80010240 ||  
|-
|-
| SYS_NET_ERROR_EHOSTUNREACH || 0x80010241 ||  
| SYS_NET_ERROR_EHOSTUNREACH || 0x80010241 ||  
|-
| SYS_NET_ERROR_ENOTEMPTY || 0x80010242 ||
|-
| SYS_NET_ERROR_EPROCLIM || 0x80010243 ||
|-
| SYS_NET_ERROR_EUSERS || 0x80010244 ||
|-
| SYS_NET_ERROR_EDQUOT || 0x80010245 ||
|-
| SYS_NET_ERROR_ESTALE || 0x80010246 ||
|-
| SYS_NET_ERROR_EREMOTE || 0x80010247 ||
|-
| SYS_NET_ERROR_EBADRPC || 0x80010248 ||
|-
| SYS_NET_ERROR_ERPCMISMATCH || 0x80010249 ||
|-
| SYS_NET_ERROR_EPROGUNAVAIL || 0x8001024a ||
|-
| SYS_NET_ERROR_EPROGMISMATCH || 0x8001024b ||
|-
| SYS_NET_ERROR_EPROCUNAVAIL || 0x8001024c ||
|-
| SYS_NET_ERROR_ENOLCK || 0x8001024d ||
|-
| SYS_NET_ERROR_ENOSYS || 0x8001024e ||
|-
| SYS_NET_ERROR_EFTYPE || 0x8001024f ||
|-
| SYS_NET_ERROR_EAUTH || 0x80010250 ||
|-
| SYS_NET_ERROR_ENEEDAUTH || 0x80010251 ||
|-
| SYS_NET_ERROR_EIDRM || 0x80010252 ||
|-
| SYS_NET_ERROR_ENOMSG || 0x80010253 ||
|-
| SYS_NET_ERROR_EOVERFLOW || 0x80010254 ||
|-
| SYS_NET_ERROR_EILSEQ || 0x80010255 ||
|-
| SYS_NET_ERROR_ENOTSUP || 0x80010256 ||
|-
| SYS_NET_ERROR_ECANCELED || 0x80010257 ||
|-
| SYS_NET_ERROR_EBADMSG || 0x80010258 ||
|-
| SYS_NET_ERROR_ENODATA || 0x80010259 ||
|-
| SYS_NET_ERROR_ENOSR || 0x8001025a ||
|-
| SYS_NET_ERROR_ENOSTR || 0x8001025b ||
|-
| SYS_NET_ERROR_ETIME || 0x8001025c ||
|-
|-
|}
|}
Line 374: Line 217:
! Name !! <abbr title="0x8*******">Errorcode</abbr> !! Remarks
! Name !! <abbr title="0x8*******">Errorcode</abbr> !! Remarks
|-
|-
| CELL_LV2DBG_ERROR_DEINVALIDPROCESSID || 0x80010401 ||
| CELL_LV2DBG_ERROR_DEINVALIDARGUMENTS || 0x80010409 || Invalid arguments
|-
| CELL_LV2DBG_ERROR_DEINVALIDTHREADID || 0x80010402 ||
|-
| CELL_LV2DBG_ERROR_DEILLEGALREGISTERTYPE || 0x80010403 ||
|-
| CELL_LV2DBG_ERROR_DEILLEGALREGISTERNUMBER || 0x80010404 ||
|-
| CELL_LV2DBG_ERROR_DEILLEGALTHREADSTATE || 0x80010405 ||
|-
| CELL_LV2DBG_ERROR_DEINVALIDEFFECTIVEADDRESS || 0x80010406 ||
|-
| CELL_LV2DBG_ERROR_DENOTFOUNDPROCESSID || 0x80010407 ||
|-
| CELL_LV2DBG_ERROR_DENOMEM || 0x80010408 ||
|-
| CELL_LV2DBG_ERROR_DEINVALIDARGUMENTS || 0x80010409 ||  
|-
| CELL_LV2DBG_ERROR_DENOTFOUNDFILE || 0x8001040a ||
|-
| CELL_LV2DBG_ERROR_DEINVALIDFILETYPE || 0x8001040b ||
|-
| CELL_LV2DBG_ERROR_DENOTFOUNDTHREADID || 0x8001040c ||
|-
| CELL_LV2DBG_ERROR_DEINVALIDTHREADSTATUS || 0x8001040d ||
|-
| CELL_LV2DBG_ERROR_DENOAVAILABLEPROCESSID || 0x8001040e ||
|-
| CELL_LV2DBG_ERROR_DENOTFOUNDEVENTHANDLER || 0x8001040f ||
|-
| CELL_LV2DBG_ERROR_DESPNOROOM || 0x80010410 ||
|-
| CELL_LV2DBG_ERROR_DESPNOTFOUND || 0x80010411 ||
|-
| CELL_LV2DBG_ERROR_DESPINPROCESS || 0x80010412 ||
|-
| CELL_LV2DBG_ERROR_DEINVALIDPRIMARYSPUTHREADID || 0x80010413 ||
|-
| CELL_LV2DBG_ERROR_DETHREADSTATEISNOTSTOPPED || 0x80010414 ||
|-
| CELL_LV2DBG_ERROR_DEINVALIDTHREADTYPE || 0x80010415 ||
|-
| CELL_LV2DBG_ERROR_DECONTINUEFAILED || 0x80010416 ||
|-
| CELL_LV2DBG_ERROR_DESTOPFAILED || 0x80010417 ||
|-
| CELL_LV2DBG_ERROR_DENOEXCEPTION || 0x80010418 ||
|-
| CELL_LV2DBG_ERROR_DENOMOREEVENTQUE || 0x80010419 ||
|-
| CELL_LV2DBG_ERROR_DEEVENTQUENOTCREATED || 0x8001041a ||
|-
| CELL_LV2DBG_ERROR_DEEVENTQUEOVERFLOWED || 0x8001041b ||
|-
| CELL_LV2DBG_ERROR_DENOTIMPLEMENTED || 0x8001041c ||
|-
| CELL_LV2DBG_ERROR_DEQUENOTREGISTERED || 0x8001041d ||
|-
| CELL_LV2DBG_ERROR_DENOMOREEVENTPROCESS || 0x8001041e ||
|-
| CELL_LV2DBG_ERROR_DEPROCESSNOTREGISTERED || 0x8001041f ||
|-
| CELL_LV2DBG_ERROR_DEEVENTDISCARDED || 0x80010420 ||
|-
| CELL_LV2DBG_ERROR_DENOMORESYNCID || 0x80010421 ||
|-
| CELL_LV2DBG_ERROR_DESYNCIDALREADYADDED || 0x80010422 ||
|-
| CELL_LV2DBG_ERROR_DESYNCIDNOTFOUND || 0x80010423 ||
|-
| CELL_LV2DBG_ERROR_DESYNCIDNOTACQUIRED || 0x80010424 ||
|-
| CELL_LV2DBG_ERROR_DEPROCESSALREADYREGISTERED || 0x80010425 ||
|-
| CELL_LV2DBG_ERROR_DEINVALIDLSADDRESS || 0x80010426 ||
|-
| CELL_LV2DBG_ERROR_DEINVALIDOPERATION || 0x80010427 ||
|-
| CELL_LV2DBG_ERROR_DEINVALIDMODULEID || 0x80010428 ||
|-
| CELL_LV2DBG_ERROR_DEHANDLERALREADYREGISTERED || 0x80010429 ||
|-
| CELL_LV2DBG_ERROR_DEINVALIDHANDLER || 0x8001042a ||
|-
| CELL_LV2DBG_ERROR_DEHANDLENOTREGISTERED || 0x8001042b ||
|-
| CELL_LV2DBG_ERROR_DEOPERATIONDENIED || 0x8001042c ||
|-
| CELL_LV2DBG_ERROR_DEHANDLERNOTINITIALIZED || 0x8001042d ||
|-
| CELL_LV2DBG_ERROR_DEHANDLERALREADYINITIALIZED || 0x8001042e ||
|-
| CELL_LV2DBG_ERROR_DEILLEGALCOREDUMPPARAMETER || 0x8001042f ||
|-
|}
 
=== Realtimeclock 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_RTC_ERROR_NOT_INITIALIZED || 0x80010601 || Library has not yet been initialized. Please initialize before use.
|-
| CELL_RTC_ERROR_INVALID_POINTER || 0x80010602 || The pointer passed in is invalid.
|-
| CELL_RTC_ERROR_INVALID_VALUE || 0x80010603 || A value in the arguments is invalid and cannot be used.
|-
| CELL_RTC_ERROR_INVALID_ARG || 0x80010604 || An argument contains invalid data.
|-
| CELL_RTC_ERROR_NOT_SUPPORTED || 0x80010605 || The feature is not supported
|-
| CELL_RTC_ERROR_NO_CLOCK || 0x80010606 || The clock is not available
|-
| CELL_RTC_ERROR_BAD_PARSE || 0x80010607 || Error occurred in parsing, perhaps an unknown format
|-
| CELL_RTC_ERROR_INVALID_YEAR || 0x80010621 || The year value is invalid
|-
| CELL_RTC_ERROR_INVALID_MONTH || 0x80010622 || The month value is invalid
|-
| CELL_RTC_ERROR_INVALID_DAY || 0x80010623 || The day value is invalid
|-
| CELL_RTC_ERROR_INVALID_HOUR || 0x80010624 || The hour value is invalid
|-
| CELL_RTC_ERROR_INVALID_MINUTE || 0x80010625 || The minute value is invalid
|-
| CELL_RTC_ERROR_INVALID_SECOND || 0x80010626 || The second value is invalid
|-
| CELL_RTC_ERROR_INVALID_MICROSECOND || 0x80010627 || The microsecond value is invalid
|-
|}
 
=== FIOS 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_FIOS_ERROR_INPROGRESS || 0x80010701 || I/O is in progress.
|-
| CELL_FIOS_ERROR_UNKNOWNCALLBACKEVENT || 0x80010702 || Callback return code: event was not handled.
|-
| CELL_FIOS_ERROR_NOTREADY || 0x80010703 || Callback return code: no buffer ready yet, try again later.
|-
| CELL_FIOS_ERROR_TIMEOUT || 0x80010704 || The deadline has been reached while waiting on an operation, and the I/O has not completed yet.
|-
| CELL_FIOS_ERROR_BADPATH || 0x80010705 || Bad path argument, or file not found.
|-
| CELL_FIOS_ERROR_BADHANDLE || 0x80010706 || Bad filehandle argument.
|-
| CELL_FIOS_ERROR_BADPARAM || 0x80010707 || Bad parameter (invalid or illegal).
|-
| CELL_FIOS_ERROR_CANCELLED || 0x80010708 || Operation was cancelled.
|-
| CELL_FIOS_ERROR_EOF || 0x80010709 || End-of-file was reached during a read; some data may have been returned prior to the EOF. Check the actual bytes transferred.
|-
| CELL_FIOS_ERROR_NOMEM || 0x8001070A || Out of memory.
|-
| CELL_FIOS_ERROR_BADOFFSET || 0x8001070B || Bad offset during seek.
|-
| CELL_FIOS_ERROR_BADCALLBACK || 0x8001070C || Callback was NULL when it shouldn't have been.
|-
| CELL_FIOS_ERROR_PLATFORM || 0x8001070D || Some platform-specific error occurred that is not enumerated here (for example, too many open files).
|-
| CELL_FIOS_ERROR_ACCESS || 0x8001070E || Access was denied, you don't have appropriate security permission.
|-
| CELL_FIOS_ERROR_DECOMPRESSION || 0x8001070F || Decompression failed.
|-
| CELL_FIOS_ERROR_READONLY || 0x80010710 || Write not supported by media or file access permissions.
|-
|-
| CELL_FIOS_ERROR_NOBLOCK || 0x80010711 || Block APIs not supported by media.
| CELL_LV2DBG_ERROR_DEOPERATIONDENIED || 0x8001042c || Call of a liblv2dbg public function within the PS3 environment
|-
| CELL_FIOS_ERROR_NOPATH || 0x80010712 || Path APIs not supported by media.
|-
| CELL_FIOS_ERROR_MEDIAGONE || 0x80010713 || Media is no longer mounted. When this error code is returned in a mediacallback_proc, FIOS will not retry any I/O and will cancel all I/O to the corresponding media.
|-
| CELL_FIOS_ERROR_CANTIMMED || 0x80010714 || An operation had kOPF_IMMED set but I/O was required.
|-
|-
|}
|}


=== PRX Error ===
=== placeholder 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;"  
|- bgcolor="#cccccc"
|- bgcolor="#cccccc"
! Name !! <abbr title="0x8*******">Errorcode</abbr> !! Remarks
! Name !! <abbr title="0x8*******">Errorcode</abbr> !! Remarks
|-
|-
| CELL_PRX_ERROR_ERROR || 0x80011001 ||
| || ||  
|-
| CELL_PRX_ERROR_ILLEGAL_PERM || 0x800110d1 ||
|-
| CELL_PRX_ERROR_UNKNOWN_MODULE || 0x8001112e ||
|-
| CELL_PRX_ERROR_ALREADY_STARTED || 0x80011133 ||
|-
| CELL_PRX_ERROR_NOT_STARTED || 0x80011134 ||
|-
| CELL_PRX_ERROR_ALREADY_STOPPED || 0x80011135 ||
|-
| CELL_PRX_ERROR_CAN_NOT_STOP || 0x80011136 ||
|-
| CELL_PRX_ERROR_NOT_REMOVABLE || 0x80011138 ||
|-
| CELL_PRX_ERROR_LIBRARY_NOT_YET_LINKED || 0x8001113a ||
|-
| CELL_PRX_ERROR_LIBRARY_FOUND || 0x8001113b ||
|-
| CELL_PRX_ERROR_LIBRARY_NOTFOUND || 0x8001113c ||
|-
| CELL_PRX_ERROR_ILLEGAL_LIBRARY || 0x8001113d ||
|-
| CELL_PRX_ERROR_LIBRARY_INUSE || 0x8001113e ||
|-
| CELL_PRX_ERROR_ALREADY_STOPPING || 0x8001113f ||
|-
| CELL_PRX_ERROR_UNSUPPORTED_PRX_TYPE || 0x80011148 ||
|-
| CELL_PRX_ERROR_INVAL || 0x80011324 ||
|-
| CELL_PRX_ERROR_ILLEGAL_PROCESS || 0x80011801 ||
|-
| CELL_PRX_ERROR_NO_LIBLV2 || 0x80011881 ||
|-
| CELL_PRX_ERROR_UNSUPPORTED_ELF_TYPE || 0x80011901 ||
|-
| CELL_PRX_ERROR_UNSUPPORTED_ELF_CLASS || 0x80011902 ||
|-
| CELL_PRX_ERROR_UNDEFINED_SYMBOL || 0x80011904 ||
|-
| CELL_PRX_ERROR_UNSUPPORTED_RELOCATION_TYPE || 0x80011905 ||
|-
| CELL_PRX_ERROR_ELF_IS_REGISTERED || 0x80011910 ||
|-
| CELL_PRX_ERROR_NO_EXIT_ENTRY || 0x80011911 ||  
|-
|-
|}
|}


=== Sysmodule Error ===
<noinclude>[[Category:Development]][[Category:Main]]</noinclude>
{| 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_SYSMODULE_ERROR_DUPLICATED || 0x80012001 || Tried to load a PRX that is already loaded
|-
| CELL_SYSMODULE_ERROR_UNKNOWN || 0x80012002 || Tried to load an unknown PRX
|-
| CELL_SYSMODULE_ERROR_UNLOADED || 0x80012003 || Tried to unload a PRX that is already unloaded, or the module is not loaded
|-
| CELL_SYSMODULE_ERROR_INVALID_MEMCONTAINER || 0x80012004 || An invalid memory container ID was passed
|-
| CELL_SYSMODULE_ERROR_FATAL || 0x800120ff || Function call failed
|-
|}<noinclude>[[Category:Development]][[Category:Main]]</noinclude>
Please note that all contributions to PS3 Developer wiki are considered to be released under the GNU Free Documentation License 1.2 (see PS3 Developer wiki:Copyrights for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource. Do not submit copyrighted work without permission!

To protect the wiki against automated edit spam, we kindly ask you to solve the following hCaptcha:

Cancel Editing help (opens in new window)

Templates used on this page: