Page 1 of 1

FileBot 4.6.1 (r3693) - MissingMethodException

Posted: 12 Mar 2016, 13:41
by Sheldon
Hi,

the current version causes a MissingMethodException:

Code: Select all

FileBot 4.6.1 (r3693)
JNA Native: 4.0.1
MediaInfo: MediaInfoLib - v0.7.78
7-Zip-JBinding: 9.20
Chromaprint: fpcalc version 1.1.0 (D:\Portable Applications\Platform\PortableApps\FileBot\Lib\fpcalc.exe)
Extended Attributes: groovy.lang.MissingMethodException: No signature of method: static net.filebot.Settings.getApplicationFolder() is applicable for argument types: () values: []
Possible solutions: getApplicationName()
Groovy Engine: 2.4.6
JRE: Java(TM) SE Runtime Environment 1.8.0_73
JVM: 32-bit Java HotSpot(TM) Client VM
CPU/MEM: 2 Core / 247 MB Max Memory / 16 MB Used Memory
OS: Windows Vista (x86)
Package: PORTABLE
MissingMethodException: No signature of method: static net.filebot.Settings.getApplicationFolder() is applicable for argument types: () values: []
Possible solutions: getApplicationName()
groovy.lang.MissingMethodException: No signature of method: static net.filebot.Settings.getApplicationFolder() is applicable for argument types: () values: []
Possible solutions: getApplicationName()
	at Script2.run(Script2.groovy:102)
	at net.filebot.cli.ScriptShell.evaluate(ScriptShell.java:61)
	at net.filebot.cli.ScriptShell.runScript(ScriptShell.java:82)
	at net.filebot.cli.ScriptShell.runScript(ScriptShell.java:78)
	at net.filebot.cli.ScriptShellBaseClass.executeScript(ScriptShellBaseClass.java:114)
	at net.filebot.cli.ScriptShellBaseClass.runScript(ScriptShellBaseClass.java:89)
	at Script1.run(Script1.groovy:1)
	at net.filebot.cli.ScriptShell.evaluate(ScriptShell.java:61)
	at net.filebot.cli.GroovyPad$Runner$1.run(GroovyPad.java:237)
Kind regards,

Sheldon

Re: FileBot 4.6.1 (r3693) - MissingMethodException

Posted: 12 Mar 2016, 17:04
by rednoah
r3701 fixes these backwards compatibility issues.

Re: FileBot 4.6.1 (r3693) - MissingMethodException

Posted: 12 Mar 2016, 17:50
by Sheldon
Nope! Unfortunately the exception remains.

Code: Select all

FileBot 4.6.1 (r3701)
JNA Native: 4.0.1
MediaInfo: MediaInfoLib - v0.7.78
7-Zip-JBinding: 9.20
Chromaprint: fpcalc version 1.1.0 (D:\Portable Applications\Platform\PortableApps\FileBot\Lib\fpcalc.exe)
Extended Attributes: groovy.lang.MissingMethodException: No signature of method: static net.filebot.Settings.getApplicationFolder() is applicable for argument types: () values: []
Possible solutions: getApplicationFolder(), getApplicationName()
Groovy Engine: 2.4.6
JRE: Java(TM) SE Runtime Environment 1.8.0_73
JVM: 32-bit Java HotSpot(TM) Client VM
CPU/MEM: 2 Core / 247 MB Max Memory / 18 MB Used Memory
OS: Windows Vista (x86)
Package: PORTABLE
MissingMethodException: No signature of method: static net.filebot.Settings.getApplicationFolder() is applicable for argument types: () values: []
Possible solutions: getApplicationFolder(), getApplicationName()
groovy.lang.MissingMethodException: No signature of method: static net.filebot.Settings.getApplicationFolder() is applicable for argument types: () values: []
Possible solutions: getApplicationFolder(), getApplicationName()
	at Script2.run(Script2.groovy:102)
	at net.filebot.cli.ScriptShell.evaluate(ScriptShell.java:61)
	at net.filebot.cli.ScriptShell.runScript(ScriptShell.java:82)
	at net.filebot.cli.ScriptShell.runScript(ScriptShell.java:78)
	at net.filebot.cli.ScriptShellBaseClass.executeScript(ScriptShellBaseClass.java:114)
	at net.filebot.cli.ScriptShellBaseClass.runScript(ScriptShellBaseClass.java:89)
	at Script1.run(Script1.groovy:1)
	at net.filebot.cli.ScriptShell.evaluate(ScriptShell.java:61)
	at net.filebot.cli.GroovyPad$Runner$1.run(GroovyPad.java:237)

Re: FileBot 4.6.1 (r3693) - MissingMethodException

Posted: 12 Mar 2016, 18:27
by rednoah
I see... r3705 should really fix it then.

Re: FileBot 4.6.1 (r3693) - MissingMethodException

Posted: 13 Mar 2016, 08:31
by Sheldon
With r3705 the exception is gone. Thanks a lot for fixing it!