| Summary: | QMplay2 crashes when using Vaapi on Wayland | ||
|---|---|---|---|
| Product: | [Plasma] kwin | Reporter: | Mike Lothian <mike> |
| Component: | wayland-generic | Assignee: | KWin default assignee <kwin-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | crash | CC: | kde, nate, xaver.hugl |
| Priority: | NOR | ||
| Version First Reported In: | master | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| URL: | https://gitlab.freedesktop.org/mesa/mesa/-/issues/11097 | ||
| Latest Commit: | https://invent.kde.org/plasma/kwin/-/commit/0f4123951599cfdc99b53cde6911990158151293 | Version Fixed/Implemented In: | 6.1 |
| Sentry Crash Report: | |||
| Attachments: | WAYLAND_DEBUG=1 | ||
|
Description
Mike Lothian
2024-05-01 10:14:56 UTC
As you have a git master of everything, could you attach output of WAYLAND_DEBUG=1 qplay2 It'll help confirm which side the bug is I have a feeling its related to the vulkan-{header,loader,etc etc} being updated to 1.3.280
Created attachment 169082 [details]
WAYLAND_DEBUG=1
I had the bug id wrong at first, https://invent.kde.org/plasma/kwin/-/merge_requests/5683 fixes this It does indeed, feel free to add my: Tested-by: Mike Lothian <mike@fireburn.co.uk> Git commit 0f4123951599cfdc99b53cde6911990158151293 by Xaver Hugl. Committed on 21/05/2024 at 22:26. Pushed by zamundaaa into branch 'master'. waylandserver: set render backend for linuxdrmsyncobj directly The code would previously never set the render backend, causing the use of explicit sync to fail M +0 -4 src/platformsupport/scenes/opengl/abstract_egl_backend.cpp M +4 -0 src/wayland_server.cpp https://invent.kde.org/plasma/kwin/-/commit/0f4123951599cfdc99b53cde6911990158151293 |