File bot stopped extracting RARs on latest beta

Running FileBot from the console, Groovy scripting, shell scripts, etc
Post Reply
heed
Posts: 19
Joined: 23 Dec 2014, 01:17

File bot stopped extracting RARs on latest beta

Post 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"
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: File bot stopped extracting RARs on latest beta

Post by rednoah »

Logs? Platform? sysinfo?

Read this:
viewtopic.php?f=4&t=1868
:idea: Please read the FAQ and How to Request Help.
heed
Posts: 19
Joined: 23 Dec 2014, 01:17

Re: File bot stopped extracting RARs on latest beta

Post 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>
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: File bot stopped extracting RARs on latest beta

Post 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.
:idea: Please read the FAQ and How to Request Help.
heed
Posts: 19
Joined: 23 Dec 2014, 01:17

Re: File bot stopped extracting RARs on latest beta

Post by heed »

I'm an idiot, i kept thinking i installed the wrong java, not the wrong filebot, thanks
Post Reply