I'm over a month behind on my media renames now so went back to old faithful 4.7.9 and all working good again
re-pasted details posted somewhere else on the forum below
Filebot just randomly started to decide to not work, keeps crashing or if it does stay open will not open any files all greyed out
Code: Select all
aio@aio:~$ filebot
[xcb] Unknown request in queue while dequeuing
[xcb] Most likely this is a multi-threaded client and XInitThreads has not been called
[xcb] Aborting, sorry about that.
java: ../../src/xcb_io.c:165: dequeue_pending_request: Assertion `!xcb_xlib_unknown_req_in_deq' failed.
Aborted
aio@aio:~$ filebot
Aug. 25, 2018 7:30:55 PM java.util.prefs.FileSystemPreferences$6 run
WARNING: Prefs file removed in background /home/aio/.java/.userPrefs/prefs.xml
aio@aio:~$ sudo filebot
[sudo] password for aio:
Aug. 25, 2018 7:31:38 PM java.util.prefs.FileSystemPreferences$6 run
WARNING: Prefs file removed in background /root/.java/.userPrefs/prefs.xml
aio@aio:~$ filebot
Aug. 25, 2018 7:32:08 PM java.util.prefs.FileSystemPreferences$6 run
WARNING: Prefs file removed in background /home/aio/.java/.userPrefs/prefs.xml
Exception in thread "JavaFX Application Thread" java.lang.IncompatibleClassChangeError
at javafx.graphics/com.sun.glass.ui.gtk.GtkApplication._runLoop(Native Method)
at javafx.graphics/com.sun.glass.ui.gtk.GtkApplication.lambda$runLoop$11(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
aio@aio:~$ sudo update-alternatives --config java
There are 2 choices for the alternative java (providing /usr/bin/java).
Selection Path Priority Status
------------------------------------------------------------
* 0 /usr/lib/jvm/java-11-openjdk-amd64/bin/java 1101 auto mode
1 /usr/lib/jvm/java-11-openjdk-amd64/bin/java 1101 manual mode
2 /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java 1081 manual mode
Press <enter> to keep the current choice[*], or type selection number: 2
update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java to provide /usr/bin/java (java) in manual mode
aio@aio:~$ filebot
[xcb] Unknown request in queue while dequeuing
[xcb] Most likely this is a multi-threaded client and XInitThreads has not been called
[xcb] Aborting, sorry about that.
java: ../../src/xcb_io.c:165: dequeue_pending_request: Assertion `!xcb_xlib_unknown_req_in_deq' failed.
Aborted
aio@aio:~$ filebot
Aug. 25, 2018 7:34:04 PM java.util.prefs.FileSystemPreferences$6 run
WARNING: Prefs file removed in background /home/aio/.java/.userPrefs/prefs.xml
aio@aio:~$ sudo filebot
Aug. 25, 2018 7:35:53 PM java.util.prefs.FileSystemPreferences$6 run
Code: Select all
aio@aio:~/Downloads$ filebot -script fn:sysinfo
FileBot 4.8.2 (r5789)
JNA Native: 5.2.2
MediaInfo: 18.05
7-Zip-JBinding: 9.20
Chromaprint: 1.4.2
Extended Attributes: OK
Unicode Filesystem: OK
GVFS: PlatformGVFS [/run/user/1000/gvfs]
Script Bundle: 2018-08-14 (r534)
Groovy: 2.5.1
JRE: Java(TM) SE Runtime Environment 10.0.2
JVM: 64-bit Java HotSpot(TM) 64-Bit Server VM
CPU/MEM: 4 Core / 7 GB Max Memory / 47 MB Used Memory
OS: Linux (amd64)
HW: Linux aio 4.17.0-041700-generic #201806041953 SMP Mon Jun 4 19:55:25 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
DATA: /home/aio/.filebot
Package: DEB
License: FileBot License xxxxxxxx (Valid-Until: 2068-08-10)
Done ヾ(@⌒ー⌒@)ノ
aio@aio:~/Downloads$
Code: Select all
aio@aio:~$ filebot -clear-cache
Clear cache
* Delete /home/aio/.filebot/cache/2
* Delete /home/aio/.filebot/cache/5
* Delete /home/aio/.filebot/cache/1
* Delete /home/aio/.filebot/cache/4
* Delete /home/aio/.filebot/cache/3
* Delete /home/aio/.filebot/cache/6
Error during startup
java.nio.file.AccessDeniedException: /home/aio/.filebot/cache/6/web-datasource-lv2.index
at net.filebot.util.FileUtilities$2.visitFile(FileUtilities.java:168)
at net.filebot.util.FileUtilities$2.visitFile(FileUtilities.java:164)
at net.filebot.util.FileUtilities.delete(FileUtilities.java:164)
at net.filebot.Main.main(Main.java:94)
aio@aio:~$ sudo filebot -clear-cache
[sudo] password for aio:
Clear cache
* Delete /home/aio/.filebot/cache/6
* Delete /home/aio/.filebot/cache/0
aio@aio:~$ filebot
[xcb] Unknown request in queue while dequeuing
[xcb] Most likely this is a multi-threaded client and XInitThreads has not been called
[xcb] Aborting, sorry about that.
java: ../../src/xcb_io.c:165: dequeue_pending_request: Assertion `!xcb_xlib_unknown_req_in_deq' failed.
Aborted
aio@aio:~$
I'll try a purge as soon as I find where to backup my renaming options
preferences.backup.xml is all i could find unsure why its last modified date was when filebot was last run I have not changed any settings for years
wow 386 meg to run this

Code: Select all
sudo apt remove --purge filebot
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
libc++1 libc++abi1 libgsoap-2.8.60 libvncserver1
Use 'sudo apt autoremove' to remove them.
The following packages will be REMOVED:
filebot*
0 to upgrade, 0 to newly install, 1 to remove and 17 not to upgrade.
After this operation, 386 MB disk space will be freed.
Do you want to continue? [Y/n]
Code: Select all
sudo dpkg -i FileBot_4.8.2_amd64.deb
Selecting previously unselected package filebot.
(Reading database ... 760434 files and directories currently installed.)
Preparing to unpack FileBot_4.8.2_amd64.deb ...
Unpacking filebot (4.8.2) ...
Setting up filebot (4.8.2) ...
Processing triggers for hicolor-icon-theme (0.17-2) ...
Processing triggers for gnome-menus (3.13.3-11ubuntu1.1) ...
Processing triggers for desktop-file-utils (0.23-1ubuntu3.18.04.1) ...
Processing triggers for bamfdaemon (0.5.3+18.04.20180207.2-0ubuntu1) ...
Rebuilding /usr/share/applications/bamf-2.index...
Processing triggers for mime-support (3.60ubuntu1) ...
Processing triggers for shared-mime-info (1.9-2) ...
Unknown media type in type 'all/all'
Unknown media type in type 'all/allfiles'
Code: Select all
filebot
Fetch failed: https://app.filebot.net/update.xml
java.net.UnknownHostException: app.filebot.net
at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
at net.filebot.web.WebRequest.fetch(WebRequest.java:142)
at net.filebot.CachedResource.lambda$fetchIfModified$9(CachedResource.java:215)
at net.filebot.CachedResource.lambda$get$0(CachedResource.java:87)
at net.filebot.CachedResource.retry(CachedResource.java:121)
at net.filebot.CachedResource.lambda$get$1(CachedResource.java:87)
at net.filebot.Cache.computeIf(Cache.java:90)
at net.filebot.CachedResource.get(CachedResource.java:82)
at net.filebot.Main.checkUpdate(Main.java:276)
at net.filebot.Main.onStart(Main.java:208)
at net.filebot.Main.lambda$main$1(Main.java:161)
at net.filebot.util.ui.SwingUI$SwingRunnable.doInBackground(SwingUI.java:435)
at net.filebot.util.ui.SwingUI$SwingRunnable.doInBackground(SwingUI.java:425)
Caused by: java.net.UnknownHostException: app.filebot.net
at net.filebot.web.WebRequest.fetch(WebRequest.java:139)
... 11 more
Failed to check for updates
java.net.UnknownHostException: app.filebot.net
at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
at net.filebot.web.WebRequest.fetch(WebRequest.java:142)
at net.filebot.CachedResource.lambda$fetchIfModified$9(CachedResource.java:215)
at net.filebot.CachedResource.lambda$get$0(CachedResource.java:87)
at net.filebot.CachedResource.retry(CachedResource.java:121)
at net.filebot.CachedResource.lambda$get$1(CachedResource.java:87)
at net.filebot.Cache.computeIf(Cache.java:90)
at net.filebot.CachedResource.get(CachedResource.java:82)
at net.filebot.Main.checkUpdate(Main.java:276)
at net.filebot.Main.onStart(Main.java:208)
at net.filebot.Main.lambda$main$1(Main.java:161)
at net.filebot.util.ui.SwingUI$SwingRunnable.doInBackground(SwingUI.java:435)
at net.filebot.util.ui.SwingUI$SwingRunnable.doInBackground(SwingUI.java:425)
Caused by: java.net.UnknownHostException: app.filebot.net
at net.filebot.web.WebRequest.fetch(WebRequest.java:139)
... 11 more
Aug. 26, 2018 9:31:29 AM java.util.prefs.FileSystemPreferences$6 run
WARNING: Prefs file removed in background /home/aio/.java/.userPrefs/prefs.xml
Code: Select all
export JAVA_OPTS="-Dnet.filebot.logging.debug=ALL -Dnet.filebot.web.WebRequest.log.response=true"
aio@aio:/SnapRaidRW/DATA/Android$ filebot
Using persistent disk cache /home/aio/.filebot/cache/0
[xcb] Unknown request in queue while dequeuing
[xcb] Most likely this is a multi-threaded client and XInitThreads has not been called
[xcb] Aborting, sorry about that.
java: ../../src/xcb_io.c:165: dequeue_pending_request: Assertion `!xcb_xlib_unknown_req_in_deq' failed.
Aborted