Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
chopin1998 opened this issue Nov 8, 2018 · 2 comments

Comments

@chopin1998
Copy link

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)

@ahmedbaza
Copy link

hey, did you find any way around it ?

@chopin1998
Copy link
Author

hey, did you find any way around it ?

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants