defiantredpill / transmission-remote-dotnet

Automatically exported from code.google.com/p/transmission-remote-dotnet
0 stars 0 forks source link

Bug when sorting by a column then closing window #191

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. start multiple torrents
2. click the header of any column to sort
3. close the window (click the 'x' button)

What is the expected output? What do you see instead?
The torrents should sort by the selected column, but nothing changes. Then
when you hit close the following .net error shows:

************** Exception Text **************
System.NullReferenceException: Object reference not set to an instance of
an object.
   at TransmissionRemoteDotnet.MainWindow.SaveListViewProperties(ListView
listView)
   at TransmissionRemoteDotnet.MainWindow.MainWindow_FormClosing(Object
sender, FormClosingEventArgs e)
   at System.Windows.Forms.Form.WmClose(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg,
IntPtr wparam, IntPtr lparam)

Clicking the "quit" button on the error doesn't terminate the program, just
minimizes it to the system tray.

What version of the product are you using? On what operating system?
3.13 (build 3655)

Please provide any additional information below.
First noticed in 3.12

Original issue reported on code.google.com by reid.jasonr@gmail.com on 21 Jan 2010 at 8:03

GoogleCodeExporter commented 9 years ago

Original comment by elso.and...@gmail.com on 23 Jan 2010 at 10:42

GoogleCodeExporter commented 9 years ago
Coult you pls try with latest version? 
http://elbandi.net/transmission-remote-dotnet/

Original comment by elso.and...@gmail.com on 7 Feb 2010 at 11:46

GoogleCodeExporter commented 9 years ago
Just downloaded the latest from there and it seems to work perfectly now.

Original comment by reid.jasonr@gmail.com on 7 Feb 2010 at 5:34

GoogleCodeExporter commented 9 years ago

Original comment by elso.and...@gmail.com on 21 Feb 2010 at 10:45