Closed nin93 closed 4 years ago
Hmm. This could be either a bug in libxdo
or in the Crystal bindings. The fact that it's happening 10 to 30 minutes into a run makes me suspect the former, but that's just intuition.
Closing as stale; haven't been able to repro.
I'm building an automated bot with these bindings and as soon as I started testing it I noticed the same redundant error from
libxdo
lib.I tried switching from
XDo#get_mouse_location2
toXDo#get_mouse_location
internally, but the error still occurs (that was the case).I don't know where the real issue comes from, but it makes my app crash almost every time, and when it does it takes from 10 to 30 minutes.