11.7 Error when editing Metadata

Issue #5707 invalid
famigami created an issue

I opened the edit window of a game and this error popped up when I clicked on Search for Metadata for a game called “The Story So Far Vol. 1” in platform “Commodore Amiga 1000/2000”. I was NOT dragging anything.

A drag operation is already in progress

A drag operation is already in progress

App: LaunchBox
Version: 11.7
Type: System.Runtime.InteropServices.COMException
Site: Void DoDragDrop(System.Runtime.InteropServices.ComTypes.IDataObject, IOleDropSource, Int32, Int32[])
Source:

at MS.Win32.UnsafeNativeMethods.DoDragDrop(IDataObject dataObject, IOleDropSource dropSource, Int32 allowedEffects, Int32[] finalEffect)
at System.Windows.OleServicesContext.OleDoDragDrop(IDataObject dataObject, IOleDropSource dropSource, Int32 allowedEffects, Int32[] finalEffect)
at System.Windows.DragDrop.OleDoDragDrop(DependencyObject dragSource, DataObject dataObject, DragDropEffects allowedEffects)
at System.Windows.DragDrop.DoDragDrop(DependencyObject dragSource, Object data, DragDropEffects allowedEffects)
at System.Windows.Documents.TextEditorDragDrop._DragDropProcess.SourceDoDragDrop(ITextSelection selection, IDataObject dataObject)
at System.Windows.Documents.TextEditorDragDrop._DragDropProcess.SourceOnMouseMove(Point mouseMovePoint)
at System.Windows.Documents.TextEditorMouse.OnMouseMoveWithFocus(TextEditor This, MouseEventArgs e)
at System.Windows.Documents.TextEditorMouse.OnMouseMove(Object sender, MouseEventArgs e)
at System.Windows.Controls.Primitives.TextBoxBase.OnMouseMove(MouseEventArgs e)
at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
at System.Windows.UIElement.RaiseTrustedEvent(RoutedEventArgs args)
at System.Windows.Input.InputManager.ProcessStagingArea()
at System.Windows.Input.InputProviderSite.ReportInput(InputReport inputReport)
at System.Windows.Interop.HwndMouseInputProvider.ReportInput(IntPtr hwnd, InputMode mode, Int32 timestamp, RawMouseActions actions, Int32 x, Int32 y, Int32 wheel)
at System.Windows.Interop.HwndMouseInputProvider.FilterMessage(IntPtr hwnd, WindowMessage msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
at System.Windows.Interop.HwndSource.InputFilterMessage(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:30:45 PM Exception

Comments (10)

  1. Christian

    I’m having a hard time replicating this. Do you see this every time you are doing this or was it a one time thing? If happening regularly, could you give me precise steps what you are doing so I can try to reproduce it on my end?

  2. famigami reporter

    It was a one time thing but the error popup suggested that I report it. I assume what happened was that I was trying to highlight the title and the search button was clicked at the same time but I can’t be sure.

  3. famigami reporter

    I am now able to reproduce this. It has nothing to do with the search button. If you highlight text in the edit window, it appears that there are instances where Launchbox gets confused as to whether the user intends to highlight or drag the text.

    Steps:
    Highlight text

    Hold down mouse button for a couple seconds.

    Move mouse while still holding down.

  4. Christian

    Does this happen for all text boxes/controls or is just one? I still cannot get my machine to do this so hard to track down the cause.

  5. famigami reporter

    It’s bizarre as I’m not currently able to replicate this while yesterday I was able to replicate it 100% of the time.

  6. Jason Carr repo owner

    Have you rebooted since yesterday? I’m guessing that somehow a Windows bug put the system into an invalid state, or something of that nature. I’ll go ahead and close this out for now. Let us know if you see it again and we’ll hop back on it. Thanks famigami.

  7. Log in to comment