Search Unity

Question DllNotFoundException: InterceptFeaturePlugin assembly:<unknown assembly> type:<unknown type>

Discussion in 'AR/VR (XR) Discussion' started by samuelbraun, Nov 21, 2022.

  1. samuelbraun

    samuelbraun

    Joined:
    Oct 8, 2022
    Posts:
    1
    Working on a 2021.3.11f1 OpenXR VR project with another person, where we're using Git for source control. I've pulled main and am trying to run a scene, but am getting the following error:

    Code (CSharp):
    1. DllNotFoundException: InterceptFeaturePlugin assembly:<unknown assembly> type:<unknown type> member:(null)
    2. UnityEngine.XR.OpenXR.Samples.InterceptFeature.InterceptCreateSessionFeature.HookGetInstanceProcAddr (System.IntPtr func) (at Assets/Samples/OpenXR Plugin/1.4.2/Intercept Feature/InterceptCreateSessionFeature.cs:47)
    3. UnityEngine.XR.OpenXR.Features.OpenXRFeature.HookGetInstanceProcAddr () (at Library/PackageCache/com.unity.xr.openxr@1.4.2/Runtime/Features/OpenXRFeature.cs:676)
    4. UnityEngine.XR.OpenXR.OpenXRLoaderBase.InitializeInternal () (at Library/PackageCache/com.unity.xr.openxr@1.4.2/Runtime/OpenXRLoader.cs:225)
    5. UnityEngine.XR.OpenXR.OpenXRLoaderBase.Initialize () (at Library/PackageCache/com.unity.xr.openxr@1.4.2/Runtime/OpenXRLoader.cs:183)
    6. UnityEngine.XR.Management.XRGeneralSettings:AttemptInitializeXRSDKOnLoad() (at Library/PackageCache/com.unity.xr.management@4.2.1/Runtime/XRGeneralSettings.cs:148)
    Does anyone know what the problem could be? It's working on their side and I was able to run everything before I pulled main.
     
    Last edited: Nov 21, 2022