WARNING: Failed to preload libzen
Posted: 30 Apr 2014, 00:06
I'm trying to fix the Error "WARNING: Failed to preload libzen". I'm running filebot on a Debian Wheezy. I have a 64 bit system, filebot was installed as a 64bit version and carries the neccessary libs with it. I also have Java 64bit installed on my System.
If I now try to rename/move a file with a flag that needs mediainfo my machine presents me the error:
I also copied the libs to /usr/lib. No change.
Any suggestion how to fix this are welcome.
Greetings
David
If I now try to rename/move a file with a flag that needs mediainfo my machine presents me the error:
Code: Select all
root@chap:~/.pyload/Downloads/cntmn-3x04-wb8# filebot -rename . --db thetvdb --format "/media/d3c21c66-af4b-41d4-b098-462e83fa641d/Serien/{n}/Staffel {s} EN {vc}/{n.replaceAll(/[!?.]+\$/).replaceAll(/[\`´‘’ʻ]/, \"'\").replace(':',' -')} - {s00e00} - {t.replaceAll(/[!?.]+\$/).replaceAll(/[\`´‘’ʻ]/, \"'\")}" -non-strict -r
Rename episodes using [TheTVDB]
Auto-detected query: [Continuum, cntmn]
Fetching episode data for [Continuum]
Fetching episode data for [Continuum (Web Series)]
Apr 30, 2014 1:59:35 AM net.sourceforge.filebot.mediainfo.MediaInfo <clinit>
Warnung: Failed to preload libzen
Stripping invalid characters from new path: /media/d3c21c66-af4b-41d4-b098-462e83fa641d/Serien/Continuum/Staffel 3 EN /Continuum - S03E04 - A Minute Changes Everything
[MOVE] Rename [/root/.pyload/Downloads/cntmn-3x04-wb8/Continuum - S03E04 - A Minute Changes Everything.mkv] to [/media/d3c21c66-af4b-41d4-b098-462e83fa641d/Serien/Continuum/Staffel 3 EN/Continuum - S03E04 - A Minute Changes Everything.mkv]
Processed 1 files
Done ヾ(@⌒ー⌒@)ノ
Code: Select all
root@chap:~/.pyload/Downloads/cntmn-3x04-wb8# java -version
java version "1.7.0_51"
Java(TM) SE Runtime Environment (build 1.7.0_51-b13)
Java HotSpot(TM) 64-Bit Server VM (build 24.51-b03, mixed mode)
Code: Select all
root@chap:~/.pyload/Downloads/cntmn-3x04-wb8# ls /usr/share/filebot/
bin FileBot.jar icon.svg lib7-Zip-JBinding.so libmediainfo.so libzen.so
root@chap:~/.pyload/Downloads/cntmn-3x04-wb8# ls /usr/share/filebot/ -la
insgesamt 32508
drwxr-xr-x 3 root root 4096 Sep 22 2013 .
drwxr-xr-x 220 root root 12288 Apr 25 20:04 ..
drwxr-xr-x 2 root root 4096 Apr 30 01:51 bin
-rw-r--r-- 1 root root 26227675 Aug 7 2013 FileBot.jar
-rw-r--r-- 1 root root 5976 Mai 20 2012 icon.svg
-rw-r--r-- 1 root root 2288945 Nov 3 2012 lib7-Zip-JBinding.so
-rw-r--r-- 1 root root 4464152 Okt 25 2012 libmediainfo.so
-rw-r--r-- 1 root root 271448 Okt 25 2012 libzen.so
Any suggestion how to fix this are welcome.

Greetings
David