rawinput-sharp icon indicating copy to clipboard operation
rawinput-sharp copied to clipboard

Crash while using Multiplicity software

Open rocksdanister opened this issue 1 year ago • 0 comments

When running Multiplicity KVM software users are reporting crash:

Linearstar.Windows.RawInput.Native.Win32ErrorException: Invalid access to memory location.

   at Linearstar.Windows.RawInput.Native.User32.GetRawInputDataHeader(RawInputHandle rawInput)
   at Linearstar.Windows.RawInput.RawInputData.FromHandle(RawInputHandle rawInput)
   at livelywpf.Core.RawInputDX.Hook(IntPtr hwnd, Int32 msg, IntPtr wparam, IntPtr lparam, Boolean& handled)
   at System.Windows.Interop.HwndSource.PublicHooksFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
   at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
   at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
   at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
   at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)

Reference: https://github.com/rocksdanister/lively/issues/575

rocksdanister avatar Feb 08 '24 09:02 rocksdanister