I purchased the new version of Filebot from the microsoft app store because the old version stopped working out of nowhere. Now i can not figure out how to launch from qbittorrent automatically after the download. I am getting the below error. I reinstalled java. made sure it was the 64bit version, as my os is 64bit.
Apr 01, 2017 8:10:28 AM net.filebot.win.WinAppUtilities setAppUserModelID
WARNING: Native library (com/sun/jna/win32-x86/jnidispatch.dll) not found in resource path ([file:/C:/Program%20Files/FileBot/FileBot.jar])
java.lang.UnsatisfiedLinkError: Native library (com/sun/jna/win32-x86/jnidispatch.dll) not found in resource path ([file:/C:/Program%20Files/FileBot/FileBot.jar])
at com.sun.jna.Native.loadNativeDispatchLibraryFromClasspath(Native.java:921)
at com.sun.jna.Native.loadNativeDispatchLibrary(Native.java:881)
at com.sun.jna.Native.<clinit>(Native.java:156)
at com.sun.jna.platform.win32.Shell32.<clinit>(Shell32.java:45)
at net.filebot.win.WinAppUtilities.setAppUserModelID(WinAppUtilities.java:16)
at net.filebot.Main.startUserInterface(Main.java:225)
at net.filebot.Main.lambda$main$1(Main.java:126)