cmbruns / pyopenxr

Unofficial python bindings for OpenXR access to VR and AR devices
Apache License 2.0
112 stars 9 forks source link

xr.exception.GraphicsDeviceInvalidError #94

Open RoosterQMonee opened 1 year ago

RoosterQMonee commented 1 year ago

i've been getting this error for days, i have a RTX 3060 and its running perfectly fine

Exception has occurred: GraphicsDeviceInvalidError
The given graphics device is not in a valid state. The graphics device could be lost or initialized without meeting graphics requirements.
  File "file location", line 6, in <module>
    with xr.ContextObject(
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.

im using the controller tracking example https://github.com/cmbruns/pyopenxr_examples/blob/main/xr_examples/track_controller.py

repa1030 commented 2 months ago

I have the same problem. Do you have a solution?