Page 1 of 1

UnsatisfiedLinkError: libawt_xawt.so: libXtst.so.6: Can not open the shared object

Posted: 17 Aug 2018, 22:54
by rednoah
This error means that FileBot is trying to launch the GUI application on a system that can't run GUI applications:

Code: Select all

java.lang.UnsatisfiedLinkError: /usr/share/filebot/jre/lib/libawt_xawt.so: libXtst.so.6: Can not open the shared object file: No file or folder of this type

:arrow: You can force headless mode by setting the java.awt.headless system property to true:

Code: Select all

export JAVA_OPTS="-Djava.awt.headless=true" && filebot --license /path/to/license.psm