Feuervogel hat geschrieben:wohl von der Downloadseite des Herstellers Download MediathekView.
$ /opt/Mediathekview/MediathekView.sh
Error: A JNI error has occurred, please check your installation and try again
Exception in thread "main" java.lang.UnsupportedClassVersionError: mediathek/Main has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:763)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:468)
at java.net.URLClassLoader.access$100(URLClassLoader.java:74)
at java.net.URLClassLoader$1.run(URLClassLoader.java:369)
at java.net.URLClassLoader$1.run(URLClassLoader.java:363)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:362)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:349)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at sun.launcher.LauncherHelper.checkAndLoadMain(LauncherHelper.java:495)
$ java -version
openjdk version "1.8.0_212"
OpenJDK Runtime Environment (build 1.8.0_212-b04)
OpenJDK 64-Bit Server VM (build 25.212-b04, mixed mode)
$ sudo update-alternatives --config java
Es gibt 1 Programm, welches »java« zur Verfügung stellt.
Auswahl Befehl
-----------------------------------------------
*+ 1 java-1.8.0-openjdk.x86_64 (/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212-1.b04.1.mga7.x86_64/jre/bin/java)
Eingabe um die vorgegebene Auswahl[+] zu behalten, oder geben Sie die Nummer an:
alf hat geschrieben:Alternativ kannst du dir ja auch eine ältere Version von MediathekView herunterladen, die mit der vorhandenen Java-version kompatibel ist.
https://download.mediathekview.de/stabil/
Latte hat geschrieben:Also Version 13.2.1 (die hatte ich unter Mageia 6 installiert) und die hat den Sprung zu Mageia 7 problemlos überlebt.
$ /opt/MediathekView/MediathekView.sh
___ ___ _ _ _ _ _ _ _ _
| \/ | | (_) | | | | | | | | | (_)
| . . | ___ __| |_ __ _| |_| |__ ___| | _| | | |_ _____ __
| |\/| |/ _ \/ _` | |/ _` | __| '_ \ / _ \ |/ / | | | |/ _ \ \ /\ / /
| | | | __/ (_| | | (_| | |_| | | | __/ <\ \_/ / | __/\ V V /
\_| |_/\___|\__,_|_|\__,_|\__|_| |_|\___|_|\_\\___/|_|\___| \_/\_/
. Portable Mode: false
. Proxy Authentication: not configured
Graphics Device initialization failed for : es2, sw
Error initializing QuantumRenderer: no suitable pipeline found
java.lang.RuntimeException: java.lang.RuntimeException: Error initializing QuantumRenderer: no suitable pipeline found
at com.sun.javafx.tk.quantum.QuantumRenderer.getInstance(QuantumRenderer.java:280)
at com.sun.javafx.tk.quantum.QuantumToolkit.init(QuantumToolkit.java:221)
at com.sun.javafx.tk.Toolkit.getToolkit(Toolkit.java:205)
at javafx.animation.Animation.<init>(Animation.java:1029)
at javafx.animation.Transition.<init>(Transition.java:151)
at javafx.animation.PauseTransition.<init>(PauseTransition.java:142)
at mSearch.tool.ApplicationConfiguration$EvtListener.<init>(ApplicationConfiguration.java:83)
at mSearch.tool.ApplicationConfiguration.setupXmlConfiguration(ApplicationConfiguration.java:104)
at mSearch.tool.ApplicationConfiguration.<init>(ApplicationConfiguration.java:65)
at mSearch.tool.ApplicationConfiguration.<clinit>(ApplicationConfiguration.java:58)
at mediathek.MediathekGui.<init>(MediathekGui.java:1006)
at mediathek.Main.getPlatformWindow(Main.java:297)
at mediathek.Main.lambda$startGuiMode$0(Main.java:282)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:758)
at java.awt.EventQueue.access$500(EventQueue.java:97)
at java.awt.EventQueue$3.run(EventQueue.java:709)
at java.awt.EventQueue$3.run(EventQueue.java:703)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:74)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:728)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:205)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)
Caused by: java.lang.RuntimeException: Error initializing QuantumRenderer: no suitable pipeline found
at com.sun.javafx.tk.quantum.QuantumRenderer$PipelineRunnable.init(QuantumRenderer.java:94)
at com.sun.javafx.tk.quantum.QuantumRenderer$PipelineRunnable.run(QuantumRenderer.java:124)
at java.lang.Thread.run(Thread.java:748)
Exception in thread "AWT-EventQueue-0" java.lang.ExceptionInInitializerError
at mediathek.MediathekGui.<init>(MediathekGui.java:1006)
at mediathek.Main.getPlatformWindow(Main.java:297)
at mediathek.Main.lambda$startGuiMode$0(Main.java:282)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:758)
at java.awt.EventQueue.access$500(EventQueue.java:97)
at java.awt.EventQueue$3.run(EventQueue.java:709)
at java.awt.EventQueue$3.run(EventQueue.java:703)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:74)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:728)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:205)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)
Caused by: java.lang.RuntimeException: No toolkit found
at com.sun.javafx.tk.Toolkit.getToolkit(Toolkit.java:217)
at javafx.animation.Animation.<init>(Animation.java:1029)
at javafx.animation.Transition.<init>(Transition.java:151)
at javafx.animation.PauseTransition.<init>(PauseTransition.java:142)
at mSearch.tool.ApplicationConfiguration$EvtListener.<init>(ApplicationConfiguration.java:83)
at mSearch.tool.ApplicationConfiguration.setupXmlConfiguration(ApplicationConfiguration.java:104)
at mSearch.tool.ApplicationConfiguration.<init>(ApplicationConfiguration.java:65)
at mSearch.tool.ApplicationConfiguration.<clinit>(ApplicationConfiguration.java:58)
... 17 more
[marc@Laptop MediathekView-13.2.1]$ sh MediathekView.sh
___ ___ _ _ _ _ _ _ _ _
| \/ | | (_) | | | | | | | | | (_)
| . . | ___ __| |_ __ _| |_| |__ ___| | _| | | |_ _____ __
| |\/| |/ _ \/ _` | |/ _` | __| '_ \ / _ \ |/ / | | | |/ _ \ \ /\ / /
| | | | __/ (_| | | (_| | |_| | | | __/ <\ \_/ / | __/\ V V /
\_| |_/\___|\__,_|_|\__,_|\__|_| |_|\___|_|\_\\___/|_|\___| \_/\_/
. Portable Mode: false
. Proxy Authentication: not configured
Fontconfig warning: "/usr/share/fontconfig/conf.avail/69-odofonts.conf", line 20: Having multiple <family> in <alias> isn't supported and may not work as expected
Fontconfig warning: "/usr/share/fontconfig/conf.avail/69-odofonts.conf", line 20: Having multiple <family> in <alias> isn't supported and may not work as expected
Fontconfig warning: "/usr/share/fontconfig/conf.avail/69-odofonts.conf", line 20: Having multiple <family> in <alias> isn't supported and may not work as expected
Fontconfig warning: "/usr/share/fontconfig/conf.avail/69-odofonts.conf", line 20: Having multiple <family> in <alias> isn't supported and may not work as expected
Fontconfig warning: "/usr/share/fontconfig/conf.avail/69-odofonts.conf", line 20: Having multiple <family> in <alias> isn't supported and may not work as expected
Fontconfig warning: "/usr/share/fontconfig/conf.avail/69-odofonts.conf", line 32: Having multiple <family> in <alias> isn't supported and may not work as expected
Fontconfig warning: "/usr/share/fontconfig/conf.avail/69-odofonts.conf", line 32: Having multiple <family> in <alias> isn't supported and may not work as expected
Fontconfig warning: "/usr/share/fontconfig/conf.avail/69-odofonts.conf", line 32: Having multiple <family> in <alias> isn't supported and may not work as expected
Fontconfig warning: "/usr/share/fontconfig/conf.avail/69-odofonts.conf", line 32: Having multiple <family> in <alias> isn't supported and may not work as expected
Fontconfig warning: "/usr/share/fontconfig/conf.avail/69-odofonts.conf", line 32: Having multiple <family> in <alias> isn't supported and may not work as expected
Fontconfig warning: "/usr/share/fontconfig/conf.avail/69-odofonts.conf", line 44: Having multiple <family> in <alias> isn't supported and may not work as expected
Fontconfig warning: "/usr/share/fontconfig/conf.avail/69-odofonts.conf", line 44: Having multiple <family> in <alias> isn't supported and may not work as expected
Fontconfig warning: "/usr/share/fontconfig/conf.avail/69-odofonts.conf", line 44: Having multiple <family> in <alias> isn't supported and may not work as expected
Fontconfig warning: "/usr/share/fontconfig/conf.avail/69-odofonts.conf", line 44: Having multiple <family> in <alias> isn't supported and may not work as expected
Fontconfig warning: "/usr/share/fontconfig/conf.avail/69-odofonts.conf", line 44: Having multiple <family> in <alias> isn't supported and may not work as expected
Fontconfig warning: "/usr/share/fontconfig/conf.avail/69-odofonts.conf", line 129: Having multiple values in <test> isn't supported and may not work as expected
Fontconfig warning: "/usr/share/fontconfig/conf.avail/69-odofonts.conf", line 152: Having multiple values in <test> isn't supported and may not work as expected
Fontconfig warning: "/usr/share/fontconfig/conf.avail/69-odofonts.conf", line 178: Having multiple values in <test> isn't supported and may not work as expected
Fontconfig warning: "/usr/share/fontconfig/conf.avail/80-odohei.conf", line 31: Having multiple values in <test> isn't supported and may not work as expected
Fontconfig warning: "/usr/share/fontconfig/conf.avail/80-odokai.conf", line 33: Having multiple values in <test> isn't supported and may not work as expected
Fontconfig warning: "/usr/share/fontconfig/conf.avail/80-odosung.conf", line 52: Having multiple values in <test> isn't supported and may not work as expected
Fontconfig warning: "/usr/share/fontconfig/conf.avail/80-odosung.conf", line 75: Having multiple values in <test> isn't supported and may not work as expected
. Programmstart: 15.08.2019 17:57:35
. maxMemory: 954 MB
. Version: MediathekView 13.2.1
. Java:
. Vendor: Oracle Corporation
. VMname: OpenJDK 64-Bit Server VM
. Version: 1.8.0_212
. Runtimeversion: 1.8.0_212-b04
. Programmpfad: /home/marc/Programme/MediathekView-13.2.1/
. Verzeichnis Einstellungen: /home/marc/.mediathek3
.
.
.
. ========== ========== ========== ========== ==========
. DURATION 0: Start [499,00 ms]
. Klasse: Main.getPlatformWindow
. ========== ========== ========== ========== ==========
.
. =======================================
. Systemparameter
. -----------------
. Download-Timeout [s]: 250
. max. Download-Restart: 5
. max. Download-Restart-Http: 10
. Download weiterführen in [s]: 60
. Download Fehlermeldung anzeigen [s]: 120
. Downoadprogress anzeigen: true
. User-Agent: MediathekView
. =======================================
.
. Konfig wurde gelesen!
. ========== ========== ========== ========== ==========
. DURATION 1: Start Gui [300,00 ms]
. Klasse: Main.getPlatformWindow
. ========== ========== ========== ========== ==========
Fontconfig warning: "/usr/share/fontconfig/conf.avail/69-odofonts.conf", line 20: Having multiple <family> in <alias> isn't supported and may not work as expected
Fontconfig warning: "/usr/share/fontconfig/conf.avail/69-odofonts.conf", line 20: Having multiple <family> in <alias> isn't supported and may not work as expected
Fontconfig warning: "/usr/share/fontconfig/conf.avail/69-odofonts.conf", line 20: Having multiple <family> in <alias> isn't supported and may not work as expected
Fontconfig warning: "/usr/share/fontconfig/conf.avail/69-odofonts.conf", line 20: Having multiple <family> in <alias> isn't supported and may not work as expected
Fontconfig warning: "/usr/share/fontconfig/conf.avail/69-odofonts.conf", line 20: Having multiple <family> in <alias> isn't supported and may not work as expected
Fontconfig warning: "/usr/share/fontconfig/conf.avail/69-odofonts.conf", line 32: Having multiple <family> in <alias> isn't supported and may not work as expected
Fontconfig warning: "/usr/share/fontconfig/conf.avail/69-odofonts.conf", line 32: Having multiple <family> in <alias> isn't supported and may not work as expected
Fontconfig warning: "/usr/share/fontconfig/conf.avail/69-odofonts.conf", line 32: Having multiple <family> in <alias> isn't supported and may not work as expected
Fontconfig warning: "/usr/share/fontconfig/conf.avail/69-odofonts.conf", line 32: Having multiple <family> in <alias> isn't supported and may not work as expected
Fontconfig warning: "/usr/share/fontconfig/conf.avail/69-odofonts.conf", line 32: Having multiple <family> in <alias> isn't supported and may not work as expected
Fontconfig warning: "/usr/share/fontconfig/conf.avail/69-odofonts.conf", line 44: Having multiple <family> in <alias> isn't supported and may not work as expected
Fontconfig warning: "/usr/share/fontconfig/conf.avail/69-odofonts.conf", line 44: Having multiple <family> in <alias> isn't supported and may not work as expected
Fontconfig warning: "/usr/share/fontconfig/conf.avail/69-odofonts.conf", line 44: Having multiple <family> in <alias> isn't supported and may not work as expected
Fontconfig warning: "/usr/share/fontconfig/conf.avail/69-odofonts.conf", line 44: Having multiple <family> in <alias> isn't supported and may not work as expected
Fontconfig warning: "/usr/share/fontconfig/conf.avail/69-odofonts.conf", line 44: Having multiple <family> in <alias> isn't supported and may not work as expected
Fontconfig warning: "/usr/share/fontconfig/conf.avail/69-odofonts.conf", line 129: Having multiple values in <test> isn't supported and may not work as expected
Fontconfig warning: "/usr/share/fontconfig/conf.avail/69-odofonts.conf", line 152: Having multiple values in <test> isn't supported and may not work as expected
Fontconfig warning: "/usr/share/fontconfig/conf.avail/69-odofonts.conf", line 178: Having multiple values in <test> isn't supported and may not work as expected
Fontconfig warning: "/usr/share/fontconfig/conf.avail/80-odohei.conf", line 31: Having multiple values in <test> isn't supported and may not work as expected
Fontconfig warning: "/usr/share/fontconfig/conf.avail/80-odokai.conf", line 33: Having multiple values in <test> isn't supported and may not work as expected
Fontconfig warning: "/usr/share/fontconfig/conf.avail/80-odosung.conf", line 52: Having multiple values in <test> isn't supported and may not work as expected
Fontconfig warning: "/usr/share/fontconfig/conf.avail/80-odosung.conf", line 75: Having multiple values in <test> isn't supported and may not work as expected
. initializeDatabase()
. initializeDatabase() done.
. ========== ========== ========== ========== ==========
. DURATION 2: Init GUI [2,14 s]
. Klasse: Main.getPlatformWindow
. ========== ========== ========== ========== ==========
. ========== ========== ========== ========== ==========
. DURATION 3: Gui steht! [383,00 ms]
. Klasse: Main.getPlatformWindow
. ========== ========== ========== ========== ==========
. Liste Filme lesen von: /home/marc/.mediathek3/filme.json
. Creating SQL indices
. Finished creating SQL indices
. Liste Filme gelesen am: 15.08.2019, 17:58
. erstellt am: 13.07.2019, 11:21
. Anzahl Filme: 295546
. Die Filmliste ist 47916 Minuten alt
. Filmliste zu alt, neue Filmliste laden
. MVHttpClient: Proxy not configured
.
. Alte Liste erstellt am: 13.07.2019, 11:21
. Anzahl Filme: 295546
. Anzahl Neue: 7557
. Filmliste laden (auto)
. Filmliste laden von: https://liste.mediathekview.de/Filmliste-akt.xz
. Liste Filme lesen von: https://liste.mediathekview.de/Filmliste-akt.xz
. Creating SQL indices
. Finished creating SQL indices
. Liste Filme gelesen am: 15.08.2019, 17:58
. erstellt am: 15.08.2019, 16:16
. Anzahl Filme: 299394
. Die Filmliste ist 101 Minuten alt
.
. Liste Kompl. gelesen am: 15.08.2019, 17:58
. Liste Kompl erstellt am: 15.08.2019, 16:16
. Anzahl Filme: 299394
.
. Jetzige Liste erstellt am: 15.08.2019, 16:16
. Anzahl Filme: 299394
. Filme schreiben (299394 Filme) :
. --> Start Schreiben nach: /home/marc/.mediathek3/filme.json
. Anzahl Neue: 31646
.
. ========== ========== ========== ========== ==========
. DURATION 4: Abo in Filmliste eintragen [65,74 s]
. Klasse: FilmeLaden.undEnde
. Abo in Filmliste eintragen Anzahl: 1 Dauer: 5,86 s
. ========== ========== ========== ========== ==========
. ========== ========== ========== ========== ==========
. DURATION 5: Blacklist filtern [40,00 ms]
. Klasse: FilmeLaden.undEnde
. Blacklist filtern Anzahl: 1 Dauer: 39,00 ms
. ========== ========== ========== ========== ==========
. -------------------------------------------------------
. Einstellungen sichern
. Einstellungen wurden gesichert
. -------------------------------------------------------
. Daten Schreiben nach: /home/marc/.mediathek3/mediathek.xml
. Config Schreiben nach: /home/marc/.mediathek3/mediathek.xml startet
. Config Schreiben beendet
. --> geschrieben!
. Write duration: 13316 ms
Filme in Downloads eintragen
. MediaDB schreiben (0) Dateien :
. --> Start Schreiben nach: /home/marc/.mediathek3/mediadb.txt
. --> geschrieben!
. CheckUpdate started.
. CheckUpdate finished.
Latte hat geschrieben:Hilft dir wahrscheinlich nicht viel weiter, aber zum Vergleich "mein Start":
- Code: Alles auswählen
[marc@Laptop MediathekView-13.2.1]$ sh MediathekView.sh
...
. Version: MediathekView 13.2.1
. Java:
. Vendor: Oracle Corporation
. VMname: OpenJDK 64-Bit Server VM
. Version: 1.8.0_212
. Runtimeversion: 1.8.0_212-b04
...
...
Graphics Device initialization failed for : es2, sw
...
VLC kann die Medienadresse https://..... nicht öffnen
rpm -qa|grep vlc|sort
doktor5000 hat geschrieben:Bitte mal die Ausgabe von
- Code: Alles auswählen
rpm -qa|grep vlc|sort
$ rpm -qa|grep vlc|sort
lib64vlc5-3.0.7.1-1.mga7
lib64vlccore8-3.0.0-0.git.19.mga6
lib64vlccore9-3.0.7.1-1.mga7
phonon4qt5-vlc-0.10.0-1.mga6
phonon4qt5-vlc-0.10.2-2.mga7
phonon-vlc-0.10.2-2.mga7
vlc-3.0.7.1-1.mga7
vlc-plugin-common-3.0.7.1-1.mga7
vlc-plugin-fluidsynth-3.0.7.1-1.mga6
vlc-plugin-jack-3.0.7.1-1.mga6
vlc-plugin-lua-3.0.7.1-1.mga6
vlc-plugin-pulse-3.0.7.1-1.mga7
vlc-plugin-theora-3.0.7.1-1.mga7
vlc-plugin-vdpau-3.0.7.1-1.mga7
Was die Medienadresse angeht, da du nur "....." geschrieben hast - könnte es das Problem sein? https://mediathekview.de/faq/#fd-0-bei-vlc
Ansonsten kannst du auch vlc aus der Konsole starten und von dort die Adresse aufrufen, dann sollte man sehen woran es hapert.
$ vlc https://www.3sat.de/gesellschaft/37-grad/37-notfall-hausarzt-100.html
VLC media player 3.0.7.1 Vetinari (revision 3.0.7.1-0-gf3940db4af)
[0000000000ef0570] main libvlc: VLC wird mit dem Standard-Interface ausgeführt. Benutzen Sie 'cvlc', um VLC ohne Interface zu verwenden.
[00007fe2e8007cc0] main tls client error: TLS client plugin not available
[00007fe2e8006e60] access stream error: HTTP connection failure
Ihre Eingabe konnte nicht geöffnet werden:
VLC kann die Medienadresse 'https://www.3sat.de/gesellschaft/37-grad/37-notfall-hausarzt-100.html' nicht öffnen. Für Details bitte im Fehlerprotokoll nachsehen.
Hanisch hat geschrieben:[00007fe2e8007cc0] main tls client error: TLS client plugin not available
Mitglieder in diesem Forum: 0 Mitglieder und 1 Gast