Skip to content

Instantly share code, notes, and snippets.

@Patola
Created December 30, 2024 21:01
Show Gist options
  • Save Patola/858fb835f1774ed27b598464d36c84a9 to your computer and use it in GitHub Desktop.
Save Patola/858fb835f1774ed27b598464d36c84a9 to your computer and use it in GitHub Desktop.
xrgears errors
[d] xr.c:81 | == Supported OpenXR extensions ==
[d] xr.c:83 | XR_KHR_binding_modification
[d] xr.c:83 | XR_KHR_composition_layer_cylinder
[d] xr.c:83 | XR_KHR_composition_layer_depth
[d] xr.c:83 | XR_KHR_composition_layer_equirect2
[d] xr.c:83 | XR_KHR_convert_timespec_time
[d] xr.c:83 | XR_KHR_locate_spaces
[d] xr.c:83 | XR_KHR_maintenance1
[d] xr.c:83 | XR_KHR_opengl_enable
[d] xr.c:83 | XR_KHR_opengl_es_enable
[d] xr.c:83 | XR_KHR_swapchain_usage_input_attachment_bit
[d] xr.c:83 | XR_KHR_visibility_mask
[d] xr.c:83 | XR_KHR_vulkan_enable
[d] xr.c:83 | XR_KHR_vulkan_enable2
[d] xr.c:83 | XR_KHR_vulkan_swapchain_format_list
[d] xr.c:83 | XR_EXT_active_action_set_priority
[d] xr.c:83 | XR_EXT_dpad_binding
[d] xr.c:83 | XR_EXT_eye_gaze_interaction
[d] xr.c:83 | XR_EXT_hand_interaction
[d] xr.c:83 | XR_EXT_hand_tracking
[d] xr.c:83 | XR_EXT_hp_mixed_reality_controller
[d] xr.c:83 | XR_EXT_local_floor
[d] xr.c:83 | XR_EXT_palm_pose
[d] xr.c:83 | XR_EXT_samsung_odyssey_controller
[d] xr.c:83 | XR_BD_controller_interaction
[d] xr.c:83 | XR_FB_face_tracking2
[d] xr.c:83 | XR_FB_display_refresh_rate
[d] xr.c:83 | XR_FB_touch_controller_pro
[d] xr.c:83 | XR_FB_touch_controller_proximity
[d] xr.c:83 | XR_META_touch_controller_plus
[d] xr.c:83 | XR_ML_ml2_controller_interaction
[d] xr.c:83 | XR_MND_headless
[d] xr.c:83 | XR_MND_swapchain_usage_input_attachment_bit
[d] xr.c:83 | XR_MSFT_unbounded_reference_space
[d] xr.c:83 | XR_OPPO_controller_interaction
[d] xr.c:83 | XR_EXTX_overlay
[d] xr.c:83 | XR_HTC_vive_cosmos_controller_interaction
[d] xr.c:83 | XR_HTC_vive_focus3_controller_interaction
[d] xr.c:83 | XR_MNDX_ball_on_a_stick_controller
[d] xr.c:83 | XR_MNDX_egl_enable
[d] xr.c:83 | XR_MNDX_force_feedback_curl
[d] xr.c:83 | XR_MNDX_hydra
[d] xr.c:83 | XR_MNDX_system_buttons
[d] xr.c:83 | XR_MNDX_xdev_space
[d] xr.c:83 | XR_EXT_debug_utils
[i] xr.c:119 | Will use equirect2 layer for sky rendering.
[i] xr.c:180 | XR_APILAYER_LUNARG_core_validation supported.
[i] xr.c:180 | XR_APILAYER_LUNARG_core_validation supported.
LOG in xrCreateInstance: Instance created
createInfo->applicationInfo.applicationName: xrgears
createInfo->applicationInfo.applicationVersion: 1
createInfo->applicationInfo.engineName: xrgears
createInfo->applicationInfo.engineVersion: 1
createInfo->applicationInfo.apiVersion: 1.0.43
appinfo.detected.engine.name: (null)
appinfo.detected.engine.version: 0.0.0
quirks.disable_vulkan_format_depth_stencil: false
quirks.no_validation_error_in_create_ref_space: true
quirks.skip_end_session: false
quirks.parallel_views: false
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'
[i] xr.c:383 | XrGraphicsRequirementsVulkan2KHR:
[i] xr.c:384 | minApiVersionSupported: 0
[i] xr.c:385 | maxApiVersionSupported: 1023
LOG in xrCreateVulkanInstanceKHR: Creation of VkInstance:
result: VK_SUCCESS
vulkanInstance: 0x622e90c97470
extensions:
VK_KHR_external_fence_capabilities
VK_KHR_external_memory_capabilities
VK_KHR_external_semaphore_capabilities
VK_KHR_get_physical_device_properties2
VK_EXT_debug_utils
LOG in xrGetVulkanGraphicsDeviceKHR: Creation of VkDevice:
result: VK_SUCCESS
vulkanDevice: 0x622e90cf32b0
vulkanInstance: 0x622e90c97470
external_fence_fd: true
external_semaphore_fd: true
timelineSemaphore: true
extensions:
VK_KHR_dedicated_allocation
VK_KHR_external_fence
VK_KHR_external_memory
VK_KHR_external_semaphore
VK_KHR_get_memory_requirements2
VK_KHR_external_memory_fd
VK_KHR_external_semaphore_fd
VK_KHR_external_fence_fd
VK_KHR_image_format_list
VK_KHR_timeline_semaphore
[i] xr.c:661 | Enumerated 3 reference spaces.
[i] xr.c:749 | Swapchain 0 dimensions: 2892x3028
[i] xr.c:749 | Swapchain 1 dimensions: 2892x3028
[d] xr.c:784 | xrEnumerateSwapchainImages: swapchain_length[0] 3
[d] xr.c:784 | xrEnumerateSwapchainImages: swapchain_length[1] 3
[i] xr.c:837 | Using depth swapchain format 0x7e
[i] xr.c:854 | depth Swapchain 0 dimensions: 2892x3028
[i] xr.c:854 | depth Swapchain 1 dimensions: 2892x3028
[d] xr.c:890 | xrEnumerateSwapchainImages: depth swapchain_length[0] 3
[d] xr.c:890 | xrEnumerateSwapchainImages: depth swapchain_length[1] 3
[i] main.cpp:464 | Initialized OpenXR with 2 views.
[d] xr_quad.c:56 | quad_swapchain_length 3
[d] xr_quad.c:73 | new quad_swapchain_length 3
[i] xr_quad.c:126 | Quad Swapchain 1
[d] xr_quad.c:56 | quad_swapchain_length 3
[d] xr_quad.c:73 | new quad_swapchain_length 3
[i] xr_quad.c:126 | Quad Swapchain 1
[d] xr_equirect.c:58 | quad_swapchain_length 3
[d] xr_equirect.c:73 | new quad_swapchain_length 3
[i] xr_equirect.c:127 | Initialized equirect swapchain: 1
[d] xr.c:964 | EVENT: session state changed to 1. Visible: 1
[d] xr.c:964 | EVENT: session state changed to 2. Visible: 1
[d] xr.c:964 | EVENT: session state changed to 3. Visible: 1
[d] xr.c:964 | EVENT: session state changed to 4. Visible: 1
[d] xr.c:964 | EVENT: session state changed to 5. Visible: 1
ERROR [ipc_receive] recvmsg(3) failed: '104' 'Connection reset by peer'!
ERROR [ipc_compositor_wait_frame] ipc_call_compositor_wait_woke failed: XRT_ERROR_IPC_FAILURE [/home/patola/.cache/paru/clone/wivrn-server/src/WiVRn-0.22/build-server/_deps/monado-src/src/xrt/ipc/client/ipc_client_compositor.c:550]
XR_ERROR_INSTANCE_LOST in xrWaitFrame: Call to xrt_comp_wait_frame failed
[e] xr.c:61 | xrWaitFrame() was not successful, exiting... [XR_ERROR_INSTANCE_LOST]
XR_ERROR_SESSION_LOST in xrAcquireSwapchainImage: Session is lost
[e] xr.c:61 | failed to acquire swapchain image! [XR_ERROR_SESSION_LOST]
[e] main.cpp:217 | Could not acquire xr swapchain
ERROR [ipc_send] sendmsg(3) failed: '32' 'Broken pipe'!
ERROR [ipc_compositor_swapchain_destroy] ipc_call_compositor_semaphore_destroy failed: XRT_ERROR_IPC_FAILURE [/home/patola/.cache/paru/clone/wivrn-server/src/WiVRn-0.22/build-server/_deps/monado-src/src/xrt/ipc/client/ipc_client_compositor.c:180]
ERROR [ipc_send] sendmsg(3) failed: '32' 'Broken pipe'!
ERROR [ipc_compositor_swapchain_destroy] ipc_call_compositor_semaphore_destroy failed: XRT_ERROR_IPC_FAILURE [/home/patola/.cache/paru/clone/wivrn-server/src/WiVRn-0.22/build-server/_deps/monado-src/src/xrt/ipc/client/ipc_client_compositor.c:180]
ERROR [ipc_send] sendmsg(3) failed: '32' 'Broken pipe'!
ERROR [ref_space_dec] ipc_call_space_unmark_ref_space_in_use failed: XRT_ERROR_IPC_FAILURE [/home/patola/.cache/paru/clone/wivrn-server/src/WiVRn-0.22/build-server/_deps/monado-src/src/xrt/ipc/client/ipc_client_space_overseer.c:274]
ERROR [ipc_send] sendmsg(3) failed: '32' 'Broken pipe'!
ERROR [ipc_compositor_swapchain_destroy] ipc_call_compositor_semaphore_destroy failed: XRT_ERROR_IPC_FAILURE [/home/patola/.cache/paru/clone/wivrn-server/src/WiVRn-0.22/build-server/_deps/monado-src/src/xrt/ipc/client/ipc_client_compositor.c:180]
ERROR [ipc_send] sendmsg(3) failed: '32' 'Broken pipe'!
ERROR [ipc_compositor_swapchain_destroy] ipc_call_compositor_semaphore_destroy failed: XRT_ERROR_IPC_FAILURE [/home/patola/.cache/paru/clone/wivrn-server/src/WiVRn-0.22/build-server/_deps/monado-src/src/xrt/ipc/client/ipc_client_compositor.c:180]
ERROR [ipc_send] sendmsg(3) failed: '32' 'Broken pipe'!
ERROR [ipc_compositor_swapchain_destroy] ipc_call_compositor_semaphore_destroy failed: XRT_ERROR_IPC_FAILURE [/home/patola/.cache/paru/clone/wivrn-server/src/WiVRn-0.22/build-server/_deps/monado-src/src/xrt/ipc/client/ipc_client_compositor.c:180]
ERROR [ipc_send] sendmsg(3) failed: '32' 'Broken pipe'!
ERROR [ipc_compositor_swapchain_destroy] ipc_call_compositor_semaphore_destroy failed: XRT_ERROR_IPC_FAILURE [/home/patola/.cache/paru/clone/wivrn-server/src/WiVRn-0.22/build-server/_deps/monado-src/src/xrt/ipc/client/ipc_client_compositor.c:180]
ERROR [ipc_send] sendmsg(3) failed: '32' 'Broken pipe'!
ERROR [ipc_compositor_swapchain_destroy] ipc_call_compositor_semaphore_destroy failed: XRT_ERROR_IPC_FAILURE [/home/patola/.cache/paru/clone/wivrn-server/src/WiVRn-0.22/build-server/_deps/monado-src/src/xrt/ipc/client/ipc_client_compositor.c:180]
ERROR [ipc_send] sendmsg(3) failed: '32' 'Broken pipe'!
ERROR [ipc_client_compositor_semaphore_destroy] ipc_call_compositor_semaphore_destroy failed: XRT_ERROR_IPC_FAILURE [/home/patola/.cache/paru/clone/wivrn-server/src/WiVRn-0.22/build-server/_deps/monado-src/src/xrt/ipc/client/ipc_client_compositor.c:246]
ERROR [ipc_send] sendmsg(3) failed: '32' 'Broken pipe'!
ERROR [ipc_client_session_destroy] ipc_call_session_destroy failed: XRT_ERROR_IPC_FAILURE [/home/patola/.cache/paru/clone/wivrn-server/src/WiVRn-0.22/build-server/_deps/monado-src/src/xrt/ipc/client/ipc_client_session.c:75]
ERROR [ipc_send] sendmsg(3) failed: '32' 'Broken pipe'!
ERROR [ipc_send] sendmsg(3) failed: '32' 'Broken pipe'!
ERROR [ipc_send] sendmsg(3) failed: '32' 'Broken pipe'!
ERROR [ipc_send] sendmsg(3) failed: '32' 'Broken pipe'!
ERROR [ipc_send] sendmsg(3) failed: '32' 'Broken pipe'!
[d] main.cpp:120 | Shut down xrgears
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment