slabypingwin Posted November 19 Report Share Posted November 19 Od kilku dni tam ten sam problem z odtwarzaczem KAffeine ; po jego uruchomieniu jest tylko dźwięk , nie ma nawet okna tego programu na pulpicie MATE . W konsoli wywala takie błędy ; d Cytuj arek@fedora:~$ kaffeine 19-11-23 13:10:08.777 [Warning ] QCommandLineParser: already having an option named "h" 19-11-23 13:10:08.777 [Warning ] QCommandLineParser: already having an option named "help-all" 19-11-23 13:10:08.777 [Warning ] QCommandLineParser: already having an option named "v" 19-11-23 13:10:08.939 [Info ] kaffeine.dvb: Using built-in dvb device manager 19-11-23 13:10:09.691 [Info ] kaffeine.dev: Found dvb device : Realtek RTL2832 (DVB-T) 19-11-23 13:10:10.453 [Info ] kaffeine.dev: Found dvb device : Sony CXD2837ER DVB-T/T2/C demodulator 19-11-23 13:10:10.505 [Warning ] kf.kio.core: Malformed JSON protocol file for protocol: "trash" , number of the ExtraNames fields should match the number of ExtraTypes fields [0000563f69528f20] main audio output error: too low audio sample frequency (0) [00007f55f80e5510] main decoder error: failed to create audio output [00007f55f8031b90] main decoder error: buffer deadlock prevented [0000563f69528f20] vlcpulse audio output error: digital pass-through stream connection failure: Błąd wejścia/wyjścia [0000563f69528f20] main audio output error: module not functional [00007f55f80e5510] main decoder error: failed to create audio output libva info: VA-API version 1.20.0 libva info: Trying to open /usr/lib64/dri/radeonsi_drv_video.so libva info: Found init function __vaDriverInit_1_20 libva info: va_openDriver() returns 0 [00007f55d8001e90] glconv_vaapi_x11 gl error: vaDeriveImage: operation failed [00007f55e4154420] main video output error: video output creation failed [00007f55f8031b90] main decoder error: failed to create video output Failed to open VDPAU backend libvdpau_radeonsi.so: nie można otworzyć pliku obiektu dzielonego: Nie ma takiego pliku ani katalogu Failed to open VDPAU backend libvdpau_radeonsi.so: nie można otworzyć pliku obiektu dzielonego: Nie ma takiego pliku ani katalogu Proszę o jakieś porady , co z tym zrobić , Link to comment Share on other sites More sharing options...
SeeM Posted November 19 Report Share Posted November 19 Może jest, może nie ma. Spróbuj znaleźć: locate libvdpau_radeonsi.so Link to comment Share on other sites More sharing options...
slabypingwin Posted November 19 Author Report Share Posted November 19 Niestety Seem - odpowiedź na twoje pytanie jest taka ; Cytuj darek@fedora:~$ locate libvdpau_radeonsi.so /var/lib/plocate/plocate.db: Nie ma takiego pliku ani katalogu darek@fedora:~$ Próbowałem przed chwilą uruchomić Kaffeine na pulpicie Gno,me , ale turaj też wywala błędy ; Cytuj darek@fedora:~$ kaffeine 19-11-23 18:36:13.202 [Warning ] QSocketNotifier: Can only be used with threads started with QThread 19-11-23 18:36:13.391 [Warning ] QCommandLineParser: already having an option named "h" 19-11-23 18:36:13.391 [Warning ] QCommandLineParser: already having an option named "help-all" 19-11-23 18:36:13.391 [Warning ] QCommandLineParser: already having an option named "v" 19-11-23 18:36:13.625 [Info ] kaffeine.dvb: Using built-in dvb device manager 19-11-23 18:36:14.551 [Info ] kaffeine.dev: Found dvb device : Realtek RTL2832 (DVB-T) 19-11-23 18:36:15.327 [Info ] kaffeine.dev: Found dvb device : Sony CXD2837ER DVB-T/T2/C demodulator 19-11-23 18:36:15.394 [Warning ] QObject::connect: No such signal QPlatformNativeInterface::systemTrayWindowChanged(QScreen*) 19-11-23 18:36:15.417 [Warning ] kf.kio.core: Malformed JSON protocol file for protocol: "trash" , number of the ExtraNames fields should match the number of ExtraTypes fields [0000556b2e151fb0] main audio output error: too low audio sample frequency (0) [00007fd0cc0e55f0] main decoder error: failed to create audio output [00007fd0cc031f30] main decoder error: buffer deadlock prevented [0000556b2e151fb0] vlcpulse audio output error: digital pass-through stream connection failure: Błąd wejścia/wyjścia [0000556b2e151fb0] main audio output error: module not functional [00007fd0cc0e55f0] main decoder error: failed to create audio output [00007fd0b01802d0] xcb_window window error: bad X11 window 0x00000007 libva info: VA-API version 1.20.0 libva info: Trying to open /usr/lib64/dri/radeonsi_drv_video.so libva info: Found init function __vaDriverInit_1_20 libva info: va_openDriver() returns 0 [00007fd0a4001e90] glconv_vaapi_x11 gl error: vaDeriveImage: operation failed [00007fd0b014fde0] main video output error: video output creation failed [00007fd0cc031f30] main decoder error: failed to create video output [00007fd0b01802d0] xcb_window window error: bad X11 window 0x00000007 Failed to open VDPAU backend libvdpau_nvidia.so: nie można otworzyć pliku obiektu dzielonego: Nie ma takiego pliku ani katalogu Failed to open VDPAU backend libvdpau_nvidia.so: nie można otworzyć pliku obiektu dzielonego: Nie ma takiego pliku ani katalogu Naruszenie ochrony pamięci (zrzut pamięci) Będę musiał chyba zmienić dystrybucję na inną . Mi się wydaje , że ten problem pojawił się ze 3 dni temu po zainstalowaniu aktualizacji . Wcześniej kaffeine uruchasmiała się normalnie ... Link to comment Share on other sites More sharing options...
SeeM Posted November 20 Report Share Posted November 20 To nie jest niestety. (-: Trzeba tylko doinstalować. Paczkujący Kaffine zapomniał dopisać zależności do SPEC-a, zdarza się. Zainstaluj jeden z dwóch pakietów: dnf install mesa-vdpau-drivers lub, jeżeli używasz repozytoriów rpmfusion: dnf install mesa-vdpau-drivers-freeworld A locate bardzo polecam, bo fajne i szybko szuka plików po systemie operacyjnym: dnf install plocate Link to comment Share on other sites More sharing options...
slabypingwin Posted November 23 Author Report Share Posted November 23 Sem - marna to pociecha , że na innym linuksie - MS - kaffeine sprawia ten sam problem i w konsoli wywala podobne błędy ; Cytuj $ kaffeine 23-11-23 17:39:03.295 [Warning ] QCommandLineParser: already having an option named "h" 23-11-23 17:39:03.295 [Warning ] QCommandLineParser: already having an option named "help-all" 23-11-23 17:39:03.295 [Warning ] QCommandLineParser: already having an option named "v" 23-11-23 17:39:03.489 [Info ] kaffeine.dvb: Using built-in dvb device manager 23-11-23 17:39:04.163 [Info ] kaffeine.dev: Found dvb device : Realtek RTL2832 (DVB-T) 23-11-23 17:39:04.948 [Info ] kaffeine.dev: Found dvb device : Sony CXD2837ER DVB-T/T2/C demodulator 23-11-23 17:39:04.991 [Warning ] kf.kio.core: Malformed JSON protocol file for protocol: "trash" , number of the ExtraNames fields should match the number of ExtraTypes fields 23-11-23 17:39:04.993 [Warning ] kf.kio.core: Malformed JSON protocol file for protocol: "trash" , number of the ExtraNames fields should match the number of ExtraTypes fields 23-11-23 17:39:04.995 [Warning ] kf.kio.core: Malformed JSON protocol file for protocol: "trash" , number of the ExtraNames fields should match the number of ExtraTypes fields 23-11-23 17:39:05.096 [Warning ] kf.service.services: KServiceTypeTrader: serviceType "ThumbCreator" not found 23-11-23 17:39:05.097 [Warning ] kf.service.services: KServiceTypeTrader: serviceType "ThumbCreator" not found 23-11-23 17:39:05.382 [Warning ] kf.service.services: KServiceTypeTrader: serviceType "ThumbCreator" not found 23-11-23 17:39:05.382 [Warning ] kf.service.services: KServiceTypeTrader: serviceType "ThumbCreator" not found Link to comment Share on other sites More sharing options...
slabypingwin Posted Tuesday at 11:52 AM Author Report Share Posted Tuesday at 11:52 AM W tej chwili mam zainstalowany taki klon Fedory -ULTRAMARINE linux. Na razie 2 dzień po instalacji - kaffeine działa , choć podczas skanowania kanałów tv też wywalała błąd . Mi się wydaje Że problemy z tym odtwarzaczem biorą się stąd że kaffeine nier jest już rozwijana . A nowe wersje linuksowych distr zawierają nowe wersje różnych bibliotek i programów .... Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now