Crash creating dynamic list

Issue #5889 new
John Berlo created an issue

App: LaunchBox
Version: 11.9
Type: System.IO.FileNotFoundException
Site: System.Windows.Forms.AccessibleObject CreateAccessibilityInstance()
Source: System.Windows.Forms

at System.Windows.Forms.DataGridViewComboBoxEditingControl.CreateAccessibilityInstance()
at System.Windows.Forms.Control.get_AccessibilityObject()
at System.Windows.Forms.DataGridViewComboBoxEditingControl.OnHandleCreated(EventArgs e)
at System.Windows.Forms.Control.WmCreate(Message& m)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ComboBox.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

Recent Log:

11:16:17 AM Exception

Comments (2)

  1. Jason Carr repo owner

    Hi John, can you help us by telling us what you were doing in LaunchBox at the time when this error occurred? Do you know what window you were using?

  2. John Berlo reporter

    I was creating a new dynamic playlist and populating the criteria. The first line was there (I told it to create the list from within a console). I clicked on the first dropdown on the empty line to select the item for the condition and that's when it gave me the error. Once I was able to close Launchbox (took a couple of minutes as there were many repeated pop-up windows to close), I was able to create the list successfully. I am now not able to reproduce the error. Here are screenshots of the path I took.

    [image: image.png]

    [image: image.png]

  3. Log in to comment