Error when running a rename script

Support for Windows users
Post Reply
vballrican
Donor
Posts: 80
Joined: 21 Dec 2014, 01:29

Error when running a rename script

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

Re: Error when running a rename script

Post by rednoah »

Did you manually upgrade the jar?
:idea: Please read the FAQ and How to Request Help.
vballrican
Donor
Posts: 80
Joined: 21 Dec 2014, 01:29

Re: Error when running a rename script

Post by vballrican »

yes...
kim
Power User
Posts: 1251
Joined: 15 May 2014, 16:17

Re: Error when running a rename script

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

Re: Error when running a rename script

Post 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.
:idea: Please read the FAQ and How to Request Help.
vballrican
Donor
Posts: 80
Joined: 21 Dec 2014, 01:29

Re: Error when running a rename script

Post by vballrican »

Ok. thanks. :)
vballrican
Donor
Posts: 80
Joined: 21 Dec 2014, 01:29

Re: Error when running a rename script

Post 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... :|
Post Reply