xr.exception.GraphicsDeviceInvalidError #119
Unanswered
Steph-Stein
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Dear,
I succeed to build and run hello_xr from scratch with openxr official sdk.
I am trying to use pyopenxr but when i launch pink_world.py or other samples i always get this error.
"""
15/12 09:38:09.473 {DEBUG} [OXR] xrNegotiateLoaderRuntimeInterface loading 1.1.40
Traceback (most recent call last):
File "D:\Stéphane\Programmation\Codes_Python\Casque_VR\OpenXR\pink_world.py", line 11, in
with xr.ContextObject(
File "C:\Users\steph\AppData\Local\Programs\Python\Python311\Lib\site-packages\xr\context_object.py", line 73, in enter
self.session = create_session(
^^^^^^^^^^^^^^^
File "C:\Users\steph\AppData\Local\Programs\Python\Python311\Lib\site-packages\xr\functions.py", line 262, in create_session
raise result
xr.exception.GraphicsDeviceInvalidError: The given graphics device is not in a valid state. The graphics device could be lost or initialized without meeting graphics requirements.
"""
I am on Windows 11 and i tried with python 8 and python 11, pyopengl and pyopengl-accelerated installed and working.
My headset is a meta quest 2 with oculus runtime.
What can i do please ?
Stephane.
Beta Was this translation helpful? Give feedback.
All reactions