sorting on status under associated emulators produces exception

Issue #5237 new
matthew created an issue

Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index

App: LaunchBox
Version: 10.13
Type: System.ArgumentOutOfRangeException
Site: System.Object get_Item(Int32)
Source: mscorlib

at System.Collections.ArrayList.get_Item(Int32 index)
at System.Windows.Forms.DataGridViewRowCollection.SharedRow(Int32 rowIndex)
at System.Windows.Forms.DataGridViewRowCollection.get_Item(Int32 index)
at (EmulatorForm , Object , DataGridViewCellEventArgs )
at Unbroken.LaunchBox.Windows.Desktop.Forms.EmulatorForm.PlatformsDataGridView_CellContentClick(Object sender, DataGridViewCellEventArgs e)
at System.Windows.Forms.DataGridView.OnCellContentClick(DataGridViewCellEventArgs e)
at System.Windows.Forms.DataGridView.OnCommonCellContentClick(Int32 columnIndex, Int32 rowIndex, Boolean doubleClick)
at System.Windows.Forms.DataGridViewCell.OnMouseUpInternal(DataGridViewCellMouseEventArgs e)
at System.Windows.Forms.DataGridView.OnCellMouseUp(DataGridViewCellMouseEventArgs e)
at System.Windows.Forms.DataGridView.OnMouseUp(MouseEventArgs e)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

Recent Log:

9:51:29 AM Exception

Comments (0)

  1. Log in to comment