Page 1 of 1

File bot stopped extracting RARs on latest beta

Posted: 24 Oct 2015, 19:59
by heed
here is the script i've been using since forever it works well, still moves files from downloads if already extracted but will not extract, Thanks
filebot -script fn:amc --output "J:/" --log-file amc.log --action copy --conflict override -non-strict --def music=y subtitles=en artwork=y "ut_label=%L" "ut_state=%S" "ut_title=%N" "ut_kind=%K" "ut_file=%F" "ut_dir=%D"

Re: File bot stopped extracting RARs on latest beta

Posted: 24 Oct 2015, 20:33
by rednoah
Logs? Platform? sysinfo?

Read this:
viewtopic.php?f=4&t=1868

Re: File bot stopped extracting RARs on latest beta

Posted: 24 Oct 2015, 20:53
by heed
ok i think this is what you need if not let me know and thanks
Microsoft Windows [Version 10.0.10240]
(c) 2015 Microsoft Corporation. All rights reserved.

C:\Users\Edwin>filebot -script fn:sysinfo
FileBot 4.6.1 (r3260)
JNA Native: 4.0.0
MediaInfo: Unable to load amd64 native library MediaInfo.dll
Oct 24, 2015 1:49:12 PM net.filebot.archive.SevenZipLoader requireNativeLibraries
WARNING: Failed to preload library: java.lang.UnsatisfiedLinkError: C:\Program Files (x86)\FileBot\libgcc_s_seh-1.dll: %1 is not a valid Win32 application
7-Zip-JBinding: net.sf.sevenzipjbinding.SevenZipNativeInitializationException: Failed to load 7z-JBinding: C:\Program Files (x86)\FileBot\7-Zip-JBinding.dll: Can't load IA 32-bit .dll on a AMD 64-bit platform
Oct 24, 2015 1:49:12 PM java.util.prefs.WindowsPreferences <init>
WARNING: Could not open/create prefs root node Software\JavaSoft\Prefs at root 0x80000002. Windows RegCreateKeyEx(...) returned error code 5.
chromaprint-tools: fpcalc version 1.1.0 (C:\Program Files (x86)\FileBot\fpcalc.exe)
Extended Attributes: OK
Groovy Engine: 2.4.5
JRE: Java(TM) SE Runtime Environment 1.8.0_65
JVM: 64-bit Java HotSpot(TM) 64-Bit Server VM
CPU/MEM: 8 Core / 7 GB Max Memory / 38 MB Used Memory
OS: Windows 10 (amd64)
Done ?(?????)?


C:\Users\Edwin>

Re: File bot stopped extracting RARs on latest beta

Posted: 25 Oct 2015, 06:04
by rednoah
You seem to have installed 32-bit FileBot on 64-bit Windows... See FAQ => install 64-bit FileBot
FAQ wrote:Q: Why is MediaInfo not working? Why is 7zip not working?
If you're using 64-bit Java you must install 64-bit FileBot, if you're using 32-bit Java you must install 32-bit FileBot. If you have installed 64-bit Windows and 64-bit FileBot and 32-bit Java, the java process will be in 32-bit compatibility mode and the native libraries won't work. So uninstall 32-bit Java and then only install the latest 64-bit Java and latest 64-bit FileBot.

Re: File bot stopped extracting RARs on latest beta

Posted: 25 Oct 2015, 14:59
by heed
I'm an idiot, i kept thinking i installed the wrong java, not the wrong filebot, thanks