Skip to content

Session Management Errors

These errors relate to the game session lifecycle — setup, launch, timeouts, and resource allocation.

Hex Error Codes

Error CodeNamePluginDescription
0x80030100NVST_DISCONN_SESSION_NORMAL_TERMINATIONLkmPluginClean session end
0x80030101NVST_DISCONN_USER_INITIATED_TERMINATIONLkmPluginUser clicked "Quit Game"
0x80030102NVST_DISCONN_SERVER_INTERNAL_TIMEOUTLkmPluginServer failed to respond in time
0x80030103NVST_DISCONN_STREAMING_STATS_QUERY_FAILEDLkmPluginFailed to query streaming statistics
0x80030104NVST_DISCONN_SESSION_SETUP_FAILEDLkmPluginUnable to complete session setup
0x80030106NVST_DISCONN_CONCURRENT_SESSION_LIMITLkmPluginToo many concurrent sessions
0x80030107NVST_DISCONN_APP_BINARIES_NOT_AVAILABLELkmPluginGame binaries not available
0x8003010BNVST_DISCONN_SEAT_INITIALIZATION_FAILEDLkmPluginGame seat initialization failed
0x8003010FNVST_DISCONN_STREAMER_EXCEPTIONElmPluginStreaming engine exception
0x80030113NVST_DISCONN_TARGET_APP_LAUNCH_FAILURELkmPluginFailed to launch target application
0x80030115NVST_DISCONN_DISPLAY_TOPOLOGY_CHANGEDLkmPluginDisplay configuration changed
0x8003011BNVST_DISCONN_LOW_DISK_SPACELkmPluginInsufficient disk space on rig
0x8003011CNVST_DISCONN_FULL_TDR_OCCURREDLkmPluginDisplay driver TDR (Timeout Detection & Recovery)
0x8003011DNVST_DISCONN_KEYFRAME_DETECTION_FAILEDElmPluginFailed to detect video keyframe
0x8003011ENVST_DISCONN_INVALID_DIRECT_LAUNCH_REQUESTLkmPluginInvalid direct launch parameters

SRC_ Session Result Codes

CodeDescription
SRC_UninitializedSession not initialized
SRC_UnableToCompleteSessionSetupFailed to complete session setup
SRC_ConcurrentSessionLimitExceededToo many concurrent sessions
SRC_SessionAppBinariesNotAvailableGame binaries not available
SRC_TargetAppLaunchFailureFailed to launch target application
SRC_TargetAppNotFoundTarget application not found
SRC_TargetAppNotRecognizedTarget application not recognized
SRC_TargetAppExitedTarget application exited unexpectedly
SRC_TargetAppInWindowedModeTarget app running in windowed mode
SRC_TargetAppWindowNotFoundTarget application window not found
SRC_TargetAppDirectoryInvalidInvalid target app directory
SRC_SeatInitializationFailedSeat initialization failure
SRC_SeatSetupFailureSeat setup failure
SRC_SeatAssignmentFailureSeat assignment failure
SRC_SeatInitiatedShutdownSeat initiated shutdown
SRC_SeatShutdownWhileInSessionSeat shutdown during session
SRC_UserInitiatedSessionEndUser ended the session
SRC_UserIdleTimeoutUser idle timeout
SRC_FullTdrOccuredDisplay driver TDR
SRC_ResolutionChangeFailedFailed to change resolution
SRC_LowDiskSpaceInsufficient disk space
SRC_StateMachineExceptionState machine error

Additional SRC_ Session Outcomes (Observed in Newer Builds)

CodeDescription
SRC_DisplayTopologyChangedDisplay topology changed during session
SRC_KeyframeDetectionFailedKeyframe detection failed
SRC_MaxSessionTimeLimitExceededMaximum session time reached
SRC_NvGridSvcExceptionLegacy NvGridSvc exception path
SRC_PMErrorProvision manager error
SRC_ProvisionManagerExceptionProvision manager exception
SRC_SessionInstanceTypeNotSupportedRequested instance type unsupported for session
SRC_StreamerExceptionStreamer exception
SRC_UnableToFindResourcesRequired resources unavailable
SRC_UnableToInstallTargetAppTarget app install failed
SRC_UnableToRestoreUserDataUser data restore failed
SRC_WindowsUserLogoutDetectedWindows user logout detected during active flow
SRC_ExecuteSetupCommandFailedSetup command execution failed
SRC_TargetAppLauncherAccessDeniedTarget app launcher access denied
SRC_AppVirtualisationStartFailureApp virtualization start failed
SRC_AppVirtualisationStopFailureApp virtualization stop failed
SRC_AppVirtualisationExceptionApp virtualization exception
SRC_UncategorizedSslmErrorUnclassified SSLM/session-state-layer error

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