Overflow when moving the Window by Titlebar

Issue #5007 new
Philipp Jess created an issue

Hello,

i am using Version 10.0 at the moment, but this also happens on older versions:

when i try to move the window by click and drag on the titlebar, as soon as i move the mouse i get an Error dialog with following message:

Arithmetic operation resulted in an overflow.

App: LaunchBox
Version: 10.0
Type: System.OverflowException
Site: IntPtr _HandleNCHitTest(Standard.WM, IntPtr, IntPtr, Boolean ByRef)
Source: PresentationFramework

at System.Windows.Shell.WindowChromeWorker._HandleNCHitTest(WM uMsg, IntPtr wParam, IntPtr lParam, Boolean& handled)
at System.Windows.Shell.WindowChromeWorker._WndProc(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)

Recent Log:

10:51:25 AM Music.Prepare Start
10:51:25 Music.Kill Start
10:51:25 Music.Kill Finished
10:51:25 Music.NotifyTrackList Start
10:51:25 Music.NotifyTrackList Invoke WPF
10:52:24 AM Music.Prepare Start
10:52:24 Music.Kill Start
10:52:24 Music.Kill Finished
10:52:24 Music.NotifyTrackList Start
10:52:24 Music.NotifyTrackList Invoke WPF
10:53:55 AM Music.Prepare Start
10:53:55 Music.Kill Start
10:53:55 Music.Kill Finished
10:53:55 Music.NotifyTrackList Start
10:53:55 Music.NotifyTrackList Invoke WPF
11:42:53 AM Music.Prepare Start
11:42:53 Music.Kill Start
11:42:53 Music.Kill Finished
11:42:53 Music.NotifyTrackList Start
11:42:53 Music.NotifyTrackList Invoke WPF
11:50:30 AM Exception

As soon as i click close, the window gets attached to my cursor and when i click i drop the window (like when i would normally release the mouse button in the click-and-drag operation).

Is this a problem specific to my setup or has it happened before? I cant tell since which version i have this, but it it popped up for the first time i was using the new UI, but i cant tell if i had this bug from the beginning.

~Phil

PS: I didnt know what to choose for priority, as it doesnt prevent me from using LaunchBox, but its annoying as f*** 😵
Anyway, thanks for this amazing piece of software 👍

Comments (1)

  1. Log in to comment