Most of the time when I do one of these actions mpv closes itself:
I tried many versions (from here or here), all have this issue for me.
[ 6.708][v][cplayer] Set property: fullscreen -> 1
[ 6.708][d][cplayer] Run command: quit, flags=73, args=[4]
what are your keybinds?
Keybinds 🤔 How should I find this? I didn't change anything.
Another thing, resizing window always cause this issue.
Toggling full screen using keyboard shortcut [F] is fine always, but toggling it using mouse double click some times cause this.
Keybinds are in input.conf. These include bindings for mouse buttons
What I can see from the logs is that something you're doing is sending a quit command to mpv.
There is no input.conf for mpv, I added it from mplayer and mpv.net, but the issue is still there:
can you still reproduce the issue with --no-config or/and --no-load-scripts? it might also be coming from your scripts since I see a bunch of
[ 0.014][d][cplayer] shift+mbtn_left script-binding osc/__keybinding4
[ 0.014][d][cplayer] mbtn_right script-binding osc/__keybinding5
[ 0.014][d][cplayer] mbtn_mid script-binding osc/__keybinding6
[ 0.014][d][cplayer] wheel_up script-binding osc/__keybinding7
[ 0.014][d][cplayer] wheel_down script-binding osc/__keybinding8
in your first log
Also, please don't add random input.conf from other projects. That's dumb.
Still exiting .\mpv.exe --log-file=output.txt --no-config --no-load-scripts VIDEO_PATH
Toggle full screen using mouse double click : https://0x0.st/zxlQ.txt
Resize window : https://0x0.st/zxlj.txt
Does --no-osc change anything ?
Does
--no-oscchange anything ?
Nope ☹