Topic: mpv crashing randomly, but only when using SVP4
Hi,
I have been using SVP4 Pro for a while and mostly for TV shows, where I have very little trouble (except with 4k releases, but that is to do with my CPU not being strong enough I guess).
However, as of recently, I have been getting the following error that makes mpv quit when watching longer files (i.e. movies):
Faulting application name: mpv.exe, version: 2.0.0.0, time stamp: 0x00000000
Faulting module name: ntdll.dll, version: 10.0.15063.0, time stamp: 0xb79b6ddb
Exception code: 0xc0000005
Fault offset: 0x000000000002f323
Faulting process ID: 0x2264
Faulting application start time: 0x01d2cc09dff66793
Faulting application path: C:\Program Files\SVP 4\mpv64\mpv.exe
Faulting module path: C:\WINDOWS\SYSTEM32\ntdll.dll
Report ID: 284f958a-acf4-4f89-b9bc-1e7ec7b0b220
Faulting package full name:
Faulting package-relative application ID:
It only happens with SVP4 manager running, if I watch the movie normally, no error appears.
I am running Windows 10 Pro x64 with 16GB of RAM on an i7-2600k and an RX480 8GB
Also, this is the mpv config that I use:
# Video settings
profile=opengl-hq
opengl-backend=angle
hwdec=auto-copy
hwdec-codecs=all
hr-seek-framedrop=no
scale=ewa_lanczossharp
scale-antiring=1
scaler-resizes-only
opengl-pbo
icc-cache-dir="~~/icc-cache"
icc-profile="~~/ULTRA HD.icm"
icc-3dlut-size=512x512x512
input-ipc-server=mpvpipe
force-window=immediate
# Audio settings
volume=66
alang=en,eng
# Subtitle settings
no-sub
slang=en,eng,ger
sub-font-size=40
sub-shadow-offset=0
sub-border-size=3.5
sub-color="#ffffffff"
sub-border-color="#ff000000"
sub-font="Source Sans Pro"
sub-ass-force-margins=yes
sub-use-margins=yes
# OSC settings
script-opts=osc-layout=bottombar,osc-seekbarstyle=bar,osc-hidetimeout=3000,osc-minmousemove=1,osc-fadeduration=0
# OSD settings
osd-font="Segoe UI"
osd-level=1
osd-scale-by-window=no
term-playing-msg='Resolution: ${width}x${height}, Framerate: ${fps}'
# Screenshot settings
screenshot-format=png
# Window settings
autofit-smaller=75%x75%
screen=1
autofit-larger=75%x75%
ytdl-format=(bestvideo[height<=?2160][fps<=?60]/bestvideo[height<=?2160]/bestvideo[height<=?2160])+(bestaudio[acodec=opus]/bestaudio)
#ytdl-format=(bestvideo[vcodec=vp9][height<=?2160][fps<=?60]/bestvideo[vcodec=vp9][height<=?2160]/bestvideo[height<=?2160])+(bestaudio[acodec=opus]/bestaudio)
save-position-on-quit
cache=yes
cache-file="K:\TEMP\mpvcache"
cache-initial=0
cache-secs=600
cache-pause=yes
[extension.webm]
input-ipc-server=no
save-position-on-quit=no
loop-file=inf
Does anyone have an idea, why mpv would crash with SVP4 running?