mpv
mpv copied to clipboard
Crash on using vf=vapoursynth with vulkan api
Important Information
Provide following Information:
- mpv version -
mpv 0.34.0-455-g535cd6f313 Copyright © 2000-2022 mpv/MPlayer/mplayer2 projects
built on Sun Sep 11 12:26:47 2022
FFmpeg library versions:
libavutil 57.36.101
libavcodec 59.42.104
libavformat 59.30.101
libswscale 6.8.112
libavfilter 8.48.100
libswresample 4.9.100
FFmpeg version: git-2022-09-10-925ac0da3
- Windows Version - Windows 10 21H2 - Build 19044.1889
- Source of the mpv binary - Shinchiro Weekly Builds (x86_64 v3)
- If known which version of mpv introduced the problem - mpv-x86_64-v3-20220911-git-535cd6f
Last working version - mpv-x86_64-v3-20220904-git-d433c5d
Reproduction steps
mpv --no-config --vf=vapoursynth=double.vpy -gpu-api=vulkan <video-file> --log-file=D:\mpvlog.txt
Using d3d11 works Using vulkan without vapoursynth works Using both vulkan and vapoursynth crashes
Expected behavior
Video plays normally
Actual behavior
MPV crashes with no error in logfile
Log file
Working with d3d11: mpvlog2.txt
Sample files
Can't reproduce, it works for me. Can you try running mpv from the command line to see if it prints any error before crashing?
No errors when using the CLI, it simply crashes without an error
The latest build from Shinchiro no longer reproduces the issue, closing