:3
:3
SXStardust XR
Created by shnee on 2/3/2025 in #support
XRT_ERROR_NOT_IMPLEMENTED When Running Server w/ WiVRn
(this was with discrete graphics and no SK_GPU_DRI_PATHset)
41 replies
SXStardust XR
Created by shnee on 2/3/2025 in #support
XRT_ERROR_NOT_IMPLEMENTED When Running Server w/ WiVRn
i checked just the base stereokit rust example on my headset because i assumed that was the issue and it seems to run flawlessly? i'm not too sure what's going on but this makes it more confusing i think
41 replies
SXStardust XR
Created by shnee on 2/3/2025 in #support
XRT_ERROR_NOT_IMPLEMENTED When Running Server w/ WiVRn
so i realised that i had my graphics set to discrete, but after changing them back to hybrid and using /dev/dri/renderD129 i am back to my initial issue
41 replies
SXStardust XR
Created by shnee on 2/3/2025 in #support
XRT_ERROR_NOT_IMPLEMENTED When Running Server w/ WiVRn
alright sorry it took a moment to try it out, running that branch with /dev/dri/renderD129 simply causes wivrn to my headset to crash, but running it with renderD128 (what is actually in my /dev/dri directory) doesn't crash it, instead it just causes the headset to go full passthrough (all i can see is the camera output) and spam this error message in the terminal:
2025-03-07T22:53:33.358482Z ERROR tokio-runtime-worker smithay::backend::renderer::gles: 355: [GL] GL_INVALID_FRAMEBUFFER_OPERATION in glDrawElementsInstanced
2025-03-07T22:53:33.358482Z ERROR tokio-runtime-worker smithay::backend::renderer::gles: 355: [GL] GL_INVALID_FRAMEBUFFER_OPERATION in glDrawElementsInstanced
41 replies
SXStardust XR
Created by shnee on 2/3/2025 in #support
XRT_ERROR_NOT_IMPLEMENTED When Running Server w/ WiVRn
my laptop is on two gpus but even when i switched to discrete it is still not working
41 replies
SXStardust XR
Created by shnee on 2/3/2025 in #support
XRT_ERROR_NOT_IMPLEMENTED When Running Server w/ WiVRn
i'm on closed nvidia modules, that's what i'm meant to use right?
41 replies
SXStardust XR
Created by shnee on 2/3/2025 in #support
XRT_ERROR_NOT_IMPLEMENTED When Running Server w/ WiVRn
yeah, nothing at all happens on either my laptop or headset
41 replies
SXStardust XR
Created by shnee on 2/3/2025 in #support
XRT_ERROR_NOT_IMPLEMENTED When Running Server w/ WiVRn
I'm having a very similar (i think?) issue on my meta quest 2, it is giving me XRT_ERROR_NOT_IMPLEMENTED via wivrn. My log reads slightly differently to shnee's, saying
LOG in xrCreateInstance: Selected devices
Head: 'WiVRn HMD'
Eyes: '<none>'
Left: 'WiVRn HMD left hand controller'
Right: 'WiVRn HMD right hand controller'
Gamepad: '<none>'
Hand-Tracking Left: 'WiVRn HMD left hand controller'
Hand-Tracking Right: 'WiVRn HMD right hand controller'
ERROR [ipc_compositor_get_reference_bounds_rect] ipc_call_compositor_get_reference_bounds_rect failed: XRT_ERROR_NOT_IMPLEMENTED [/home/uwu/.local/share/envision/wivrn/build/_deps/monado-src/src/xrt/ipc/client/ipc_client_compositor.c:868]
ERROR [ipc_compositor_get_reference_bounds_rect] ipc_call_compositor_get_reference_bounds_rect failed: XRT_ERROR_NOT_IMPLEMENTED [/home/uwu/.local/share/envision/wivrn/build/_deps/monado-src/src/xrt/ipc/client/ipc_client_compositor.c:868]
INFO [client_loop] Client 3 connected
INFO [ipc_handle_instance_describe_client] Client info:
id: 3
application_name: 'libmonado'
pid: 407702
extensions:
ext_hand_tracking_enabled: false
ext_eye_gaze_interaction_enabled: false
ext_hand_interaction_enabled: false
/tmp/.mount_org.st4MrH6i/AppRun: line 7: 413948 Segmentation fault (core dumped) $TELESCOPE_PATH/stardust-xr-server -e "$TELESCOPE_PATH/startup_script" $@
LOG in xrCreateInstance: Selected devices
Head: 'WiVRn HMD'
Eyes: '<none>'
Left: 'WiVRn HMD left hand controller'
Right: 'WiVRn HMD right hand controller'
Gamepad: '<none>'
Hand-Tracking Left: 'WiVRn HMD left hand controller'
Hand-Tracking Right: 'WiVRn HMD right hand controller'
ERROR [ipc_compositor_get_reference_bounds_rect] ipc_call_compositor_get_reference_bounds_rect failed: XRT_ERROR_NOT_IMPLEMENTED [/home/uwu/.local/share/envision/wivrn/build/_deps/monado-src/src/xrt/ipc/client/ipc_client_compositor.c:868]
ERROR [ipc_compositor_get_reference_bounds_rect] ipc_call_compositor_get_reference_bounds_rect failed: XRT_ERROR_NOT_IMPLEMENTED [/home/uwu/.local/share/envision/wivrn/build/_deps/monado-src/src/xrt/ipc/client/ipc_client_compositor.c:868]
INFO [client_loop] Client 3 connected
INFO [ipc_handle_instance_describe_client] Client info:
id: 3
application_name: 'libmonado'
pid: 407702
extensions:
ext_hand_tracking_enabled: false
ext_eye_gaze_interaction_enabled: false
ext_hand_interaction_enabled: false
/tmp/.mount_org.st4MrH6i/AppRun: line 7: 413948 Segmentation fault (core dumped) $TELESCOPE_PATH/stardust-xr-server -e "$TELESCOPE_PATH/startup_script" $@
I have applied the patch and env vars and the issue still persists, I just don't normally ask for help myself online so I'm not sure if i should create a new thread for this or not. Some other things to note are i am using an nvidia quadro m2200, with a driver version of 570.124.04
41 replies