-
Notifications
You must be signed in to change notification settings - Fork 275
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Keepasshttp plugin compilation fails with keepass 2.34 #293
Comments
I have the same problem with Windows (10). After copying the file into the appropriate folder, KeePass tells me after starting that this plugin is incompatible with this version of KeePass. |
Here is the windows 10 dialog [Window Title] [Content] Have a look at the plugin's website for an appropriate version. [Expanded Information] [^] Details [OK] |
This should hopefully resolve itself when I get around to merging #289 |
Thanks for the heads up, I can confirm the linked fork is working for me here on windows 10 |
Hurray!!! this fork is working for my windows 10 also!!! thanks a lot! |
Incidentally, on Linux, I observed this proximate problem (that the plugin didn't work after an upgrade); but I found that it was because there was a residual Mono process running that was holding open port 45531. |
I can confirm the following worked to fix my installation on a Windows 10 machine. Quoted from the following thread: #275 "I had the exact same problem with Windows 10 x64. I did some research with the exception message and found another thread that had a problem with "SetFileCompletionNotificationModes". In this case the culprit was a buggy uninstalling of a Lavasoft software (Ad-Aware) which left the LavasoftTcpService64.dll in the System32 directory." "Simply reset the Winsock Catalog from the command prompt as an admin: netsh winsock reset Then, restart your PC and delete the buggy files from: C:\WINDOWS\system32\LavasoftTcpService64.dll I've read elsewhere that some people only had to do the winsock reset but I deleted the lavasoft files anyway since I don't have Ad Aware installed anymore. Hope this helps! |
Hi,
On my archlinux machine, I'm running into a plugin compile error when launching keepass 2.34. I've started keepass with --debug parameter which shows
My mono version: Mono JIT compiler version 4.6.1 (Stable 4.6.1.3/abb06f1 Mon Oct 3 07:51:42 UTC 2016)
My kernel: Linux winecup 4.7.6-1-ARCH #1 SMP PREEMPT Fri Sep 30 19:28:42 CEST 2016 x86_64 GNU/Linux
I've tried the clear cache option in keepass, removing ~/.local/share/KeePass/PluginCache/* and I've verified that the files KeePassHttp.dll and Newtonsoft.Json.dll on my system are exactly the same as in github's mono directory.
Any help would be appreciated in solving this problem. Thank you in advance.
Regards,
Ben
The text was updated successfully, but these errors were encountered: