cmbruns/pyopenvr

Unable to read VR Path Registry from /home/marco/.config/openvr/openvrpaths.vrpath

chopin1998 opened this issue · 2 comments

after install, i can import openvr correctly,

but hello.py show:

Unable to read VR Path Registry from /home/marco/.config/openvr/openvrpaths.vrpath

and

Traceback (most recent call last):
File "hello.py", line 15, in
vr_system = openvr.init(openvr.VRApplication_Scene)
File "/usr/local/lib/python2.7/dist-packages/openvr-1.0.1701-py2.7.egg/openvr/init.py", line 6039, in init
initInternal2(applicationType, pStartupInfo)
File "/usr/local/lib/python2.7/dist-packages/openvr-1.0.1701-py2.7.egg/openvr/init.py", line 6143, in initInternal2
_checkInitError(error.value)
File "/usr/local/lib/python2.7/dist-packages/openvr-1.0.1701-py2.7.egg/openvr/init.py", line 6025, in _checkInitError
raise OpenVRError("%s (error number %d)" %(getVRInitErrorAsSymbol(error), error))
openvr.OpenVRError: VRInitError_Init_PathRegistryNotFound (error number 110)

hey, did you find any way around it ?

hey, did you find any way around it ?

i use this:
self.vr = openvr.init(openvr.VRApplication_Other)