Code: Select all
filebot -script fn:amc --output "H:/Downloads/!Organised" --log-file amc.log --action copy --conflict override -non-strict --def music=y clean=y "ut_label=%L" "ut_state=%S" "ut_title=%N" "ut_kind=%K" "ut_file=%F" "ut_dir=%D"
Code: Select all
Dec 25, 2014 2:46:45 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.
Code: Select all
H:\Downloads\!Completed>filebot2.bat
H:\Downloads\!Completed>"C:/Program Files/FileBot/filebot.exe" -script fn:amc --
output "H:/Downloads/!Organised" --log-file amc.log --action copy --conflict ove
rride -non-strict --def music=y clean=y "ut_label=S" "ut_title=K" "ut_file=D"
Locking C:\Users\Andy M\AppData\Roaming\FileBot\logs\amc.log
Parameter: music = y
Parameter: clean = y
Parameter: ut_label = S
Parameter: ut_title = K
Parameter: ut_file = D
MissingPropertyException: No such property: ut_kind for class: Script1
groovy.lang.MissingPropertyException: No such property: ut_kind for class: Scrip
t1
at Script1.run(Script1.groovy:165)
at net.filebot.cli.ScriptShell.evaluate(ScriptShell.java:61)
at net.filebot.cli.ScriptShell.runScript(ScriptShell.java:82)
at net.filebot.cli.ArgumentProcessor.process(ArgumentProcessor.java:112)
at net.filebot.Main.main(Main.java:170)
Failure (-¦_-¦)
This is a new installation of Win 8.1, could it have been a Windows update that caused this problem?
If so, how do I get filebot working again?
Any help would be appreciated.