defiantredpill / transmission-remote-dotnet

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

Can't modify torrent options in 3.13b1 #165

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Doubleclick a torrent in the list
2. Click OK on the options windows, no need to modify a value
3. Error occurs

I get a .net error with the following debug info:

See the end of this message for details on invoking 
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.NullReferenceException: Object reference not set to an instance of 
an object.
   at TransmissionRemoteDotnet.Toolbox.ListViewSelectionToIdArray
(SelectedListViewItemCollection selections)
   at TransmissionRemoteDotnet.TorrentPropertiesDialog.button1_Click
(Object sender, EventArgs e)
   at System.Windows.Forms.Control.OnClick(EventArgs e)
   at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
   at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons 
button, Int32 clicks)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.ButtonBase.WndProc(Message& m)
   at System.Windows.Forms.Button.WndProc(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)

************** Loaded Assemblies **************
mscorlib
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
    CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v2.0.50727/
mscorlib.dll
----------------------------------------
Transmission Remote
    Assembly Version: 3.13.3648.29921
    Win32 Version: 3.13.0.0
    CodeBase: file:///D:/Utils/tRemote/Transmission%20Remote.exe
----------------------------------------
System
    Assembly Version: 2.0.0.0

Running Windows 7 x64

Original issue reported on code.google.com by zeu...@gmail.com on 30 Dec 2009 at 6:27

GoogleCodeExporter commented 9 years ago
Fixed in r453.

Original comment by elso.and...@gmail.com on 1 Jan 2010 at 7:47