mpv closes itself when I'm trying to resize window or exit from full-screen [windows]

Created on 16 Oct 2019  Â·  9Comments  Â·  Source: mpv-player/mpv

mpv-x86_64-20191013-git-a85fa2d - Windwos 10

Reproduction steps

Most of the time when I do one of these actions mpv closes itself:

  • Double click to full screen and then double click to exit from full screen
  • Try to resize the mpv window size

I tried many versions (from here or here), all have this issue for me.

Log file

https://0x0.st/zxxi.txt

win

All 9 comments

[   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:

mplayer:

mpv.net:

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-osc change anything ?

Nope ☹

Was this page helpful?
0 / 5 - 0 ratings