Error Codes – DayZ
Category: DayZ
With Game Update 1.12, DayZ introduced new error codes when it comes to the server connection process. This page is dedicated to error codes that will appear in the server browser upon attempt of connection, or disconnect from a server.
General Differentiation between Error Codes
Error codes are split into five sections:
- Header → "Warning"
- Full Error Code → (0x0004007E) → Category: 0004 = ClientKicked → Code: 007E = VE_MISSING_BISIGN - 2-part error code to sort the exact error
- Prefix → "You were kicked off the game" - describes the event that happened
- Message → "Client has a PBO which is missing a .bisign." - reason for the kick
- Additional Info → "(addons\ai.pbo)" - if applicable, gives detailed information on affected files
Error categories and Codes
0001 - Error when connecting to a server
Error Code | Message |
---|---|
0x00010001 - SERVER_UNREACHABLE | Could not reach the server. |
0x00010002 - ALREADY_CONNECTING | The client is already joining a server. |
0x00010003 - ERROR_MSG_SHOWED | Please confirm the error on screen. |
0x00010004 - INCORRECT_CLIENT_STATE | The client is already connected or is connecting to a server. |
0x00010005 - INVALID_SESSION | Invalid session |
0x00010006 - VERSION_MISMATCH | Your currently installed game version is not compatible with this server. |
0x00010007 - VERSION_MISMATCH_RB | The current game version (client) is not compatible with this server |
0x00010008 - VERSION_MISMATCH_AB | The current game version (client) is not compatible with this server |
0x00010009 - DLC_CHECK_FAILED | This server is running DLC that is not owned. |
0x0001000A - EMPTY_PASSWORD | Password cannot be empty. |
0x0001000B - PASSWORD | Server is password protected. |
0x0001000C - BE_LICENCE | Server is using BE and it has not yet been agreed to. |
0x0001000D - ALREADY_ON_ANOTHER_SERVER | Connection failed. This account is already connected to a different server. |
0x0001000E - COMMUNICATION_TIMED_OUT | Connection timed out. |
0x0001000F - ALREADY_ON_SERVER | You are already in the target session. |
0002 - The server rejected the connection
Error Code | Message |
---|---|
0x00020001 - WRONG_PASSWORD | Cannot join the session. Wrong password entered. |
0x00020002 - WRONG_VERSION | Bad version, server rejected the connection. |
0x00020003 - CONNECT_ERROR | Connecting failed. |
0x00020004 - SESSION_FULL | Maximum number of players has been reached. |
0x00020005 - FILE_PATCHING | The server does not accept the client's current filePatching setting. |
0x00020006 - ALREADY_CONNECTED | Client is already connected to a server. |
0x00020007 - HOST_ADDRESS | Unable to resolve host address. |
0x00020008 - NET_CHANNEL | Client failed to create NetChannel to the server. |
0x00020009 - CONNECT | Connecting failed. |
0x0002000A - REQUEST_PLAYER | Failed to request player. |
0x0002000B - CREATE_PLAYER | Failed to create player. |
0x0002000C - TIMEOUT | Timed out, no response from server. |
0x0002000D - UID | Server failed to find Player UID. |
0x0002000E - NET_CHANNEL_SERVER | Server failed to create NetChannel to client. |
0x0002000F - ACTIVATE | Server failed to activate session. |
0x00020010 - SERVER_LOCKED | This server is currently locked. |
0x00020011 - SERVER_SHUTDOWN | Server is shutting down. |
0x00020012 - BUILD_SMALLER | Client is an older build than the server.
Please update your game. |
0x00020013 - BUILD_GREATER | Client is a newer build than the server.
Please wait until server is updated. |
0x00020014 - VERSION_SMALLER | Client is an older version than the server.
Please update your game. |
0x00020015 - VERSION_GREATER | Client is a newer version than the server.
Please wait until server is updated. |
0x00020016 - EQUAL_MOD | Server and client do not have equal mods while server enforces it. |
0x00020017 - CLIENT_DIAG | Client is using Diag exe while server is not. |
0x00020018 - SERVER_DIAG | Server is using Diag exe while client is not. |
0x00020019 - NO_DEVICE_ID | Client has not acquired device ID. |
0003 - Connection errors trown from script-side
Error code | Message |
---|---|
0x00030001 - ALREADY_CONNECTING | Already joining a server. Do you want to cancel connecting? |
0x00030002 - ALREADY_CONNECTING_THIS | Already connecting to this server. Please wait. |