Jump to content

OpenXR faillure with SRanipal


Recommended Posts

Hello,

We are working on a project that have to support multi headsets. So, since vive started to support openXR, we started to use it.

We followed exactly the instruction from the callback example here

Even if when we launch the application inside unity it works correctly, the built version freeze, and only when there is the "S Ranipal Eye Framework" activated. If we just inactivate it, it works normally (without eye tracking of course).

The log file gives us this then:

(Filename: D:/dev/ptvr-core/Assets/ViveSR/Scripts/Eye/SRanipal_Eye_Framework.cs Line: 77)

[XR] [36912] [17:13:24.370][Error  ] XrResult failure [XR_ERROR_TIME_INVALID]
    Origin: xrLocateSpace
    Source: C:\build\output\unity\xr.sdk.openxr\NativePlugin\Source\unity_input.cpp:2177
[XR] [OpenXR Input]: [xrLocateSpace] Failed to locate space for ActionSet <htcvivecontroller> Action <devicePose> SubPath </user/hand/right> at Time <> [ErrorCode: XR_ERROR_TIME_INVALID]
Error on graphics thread: 1
XRTextureManager::RequestDestroyTexture
XRTextureManager::RequestDestroyTexture
XRTextureManager::RequestDestroyTexture
XRTextureManager::RequestDestroyTexture
XRTextureManager::RequestDestroyTexture
XRTextureManager::RequestDestroyTexture
[XR] [OpenXR Input]: [xrLocateSpace] Failed to locate view space relative to app space at time <28971348263311> [ErrorCode: XR_ERROR_TIME_INVALID]
[XR] [OpenXR Input]: [xrLocateSpace] Failed to locate space for ActionSet <htcvivecontroller> Action <devicePose> SubPath </user/hand/right> at Time <> [ErrorCode: XR_ERROR_TIME_INVALID]
[XR] [OpenXR Input]: [xrLocateSpace] Failed to locate space for ActionSet <htcvivecontroller> Action <devicePose> SubPath </user/hand/right> at Time <> [ErrorCode: XR_ERROR_TIME_INVALID]
[XR] [OpenXR Input]: [xrLocateSpace] Failed to locate view space relative to app space at time <28971348263311> [ErrorCode: XR_ERROR_TIME_INVALID]
[XR] [OpenXR Input]: [xrLocateSpace] Failed to locate space for ActionSet <htcvivecontroller> Action <devicePose> SubPath </user/hand/right> at Time <> [ErrorCode: XR_ERROR_TIME_INVALID]
[XR] [OpenXR Input]: [xrLocateSpace] Failed to locate space for ActionSet <htcvivecontroller> Action <devicePose> SubPath </user/hand/right> at Time <> [ErrorCode: XR_ERROR_TIME_INVALID]
[XR] [OpenXR Input]: [xrLocateSpace] Failed to locate view space relative to app space at time <28971348263311> [ErrorCode: XR_ERROR_TIME_INVALID]
[XR] [OpenXR Input]: [xrLocateSpace] Failed to locate space for ActionSet <htcvivecontroller> Action <devicePose> SubPath </user/hand/right> at Time <> [ErrorCode: XR_ERROR_TIME_INVALID]
[XR] [OpenXR Input]: [xrLocateSpace] Failed to locate space for ActionSet <htcvivecontroller> Action <devicePose> SubPath </user/hand/right> at Time <> [ErrorCode: XR_ERROR_TIME_INVALID]
[XR] [OpenXR Input]: [xrLocateSpace] Failed to locate view space relative to app space at time <28971348263311> [ErrorCode: XR_ERROR_TIME_INVALID]
[XR] [OpenXR Input]: [xrLocateSpace] Failed to locate space for ActionSet <htcvivecontroller> Action <devicePose> SubPath </user/hand/right> at Time <> [ErrorCode: XR_ERROR_TIME_INVALID]
[XR] [OpenXR Input]: [xrLocateSpace] Failed to locate space for ActionSet <htcvivecontroller> Action <devicePose> SubPath </user/hand/right> at Time <> [ErrorCode: XR_ERROR_TIME_INVALID]
[XR] [OpenXR Input]: [xrLocateSpace] Failed to locate view space relative to app space at time <28971348263311> [ErrorCode: XR_ERROR_TIME_INVALID]
[XR] [OpenXR Input]: [xrLocateSpace] Failed to locate space for ActionSet <htcvivecontroller> Action <devicePose> SubPath </user/hand/right> at Time <> [ErrorCode: XR_ERROR_TIME_INVALID]
[XR] [OpenXR Input]: [xrLocateSpace] Failed to locate space for ActionSet <htcvivecontroller> Action <devicePose> SubPath </user/hand/right> at Time <> [ErrorCode: XR_ERROR_TIME_INVALID]
[XR] [OpenXR Input]: [xrLocateSpace] Failed to locate view space relative to app space at time <28971348263311> [ErrorCode: XR_ERROR_TIME_INVALID]
[XR] [OpenXR Input]: [xrLocateSpace] Failed to locate space for ActionSet <htcvivecontroller> Action <devicePose> SubPath </user/hand/right> at Time <> [ErrorCode: XR_ERROR_TIME_INVALID]
[XR] [OpenXR Input]: [xrLocateSpace] Failed to locate space for ActionSet <htcvivecontroller> Action <devicePose> SubPath </user/hand/right> at Time <> [ErrorCode: XR_ERROR_TIME_INVALID]
[XR] [OpenXR Input]: [xrLocateSpace] Failed to locate view space relative to app space at time <28971348263311> [ErrorCode: XR_ERROR_TIME_INVALID]
[XR] [OpenXR Input]: [xrLocateSpace] Failed to locate space for ActionSet <htcvivecontroller> Action <devicePose> SubPath </user/hand/right> at Time <> [ErrorCode: XR_ERROR_TIME_INVALID]
[XR] [OpenXR Input]: [xrLocateSpace] Failed to locate space for ActionSet <htcvivecontroller> Action <devicePose> SubPath </user/hand/right> at Time <> [ErrorCode: XR_ERROR_TIME_INVALID]
[XR] [OpenXR Input]: [xrLocateSpace] Failed to locate view space relative to app space at time <28971348263311> [ErrorCode: XR_ERROR_TIME_INVALID]
[XR] [OpenXR Input]: [xrLocateSpace] Failed to locate space for ActionSet <htcvivecontroller> Action <devicePose> SubPath </user/hand/right> at Time <> [ErrorCode: XR_ERROR_TIME_INVALID]
[XR] [OpenXR Input]: [xrLocateSpace] Failed to locate space for ActionSet <htcvivecontroller> Action <devicePose> SubPath </user/hand/right> at Time <> [ErrorCode: XR_ERROR_TIME_INVALID]

 

Link to comment
Share on other sites

  • 2 weeks later...
  • 3 months later...

Is there indeed OpenXR gaze support available in Unity for the Vive Eye Pro?

I am using Unity 2021.1.15, SDK and the Unity OpenXR plugin v1.2.3.

I set up the control scheme like so:
Gaze1.png.311a44a0d8628621899888165838c0e9.png

 

 

 

 

The Gaze Ray Sample works in this scene, but I seem to be missing the connection to the New Input System and/or OpenXR.

----->Ari

 

 

 

 

 

Link to comment
Share on other sites

  • 4 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...