Since yesterday after updating my system ( zypper dup ) and rebooted the flatpak version of Mpv is completely broken, every time I try to open a file could be video or audio the application become stalled and I can only close it by killing the processes.
The gui work fine as long as I don’t open a file, if I open a file directly either from the terminal or the file manager the program get stuck even before the gui show up.
So far I’ve tried to run a flatpak update and reboot, did a flatpak repair, removed and reinstalled mpv, removed my config files … nothing worked …
The native version of Mpv installed with zypper work fine ( with packman codecs installed ) even with the same config files as the flatpak version, all other flatpak applications I’m using are fine too so it is just the flatpak version of Mpv that is broken.
No errors show up when running it from the terminal and looking at the process it seems that in the background the app is doing it’s job, videos are buffering, downloaded if it’s a stream … just the gui don’t show up or is broken, no sound no video, I can move the window but nothing is displayed, if I reduce the window and maximise it again the content of it become what was display last behind it and the app can only be closed by killing the process…
Looking at the systemd journal launching the app ( just the gui no files ) display :
mars 09 21:46:21 noname-opensuse kwin_x11[2093]: kwin_core: XCB error: 152 (BadDamage), sequence: 5287, resource id: 10515647, major code: 143 (DAMAGE), minor code: 3 (Subtract)
mars 09 21:46:21 noname-opensuse systemd[1740]: Started app-flatpak-io.mpv.Mpv-7907.scope.
mars 09 21:46:21 noname-opensuse systemd[1740]: Started mpv Media Player.
mars 09 21:46:21 noname-opensuse mpv[7919]: g_dbus_connection_emit_signal: assertion 'G_IS_DBUS_CONNECTION (connection)' failed
Opening a file to produce the error don’t produce any log, closing the process through the system monitor will log :
mars 09 21:49:43 noname-opensuse plasmashell[2125]: file:///usr/share/plasma/plasmoids/org.kde.plasma.private.systemtray/contents/ui/items/PlasmoidItem.qml:125: TypeError: Cannot read property 'compactRepresentationItem' of null
mars 09 21:49:43 noname-opensuse plasmashell[2125]: file:///usr/share/plasma/plasmoids/org.kde.plasma.private.systemtray/contents/ui/items/PlasmoidItem.qml:125: TypeError: Cannot read property 'compactRepresentationItem' of null
mars 09 21:49:44 noname-opensuse plasma-systemmonitor[6868]: qt.core.qabstractitemmodel.checkindex: Index QModelIndex(-1,-1,0x0,QObject(0x0)) is not valid (expected valid)
mars 09 21:49:44 noname-opensuse plasma-systemmonitor[6868]: qt.core.qabstractitemmodel.checkindex: Index QModelIndex(-1,-1,0x0,QObject(0x0)) is not valid (expected valid)
mars 09 21:49:44 noname-opensuse plasma-systemmonitor[6868]: qt.core.qabstractitemmodel.checkindex: Index QModelIndex(-1,-1,0x0,QObject(0x0)) is not valid (expected valid)
mars 09 21:49:44 noname-opensuse plasma-systemmonitor[6868]: qt.core.qabstractitemmodel.checkindex: Index QModelIndex(-1,-1,0x0,QObject(0x0)) is not valid (expected valid)
mars 09 21:49:44 noname-opensuse plasma-systemmonitor[6868]: qt.core.qabstractitemmodel.checkindex: Index QModelIndex(-1,-1,0x0,QObject(0x0)) is not valid (expected valid)
[ ... and so on, there's hundred lines of this ]
Also I’m running KDE on X11 with Nvidia proprietary drivers installed, thanks in advance.