Alex Barker
Alex Barker
I need the debug log output. I have answered several issues about this, but no one has posted that output yet.
My best guess is it is a signed vs unsigned bug.
See: https://github.com/kwhat/libuiohook/issues/48
See: https://github.com/kwhat/jnativehook/wiki/ConsoleOutput for java
There we go, "SYSTEM\CurrentCon" is not correct! For some reason that string is truncated.... https://github.com/kwhat/libuiohook/blob/1681e2d6d5385f2c98a9c58412bede50c6dcbe67/src/windows/input_helper.c#L435
I will see I if I can fix up this weekend.
I have pushed patch [f1445ba](https://github.com/kwhat/libuiohook/commit/f1445ba08400819ef2405917626edbce84b70724) to master 1.1 and 1.0 upstream. git submodule update should get this project compiling. I have not tested this patch so if you could compile,...
This should be working now. Please let me know / reopen if it still causes a problem with the next release.
I try and carve out some time this week/weekend to address a few more bugs and then release. I'll try to get it out in +/- a week.
A little bit of real life and gentoo updates. I am having issues with clang 4 ;(