EVRInitError Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public enum class EVRInitError
public enum EVRInitError
type EVRInitError =
Public Enum EVRInitError
- Inheritance
-
EVRInitError
Fields
| Compositor_D3D11HardwareRequired | 401 | |
| Compositor_Failed | 400 | |
| Compositor_FirmwareRequiresUpdate | 402 | |
| Compositor_OverlayInitFailed | 403 | |
| Compositor_ScreenshotsInitFailed | 404 | |
| Compositor_UnableToCreateDevice | 405 | |
| Driver_CalibrationInvalid | 207 | |
| Driver_Failed | 200 | |
| Driver_HmdDisplayMirrored | 212 | |
| Driver_HmdDisplayNotFound | 208 | |
| Driver_HmdDriverIdOutOfBounds | 211 | |
| Driver_HmdInUse | 205 | |
| Driver_HmdUnknown | 202 | |
| Driver_NotCalibrated | 206 | |
| Driver_NotLoaded | 203 | |
| Driver_RuntimeOutOfDate | 204 | |
| Driver_TrackedDeviceInterfaceUnknown | 209 | |
| Driver_Unknown | 201 | |
| Init_AnotherAppLaunching | 117 | |
| Init_AppInfoInitFailed | 114 | |
| Init_FactoryNotFound | 104 | |
| Init_FileNotFound | 103 | |
| Init_FirmwareRecoveryBusy | 139 | |
| Init_FirmwareUpdateBusy | 138 | |
| Init_HmdDriverIdIsNone | 125 | |
| Init_HmdNotFound | 108 | |
| Init_HmdNotFoundPresenceFailed | 126 | |
| Init_InitCanceledByUser | 116 | |
| Init_InstallationCorrupt | 101 | |
| Init_InstallationNotFound | 100 | |
| Init_InterfaceNotFound | 105 | |
| Init_Internal | 124 | |
| Init_InvalidApplicationType | 130 | |
| Init_InvalidInterface | 106 | |
| Init_LowPowerWatchdogNotSupported | 129 | |
| Init_NoConfigPath | 111 | |
| Init_NoLogPath | 112 | |
| Init_NoServerForBackgroundApp | 121 | |
| Init_NotAvailableToUtilityApps | 123 | |
| Init_NotAvailableToWatchdogApps | 131 | |
| Init_NotInitialized | 109 | |
| Init_NotSupportedWithCompositor | 122 | |
| Init_PathRegistryNotFound | 110 | |
| Init_PathRegistryNotWritable | 113 | |
| Init_RebootingBusy | 137 | |
| Init_Retry | 115 | |
| Init_SettingsInitFailed | 118 | |
| Init_ShuttingDown | 119 | |
| Init_TooManyObjects | 120 | |
| Init_TrackerManagerInitFailed | 142 | |
| Init_USBServiceBusy | 140 | |
| Init_UserConfigDirectoryInvalid | 107 | |
| Init_VRClientDLLNotFound | 102 | |
| Init_VRDashboardNotFound | 133 | |
| Init_VRDashboardStartupFailed | 134 | |
| Init_VRHomeNotFound | 135 | |
| Init_VRHomeStartupFailed | 136 | |
| Init_VRMonitorNotFound | 127 | |
| Init_VRMonitorStartupFailed | 128 | |
| Init_VRWebHelperStartupFailed | 141 | |
| Init_WatchdogDisabledInSettings | 132 | |
| IPC_CompositorConnectFailed | 306 | |
| IPC_CompositorInitFailed | 303 | |
| IPC_CompositorInvalidConnectResponse | 307 | |
| IPC_ConnectFailed | 301 | |
| IPC_ConnectFailedAfterMultipleAttempts | 308 | |
| IPC_Failed | 305 | |
| IPC_MutexInitFailed | 304 | |
| IPC_ServerInitFailed | 300 | |
| IPC_SharedStateInitFailed | 302 | |
| None | 0 | |
| Steam_SteamInstallationNotFound | 2000 | |
| Unknown | 1 | |
| VendorSpecific_HmdFound_CantOpenDevice | 1101 | |
| VendorSpecific_HmdFound_CantReadFirmwareVersion | 1107 | |
| VendorSpecific_HmdFound_ConfigFailedSanityCheck | 1113 | |
| VendorSpecific_HmdFound_ConfigTooBig | 1104 | |
| VendorSpecific_HmdFound_ConfigTooSmall | 1105 | |
| VendorSpecific_HmdFound_NoStoredConfig | 1103 | |
| VendorSpecific_HmdFound_UnableToGetUserDataNext | 1110 | |
| VendorSpecific_HmdFound_UnableToGetUserDataStart | 1109 | |
| VendorSpecific_HmdFound_UnableToInitZLib | 1106 | |
| VendorSpecific_HmdFound_UnableToRequestConfigStart | 1102 | |
| VendorSpecific_HmdFound_UnableToSendUserDataStart | 1108 | |
| VendorSpecific_HmdFound_UserDataAddressRange | 1111 | |
| VendorSpecific_HmdFound_UserDataError | 1112 | |
| VendorSpecific_UnableToConnectToOculusRuntime | 1000 | |
| VendorSpecific_WindowsNotInDevMode | 1001 |