UnityEngine.XR.Management.XRGeneralSettings:AttemptInitializeXRSDKOnLoad () (at Library/PackageCache/com.unity.xr.management@4.0.7/Runtime/XRGeneralSettings.cs:148) I setrequireHMDto false inSteam\config\steamvr.vrsettingsso I was hoping it would continue when it failed to find an HMD. System:...
Expand All @@ -34,7 +34,7 @@ void initializeProperly( const OpenVrInitializationType initType ) + std::string( vr::VR_GetVRInitErrorAsEnglishDescription( initError ) ); return; return false; } LOG( ERROR ) << "Failed to initialize OpenVR: " + std::string( Expand All ...
VRInitError_Compositor_FailedToInitializeEncoder = 499, VRInitError_Compositor_CreateBlurTexture = 500, VRInitError_VendorSpecific_UnableToConnectToOculusRuntime = 1000, VRInitError_VendorSpecific_WindowsNotInDevMode = 1001, @@ -2882,6 +2915,11 @@ namespace vr static const char * const k_pch...
,{"name": "VRInitError_Compositor_CannotConnectToDisplayServer","value": "497"} ,{"name": "VRInitError_Compositor_GnomeNoDRMLeasing","value": "498"} ,{"name": "VRInitError_Compositor_FailedToInitializeEncoder","value": "499"} ,{"name": "VRInitError_VendorSpecific_UnableToConnectToOculu...
Mono path[0] = 'C:/Users/cmd/Desktop/output/PROJECT_viewer/viewer_Data/Managed' Mono config path = 'C:/Users/cmd/Desktop/output/PROJECT_viewer/MonoBleedingEdge/etc' Initialize engine version: 2020.2.6f1 (8a2143876886) Plugins: Failed to load 'XRSDKOpenVR' because one or more of its dep...
ValveSoftware/openvrPublic NotificationsYou must be signed in to change notification settings Fork1.3k Star6.1k Files master bin codegen controller_callouts docs headers lib samples bin drivers hellovr_dx12 hellovr_opengl CMakeLists.txt hellovr_opengl.vcxproj ...
It would be interesting to see the log, and what it says for the "VR runtime path: " line. The installer tries to detect where to install the driver by using VR_GetRuntimePath, part of the OpenVR API. Are there other SteamVR files already present in that path?
// try to initialize base vr eco unsafe { openvr_sys::VR_InitInternal(&mut err, app_type); }; // check for errors match err { EVRInitError_VRInitError_None => { // get system let result = system(); match result { Ok(sys) => { return Ok(sys); }, Err(err) => { retur...
// Sent by compositor to the application that the screenshot has been taken VREvent_ScreenshotFailed = 522, // Sent by compositor to the application that the screenshot failed to be taken VREvent_SubmitScreenshotToDashboard = 523, // Sent by compositor to the dashboard that a ...
Failed to load '.../Library/PackageCache/com.valvesoftware.unity.openvr@1.0.0-preview.12/Runtime/x64/XRSDKOpenVR.dll' with error 'The specified procedure could not be found. '. Unity.XR.OpenVR.OpenVRLoader:Initialize() (at Library/PackageCache/com.valvesoftware.unity.openvr@1.0.0-previe...