servo / webxr

Bindings for WebXR
Mozilla Public License 2.0
81 stars 24 forks source link

openxr: ERROR_PATH_FORMAT_INVALID on hand interaction ext input profile path #249

Closed msub2 closed 2 weeks ago

msub2 commented 2 weeks ago

First seen when testing https://github.com/servo/servo/pull/33538, but it happens on main too. This makes me suspect an Oculus runtime change must have changed something about this. Still need to verify this behavior on other OpenXR runtimes

msub2 commented 2 weeks ago

It looks like the issue was a typo (missing a leading slash in the profile interaction path). It definitely didn't do this before though, so I'm wondering if maybe support for XR_EXT_hand_interaction was added to the Oculus runtime recently.