Search Issue Tracker
Third Party Issue
Votes
0
Found in [Package]
1.5.3
1.6.0
Issue ID
OXRB-109
Regression
Yes
OpenXR crashes on session_RequestExitSession when VR headset is not connected to computer
Reproduction steps:
1. Open user attached project "VR-Screenshake-Test.zip"
2. Make sure no VR headset is connected to the computer
3. Enter Play mode
Expected result: Error message that Headset is not connected
Actual result: Crash
Reproduced with: 1.5.3 (2023.1.0a21), 1.6.0 (2020.3.34f1, 2021.3.16f1, 2022.1.24f1, 2022.2.2f1, 2023.1.0a24)
Reproducible on: Windows 11
First few lines of the stack trace::
0x00007FFD84BFA502 (UnityOpenXR) session_RequestExitSession
0x00007FFD84BF9823 (UnityOpenXR) session_RequestExitSession
0x00007FFD84BCE073 (UnityOpenXR) DiagnosticReport_StartReport
0x00007FFD84BCD500 (UnityOpenXR) DiagnosticReport_StartReport
0x00007FFD8B9C46CA (Unity) Subsystem::InitializePlugin
Note:
- Crashes in builds as well
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- NullReferenceException error is thrown when unpacking multiple instances of the same UI Document
- URP Decal Projectors don't render when they are hidden in the Hierarchy, unlike other GameObjects
- Reflection Probe “adjusting number of stops to over or under expose the texture” setting does not update in Scene realtime
- UI Toolkit rendered text breaks when toggling FontWeight styles through code
- Transparent pixels are still hit when alphaHitTestMinimumThreshold is set to a non-zero value
Resolution Note:
We also observed this issue lately and reported it to Meta team. This failure mostly happen when the headset is disconnected and also if the oculus link is not started during initialization. According to the responses from Meta this issue would be fixed in the next SDK release.