Skip to content

Authentication & Entitlement Errors

These errors relate to user authentication, login conflicts, and entitlement/subscription checks.

Hex Error Codes

Error CodeNamePluginDescription
0x80030108NVST_DISCONN_MULTIPLE_LOGIN_DETECTEDElmPluginSame account logged in from another location
0x80030109NVST_DISCONN_REMOTE_LOGIN_DETECTEDElmPluginRemote login session detected
0x8003010CNVST_DISCONN_UNABLE_TO_AUTHENTICATE_USERLkmPluginUser authentication failure
0x8003010DNVST_DISCONN_MAX_SESSION_TIME_EXCEEDEDLkmPluginMaximum session time limit reached
0x8003010ENVST_DISCONN_USER_ENTITLED_MINUTES_EXCEEDEDLkmPluginUser's entitled minutes depleted
0x80030110NVST_DISCONN_SESSION_EXPIREDLkmPluginSession token expired
0x80030111NVST_DISCONN_SESSION_TERMINATED_ANOTHER_CLIENTLkmPluginSession taken over by another client

Authentication Status Codes

These are returned by the backend API:

CodeDescription
INVALID__AUTHENTICATION_MALFORMED_STATUSMalformed authentication
INVALID__AUTHENTICATION_NOT_FOUND_STATUSAuthentication not found
INVALID__AUTHENTICATION_EXPIRED_STATUSAuthentication expired
INVALID__AUTHENTICATION_CREDENTIALS_STATUSInvalid credentials
INVALID__AUTHENTICATION_UNKNOWN_TOKEN_STATUSUnknown token
INVALID__AUTHENTICATION_EMAIL_NOT_VERIFIED_STATUSEmail not verified
INVALID__AUTHENTICATION_UNSUPPORTED_PROTOCOL_STATUSUnsupported authentication protocol

Entitlement & Session Limit Codes

CodeDescription
SESSION__ENTITLED_TIME_EXCEEDED_STATUSEntitled time exceeded
SESSION__LIMIT_EXCEEDED_STATUSSession limit exceeded
SESSION__LIMIT_PER_DEVICE_EXCEEDED_STATUSPer-device session limit exceeded
ENTITLEMENT__FAILURE_STATUSEntitlement check failed
EULA__UNACCEPTED_STATUSEULA not accepted
AUTH__FAILURE_STATUSAuthentication failure
MAX_CONCURRENT_SESSION_LIMITMaximum concurrent sessions reached

Additional SRC_ Codes (Observed in Newer Builds)

CodeDescription
SRC_MultipleLoginMultiple login detected for same account
SRC_RemoteLoginRemote login conflict detected
SRC_UnableToAuthenticateUserAuthentication flow failed
SRC_UserEntitledMinutesExceededUser consumed entitled play time
SRC_SessionExpiredSession token/state expired
SRC_SessionTerminatedAnotherClientSession taken over/terminated by another client
SRC_FailedToCompleteUserLoginLogin did not complete successfully
SRC_UserOwnershipErrorUser ownership/entitlement mismatch

Steam-Specific Codes

CodeDescription
STEAM__GUARD_REQUIRED_STATUSSteam Guard required
STEAM__GUARD_INVALID_STATUSInvalid Steam Guard code
STEAM__LOGIN_REQUIRED_STATUSSteam login required
STEAM__PROFILE_PRIVATE_STATUSSteam profile is private

admindesk.top — Reversed & documented from Asgard rig backups and GCIS plugin binaries.