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?
Unsatisfiedlinkerror help
Re: Unsatisfiedlinkerror help
Run with FileBot (console) and paste me the output.
Also opening cmd and running this command would be helpful:
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/
Also opening cmd and running this command would be helpful:
Code: Select all
filebot -script fn:sysinfo
https://sourceforge.net/p/filebot/code/ ... ib/native/
Re: Unsatisfiedlinkerror help
Copying the jnidispatch.dll fixed it! Thanks rednoah!