Closed wadim-al closed 5 years ago
Please try this version, I did a small fix to the hydra plugin. Make sure that the dll is not blocked since its downloaded from internet
After replacing the new .dll I've started getting errors. Errors: an item with the same key has already been added object reference not set to an instance of a object Reinstalling the FreePIE did not help. Don't know how to recover. Registry cleaning? regsvr dll unregister? Happens even with script using only keyboard commands.
Strange all I changed from the released version is a small thing in how we handel errors in hydra
Will try to remove all references of that dll from the registry, plus all reg keys for FreePIE which I will find.
I was able to cleanly reinstall. Still after adding a new dll I'm getting the same errors. Was able to return back to original dll.
And you have made sure its not blocked?
There is no Unblock checkbox for this file on my Win10. You can try this dll yourself and use any script like 'keyboard.setPressed(Key.A, Key.B)' to see if you will have those errors. Hydra not needed.
It seems .net is a bit funny. Could it be you hava renamed old file to dllold, dllbak os similar
I'll fix that for next version of freepie
var dlls = fileSystem
.GetFiles(path, "*.dll")
.Where(dll => dll.EndsWith("dll", StringComparison.InvariantCultureIgnoreCase))
.ToList();
I confirm, that I've renamed the dll to dll1
Tested the new dll, without old. Now it is not crashing. Fixed. Thanks!
Problem: if script was run, stopped, edited so error was introduced and started the app crashes.
OS: Windows 10 x64 FreePIE: 1.11.724.0
Steps.
orbiter - Copy.py.txt FreePIE.exe.3692.dmp.txt