
Wed, 03/29/2023 - 18:15
Forums:
Hi all,
When trying to run OpenVR is get following error:
OpenVR, Unable to open actions manifest 'C:\Users\XXX\Documents\QtProjects\windows\build-GabbieCam-Desktop_Qt_5_15_2_MinGW_64_bit-Debug\GabbieCam\debug\GabbieCam.exe/occtvr_actions.json'
I copied all the json-files from
...\opencascade-7.7.0\src\XRResources
to
C:\Users\XXX\Documents\QtProjects\windows\build-GabbieCam-Desktop_Qt_5_15_2_MinGW_64_bit-Debug\GabbieCam\debug\
My app is showing in HTC VIVE headset but when I move then the pictures disappears.
Any idea what else to do?
Thank you!
Wed, 03/29/2023 - 20:25
Apparently, there is a bug in
defaultActionsManifestInit()
inAspect_OpenVRSession.cxx
:That's why you see weird path
GabbieCam.exe/occtvr_actions.json
in error message. You may fix the bug or setCSF_OCCTResourcePath
environment variable.Wed, 03/29/2023 - 22:28
Thanks,
I was able to load the json files via