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 1: | Line 1: | ||
=Error Codes = | =Error Codes = | ||
Please update this page with any error codes you find the meaning for. | Please update this page with any error codes you find the meaning for. | ||
== Generic 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 | |||
|- | |||
| 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)<br />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<br />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. | |||
|- | |||
| || 0x8001003C || Incorrect version in sys_load_param. | |||
|- | |||
| || 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]]. | |||
|- | |||
| || 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 || | |||
|- | |||
|} | |||
== PSN Network errors == | == PSN Network errors == |