Siduction Forum

Siduction Forum => Software - Support => Topic started by: Joe on 2022/03/22, 22:50:16

Title: VLC 3.0.17.3 mit Intel VA beendet sich beim Abspielen
Post by: Joe on 2022/03/22, 22:50:16
Moin.

Ich habe seit kurzem folgenden Fehler: VLC 3.0.17.3 beendet sich sofort beim Öffnen/Abspielen von Videos (lokale Video Dateien und UPNP Stream). Beim Start aus dem Terminal bekommt man folgendes zu sehen:

Code: [Select]
~$ vlc
VLC media player 3.0.17.3 Vetinari (revision 3.0.13-8-g41878ff4f2)
[000056177c6a85b0] main libvlc: VLC wird mit dem Standard-Interface ausgeführt. Benutzen Sie 'cvlc', um VLC ohne Interface zu verwenden.
qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 1291, resource id: 4308075, major code: 40 (TranslateCoords), minor code: 0
[000056177c74b480] main audio output error: too low audio sample frequency (0)
[00007fb818d35070] main decoder error: failed to create audio output
[000056177c74b480] vlcpulse audio output error: digital pass-through stream connection failure: Nicht unterstützt
[000056177c74b480] main audio output error: module not functional
[00007fb818d35070] main decoder error: failed to create audio output
[00007fb800004950] gl gl: Initialized libplacebo v4.192.1 (API v192)
libva info: VA-API version 1.14.0
libva info: Trying to open /usr/lib/x86_64-linux-gnu/dri/iHD_drv_video.so
libva info: Found init function __vaDriverInit_1_14
Speicherzugriffsfehler

~$ uname -a
Linux Intel9 5.16.16-1-siduction-amd64 #1 SMP PREEMPT siduction 5.16-16 (2022-03-19) x86_64 GNU/Linux

Installiert ist zudem das Paket "intel-media-va-driver-non-free". Der Fehler ereignet sich übrigens auch beim vorherigen Kernel. Hat das noch jemand so beobachtet bzw. hat jemand Rat?
Title: Re: VLC 3.0.17.3 mit Intel VA beendet sich beim Abspielen
Post by: edlin on 2022/03/23, 12:52:58
Welche Grafik-Hardware nutzt du?
Was sagt inxi -G?
Was sagt vainfo (evtl. das Paket vainfo installieren)?
Sind i965-va-driver und/oder va-driver-all installiert?
Evtl. hilft das hier. https://askubuntu.com/questions/1395620/chrome-libva-error-usr-lib-x86-64-linux-gnu-dri-ihd-drv-video-so-init-failed (https://askubuntu.com/questions/1395620/chrome-libva-error-usr-lib-x86-64-linux-gnu-dri-ihd-drv-video-so-init-failed)

Bei mir läuft alles wie gewohnt mit einer i915 Grafik, auch vlc.

edlin
Title: Re: VLC 3.0.17.3 mit Intel VA beendet sich beim Abspielen
Post by: Joe on 2022/03/23, 17:55:38
Bei mir läuft ausschließlich die in die CPU integrierte Grafik: Intel UHD-Grafik 630.

Code: [Select]
~$ inxi -G
Graphics:
  Device-1: Intel CometLake-S GT2 [UHD Graphics 630] driver: i915 v: kernel
  Display: x11 server: X.Org v: 1.21.1.3 driver: X: loaded: modesetting
    unloaded: fbdev gpu: i915 resolution: 3840x2160~60Hz
  OpenGL: renderer: Mesa Intel UHD Graphics 630 (CML GT2)
    v: 4.6 Mesa 21.3.7

Code: [Select]
~$ vainfo
libva info: VA-API version 1.14.0
libva info: Trying to open /usr/lib/x86_64-linux-gnu/dri/iHD_drv_video.so
libva info: Found init function __vaDriverInit_1_14
Speicherzugriffsfehler

Das Paket "i965-va-driver" ist installiert.

Ein ReInstall von "intel-media-va-driver-non-free" hatte ich schon erfolglos durchgeführt.

Am Wochenende lief noch alles, bis ich die Updates am Sonntag installierte und ausschaltete. Am Montag zeigte sich dann der Fehler. Der Kernel ist ausgeschlossen, da der letzte Kernel auf dem es lief, noch drauf ist und es da auch nicht mehr funzt. MPV funktioniert.
Title: Re: VLC 3.0.17.3 mit Intel VA beendet sich beim Abspielen
Post by: shaitan on 2022/03/24, 08:05:32
(Translated with google)
Hello,
A few days ago I also encountered problems with several software (vivaldi, signal) and the Libigdgmm12 library version 22.1.1+ds1-1 unstable. (Intel management Memory).  I reverted to the previous version (22.0+ds1-1) with Timeshift and I locked the update of this library while waiting for a new version. Your problem may come from this library.
Title: Re: VLC 3.0.17.3 mit Intel VA beendet sich beim Abspielen
Post by: Joe on 2022/03/24, 21:02:50
Hi. I think this is very good advice. signal-desktop is also affected on my platform. I'm working on a roll-back / downgrade. But for now i'm stuck:

Code: [Select]
~$ sudo apt install libigdgmm12=22.0.2+ds1-1
Warten auf Sperre für Zwischenspeicher: Sperre /var/lib/dpkg/lock-frontend konnte nicht erlangt werden. Sie wird von Prozess 20353 (synaptic) gehalten.       
Paketlisten werden gelesen… Fertig                                                                                                                   
Abhängigkeitsbaum wird aufgebaut… Fertig
Statusinformationen werden eingelesen… Fertig
Paket libigdgmm12 ist nicht verfügbar, wird aber von einem anderen Paket
referenziert. Das kann heißen, dass das Paket fehlt, dass es abgelöst
wurde oder nur aus einer anderen Quelle verfügbar ist.

E: Version »22.0.2+ds1-1« für »libigdgmm12« konnte nicht gefunden werden.
Title: Re: VLC 3.0.17.3 mit Intel VA beendet sich beim Abspielen
Post by: shaitan on 2022/03/24, 21:36:07
Hello,
I confirm, VLC is indeed affected by this library:
https://www.mail-archive.com/debian-bugs-dist@lists.debian.org/msg1847663.html
Quote
Hopefully, they analyze and fix it quickly. No idea, if it’s possible to revert to an earlier version in Debian sid/unstable until that is fixed.

Unfortunately, I don't have the package in the cache to give it to you because I often do apt autoremove...

Edit: More infos: https://github.com/intel/gmmlib/issues/95
Title: Re: VLC 3.0.17.3 mit Intel VA beendet sich beim Abspielen
Post by: der_bud on 2022/03/25, 08:00:34
As of  #1007992  (https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1007992) this should be fixed in 22.1.2+ds1-1, uploaded to the mirrors some hours ago. So you will get it soon after mirrors synced.
Title: Re: VLC 3.0.17.3 mit Intel VA beendet sich beim Abspielen
Post by: Joe on 2022/03/25, 10:55:42
Just updated and everything is fxed. You saved the day, pardon, weekend. Thank you all so much.