baykovr / AVPI

an open source voice command macro software
https://baykovr.github.io/gavpi.html
GNU General Public License v3.0
198 stars 42 forks source link

Bug : InputManager .Net 4.5 conflict #29

Closed baykovr closed 8 years ago

baykovr commented 9 years ago

VI.cs : load_listen()

"InputManager library, which we rely upon, has issues with .Net 4.5 and throws an Overflow exception. We'll catch it here and pretty much let it go for now (since Push-to-Talk isn't implemented yet)with the intent of resolving it later."

baykovr commented 9 years ago

Can we get away with using 4.0 ... ?

Pazns commented 9 years ago

I don't remember writing something about this.

baykovr commented 9 years ago

Must of been simon then.

Yukinii commented 9 years ago

https://mega.co.nz/#!XoAXXKBZ!1HkwAbIpBM2EBXnw6maltjxlasecBwFvtux8xsnX8Gs ^-- 4.5.2 Inputmanager.dll (breaks keyboard hook) | C# Keyboardhook ---v https://gist.github.com/Yukinii/66239b81f979e2bf3e42

AmethystAir commented 8 years ago

I patched the DLL to work with 4.0+ in #50. It was actually a really simple change :)

baykovr commented 8 years ago

Open a pr with the new dll, location is in:

https://github.com/baykovr/AVPI/tree/master/GAVPI/GAVPI/deps/InputManager.dll

In this way you can receive repository contribution credit. Thanks for the work.

baykovr commented 8 years ago

Fixed by @AmethystAir in 3e2c7ae8d09fc1de1f5eca90cffd671dcc93220c