[SOLVED] gamescope and wlroots out of date 26 November 2023, 05:18:05 gamescope crashes on launch (either through steam or just by testing on a different program)world/gamescope repos is at 3.13.7-1 (3.18.8-1 on arch repos)Temporary fix is to downgrade gamescope to 3.12.7-1on arch repos the updated gamescope (3.18.8-1) requires wlroots 0.17.0-1Notes:1. Not gonna attempt to update wlroots via extra(arch) repos as that could be a problem later (dependency hell) and I don't have a backup pc for it.2. tested it within steam and other programs and same error occurs. Quote$ gamescope minetest$ gamescope glxgears3. no issues with previous installed version 3.12.7-1 with either steam, minetest, or with glxgears 4. highly probably reason for the crash: https://github.com/ValveSoftware/gamescope/issues/1022 (I have a similar error log):Quote gamescope -- glxgearsNo CAP_SYS_NICE, falling back to regular-priority compute and threads.Performance will be affected.wlserver: [backend/headless/backend.c:68] Creating headless backendvkBasalt err: no good config fileATTENTION: default value of option vk_khr_present_wait overridden by environment.vulkan: selecting physical device 'AMD Radeon Vega 8 Graphics (RADV RAVEN)': queue family 0 (general queue family 0)vulkan: physical device supports DRM format modifiersvulkan: supported DRM formats for sampling usage:vulkan: AR24 (0x34325241)vulkan: XR24 (0x34325258)vulkan: AB24 (0x34324241)vulkan: XB24 (0x34324258)vulkan: RG16 (0x36314752)vulkan: NV12 (0x3231564E)vulkan: AB4H (0x48344241)vulkan: XB4H (0x48344258)vulkan: AB48 (0x38344241)vulkan: XB48 (0x38344258)vulkan: AB30 (0x30334241)vulkan: XB30 (0x30334258)vulkan: AR30 (0x30335241)vulkan: XR30 (0x30335258)vulkan: Creating Gamescope nested swapchain with format 64 and colorspace 0wlserver: Running compositor on wayland display 'gamescope-0'wlserver: [backend/headless/backend.c:16] Starting headless backendwlserver: [xwayland/server.c:108] Starting Xwayland on :1The XKEYBOARD keymap compiler (xkbcomp) reports:> Warning: Could not resolve keysym XF86CameraAccessEnable> Warning: Could not resolve keysym XF86CameraAccessDisable> Warning: Could not resolve keysym XF86CameraAccessToggle> Warning: Could not resolve keysym XF86NextElement> Warning: Could not resolve keysym XF86PreviousElement> Warning: Could not resolve keysym XF86AutopilotEngageToggle> Warning: Could not resolve keysym XF86MarkWaypoint> Warning: Could not resolve keysym XF86Sos> Warning: Could not resolve keysym XF86NavChart> Warning: Could not resolve keysym XF86FishingChart> Warning: Could not resolve keysym XF86SingleRangeRadar> Warning: Could not resolve keysym XF86DualRangeRadar> Warning: Could not resolve keysym XF86RadarOverlay> Warning: Could not resolve keysym XF86TraditionalSonar> Warning: Could not resolve keysym XF86ClearvuSonar> Warning: Could not resolve keysym XF86SidevuSonar> Warning: Could not resolve keysym XF86NavInfoErrors from xkbcomp are not fatal to the X serverwlserver: [types/wlr_compositor.c:673] New wlr_surface 0x56300f4ff2c0 (res 0x56300f1cc750)wlserver: [xwayland/server.c:273] Xserver is readypipewire: stream state changed: connectingpipewire: stream state changed: pausedpipewire: stream available on node ID: 72vulkan: Creating Gamescope nested swapchain with format 64 and colorspace 0pipewire: renegotiating stream params (size: 1280x720)wlserver: [types/wlr_compositor.c:673] New wlr_surface 0x56300f5e02d0 (res 0x56300f1ce410)xwm: got the same buffer committed twice, ignoring.The XKEYBOARD keymap compiler (xkbcomp) reports:> Warning: Unsupported maximum keycode 708, clipping.> X11 cannot support keycodes above 255.> Warning: Could not resolve keysym XF86CameraAccessEnable> Warning: Could not resolve keysym XF86CameraAccessDisable> Warning: Could not resolve keysym XF86CameraAccessToggle> Warning: Could not resolve keysym XF86NextElement> Warning: Could not resolve keysym XF86PreviousElement> Warning: Could not resolve keysym XF86AutopilotEngageToggle> Warning: Could not resolve keysym XF86MarkWaypoint> Warning: Could not resolve keysym XF86Sos> Warning: Could not resolve keysym XF86NavChart> Warning: Could not resolve keysym XF86FishingChart> Warning: Could not resolve keysym XF86SingleRangeRadar> Warning: Could not resolve keysym XF86DualRangeRadar> Warning: Could not resolve keysym XF86RadarOverlay> Warning: Could not resolve keysym XF86TraditionalSonar> Warning: Could not resolve keysym XF86ClearvuSonar> Warning: Could not resolve keysym XF86SidevuSonar> Warning: Could not resolve keysym XF86NavInfoErrors from xkbcomp are not fatal to the X serverRunning synchronized to the vertical refresh. The framerate should beapproximately the same as the monitor refresh rate.(EE) failed to read Wayland events: Broken pipeSegmentation fault5. I have tested it with both environment variables ENABLE_VKBASALT=0 and ENABLE_VKBASALT=1 and found it to be irrelevant. Last Edit: 27 November 2023, 16:26:44 by Hitman
Re: gamescope and wlroots out of date Reply #1 – 26 November 2023, 19:49:55 Sorry I was away while gamescope was having these issues. Should be updated to the latest tags now.
Re: gamescope and wlroots out of date Reply #2 – 27 November 2023, 13:21:29 No problem. Devs have lives too. After some testing. Everything works as intented. Thank you.