LB Audit Crash to Desktop

Issue #2540 resolved
Pixel created an issue

LB Audit Crash when clicking on sort by video path

Object reference not set to an instance of an object.

App: LaunchBox Version: 7.7-beta-10 Type: System.NullReferenceException Site: Int32 (System.String, System.String) Source: LaunchBox

at (String , String ) at Unbroken.LaunchBox.Desktop.Forms.AuditForm.Compare(String value1, String value2) at (AuditForm , Int32 , Int32 , DataGridViewColumn ) at Unbroken.LaunchBox.Desktop.Forms.AuditForm.Compare(Int32 rowIndex1, Int32 rowIndex2, DataGridViewColumn column) at (AuditForm , Object , DataGridViewSortCompareEventArgs ) at Unbroken.LaunchBox.Desktop.Forms.AuditForm.dataGridView_SortCompare(Object sender, DataGridViewSortCompareEventArgs e) at System.Windows.Forms.DataGridView.OnSortCompare(DataGridViewSortCompareEventArgs e) at System.Windows.Forms.DataGridView.OnSortCompare(DataGridViewColumn dataGridViewSortedColumn, Object value1, Object value2, Int32 rowIndex1, Int32 rowIndex2, Int32& sortResult) at System.Windows.Forms.DataGridViewRowCollection.RowComparer.CompareObjects(Object value1, Object value2, Int32 rowIndex1, Int32 rowIndex2) at System.Windows.Forms.DataGridViewRowCollection.RowArrayList.Pivot(Int32 left, Int32 center, Int32 right) at System.Windows.Forms.DataGridViewRowCollection.RowArrayList.CustomQuickSort(Int32 left, Int32 right) at System.Windows.Forms.DataGridViewRowCollection.Sort(IComparer customComparer, Boolean ascending) at System.Windows.Forms.DataGridView.SortInternal(IComparer comparer, DataGridViewColumn dataGridViewColumn, ListSortDirection direction) at System.Windows.Forms.DataGridView.OnColumnHeaderMouseClick(DataGridViewCellMouseEventArgs e) at System.Windows.Forms.DataGridView.OnMouseClick(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)

Comments (2)

  1. Log in to comment