[Arch amd64] AUR filebot47 (4.7.9-3) run errors.

Support for Ubuntu and other Desktop Linux distributions
Post Reply
peterparker
Posts: 1
Joined: 22 May 2019, 12:56

[Arch amd64] AUR filebot47 (4.7.9-3) run errors.

Post by peterparker »

Hi,

I have tried for days to get this program working. I installed all Java based packages and still nothing.
I am at my wits end.
I have no idea in what order OR what packages should be installed as search engines support debian based answers and nothing for arch 64 bit systems.

Below is the error message I am receiving:

Code: Select all

dave@antergos Desktop]$ filebot
/usr/bin/filebot: line 5: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)

(process:23885): Gtk-WARNING **: 14:02:38.178: Locale not supported by C library.
	Using the fallback 'C' locale.
Failed to initialize JavaFX. Please install JavaFX.
java.lang.NoClassDefFoundError: javafx/embed/swing/JFXPanel
	at net.filebot.util.ui.SwingUI.initJavaFX(SwingUI.java:510)
	at net.filebot.Main.onStart(Main.java:151)
	at net.filebot.Main.lambda$null$0(Main.java:129)
	at net.filebot.util.ui.SwingUI$SwingRunnable.doInBackground(SwingUI.java:426)
	at net.filebot.util.ui.SwingUI$SwingRunnable.doInBackground(SwingUI.java:416)
Caused by: java.lang.ClassNotFoundException: javafx.embed.swing.JFXPanel
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:583)
	at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:178)
	... 5 more

[dave@antergos Desktop]$ 
I have installed this package (filebot47) via the AUR. Link here:
http://aur.archlinux.org/packages/filebot47

What in all that is sane and good in this world am I not seeing?

Peter.
User avatar
rednoah
The Source
Posts: 22986
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: [Arch amd64] AUR filebot47 (4.7.9-3) run errors.

Post by rednoah »

Oracle JDK 8 (which includes JavaFX) is probably your last best hope.
:idea: Please read the FAQ and How to Request Help.
Post Reply