EVRInitError Enum
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.
C++
public enum class EVRInitError
public enum EVRInitError
type EVRInitError =
Public Enum EVRInitError
- Inheritance
-
EVRInitError
Name | Value | Description |
---|---|---|
None | 0 | |
Unknown | 1 | |
Init_InstallationNotFound | 100 | |
Init_InstallationCorrupt | 101 | |
Init_VRClientDLLNotFound | 102 | |
Init_FileNotFound | 103 | |
Init_FactoryNotFound | 104 | |
Init_InterfaceNotFound | 105 | |
Init_InvalidInterface | 106 | |
Init_UserConfigDirectoryInvalid | 107 | |
Init_HmdNotFound | 108 | |
Init_NotInitialized | 109 | |
Init_PathRegistryNotFound | 110 | |
Init_NoConfigPath | 111 | |
Init_NoLogPath | 112 | |
Init_PathRegistryNotWritable | 113 | |
Init_AppInfoInitFailed | 114 | |
Init_Retry | 115 | |
Init_InitCanceledByUser | 116 | |
Init_AnotherAppLaunching | 117 | |
Init_SettingsInitFailed | 118 | |
Init_ShuttingDown | 119 | |
Init_TooManyObjects | 120 | |
Init_NoServerForBackgroundApp | 121 | |
Init_NotSupportedWithCompositor | 122 | |
Init_NotAvailableToUtilityApps | 123 | |
Init_Internal | 124 | |
Init_HmdDriverIdIsNone | 125 | |
Init_HmdNotFoundPresenceFailed | 126 | |
Init_VRMonitorNotFound | 127 | |
Init_VRMonitorStartupFailed | 128 | |
Init_LowPowerWatchdogNotSupported | 129 | |
Init_InvalidApplicationType | 130 | |
Init_NotAvailableToWatchdogApps | 131 | |
Init_WatchdogDisabledInSettings | 132 | |
Init_VRDashboardNotFound | 133 | |
Init_VRDashboardStartupFailed | 134 | |
Init_VRHomeNotFound | 135 | |
Init_VRHomeStartupFailed | 136 | |
Init_RebootingBusy | 137 | |
Init_FirmwareUpdateBusy | 138 | |
Init_FirmwareRecoveryBusy | 139 | |
Init_USBServiceBusy | 140 | |
Init_VRWebHelperStartupFailed | 141 | |
Init_TrackerManagerInitFailed | 142 | |
Driver_Failed | 200 | |
Driver_Unknown | 201 | |
Driver_HmdUnknown | 202 | |
Driver_NotLoaded | 203 | |
Driver_RuntimeOutOfDate | 204 | |
Driver_HmdInUse | 205 | |
Driver_NotCalibrated | 206 | |
Driver_CalibrationInvalid | 207 | |
Driver_HmdDisplayNotFound | 208 | |
Driver_TrackedDeviceInterfaceUnknown | 209 | |
Driver_HmdDriverIdOutOfBounds | 211 | |
Driver_HmdDisplayMirrored | 212 | |
IPC_ServerInitFailed | 300 | |
IPC_ConnectFailed | 301 | |
IPC_SharedStateInitFailed | 302 | |
IPC_CompositorInitFailed | 303 | |
IPC_MutexInitFailed | 304 | |
IPC_Failed | 305 | |
IPC_CompositorConnectFailed | 306 | |
IPC_CompositorInvalidConnectResponse | 307 | |
IPC_ConnectFailedAfterMultipleAttempts | 308 | |
Compositor_Failed | 400 | |
Compositor_D3D11HardwareRequired | 401 | |
Compositor_FirmwareRequiresUpdate | 402 | |
Compositor_OverlayInitFailed | 403 | |
Compositor_ScreenshotsInitFailed | 404 | |
Compositor_UnableToCreateDevice | 405 | |
VendorSpecific_UnableToConnectToOculusRuntime | 1000 | |
VendorSpecific_WindowsNotInDevMode | 1001 | |
VendorSpecific_HmdFound_CantOpenDevice | 1101 | |
VendorSpecific_HmdFound_UnableToRequestConfigStart | 1102 | |
VendorSpecific_HmdFound_NoStoredConfig | 1103 | |
VendorSpecific_HmdFound_ConfigTooBig | 1104 | |
VendorSpecific_HmdFound_ConfigTooSmall | 1105 | |
VendorSpecific_HmdFound_UnableToInitZLib | 1106 | |
VendorSpecific_HmdFound_CantReadFirmwareVersion | 1107 | |
VendorSpecific_HmdFound_UnableToSendUserDataStart | 1108 | |
VendorSpecific_HmdFound_UnableToGetUserDataStart | 1109 | |
VendorSpecific_HmdFound_UnableToGetUserDataNext | 1110 | |
VendorSpecific_HmdFound_UserDataAddressRange | 1111 | |
VendorSpecific_HmdFound_UserDataError | 1112 | |
VendorSpecific_HmdFound_ConfigFailedSanityCheck | 1113 | |
Steam_SteamInstallationNotFound | 2000 |
Product | Versions |
---|---|
MRTK2 Unity 2018 | 2.5.0, 2.5.1, 2.5.2, 2.5.3, 2.5.4, 2.6.0, 2.7.0 |
MRTK2 Unity 2019 | 2.5.0, 2.5.1, 2.5.2, 2.5.3, 2.5.4, 2.6.0, 2.7.0, 2.8.0 |
MRTK2 Unity 2020 | 2.5.2, 2.5.3, 2.5.4, 2.6.0 |