Editing Error Codes

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 1: Line 1:
<div style="float:right">[[File:Report Problem.png|200px|thumb|left|Error Code shown in the 'Report Problem' screen]]</div>
<div style="float:right">[[File:Report Problem.png|200px|thumb|left|Error Code shown in the 'Report Problem' screen]]</div>


== Page definition and crossreference ==
Here you can post all the known PS4 errors.
Here you can post all the known PS4 errors.


[http://www.psdevwiki.com/ps3/Error_Codes PS3] / [http://www.psdevwiki.com/vita/index.php?title=Error_Codes PS Vita] / [http://errorcodespro.com/ultimate-ps4-error-code-list/ PS4 Error] equivalent pages for crossreference.
[http://www.psdevwiki.com/ps3/Error_Codes PS3] / [http://www.vitadevwiki.com/index.php?title=Error_Codes PS Vita] equivalent pages for crossreference.


== Error Code Structure ==
The errors that occur in libraries included in the SDK and in the system software are each allocated a hexadecimal error code with a macro constant for handling by applications, as well as a short error code to display for users.


Macro constant          | Hexadecimal Error Code | Short Error Code
SCE_KERNEL_ERROR_ENOENT | 0x80020002            | CE-30002-5
The error codes returned by libraries and the system software are hexadecimal error codes. The hexadecimal error codes are 32-bit negative numbers with the upper 16 bits representing the library or module where the error occurred.
Short error codes are character strings consisting of a two letter facility group ("CE", "NW", "NP", etc.) and a 5+1 digit short error number connected by hyphens.
Short Error Code | Facility Group | Short Error Number
CE-30002-5      | CE            | 30002-5
Exceptional errors that are not allocated a short error number will be displayed for users as short error codes using "E" and the hexadecimal error code connected by a hyphen.
Short Error Code | Facility Group | Hexadecimal Error Code
E-80000000      | E              | 80000000
== Error History ==
[System] > [Error History] contains the last 100 errors
[System] > [Error History] contains the last 100 errors


When the console encounters an error, the crash reporter sends a 74 byte tcp packet and then retrieves a config file pertaining to the crash. Upon sending the 74 byte tcp packet, the software has regained full control/operational stability and has fully recovered from the crash. By comparing the timestamps of the systems error logs with the 74 byte packet and examining the traffic during the crash,one can infer what's occurring during the crash and also accurately determine when the software has recovered from the crash.
When the console encounters an error, the crash reporter sends a 74 byte tcp packet and then retrieves a config file pertaining to the crash. Upon sending the 74 byte tcp packet, the software has regained full control/operational stability and has fully recovered from the crash. By comparing the timestamps of the systems error logs with the 74 byte packet and examining the traffic during the crash,one can infer what's occurring during the crash and also accurately determine when the software has recovered from the crash.


== Errorcode / Returncode lists ==
== Error code ==
A measly list can be found at : https://support.us.playstation.com/app/answers/detail/a_id/5111 (which should be fully covered here anyhow)


=== C0 ===
=== C0 ===
{{C0}}


=== C1 ===
=== C1 ===
{{C1}}


=== C2 ===
=== C2 ===
{{C2}}


=== C3 ===
=== C3 ===
{{C3}}


=== C4 ===
=== C4 ===
{{C4}}


=== CD ===
=== CD ===
{{CD}}
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
 
|- bgcolor="#cccccc"
=== CE - Common Errors ===
! Name !! Errorcode !! Remarks
{{CE}}
|-
|  || CD-30774-1 || Update data could not be found.
|-
|}


=== E - Exception ===
=== CE ===
{{E}}
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Name !! Errorcode !! Remarks
|-
|  || CE-30001-4 || Operation not permitted
|-
|  || CE-30002-5 || No such file or directory
|-
|  || CE-30003-6 || No such process
|-
|  || CE-30004-7 || Interrupted system call
|-
|  || CE-30005-8 || Input/output error
|-
|  || CE-30006-9 || Device not configured
|-
|  || CE-30007-0 || Argument list too long
|-
|  || CE-30008-1 || Exec format error
|-
|  || CE-30009-2 || Bad file descriptor
|-
|  || CE-30010-4 || No child processes
|-
|  || CE-30011-5 || Resource deadlock avoided
|-
|  || CE-30012-6 || Cannot allocate memory
|-
|  || CE-30013-7 || Permission denied
|-
|  || CE-30014-8 || Bad address
|-
|  || CE-30015-9 || Block device required
|-
|  || CE-30015-9 || Block device required
|-
|  || CE-30016-0 || Device busy
|-
|  || CE-30017-1 || File exists
|-
|  || CE-30018-2 || Cross-device link
|-
|  || CE-30019-3 || Operation not supported by device
|-
|  || CE-30020-5 || Not a directory
|-
|  || CE-30021-6 || Is a directory
|-
|  || CE-30022-7 || Invalid argument
|-
|  || CE-30023-8 || Too many open files in system
|-
|  || CE-30024-9 || Too many open files
|-
|  || CE-30025-0 || Inappropriate ioctl for device
|-
|  || CE-30026-1 || Text file busy
|-
|  || CE-30027-2 || File too large
|-
|  || CE-30028-3 || No space left on device
|-
|  || CE-30029-4 || Illegal seek
|-
|  || CE-30030-6 || Read-only filesystem
|-
|  || CE-30031-7 || Too many links
|-
|  || CE-30032-8 || Broken pipe
|-
|  || CE-30033-9 || Numerical argument out of domain
|-
|  || CE-30034-0 || Result too large
|-
|  || CE-30035-1 || Operation would block
|-
|  || CE-30036-2 || Operation now in progress
|-
|  || CE-30037-3 || Operation already in progress
|-
|  || CE-30038-4 || Socket operation on non-socket
|-
|  || CE-30039-5 || Destination address required
|-
|  || CE-30040-7 || Message too long
|-
|  || CE-30041-8 || Protocol wrong type for socket
|-
|  || CE-30042-9 || Protocol not available
|-
|  || CE-30043-0 || Protocol not supported
|-
|  || CE-30044-1 || Socket type not supported
|-
|  || CE-30045-2 || Operation not supported
|-
|  || CE-30046-3 || Protocol family not supported
|-
|  || CE-30047-4 || Address family not supported by protocol family
|-
|  || CE-30048-5 || Address already in use
|-
|  || CE-30049-6 || Can't assign requested address
|-
|  || CE-30050-8 || Network is down
|-
|  || CE-30051-9 || Network is unreachable
|-
|  || CE-30052-0 || Network dropped connection on reset
|-
|  || CE-30053-1 || Software caused connection abort
|-
|  || CE-30054-2 || Connection reset by peer
|-
|  || CE-30055-3 || No buffer space available
|-
|  || CE-30056-4 || Socket is already connected
|-
|  || CE-30057-5 || Socket is not connected
|-
|  || CE-30058-6 || Can't send after socket shutdown
|-
|  || CE-30059-7 || Too many references: can't splice
|-
|  || CE-30060-9 || Operation timed out
|-
|  || CE-30061-0 || Connection refused
|-
|  || CE-30062-1 || Too many levels of symbolic links
|-
|  || CE-30063-2 || File name too long
|-
|  || CE-30064-3 || Host is down
|-
|  || CE-30065-4 || No route to host
|-
|  || CE-30066-5 || Directory not empty
|-
|  || CE-30067-6 || Too many processes
|-
|  || CE-30068-7 || Too many users
|-
|  || CE-30069-8 || Disc quota exceeded
|-
|  || CE-30070-0 || Stale NFS file handle
|-
|  || CE-30071-1 || Too many levels of remote in path
|-
|  || CE-30072-2 || RPC struct is bad
|-
|  || CE-30073-3 || RPC version wrong
|-
|  || CE-30074-4 || RPC prog. not avail
|-
|  || CE-30075-5 || Program version wrong
|-
|  || CE-30076-6 || Bad procedure for program
|-
|  || CE-30077-7 || No locks available
|-
|  || CE-30078-8 || Function not implemented
|-
|  || CE-30079-9 || Inappropriate file type or format
|-
|  || CE-30080-1 || Authentication error
|-
|  || CE-30081-2 || Need authenticator
|-
|  || CE-30082-3 || Identifier removed
|-
|  || CE-30083-4 || No message of desired type
|-
|  || CE-30084-5 || Value too large to be stored in data type
|-
|  || CE-30085-6 || Operation canceled
|-
|  || CE-30086-7 || Illegal byte sequence
|-
|  || CE-30087-8 || Attribute not found
|-
|  || CE-30088-9 || Programming error
|-
|  || CE-30089-0 || Bad message
|-
|  || CE-30090-2 || Multihop attempted
|-
|  || CE-30091-3 || Link has been severed
|-
|  || CE-30092-4 || Protocol error
|-
|  || CE-30093-5 || Capabilities insufficient
|-
|  || CE-30094-6 || Not permitted in capability mode
|-
|  || CE-30095-7 || Block not ready
|-
|  || CE-30392-7 || Hardware Error. // Your system likely needs to be serviced. Please visit our [https://support.us.playstation.com/app/contact_options/session/L2F2LzEvdGltZS8xMzg5OTUwODEyL3NpZC9CQTRvVUFLbA%3D%3D Contact] page to set up service.
|-
|  || CE-30608-7 || Hardware Error. // Your system likely needs to be serviced. Please visit our [https://support.us.playstation.com/app/contact_options/session/L2F2LzEvdGltZS8xMzg5OTUwODEyL3NpZC9CQTRvVUFLbA%3D%3D Contact] page to set up service.
|-
|  || CE-30614-4 || out of memory
|-
|  || CE-30615-5 || file IO error
|-
|  || CE-30616-6 || invalid parameters
|-
|  || CE-30617-7 || invalid MAGIC code (system file broken)
|-
|  || CE-30618-8 || key's not found (system file broken)
|-
|  || CE-30619-9 || duplication of key (system file broken)
|-
|  || CE-30620-1 || invalid version(system file broken)
|-
|  || CE-30621-2 || invalid data size (system file broken)
|-
|  || CE-30791-0 || I/O error
|-
|  || CE-30792-1 || invalid argument
|-
|  || CE-30793-2 || permission denied
|-
|  || CE-30794-3 || no such device
|-
|  || CE-30795-4 || resource not found
|-
|  || CE-30796-5 || resource busy
|-
|  || CE-30797-6 || timer expired
|-
|  || CE-30798-7 || value too large to be stored in data type
|-
|  || CE-30799-8 || broken pipe
|-
|  || CE-30800-1 || interrupted system call
|-
|  || CE-30801-2 || not enough core
|-
|  || CE-30802-3 || operation not supported
|-
|  || CE-30803-4 || fatal error
|-
|  || CE-30804-5 || Tried to perform an operation (play release or get number of remaining samples) for the port not opened
|-
|  || CE-30805-6 || Tried to output while outputting audio
|-
|  || CE-30806-7 || Invalid port number
|-
|  || CE-30807-8 || Invalid pointer
|-
|  || CE-30808-9 || Cannot reserve a port(channel) any more
|-
|  || CE-30809-0 || Invalid sample length specified
|-
|  || CE-30810-2 || Invalid audio format
|-
|  || CE-30811-3 || Invalid sampling frequency
|-
|  || CE-30812-4 || Invalid volume value
|-
|  || CE-30813-5 || Invalid port type
|-
|  || CE-30814-6 || Invalid config type
|-
|  || CE-30815-7 || Not enough memory
|-
|  || CE-30816-8 || already initialized
|-
|  || CE-30817-9 || not initialized
|-
|  || CE-30818-0 || memory handling error
|-
|  || CE-30819-1 || system resourc error
|-
|  || CE-30820-3 || transfer event send error
|-
|  || CE-30821-4 || Invalid volume flag value
|-
|  || CE-30822-5 || undefined error
|-
|  || CE-30823-6 || Bad value of handle
|-
|  || CE-30824-7 || Invalid sample length
|-
|  || CE-30825-8 || Invalid sampling frequency
|-
|  || CE-30826-9 || Invalid bus type
|-
|  || CE-30827-0 || Invalid pointer value
|-
|  || CE-30828-1 || Invalid port parameter
|-
|  || CE-30829-2 || Cannot open port any more
|-
|  || CE-30830-4 || Not enough memory
|-
|  || CE-30831-5 || This port is not opened
|-
|  || CE-30832-6 || Tried to input while inputting
|-
|  || CE-30833-7 || Error due to relate of the system memory access
|-
|  || CE-30834-8 || Error due to the system IPC
|-
|  || CE-30836-0 || invalid argument
|-
|  || CE-30837-1 || invalid address
|-
|  || CE-30838-2 || invalid pixel format argument
|-
|  || CE-30839-3 || invalid pitch argument
|-
|  || CE-30840-5 || invalid widthheight argument
|-
|  || CE-30841-6 || invalid flip mode argument
|-
|  || CE-30842-7 || invalid tiling mode argument
|-
|  || CE-30843-8 || invalid aspect ratio argument
|-
|  || CE-30844-9 || the resource is in use
|-
|  || CE-30845-0 || invalid index
|-
|  || CE-30846-1 || invalid handle
|-
|  || CE-30847-2 || invalid event queue
|-
|  || CE-30848-3 || invalid event
|-
|  || CE-30849-4 || no empty slot found
|-
|  || CE-30850-6 || the specified slot is already occupied
|-
|  || CE-30851-7 || flip queue is already full
|-
|  || CE-30852-8 || invalid memory
|-
|  || CE-30853-9 || the buffer memory is not physically contiguous
|-
|  || CE-30854-0 || invalid memory alignment for the buffer
|-
|  || CE-30855-1 || unsupported output mode
|-
|  || CE-30856-2 || unknown error
|-
|  || CE-30857-3 || internal error
|-
|  || CE-30858-4 || Cannot allocate memory
|-
|  || CE-30866-3 || Parameter is invalid
|-
|  || CE-30867-4 || Already initialized
|-
|  || CE-30868-5 || Not initialized
|-
|  || CE-30869-6 || Camera is already open
|-
|  || CE-30870-8 || Camera is not open
|-
|  || CE-30871-9 || Streaming has started
|-
|  || CE-30872-0 || Streaming has not yet started
|-
|  || CE-30873-1 || Cannot start with specified format
|-
|  || CE-30874-2 || Cannot start with specified resolution
|-
|  || CE-30875-3 || Cannot open with specified frame rate
|-
|  || CE-30876-4 || Function timed out
|-
|  || CE-30877-5 || Unknown attribute
|-
|  || CE-30878-6 || The camera is busy.
|-
|  || CE-30879-7 || Unknown Configuration
|-
|  || CE-30880-9 || The frame has already been read.
|-
|  || CE-30881-0 || The Camera is not connected.
|-
|  || CE-30882-1 || The Function is not supported.
|-
|  || CE-30883-2 || Attribute cannot specify under this Configuration.
|-
|  || CE-30884-3 || Number of processes reached maximum.
|-
|  || CE-30885-4 || Number of processes reached maximum.
|-
|  || CE-30886-5 || Copyout failed.
|-
|  || CE-30887-6 || Copyin failed.
|-
|  || CE-30888-7 || Process create failed.
|-
|  || CE-30889-8 || Fatal error occurred
|-
|  || CE-31138-6 || This user already logged out
|-
|  || CE-31493-0 || Fatal error
|-
|  || CE-31494-1 || Invalid argument value detected
|-
|  || CE-31495-2 || Invalid FontMemory detected
|-
|  || CE-31496-3 || Invalid FontLibrary detected
|-
|  || CE-31497-4 || Invalid FontHandle detected
|-
|  || CE-31498-5 || Invalid FontGlyph detected
|-
|  || CE-31499-6 || Invalid FontRenderer detected
|-
|  || CE-31500-9 || Memory allocation failed
|-
|  || CE-31501-0 || File open failed
|-
|  || CE-31502-1 || Unsupported library
|-
|  || CE-31503-2 || Unsupported format
|-
|  || CE-31504-3 || Unsupported function
|-
|  || CE-31505-4 || Already specified
|-
|  || CE-31506-5 || Already attached
|-
|  || CE-31507-6 || Already opened font detected
|-
|  || CE-31508-7 || No cache buffer
|-
|  || CE-31509-8 || Unsupported font set
|-
|  || CE-31510-0 || Exceeding maximum number of font opens
|-
|  || CE-31511-1 || Failed in font opening process
|-
|  || CE-31512-2 || Failed in font closing process
|-
|  || CE-31513-3 || Unsupported code
|-
|  || CE-31514-4 || Glyph could not be found
|-
|  || CE-31515-5 || Unsupported surface
|-
|  || CE-31516-6 || Unset parameter
|-
|  || CE-31517-7 || Renderer is already bound
|-
|  || CE-31518-8 || Renderer is not bound
|-
|  || CE-31519-9 || Renderer could not allocate memory
|-
|  || CE-31520-1 || Render failed to render
|-
|  || CE-31521-2 || invalid pointer argument
|-
|  || CE-31522-3 || invalid state
|-
|  || CE-31523-4 || uninitialized context
|-
|  || CE-31524-5 || invalid pointer argument
|-
|  || CE-31525-6 || invalid state
|-
|  || CE-31526-7 || uninitialized context
|-
|  || CE-31527-8 || invalid pointer argument
|-
|  || CE-31528-9 || invalid state
|-
|  || CE-31529-0 || uninitialized context
|-
|  || CE-31530-2 || invalid pointer argument
|-
|  || CE-31531-3 || invalid state
|-
|  || CE-31532-4 || uninitialized context
|-
|  || CE-31533-5 || invalid pointer argument
|-
|  || CE-31534-6 || invalid state
|-
|  || CE-31535-7 || uninitialized context
|-
|  || CE-31536-8 || invalid pointer argument
|-
|  || CE-31537-9 || invalid state
|-
|  || CE-31538-0 || uninitialized context
|-
|  || CE-31539-1 || invalid pointer argument
|-
|  || CE-31540-3 || invalid state
|-
|  || CE-31541-4 || uninitialized context
|-
|  || CE-31542-5 || invalid pointer argument
|-
|  || CE-31543-6 || invalid state
|-
|  || CE-31544-7 || invalid digest size
|-
|  || CE-31545-8 || uninitialized context
|-
|  || CE-31546-9 || invalid pointer argument
|-
|  || CE-31547-0 || invalid digest size
|-
|  || CE-31548-1 || invalid pointer argument
|-
|  || CE-31549-2 || invalid pointer argument
|-
|  || CE-31550-4 || invalid state
|-
|  || CE-31551-5 || invalid size
|-
|  || CE-31552-6 || invalid pointer argument
|-
|  || CE-31553-7 || invalid state
|-
|  || CE-31554-8 || invalid size
|-
|  || CE-31555-9 || invalid pointer argument
|-
|  || CE-31556-0 || invalid state
|-
|  || CE-31557-1 || invalid size
|-
|  || CE-31558-2 || invalid pointer argument
|-
|  || CE-31559-3 || invalid state
|-
|  || CE-31560-5 || invalid size
|-
|  || CE-31561-6 || invalid pointer argument
|-
|  || CE-31562-7 || invalid state
|-
|  || CE-31563-8 || invalid size
|-
|  || CE-31564-9 || invalid pointer argument
|-
|  || CE-31565-0 || invalid state
|-
|  || CE-31566-1 || invalid size
|-
|  || CE-31567-2 || invalid pointer argument
|-
|  || CE-31568-3 || invalid state
|-
|  || CE-31569-4 || invalid size
|-
|  || CE-31570-6 || invalid pointer argument
|-
|  || CE-31571-7 || invalid state
|-
|  || CE-31572-8 || invalid size
|-
|  || CE-31573-9 || invalid pointer argument
|-
|  || CE-31574-0 || invalid state
|-
|  || CE-31575-1 || invalid size
|-
|  || CE-31576-2 || invalid pointer argument
|-
|  || CE-31577-3 || invalid state
|-
|  || CE-31578-4 || invalid size
|-
|  || CE-31579-5 || fatal error
|-
|  || CE-31580-7 || specified max grain samples is invalid
|-
|  || CE-32883-4 || Out of memory // Internal error // Turn off the PS4 and restart the system.
|-
|  || CE-32884-5 || Library not initialized
|-
|  || CE-32885-6 || Library has already been initialized
|-
|  || CE-32886-7 || Specified data is broken
|-
|  || CE-32887-8 || Could not find specified element
|-
|  || CE-32888-9 || The format of the specified parameter was not appropriate
|-
|  || CE-32889-0 || Specified ID was not appropriate // Download has canceled because the downloading of this content has previously been started and experienced an error. // Step 1: Go to [Notifications] > [Downloads] and check the content is on the list. Delete the content from [Options], and retry downloading the content from the Library. Step 2: If you fail downloading the content again, back up the data using USB device or PS+ online storage, and then go to Safe Mode to try 「4.Rebuild Database]. You can find more [https://support.us.playstation.com/app/answers/detail/a_id/5044/session/L2F2LzEvdGltZS8xMzg3NzExNzAwL3NpZC91QjhTZHNJbA%3D%3D information on Safe Mode here]. After the Rebuild Database is finished, bring back the data and retry your download from the Library. Step 3: If the error occurs again, go to [Settings] > [Initialization] > [Initialize PS4] and try the PS4 initialization.
|-
|  || CE-32890-2 || Specified parameter was not appropriate
|-
|  || CE-32891-3 || The size is out of predefined range
|-
|  || CE-32892-4 || Unknown error
|-
|  || CE-32893-5 || Invalid certificate is specified
|-
|  || CE-32894-6 || Common name check of server certificate failed
|-
|  || CE-32895-7 || Does not have certificate of RootCA that issued server certificate // An error has occured.
|-
|  || CE-32896-8 || Certificate validity period expired
|-
|  || CE-32897-9 || Before certificate validity period
|-
|  || CE-32898-0 || Socket is in blocking state
|-
|  || CE-32899-1 || Received a fatal alert message from server
|-
|  || CE-32900-4 || Called API with prohibited options
|-
|  || CE-32901-5 || Internal error
|-
|  || CE-32902-6 || Not initialized
|-
|  || CE-32903-7 || Already initialized
|-
|  || CE-32904-8 || Cannot allocate memory
|-
|  || CE-32905-9 || Invalid argument
|-
|  || CE-32906-0 || Operation not supported
|-
|  || CE-32907-1 || No events are available
|-
|  || CE-32908-2 || Not logged in
|-
|  || CE-32909-3 || Insufficient buffer space to store information
|-
|  || CE-32928-4 || Download has cancelled because the downloading of this content has previously been started and experienced an error. // Step 1: Go to [Notifications] > [Downloads] and check the content is on the list. Delete the content from [Options], and retry downloading the content from the Library. Step 2: If you fail downloading the content again, back up the data using USB device or PS+ online storage, and then go to Safe Mode to try 「4.Rebuild Database]. You can find more [https://support.us.playstation.com/app/answers/detail/a_id/5044/session/L2F2LzEvdGltZS8xMzg3NzExNzAwL3NpZC91QjhTZHNJbA%3D%3D information on Safe Mode here]. After the Rebuild Database is finished, bring back the data and retry your download from the Library. Step 3: If the error occurs again, go to [Settings] > [Initialization] > [Initialize PS4] and try the PS4 initialization.
|-
|  || CE-32958-7 || Application could not be started
|-
|  || CE-33069-1 || Canceled
|-
|  || CE-33070-3 || Not Accept
|-
|  || CE-33071-4 || Busy
|-
|  || CE-33072-5 || No Initialize
|-
|  || CE-33073-6 || Multiple Initialize
|-
|  || CE-33074-7 || No Memory
|-
|  || CE-33075-8 || File Not Found
|-
|  || CE-33076-9 || Not Supported Format
|-
|  || CE-33077-0 || Large Title
|-
|  || CE-33078-1 || Large Comment
|-
|  || CE-33079-2 || Invalid Parameter
|-
|  || CE-33080-4 || Disk Full
|-
|  || CE-33081-5 || Execution Max
|-
|  || CE-33105-2 || Set the wrong parameter
|-
|  || CE-33106-3 || Not initialized save data library yet
|-
|  || CE-33107-4 || Out of memory
|-
|  || CE-33108-5 || Savedata directory has already been mounted
|-
|  || CE-33109-6 || Savedata directory is not mounted
|-
|  || CE-33110-8 || Savedata permission denied
|-
|  ||  CE-33111-9 || Savedata fingerprint mismatch
|-
|  || CE-33112-0 || Savedata already exists
|-
|  || CE-33113-1 || Savedata not found
|-
|  || CE-33114-2 || Not enough space for writing savedata at mount point
|-
|  || CE-33115-3 || Not enough space for mounting savedata at file system
|-
|  || CE-33116-4 || Internal error
|-
|  || CE-33117-5 || Reached mount max
|-
|  || CE-33118-6 || Not mounted for writing
|-
|  || CE-33119-7 || File not found
|-
|  || CE-33120-9 || Savedata broken
|-
|  || CE-33121-0 || Inhibit during mount
|-
|  || CE-33122-1 || Invalid login user
|-
|  || CE-33125-4 || Unknown error
|-
|  || CE-33126-5 || Invalid parameter
|-
|  || CE-33127-6 || Not callable status
|-
|  || CE-33128-7 || Game live streaming Not initialized
|-
|  || CE-33129-8 || Encoder error
|-
|  || CE-33130-0 || Out of memory
|-
|  || CE-33155-7 || Unexpected internal error occurs
|-
|  || CE-33156-8 || The system service is not available
|-
|  || CE-33157-9 || Parameter is invalid
|-
|  || CE-33158-0 || There's no event to receive
|-
|  || CE-33159-1 || The function is rejected
|-
|  || CE-33160-3 || Safe area information have not adjusted
|-
|  || CE-33179-3 || Application is not found // Retry after the installation is completed. Installation of Add-Ons fails until the installation of application installation is complete.
|-
|  || CE-33199-5 || You must Update your System to Version 1.06 or higher. Actual Version: 1.01 If Applications are running, choose [update later] and save your progress in the Application.
|-
|  || CE-33743-0 || Connection to server failed // The PS4 was unable to connect to the server. Please try again later. [https://support.us.playstation.com/app/answers/detail/a_id/237/session/L2F2LzEvdGltZS8xMzg5OTUwODEyL3NpZC9CQTRvVUFLbA%3D%3D You can check the status of the PSN here.]
|-
|  || CE-33945-4 || Connection to server failed // The PS4 was unable to connect to the server. Please try again later. [https://support.us.playstation.com/app/answers/detail/a_id/237/session/L2F2LzEvdGltZS8xMzg5OTUwODEyL3NpZC9CQTRvVUFLbA%3D%3D You can check the status of the PSN here.]
|-
|  || CE-33991-5 || Get the status of the non HTTP_GET_200 in Internet connection. // Retry Internet Connection test.
|-
|  || CE-33992-6 || Make sure you are signed in to PSN before you start the connection test. It's also possible that the PSN may be be undergoing maintenance. [https://support.us.playstation.com/app/answers/detail/a_id/237/session/L2F2LzEvdGltZS8xMzg5OTUwODEyL3NpZC9CQTRvVUFLbA%3D%3D You can check the status of the PSN here].
|-
|  || CE-34776-7 || Resource not found
|-
|  || CE-34777-8 || Try again
|-
|  || CE-34778-9 || Bad address
|-
|  || CE-34779-0 || Invalid argument
|-
|  || CE-34780-2 || Operation results timed out
|-
|  || CE-34781-3 || Not initialized
|-
|  || CE-34782-4 || Library has been initialized
|-
|  || CE-34783-5 || Fatal error
|-
|  || CE-34788-0 || This update file cannot be used. Connect a USB storage device that contains an update file for reinstallation for version 1.50 or later. // Delete the Update file from the USB storage device, and replace it with a valid one.
|-
|  || CE-34861-2 || Connection to server failed // Step 1: If you have been able to connect to the Internet previously, PSN or the game's server may be temporarily unavailable. Please check the status of the game's server via its website.[https://support.us.playstation.com/app/answers/detail/a_id/237/session/L2F2LzEvdGltZS8xMzg5OTk2OTQyL3NpZC9UQkNBSURLbA%3D%3D You can check the status of the PSN here]. Step 2: If you have this error every time you try to connect to the Internet, check the SSL in your Internet environment and verify that SSL is available.
|-
|  || CE-34876-8 || This disc is not supported by the PS4.
|-
|  || CE-34877-9 || Cannot play PlayStation 3 format disc.
|-
|  || CE-34878-0 || Application has crashed. // Restart the application in the content area.
|-
|  || CE-30005-8 || Access to HDD or Blu-Ray failed // Step 1: Eject the disc from the PS4 system, and check that the disc is not dirty or damaged. Then retry. Step 2: Back up the data using a USB device or PS+ online storage. Then, delete the application by pressing the Options button and choosing "Delete" from the content area. Reload the data from the USB or online storage. Step 3: If the error occurs again, please visit our [https://support.us.playstation.com/app/contact_options/session/L2F2LzEvdGltZS8xMzg5OTk2OTQyL3NpZC9UQkNBSURLbA%3D%3D Contact] page to contact SCEA for additional technical support.
|-
|  || CE-32947-5 || Could not download the file. // Step 1: Try the Internet connection test at [Settings] > [Network] > [Test Internet Connection]. Check that the internet status is valid. Step 2: Delete the content (if it is shown in content area), and try redownloading the content from Library. Step 3: If the error occurs again, please visit our [https://support.us.playstation.com/app/contact_options/session/L2F2LzEvdGltZS8xMzg5OTk2OTQyL3NpZC9UQkNBSURLbA%3D%3D Contact] page to contact SCEA for additional technical support.
|-
|  || CE-32807-0 || License Error // Step 1: If you have previously activated the system as your Primary PS4, go to [Settings] > [PSN] > [Activate as Your Primary PS4], deactivate, and then reactivate. Step 2: Go to [Settings] > [PSN] > [Restore Licenses],and choose the restore option. Step 3: If the error occurs again, please try again later. [https://support.us.playstation.com/app/answers/detail/a_id/237/session/L2F2LzEvdGltZS8xMzg5OTk2OTQyL3NpZC9UQkNBSURLbA%3D%3D You can also check the status of the PSN here.]
|-
|}


=== NP - PlayStation Network/Shop ===
=== E ===
{{NP}}
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
error has occurred (np-39232-9)
|- bgcolor="#cccccc"
! Name !! Errorcode !! Remarks
|-
|  || E-800085D1 || Connection to server failed. // The PS4 was unable to connect to the server. Please try again later. Refer to [https://support.us.playstation.com/app/answers/detail/a_id/237/session/L2F2LzEvdGltZS8xMzg3Mjc1ODk5L3NpZC9RcFR2RDFJbA%3D%3D PSN Status ].
|-
|  || E-80E80034 ||  // PSN connection related error.
|-
|  || E-8200002E || The credit card information is not valid. // Remove credit card from account, and then re-enter the credit card information. Refer to [https://support.us.playstation.com/app/answers/detail/a_id/346/kw/billing%20information#via_pc Add / Remove Billing Information].
|-
|  || E-82000102 || Server returned "Unknown Error" // Try again. If the error happens on PS Store, close the store and retry. If the error persists, exit store and Sign-out and Sign-in to PSN at [Settings] > [PSN].
|-
|  || E-82000113 || Voucher error // The server was unable to verify the voucher. Please try again later.
|-
|  || E-8200012F || The code you entered may not be correct or may no longer be valid. // Please check your entry.
|-
|  || E-82000134 || Product voucher region does not match the account's region // This product or content is not available in your account's country/region.
|-
|  || E-82000138 || Failed to add funds to wallet using a voucher or PSN card. // Verify that redeeming the code will not put your wallet over the $150 limit. If it does, redeem the code at a later date when your balance is lower. If you aren't at the limit and still get this error, please try again later. Refer to [https://support.us.playstation.com/app/answers/detail/a_id/509/session/L2F2LzEvdGltZS8xMzg3Mjc1ODk5L3NpZC9RcFR2RDFJbA%3D%3D Article on code redemption issues ].
|-
|  || E-82000163 || The home address registered on your PSN account does not match the address for your credit card. // It is not currently possible to change your address via the PS4's PSN settings, so you'll need to use the web browser (PS4, PC, or mobile device) to change it via [http://www.sonyentertainmentnetwork.com/ SonyEntertainmentNetwork.com].
|-
|  || E-82000171 || Credit card on file is invalid. // Verify that your credit card number and expiration date are valid and up to date. If this does not solve your issue, please [https://support.us.playstation.com/app/answers/detail/a_id/243 read this article on correcting billing errors.]
|-
|  || E-820001F7 || PSN is undergoing maintenance. // PSN is undergoing maintenance. Please try again later. You can [https://support.us.playstation.com/app/answers/detail/a_id/237/session/L2F2LzEvdGltZS8xMzg4NzY1NzcyL3NpZC9WOTNrenNKbA%3D%3D check the status of the PSN here].
|-
|  || E-8220400D || An error has occured.
|-
|  || E-82E0001D || Access to Sony Entertainment Network from this PS4 has been banned or temporarily suspended.
|-
|  || E-82E101F6 || Connection to server failed. // The PS4 was unable to connect to the server. Please try again later. Refer to [https://support.us.playstation.com/app/answers/detail/a_id/237/session/L2F2LzEvdGltZS8xMzg3Mjc1ODk5L3NpZC9RcFR2RDFJbA%3D%3D PSN Status ].
|-
|  || E-82F001F8 || Connection to server failed. // The PS4 was unable to connect to the server. Please try again later. Refer to [https://support.us.playstation.com/app/answers/detail/a_id/237/session/L2F2LzEvdGltZS8xMzg3Mjc1ODk5L3NpZC9RcFR2RDFJbA%3D%3D PSN Status ].
|-
|  || E-8F000001 || Purchased Failed - Doki Doki Universe. // Purchase the game directly from the PS Store, not from inside the game demo.
|-
|  || E-FFFFFFFF || System internal error. // Update your system software to the latest version. If the error occurs again, please visit our [https://support.us.playstation.com/app/contact_options/session/L2F2LzEvdGltZS8xMzg5OTk2OTQyL3NpZC9UQkNBSURLbA%3D%3D Contact] page to contact SCEA for additional technical support.
|-
|}


=== NW - NetWork ===
=== NP ===
{{NW}}
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Name !! Errorcode !! Remarks
|-
|  || NP-31734-8 || Sign into PSN to use network features
|-
|  || NP-31739-3 || Given application must be updated to use network features
|-
|  || NP-32091-5 || Trophy data is corrupted. // Step 1: Back up the save data using USB device or PS+ online storage, and then go to [Settings] > [Initialization] > [Initialize PS4] and try the PS4 initialization. Step 2: Transfer the saved data back to PS4 and retry the Trophy sync.
|-
|  || NP-35000-8 || PSN is undergoing maintenance // PSN is undergoing maintenance. Please try again later. [https://support.us.playstation.com/app/answers/detail/a_id/237/session/L2F2LzEvdGltZS8xMzg5OTUwODEyL3NpZC9CQTRvVUFLbA%3D%3D You can check the status of the PSN here.]
|-
|}


=== SU - Software Update ===
=== NW ===
{{SU}}
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Name !! Errorcode !! Remarks
|-
|  || NW-31144-3 || An error has occured.
|-
|  || NW-31172-4 || Connection to server failed. // Try Internet connection test at [Settings] > [Network] > [Test Internet Connection]. If you are able to connect, but still get the error, the server is likely busy. Please try again later.
|-
|  || NW-31194-8 || Connection was reset. // Restart the PS4 system. / The connection to the server has been lost.
|-
|  || NW-31200-6 || Download of newest Firmware failed.
|-
|  || NW-31367-0 || Could not open wireless device. // Restart the PS4 system.
|-
|  || NW-31453-6 || Delayed server response. // Try Internet connection test at [Settings] > [Network] > [Test Internet Connection]. Check that the internet status is valid.
|-
|  || NW-31456-9 || Timed out // Try Internet connection test at [Settings] > [Network] > [Test Internet Connection]. If you are able to connect, but still get the error, the server is likely busy. Please try again later.
|-
|  || NW-31484-0 || DNS server not specified // Restart the PS4 system.
|-
|}


=== WC - Web Client ===
=== SU ===
{{WC}}
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Name !! Errorcode !! Remarks
|-
|  || SU-30645-8 SU-30696-4 || Failed to update the system software. The update file may be corrupted. // If you are updating the system via Internet, go to [Settings] > [System Software Update] and retry update. If you are updating via USB storage device, delete the update file on USB and redownload the update file from playstation.com. Then retry updating at [Settings] > [System Software Update]
|-
|  || SU-30733-6 || The latest version of the system software is already installed. // No Action Required.
|-
|  || SU-34328-0 || An internal error occured. // Please try again later.
|-
|  || SU-30683-0 || Update via USB storage failed // Step 1: Go to Safe Mode, choose option 「7. Initialize PS4], and follow the onscreen instructions. [https://support.us.playstation.com/app/answers/detail/a_id/5044/session/L2F2LzEvdGltZS8xMzg5OTk2OTQyL3NpZC9UQkNBSURLbA%3D%3D You can find more information on Safe Mode here]. Step 2: If the error occurs again, please visit our [https://support.us.playstation.com/app/contact_options/session/L2F2LzEvdGltZS8xMzg5OTk2OTQyL3NpZC9UQkNBSURLbA%3D%3D Contact] page for additional technical support.
|-
|}


=== WS - Web {{unknown|Server}} ===
=== WV ===
{{WS}}
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Name !! Errorcode !! Remarks
|-
|  || WV-33898-1 || Could not connect to the server (generic resolve host error)
|-
|  || WV-33907-2 || Operation timeout. The specified time-out period was reached according to the conditions. // Connection timed out / connection error while receiving data. Network may not be stable now. Please retry after a while.
|-
|  || WV-33921-8 || Failure with receiving network data.
|-
|}


=== WV - Web View ===
{{WV}}




Please note that all contributions to PS4 Developer wiki are considered to be released under the GNU Free Documentation License 1.2 (see PS4 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)