Page 1 of 1

Failed to initialize JavaFX

Posted: 11 Sep 2016, 04:49
by MasterCATZ
unsure why it's looking for tvshow.nfo as that was not even selected for file renaming ???

rolled back to 4.7 and it worked as it should have

Code: Select all

Failed to initialize JavaFX
java.lang.NoClassDefFoundError: javafx/embed/swing/JFXPanel
	at net.filebot.util.ui.SwingUI.initJavaFX(SwingUI.java:427)
	at net.filebot.Main.main(Main.java:147)
Caused by: java.lang.ClassNotFoundException: javafx.embed.swing.JFXPanel
	... 2 more
Failed to lookup info by id: java.nio.file.NoSuchFileException: /ZFSRaidz/XBMC/Multimedia/FILEBOT/tvshow.nfo
javafx/concurrent/Task
java.lang.NoClassDefFoundError: javafx/concurrent/Task
	at net.filebot.ui.rename.RenameAction.lambda$actionPerformed$1(RenameAction.java:99)
	at net.filebot.util.ui.SwingUI.withWaitCursor(SwingUI.java:289)
	at net.filebot.ui.rename.RenameAction.actionPerformed(RenameAction.java:78)
Caused by: java.lang.ClassNotFoundException: javafx.concurrent.Task
	... 3 more

Code: Select all

aio@aio:~$ filebot -script fn:sysinfo
FileBot 4.7.2 (r4178)
JNA Native: 4.0.1
MediaInfo: MediaInfoLib - v0.7.69
7-Zip-JBinding: 9.20
Chromaprint: fpcalc version 1.1.0 (/usr/share/filebot/fpcalc)
Extended Attributes: OK
GVFS: OK
Groovy Engine: 2.4.7
JRE: OpenJDK Runtime Environment 1.8.0_91
JVM: 64-bit OpenJDK 64-Bit Server VM
CPU/MEM: 4 Core / 6 GB Max Memory / 23 MB Used Memory
OS: Linux (amd64)
Package: DEB
Data: /home/aio/.filebot
uname: Linux aio 4.7.3-040703-generic #201609070334 SMP Wed Sep 7 07:36:45 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
Done ヾ(@⌒ー⌒@)ノ

Failed to initialize JavaFX

Posted: 11 Sep 2016, 05:23
by rednoah
If you're using OpenJDK, you may need to install OpenJFX:

Code: Select all

sudo apt-get install openjfx

Re: Failed to initialize JavaFX

Posted: 11 Sep 2016, 07:59
by MasterCATZ
thanks did the trick