Erros after update to 4

All your suggestions, requests and ideas for future development
Post Reply
neriox
Posts: 18
Joined: 04 Feb 2013, 02:14

Erros after update to 4

Post by neriox »

I'm getting a lot of erros after update to newer vrsion, and because this some of my files is missing...
keep the configuration, see the outputs here:

Code: Select all

Jun 11, 2014 5:55:51 PM net.filebot.archive.SevenZipLoader requireNativeLibraries
Advertência: Failed to preload library: java.lang.UnsatisfiedLinkError: no mingwm10 in java.library.path
net.sf.sevenzipjbinding.SevenZipNativeInitializationException: Failed to load 7z-JBinding:

Jun 11, 2014 5:29:16 PM net.filebot.media.MediaDetection storeMetaInfo
Advertência: Failed to set xattr: java.nio.file.AccessDeniedException: E:\Downloads\Episode 3 - .[FoV].[2014-04-20].mkv:net.filebot.metadata

Code: Select all

Processed 2 files
Jun 11, 2014 5:28:21 PM net.filebot.media.MediaDetection storeMetaInfo
Advertência: Failed to set xattr: java.nio.file.AccessDeniedException: E:\Downloads\S03E09 - .[KILLERS].[2014-06-08].mkv:net.filebot.metadata
Jun 11, 2014 5:28:21 PM net.filebot.media.MediaDetection storeMetaInfo
Advertência: Failed to set xattr: java.nio.file.AccessDeniedException: E:\Downloads\S03E10 - .[KILLERS].[2014-06-08].mkv:net.filebot.metadata
Get [Brazilian] subtitles for 1 files
And my command is like this:

Code: Select all

filebot -script "fn:amc" "E:/Downloads/" --action move --def deleteAfterExtract=y --conflict override -non-strict --def subtitles=y artwork=n --def "seriesFormat=E:/Downloads//{csv('E:/Downloads/Meus Scripts/SeriesMapping.csv').get(n) ?: n}/{episode.special ? 'Special' : 'Season '+s}/{n} - {s00e00} - {t} - {\"[$vf]\"}{\".[$vc]\"}{\".[$group]\"}{\".[$airdate]\"}{\".$lang\"}" subtitles=pb clean=n --log-file "E:/Downloads/Meus Scripts/logSeries.log"
With output like this
Parameter: deleteAfterExtract = y
Parameter: subtitles = pb
Parameter: artwork = n
Parameter: seriesFormat = E:/Downloads/{csv('E:/Downloads/Meus Scripts/SeriesMapping.csv').get(n) ?: n}/{episode.special ? 'Special' : 'Season '+s}/{n} - {s00e00} - {t} - {"[$vf]"}{".[$vc]"}{".[$group]"}{".[$airdate]"}{".$lang"}
Parameter: clean = y
User avatar
rednoah
The Source
Posts: 22998
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Erros after update to 4

Post by rednoah »

Are you still using FAT32 on that drive?

1.
xattr is not supported on that drive for some reason, be it filesystem capabilities or permissions

Disable xattr feature:

Code: Select all

-no-xattr
2.
native libraries can't be loaded, either because the system/java/filebot architectures don't match (or if you use the portable then native library are just not included)

FAQ has more info on this.
:idea: Please read the FAQ and How to Request Help.
Post Reply