rallion / depressurizer

GNU General Public License v3.0
784 stars 78 forks source link

Crash upon pressing empty space in advanced categories tab #35

Open Drfeelgood16 opened 9 years ago

Drfeelgood16 commented 9 years ago

This is the error message it provides NullReferenceException: Objektreferensen har inte angetts till en instans av ett objekt. vid Depressurizer.FormMain.HandleAdvancedCategoryItemActivation(ListViewItem i, Boolean reverse, Boolean updateView) vid Depressurizer.FormMain.lstCategories_MouseDown(Object sender, MouseEventArgs e) vid System.Windows.Forms.Control.OnMouseDown(MouseEventArgs e) vid System.Windows.Forms.ListView.WmMouseDown(Message& m, MouseButtons button, Int32 clicks) vid System.Windows.Forms.ListView.WndProc(Message& m) vid System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m) vid System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m) vid System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

Bigfootmech commented 9 years ago

Confirmed bug

Steps to reproduce: Under categories Select Advanced instead of simple Scroll to the bottom Click under the last name

Depressurizer crashes