Does anyone know how to resolve this issue?
[Subsystems] OpenXR XR Plugin successfully registered Provider for OpenXR Display
[Subsystems] OpenXR XR Plugin successfully registered Provider for OpenXR Input
[Subsystems] OpenXR XR Plugin successfully registered Provider for OpenXR Display
DllNotFoundException: Unable to load DLL ‘MicrosoftOpenXRPlugin’: The specified module could not be found.
at Microsoft.MixedReality.OpenXR.NativeLib.HookGetInstanceProcAddr (Microsoft.MixedReality.OpenXR.NativeLibToken token, System.IntPtr func) [0x00000] in <00000000000000000000000000000000>:0
at UnityEngine.XR.OpenXR.Features.OpenXRFeature.HookGetInstanceProcAddr () [0x00000] in <00000000000000000000000000000000>:0
at UnityEngine.XR.OpenXR.OpenXRLoaderBase.InitializeInternal () [0x00000] in <00000000000000000000000000000000>:0
at UnityEngine.XR.OpenXR.OpenXRLoaderBase.Initialize () [0x00000] in <00000000000000000000000000000000>:0
at UnityEngine.XR.Management.XRManagerSettings+d__24.MoveNext () [0x00000] in <00000000000000000000000000000000>:0
at UnityEngine.SetupCoroutine.InvokeMoveNext (System.Collections.IEnumerator enumerator, System.IntPtr returnValueAddress) [0x00000] in <00000000000000000000000000000000>:0
UnityEngine.Logger:LogException(Exception, Object)
UnityEngine.Debug:LogException(Exception)
UnityEngine.XR.OpenXR.OpenXRLoaderBase:Initialize()
UnityEngine.XR.Management.d__24:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
[XR] [8976] [08:19:10.047][Info ]
==== Start Unity OpenXR Diagnostic Report ====
[XR] [8976] [08:19:10.047][Info ] ==== Report Reason: System Shutdown ====
[XR] [8976] [08:19:10.047][Info ] ==== OpenXR Support Details ====
[XR] [8976] [08:19:10.047][Info ] OpenXR Runtime:
[XR] [8976] [08:19:10.047][Info ] UNKNOWN COMPANY, which is not a Unity supported partner
[XR] [8976] [08:19:10.047][Info ] Unity OpenXR Features:
[XR] [8976] [08:19:10.047][Info ] HPMixedRealityControllerProfile Standalone, MotionControllerFeaturePlugin Standalone: Microsoft, which is a Unity supported partner
[XR] [8976] [08:19:10.047][Info ] HTCViveControllerProfile Standalone, MicrosoftMotionControllerProfile Standalone, OculusTouchControllerProfile Standalone, ValveIndexControllerProfile Standalone: Unity
[XR] [8976] [08:19:10.047][Info ] Unity Support:
[XR] [8976] [08:19:10.047][Info ] Unity doesn’t support some aspects of the runtime and Unity OpenXR Features above. Please attempt to reproduce the issue with only Unity supported aspects before submitting an issue to Unity.
[XR] [8976] [08:19:10.047][Info ]
[XR] [8976] [08:19:10.047][Info ] ==== Last 20 Events ====
[XR] [8976] [08:19:10.047][Info ]
==== End Unity OpenXR Diagnostic Report ====
Forwarding to microsoft, but do you know what version of the microsoft openxr package you have in stalled?
Following up on that, if you could provide:
Which version of the Microsoft OpenXR package do you have installed?
Were you building x86/x64/ARM/ARM64?
The latest versions of the Microsoft package support x64, ARM, and ARM64, but some earlier versions only supported x64 and ARM64.
Form the traces above, it sees, @emrys90 , you are running an unknown openxr runtime. Is this an conformant openxr runtime? How did you configured your project? Is it a standalone (win32) platform? Are you building your app in x86 or x86_x64 flavor? Any context information can help us diagnose and therefore help you.
I’m not sure to be honest. I uninstalled the WMR OpenXR runtime as I realized it wasn’t necessary, I just needed the normal OpenXR plugin instead.
Let’s narrow this down a bit. Can you answer Kurtis’s question above? what version is your package and what target platform are you building your app? What VR device are you using on your computer? And what is your openxr feature settings? for example like this in my project.