-
Notifications
You must be signed in to change notification settings - Fork 4
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
Issue with Mouse Event #4
Comments
Do you have steps to reproduce this? |
It produce some time not always, here is my code for starting and closing hook, code is same which is given in lib. using on windows 10. public void closeHook() {
public void keyboardPressed() {
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sometimes it is giving below exception , how to solve this
org.simplenativehooks.AbstractNativeHookEventProcessor processStdout
WARNING: Exception when processing stdout for Windows Hook. null
java.lang.NullPointerException
at java.util.LinkedList$ListItr.next(LinkedList.java:893)
at org.simplenativehooks.NativeHookGlobalEventPublisher.publishMouseEvent(NativeHookGlobalEventPublisher.java:56)
at org.simplenativehooks.windows.GlobalWindowsEventOchestrator.processStdout(GlobalWindowsEventOchestrator.java:81)
at org.simplenativehooks.AbstractNativeHookEventProcessor.processStdout(AbstractNativeHookEventProcessor.java:142)
at org.simplenativehooks.AbstractNativeHookEventProcessor.access$000(AbstractNativeHookEventProcessor.java:13)
at org.simplenativehooks.AbstractNativeHookEventProcessor$1.run(AbstractNativeHookEventProcessor.java:70)
The text was updated successfully, but these errors were encountered: