Topic: SVP crashes when viewing images in mpv
SVP frequently crashes when viewing images in mpv on Windows 11. To reproduce the error, play a directory containing images with mpv. When pressing the next button, SVP can crash (it may take a few images).
My event log before the crash:
19:21:53.453 [i]: VideoPlayer: mpv [mpv.exe] connected, waiting for the video info...
19:21:53.948 [i]: VideoPlayer: mpv 0.35.0-129-g92a6f2d687 /via 'mpvSockets/9644'
19:21:59.019 [W]: VideoPlayer: media file doesn't look like video, ignoring...
I've sidestepped the issue by writing a lua script to close the mpv socket when an image is detected in mpv, and then reopen the socket when a video is loaded. It'd be nice if SVP didn't crash though.