Template:CELL ERROR FACILITY SYSTEM SERVICE - 0x001: Difference between revisions

From PS3 Developer wiki
Jump to navigation Jump to search
m (domain scavengers fix, this problems is repeated along our wiki hundred of times, keep an eye to fix the links please)
mNo edit summary
 
Line 123: Line 123:
| ESDKVER || 0x8001003C || Incorrect version in sys_load_param.
| ESDKVER || 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 [[http://www.psdevwiki.com/ps3/PARAM.SFO#Tips_.26_Tricks Tricks]].
| 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]].
|-
|-
| 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 [[http://www.psdevwiki.com/ps3/Talk:PARAM.SFO#Lxx:_License_Area L** folder]]
| 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]]
|-
|-
| || 0x8001003F ||  
| || 0x8001003F ||  

Latest revision as of 18:43, 25 March 2017

Generic errors[edit source]

Name Errorcode Remarks
EAGAIN 0x80010001 The resource is temporarily unavailable
EINVAL 0x80010002 Invalid argument or flag.
ENOSYS 0x80010003 The feature is not yet implemented // (on Retail/CEX or Debug/DEX)
sys_fsw_connect_event() or sys_fsw_disconnect_event() was executed on a machine other than the Reference Tool
ENOMEM 0x80010004 Memory allocation failed.
ESRCH 0x80010005 The resource with the specified identifier does not exist.
ENOENT 0x80010006 The file does not exist Note : This error can happen when you try to install a pkg that have an invalid name.
ENOEXEC 0x80010007 The file is in unrecognized format / The file is not a valid ELF file.
EDEADLK 0x80010008 Resource deadlock is avoided
EPERM 0x80010009 Operation not permitted
An error occurred during the start operation (e.g.: debug self on retail)
EBUSY 0x8001000A The device or resource is busy
ETIMEDOUT 0x8001000B The operation is timed out
EABORT 0x8001000C The operation is aborted
EFAULT 0x8001000D Invalid memory access
ESTAT 0x8001000F State of the target thread is invalid
EALIGN 0x80010010 Alignment is invalid
EKRESOURCE 0x80010011 Shortage of the kernel resources
EISDIR 0x80010012 The file is a directory
ECANCELED 0x80010013 Operation canceled
EEXIST 0x80010014 Entry already exists.(e.g.:"An error occurred during internal memory card creation."(80010014))
EISCONN 0x80010015 Port is already connected
ENOTCONN 0x80010016 Port is not connected
EAUTHFAIL 0x80010017 Failure in authorizing SELF. Program authentication fail (Error starting BluRay game)
ENOTMSELF 0x80010018 The file is not MSELF
ESYSVER 0x80010019 System version error
EAUTHFATAL 0x8001001A Fatal system error occurred while authorizing SELF. SELF auth failure
EDOM 0x8001001B Math domain violation
ERANGE 0x8001001C Math range violation
EILSEQ 0x8001001D Illegal multi-byte sequence in input
EFPOS 0x8001001E File position error.
EINTR 0x8001001F Syscall was interrupted.
EFBIG 0x80010020 File too large.
EMLINK 0x80010021 Too many links.
ENFILE 0x80010022 File table overflow.
ENOSPC 0x80010023 No space left on device.
ENOTTY 0x80010024 Not a TTY.
EPIPE 0x80010025 Broken pipe.
EROFS 0x80010026 Read-only filesystem (write fail).
ESPIPE 0x80010027 Illegal seek (e.g. seek on pipe).
E2BIG 0x80010028 Arg list too long.
EACCES 0x80010029 Access violation.
EBADF 0x8001002A Invalid file descriptor.
EIO 0x8001002B Filesystem mounting failed (actually IO error...EIO)
EMFILE 0x8001002C Too many files open.
ENODEV 0x8001002D No device.
ENOTDIR 0x8001002E Not a directory.
ENXIO 0x8001002F No such device or IO.
EXDEV 0x80010030 Cross-device link error.
EBADMSG 0x80010031 Bad Message.
EINPROGRESS 0x80010032 In progress.
EMSGSIZE 0x80010033 Message size error.
ENAMETOOLONG 0x80010034 Name too long.
ENOLCK 0x80010035 No lock.
ENOTEMPTY 0x80010036 Not empty.
EUNSUP 0x80010037 Not supported.
EFSSPECIFIC 0x80010038 File-system specific error.
EOVERFLOW 0x80010039 Overflow occured.
ENOTMOUNTED 0x8001003A Filesystem not mounted. "An error occurred during the install operation". E.G.: unplugged usb during install.
ENOTSDATA 0x8001003B Not SData.
ESDKVER 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 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 L** folder
0x8001003F

DECI3 Remote File Protocol / File Management Protocol / Controller Protocol errors (drfp/dfmp/ctrlp)[edit source]

Name Errorcode 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

Sys Net errors (libnet)[edit source]

Name Errorcode Remarks
SYS_NET_ERROR_EPERM 0x80010201
SYS_NET_ERROR_ENOENT 0x80010202
SYS_NET_ERROR_ESRCH 0x80010203
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_ECHILD 0x8001020a
SYS_NET_ERROR_EDEADLK 0x8001020b
SYS_NET_ERROR_ENOMEM 0x8001020c
SYS_NET_ERROR_EACCES 0x8001020d
SYS_NET_ERROR_EFAULT 0x8001020e
SYS_NET_ERROR_ENOTBLK 0x8001020f
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_ENFILE 0x80010217
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_ESPIPE 0x8001021d
SYS_NET_ERROR_EROFS 0x8001021e
SYS_NET_ERROR_EMLINK 0x8001021f
SYS_NET_ERROR_EPIPE 0x80010220
SYS_NET_ERROR_EDOM 0x80010221
SYS_NET_ERROR_ERANGE 0x80010222
SYS_NET_ERROR_EAGAIN
SYS_NET_ERROR_EWOULDBLOCK
0x80010223
SYS_NET_ERROR_EINPROGRESS 0x80010224
SYS_NET_ERROR_EALREADY 0x80010225
SYS_NET_ERROR_ENOTSOCK 0x80010226
SYS_NET_ERROR_EDESTADDRREQ 0x80010227
SYS_NET_ERROR_EMSGSIZE 0x80010228
SYS_NET_ERROR_EPROTOTYPE 0x80010229
SYS_NET_ERROR_ENOPROTOOPT 0x8001022a
SYS_NET_ERROR_EPROTONOSUPPORT 0x8001022b
SYS_NET_ERROR_ESOCKTNOSUPPORT 0x8001022c
SYS_NET_ERROR_EOPNOTSUPP 0x8001022d
SYS_NET_ERROR_EPFNOSUPPORT 0x8001022e
SYS_NET_ERROR_EAFNOSUPPORT 0x8001022f
SYS_NET_ERROR_EADDRINUSE 0x80010230
SYS_NET_ERROR_EADDRNOTAVAIL 0x80010231
SYS_NET_ERROR_ENETDOWN 0x80010232
SYS_NET_ERROR_ENETUNREACH 0x80010233
SYS_NET_ERROR_ENETRESET 0x80010234
SYS_NET_ERROR_ECONNABORTED 0x80010235
SYS_NET_ERROR_ECONNRESET 0x80010236
SYS_NET_ERROR_ENOBUFS 0x80010237
SYS_NET_ERROR_EISCONN 0x80010238
SYS_NET_ERROR_ENOTCONN 0x80010239
SYS_NET_ERROR_ESHUTDOWN 0x8001023a
SYS_NET_ERROR_ETOOMANYREFS 0x8001023b
SYS_NET_ERROR_ETIMEDOUT 0x8001023c
SYS_NET_ERROR_ECONNREFUSED 0x8001023d
SYS_NET_ERROR_ELOOP 0x8001023e
SYS_NET_ERROR_ENAMETOOLONG 0x8001023f
SYS_NET_ERROR_EHOSTDOWN 0x80010240
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

Debug LV2 errors (liblv2dbg)[edit source]

Name Errorcode Remarks
CELL_LV2DBG_ERROR_DEINVALIDPROCESSID 0x80010401
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[edit source]

Name Errorcode 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[edit source]

Name Errorcode 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_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[edit source]

Name Errorcode 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[edit source]

Name Errorcode 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