Page 1 of 1

Launching Filebot App from Qbittorrent in Windows 10

Posted: 01 Apr 2017, 22:37
by sgtpepper36
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.

Code: Select all

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)

Re: Launching Filebot App from Qbittorrent in Windows 10

Posted: 01 Apr 2017, 22:56
by rednoah
1.
Have you tried following the manual verbatim?
viewtopic.php?f=4&t=215#p9774

It works exactly as it always has. You call FileBot by calling filebot (it's so simple, it sounds stupid, but that's just how it is).

:!: I think you're calling C:\path\to\filebot.exe when you should be calling filebot. Why would you do that?


2.
Have you uninstalled all previously installed versions of FileBot? Please run filebot -script fn:sysinfo and post the output.

:idea: The log you posted was not generated by the Windows Store version of FileBot.