You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
after install, i can import openvr correctly,
but hello.py show:
and
The text was updated successfully, but these errors were encountered: