Hello,
I am currently trying to use OpenXR with VTK instead of OpenVR for VR support and I’ve run into an issue where the OpenXR initialization fails. I have tried to start OpenXR manually via the vtkOpenXRManager class, but this did not change anything. Here are the specific errors I’m encountering:
The following line is also printed repeatedly in the console:
Error [GENERAL | xrPollEvent | OpenXR-Loader] : No active XrInstance handle.
Does anyone have any suggestions on how to resolve this?