Page 1 of 1

Error when running a rename script

Posted: 23 Oct 2017, 13:36
by vballrican
Hello, i have not had any problems running my rename script until now. I now get this:

Code: Select all

java.lang.Error:

There is an incompatible JNA native library installed on this system
Expected: 5.2.0
Found:    5.1.0
(at C:\Program Files\FileBot\jnidispatch.dll).
Any ideas? Thanks.

Re: Error when running a rename script

Posted: 23 Oct 2017, 15:44
by rednoah
Did you manually upgrade the jar?

Re: Error when running a rename script

Posted: 23 Oct 2017, 16:55
by vballrican
yes...

Re: Error when running a rename script

Posted: 23 Oct 2017, 18:20
by kim
you can get the new file from here:
https://mvnrepository.com/artifact/net. ... /jna/4.5.0

unpack using e.g 7-zip
location:
jna-4.5.0.jar\com\sun\jna\win32-x86\jnidispatch.dll
OR
jna-4.5.0.jar\com\sun\jna\win32-x86-64\jnidispatch.dll

replace file in root of filebot or if some other place ?

Update MediaInfo.dll here:
https://mediaarea.net/en/MediaInfo/Download/Windows

Re: Error when running a rename script

Posted: 23 Oct 2017, 19:46
by rednoah
Yes, occasionally the jar contains new code that also requires newer native libraries, so occasionally you may need to update other files other than the main jar as well.

Re: Error when running a rename script

Posted: 23 Oct 2017, 21:57
by vballrican
Ok. thanks. :)

Re: Error when running a rename script

Posted: 26 Oct 2017, 13:19
by vballrican
kim wrote: 23 Oct 2017, 18:20 you can get the new file from here:
https://mvnrepository.com/artifact/net. ... /jna/4.5.0

unpack using e.g 7-zip
location:
jna-4.5.0.jar\com\sun\jna\win32-x86\jnidispatch.dll
OR
jna-4.5.0.jar\com\sun\jna\win32-x86-64\jnidispatch.dll

replace file in root of filebot or if some other place ?

Update MediaInfo.dll here:
https://mediaarea.net/en/MediaInfo/Download/Windows
What is MediaInfo and where do i need to put it? Once i updated the JNA, i can rename but not get artwork... :( fix one and break another... :|