Page 1 of 1

Unsatisfiedlinkerror help

Posted: 06 Jan 2014, 05:53
by RedArrow
I uninstalled and reinstalled Java and uninstalled and reinstalled Filebot a few times. I'm running Windows 7. I have a TV show I'm trying to rename and whenever I click rename after fetching theTVDB data I get

"Unsatisfiedlinkerror: C:/users/computername/appdata/local/temp/jna-1839638943/jna7746395609496130863.dll"

What is causing this?

Re: Unsatisfiedlinkerror help

Posted: 06 Jan 2014, 06:01
by rednoah
Run with FileBot (console) and paste me the output.

Also opening cmd and running this command would be helpful:

Code: Select all

filebot -script fn:sysinfo
Most likely your anti virus is blocking that library. Try copying jnidispatch.dll into the filebot install folder:
https://sourceforge.net/p/filebot/code/ ... ib/native/

Re: Unsatisfiedlinkerror help

Posted: 06 Jan 2014, 06:21
by RedArrow
Copying the jnidispatch.dll fixed it! Thanks rednoah!