gmamaladze / globalmousekeyhook

This library allows you to tap keyboard and mouse, detect and record their activity even when an application is inactive and runs in background.
MIT License
1.06k stars 256 forks source link

memory issues #62

Open tofutim opened 8 years ago

tofutim commented 8 years ago

Any idea why this happens? Saw it on a customer computer

OutOfMemoryException HResult=-2147024882 (Gma.System.MouseKeyHook.KeyPressEventArgsExt.FromRawDataGlobal) v8.0 at Gma.System.MouseKeyHook.KeyPressEventArgsExt.FromRawDataGlobal(CallbackData data) at Gma.System.MouseKeyHook.Implementation.GlobalKeyListener.GetPressEventArgs(CallbackData data) at Gma.System.MouseKeyHook.Implementation.KeyListener.Callback(CallbackData data) at Gma.System.MouseKeyHook.WinApi.HookHelper.HookProcedure(Int32 nCode, IntPtr wParam, IntPtr lParam, Callback callback) at Gma.System.MouseKeyHook.WinApi.HookHelper.<>cDisplayClass4.b3(Int32 code, IntPtr param, IntPtr lParam)