Search Issue Tracker
Active
Under Consideration for 1.14.X
Votes
3
Found in [Package]
1.14.0
Issue ID
OXRB-452
Regression
Yes
Crash on UnityEngine.XR.OpenXR.OpenXRLoaderBase.Initialize when deployed on HoloLens 2
How to reproduce:
1. Open the attached project "OpenXR-ARM32.zip"
2. Build And Run the project on HoloLens 2
Reproducible with: 1.14.0 (2022.3.42f1, 2022.3.57f1, 6000.0.37f1, 6000.1.0b5, 6000.2.0a2)
Not reproducible with: 1.13.2 (2022.3.42f1)
Reproducible on: Windows 11 23H2
Not reproducible on: No other environment tested
First few lines of stack trace:
DllNotFoundException: Unable to load DLL 'UnityOpenXR'. Tried the load the following dynamic libraries: Unable to load dynamic library 'UnityOpenXR' because of 'Failed to open the requested dynamic library (0x06000000) - The specified module could not be found. (WinError:0000007e)
at UnityEngine.XR.OpenXR.OpenXRLoaderBase.Initialize () [0x00000] in <00000000000000000000000000000000>:0
at UnityEngine.XR.Management.XRManagerSettings.InitializeLoaderSync () [0x00000] in <00000000000000000000000000000000>:0
at UnityEngine.XR.Management.XRGeneralSettings.InitXRSDK () [0x00000] in <00000000000000000000000000000000>:0
at UnityEngine.XR.Management.XRGeneralSettings.AttemptInitializeXRSDKOnLoad () [0x00000] in <00000000000000000000000000000000>:0
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Memory leak when a lot of UI elements are spawned and despawned
- Warnings are not logged in the Console window when using external code analyzers
- Errors “TLS Allocator ALLOC_TEMP_TLS, underlying allocator ALLOC_TEMP_MAIN has unfreed allocations, size 288“ appear constantly when Prefab is open
- Crash on PPtr<Shader>::operator or NullException errors spammed in console when calling Dispose() on null GraphicsBuffer with baked Reflection Probes
- “EndRenderPass: Not inside a Renderpass” and other Render Graph errors in the Player when Render Graph is enabled and Overlay UI is used
Add comment