You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I carefully read all instruction and confirm that I did the following:
I tested with the latest mpv version to validate that the issue is not already fixed.
I provided all required information including system and mpv version.
I produced the log file with the exact same set of files, parameters, and conditions used in "Reproduction Steps", with the addition of --log-file=output.txt.
I produced the log file while the behaviors described in "Actual Behavior" were actively observed.
I attached the full, untruncated log file.
I attached the backtrace in the case of a crash.
The text was updated successfully, but these errors were encountered:
DemonicSavage
changed the title
Video won't show with Vulkan context on Wayland, segfaults on X11
Video won't show with Vulkan context on waylandvk, segfaults on x11vk
May 21, 2024
DemonicSavage
changed the title
Video won't show with Vulkan context on waylandvk, segfaults on x11vk
Video won't show with waylandvk, segfaults with x11vk
May 21, 2024
The segfaults are in /usr/lib/libshaderc_shared.so.1, seems like a broken system. You also don't have debug symbols for shaderc so hard to say anything concrete
It does seem libshaderc was the culprit - apparently I was using a weird AUR version of it. Using the official shaderc from the [extra] repo made it work.
mpv Information
Other Information
Reproduction Steps
mpv --no-config --vo=gpu-next --gpu-context=x11vk [FILE]
mpv --no-config --vo=gpu-next --gpu-context=waylandvk [FILE]
Expected Behavior
File plays normally
Actual Behavior
With x11vk, there is a segfault. With waylandvk, the file plays, but shows no video (or even the mpv window)
Log File
Wayland: https://pastebin.com/rPC9VhH6
X11: https://pastebin.com/QwqZUATf
X11 segfault backtrace: https://pastebin.com/k2ipvy7r
Sample Files
No response
I carefully read all instruction and confirm that I did the following:
--log-file=output.txt
.The text was updated successfully, but these errors were encountered: