Session Management Errors
These errors relate to the game session lifecycle — setup, launch, timeouts, and resource allocation.
Hex Error Codes
| Error Code | Name | Plugin | Description |
|---|---|---|---|
0x80030100 | NVST_DISCONN_SESSION_NORMAL_TERMINATION | LkmPlugin | Clean session end |
0x80030101 | NVST_DISCONN_USER_INITIATED_TERMINATION | LkmPlugin | User clicked "Quit Game" |
0x80030102 | NVST_DISCONN_SERVER_INTERNAL_TIMEOUT | LkmPlugin | Server failed to respond in time |
0x80030103 | NVST_DISCONN_STREAMING_STATS_QUERY_FAILED | LkmPlugin | Failed to query streaming statistics |
0x80030104 | NVST_DISCONN_SESSION_SETUP_FAILED | LkmPlugin | Unable to complete session setup |
0x80030106 | NVST_DISCONN_CONCURRENT_SESSION_LIMIT | LkmPlugin | Too many concurrent sessions |
0x80030107 | NVST_DISCONN_APP_BINARIES_NOT_AVAILABLE | LkmPlugin | Game binaries not available |
0x8003010B | NVST_DISCONN_SEAT_INITIALIZATION_FAILED | LkmPlugin | Game seat initialization failed |
0x8003010F | NVST_DISCONN_STREAMER_EXCEPTION | ElmPlugin | Streaming engine exception |
0x80030113 | NVST_DISCONN_TARGET_APP_LAUNCH_FAILURE | LkmPlugin | Failed to launch target application |
0x80030115 | NVST_DISCONN_DISPLAY_TOPOLOGY_CHANGED | LkmPlugin | Display configuration changed |
0x8003011B | NVST_DISCONN_LOW_DISK_SPACE | LkmPlugin | Insufficient disk space on rig |
0x8003011C | NVST_DISCONN_FULL_TDR_OCCURRED | LkmPlugin | Display driver TDR (Timeout Detection & Recovery) |
0x8003011D | NVST_DISCONN_KEYFRAME_DETECTION_FAILED | ElmPlugin | Failed to detect video keyframe |
0x8003011E | NVST_DISCONN_INVALID_DIRECT_LAUNCH_REQUEST | LkmPlugin | Invalid direct launch parameters |
SRC_ Session Result Codes
| Code | Description |
|---|---|
SRC_Uninitialized | Session not initialized |
SRC_UnableToCompleteSessionSetup | Failed to complete session setup |
SRC_ConcurrentSessionLimitExceeded | Too many concurrent sessions |
SRC_SessionAppBinariesNotAvailable | Game binaries not available |
SRC_TargetAppLaunchFailure | Failed to launch target application |
SRC_TargetAppNotFound | Target application not found |
SRC_TargetAppNotRecognized | Target application not recognized |
SRC_TargetAppExited | Target application exited unexpectedly |
SRC_TargetAppInWindowedMode | Target app running in windowed mode |
SRC_TargetAppWindowNotFound | Target application window not found |
SRC_TargetAppDirectoryInvalid | Invalid target app directory |
SRC_SeatInitializationFailed | Seat initialization failure |
SRC_SeatSetupFailure | Seat setup failure |
SRC_SeatAssignmentFailure | Seat assignment failure |
SRC_SeatInitiatedShutdown | Seat initiated shutdown |
SRC_SeatShutdownWhileInSession | Seat shutdown during session |
SRC_UserInitiatedSessionEnd | User ended the session |
SRC_UserIdleTimeout | User idle timeout |
SRC_FullTdrOccured | Display driver TDR |
SRC_ResolutionChangeFailed | Failed to change resolution |
SRC_LowDiskSpace | Insufficient disk space |
SRC_StateMachineException | State machine error |
Additional SRC_ Session Outcomes (Observed in Newer Builds)
| Code | Description |
|---|---|
SRC_DisplayTopologyChanged | Display topology changed during session |
SRC_KeyframeDetectionFailed | Keyframe detection failed |
SRC_MaxSessionTimeLimitExceeded | Maximum session time reached |
SRC_NvGridSvcException | Legacy NvGridSvc exception path |
SRC_PMError | Provision manager error |
SRC_ProvisionManagerException | Provision manager exception |
SRC_SessionInstanceTypeNotSupported | Requested instance type unsupported for session |
SRC_StreamerException | Streamer exception |
SRC_UnableToFindResources | Required resources unavailable |
SRC_UnableToInstallTargetApp | Target app install failed |
SRC_UnableToRestoreUserData | User data restore failed |
SRC_WindowsUserLogoutDetected | Windows user logout detected during active flow |
SRC_ExecuteSetupCommandFailed | Setup command execution failed |
SRC_TargetAppLauncherAccessDenied | Target app launcher access denied |
SRC_AppVirtualisationStartFailure | App virtualization start failed |
SRC_AppVirtualisationStopFailure | App virtualization stop failed |
SRC_AppVirtualisationException | App virtualization exception |
SRC_UncategorizedSslmError | Unclassified SSLM/session-state-layer error |