defiantredpill / transmission-remote-dotnet

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

Error View torrent details #182

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Install 3.13 (build 3655)
2. Select torrent in main window

What is the expected output? What do you see instead?

Expect to see torrent details.  Instead I get a JIT dialog:
{{{
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.BitCount(Byte[] bitmap)
   at TransmissionRemoteDotnet.MainWindow.UpdateInfoPanel(Boolean first, 
Torrent t)
   at TransmissionRemoteDotnet.MainWindow.OneTorrentsSelected(Boolean one, 
Torrent t)
   at 
TransmissionRemoteDotnet.MainWindow.torrentListView_SelectedIndexChanged(Ob
ject sender, EventArgs e)
   at System.Windows.Forms.ListView.OnSelectedIndexChanged(EventArgs e)
   at System.Windows.Forms.ListView.WmReflectNotify(Message& m)
   at System.Windows.Forms.ListView.WndProc(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(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.3603 (GDR.050727-3600)
    CodeBase: 
file:///c:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
Transmission Remote
    Assembly Version: 3.13.3655.32760
    Win32 Version: 3.13.0.0
    CodeBase: 
file:///C:/Program%20Files/Transmission%20Remote/Transmission%20Remote.exe
----------------------------------------
System
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
    CodeBase: 
file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/Syste
m.dll
----------------------------------------
System.Windows.Forms
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
    CodeBase: 
file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c56
1934e089/System.Windows.Forms.dll
----------------------------------------
System.Drawing
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
    CodeBase: 
file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a
3a/System.Drawing.dll
----------------------------------------
Jayrock.Json
    Assembly Version: 0.9.8316.0
    Win32 Version: 0.9.10610.1056
    CodeBase: 
file:///C:/Program%20Files/Transmission%20Remote/Jayrock.Json.DLL
----------------------------------------
System.Core
    Assembly Version: 3.5.0.0
    Win32 Version: 3.5.30729.1 built by: SP
    CodeBase: 
file:///C:/WINDOWS/assembly/GAC_MSIL/System.Core/3.5.0.0__b77a5c561934e089/
System.Core.dll
----------------------------------------
System.Configuration
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
    CodeBase: 
file:///C:/WINDOWS/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f
11d50a3a/System.Configuration.dll
----------------------------------------
System.Xml
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.3082 (QFE.050727-3000)
    CodeBase: 
file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/S
ystem.Xml.dll
----------------------------------------
System.Data
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
    CodeBase: 
file:///C:/WINDOWS/assembly/GAC_32/System.Data/2.0.0.0__b77a5c561934e089/Sy
stem.Data.dll
----------------------------------------
System.Web
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.3082 (QFE.050727-3000)
    CodeBase: 
file:///C:/WINDOWS/assembly/GAC_32/System.Web/2.0.0.0__b03f5f7f11d50a3a/Sys
tem.Web.dll
----------------------------------------

************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.

For example:

<configuration>
    <system.windows.forms jitDebugging="true" />
</configuration>

When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.
}}}

What version of the product are you using? On what operating system?
3.13 build 3655 on Windows XP SP3

Original issue reported on code.google.com by tre...@gmail.com on 12 Jan 2010 at 6:48

GoogleCodeExporter commented 9 years ago
What is the T daemon version?

Original comment by elso.and...@gmail.com on 12 Jan 2010 at 6:51

GoogleCodeExporter commented 9 years ago
Transmission 1.51 (7970)

Original comment by tre...@gmail.com on 13 Jan 2010 at 1:45

GoogleCodeExporter commented 9 years ago
Maybe fixed in r493.

Are the other Pieces infos valid? (pieces count, pieces size)?

Original comment by elso.and...@gmail.com on 13 Jan 2010 at 5:32

GoogleCodeExporter commented 9 years ago
I have no piece information and the General Tab is all in a disabled state (ie 
grayed 
out.)  I can try compiling/testing a SVN trunk build this weekend and give you 
feedback 
then on whether r493 resolved the issue.

Original comment by tre...@gmail.com on 15 Jan 2010 at 6:35

GoogleCodeExporter commented 9 years ago
here is the lates build installer: 
http://elbandi.net/transmission-remote-dotnet/

Original comment by elso.and...@gmail.com on 15 Jan 2010 at 1:56

GoogleCodeExporter commented 9 years ago
No error in the latest build r497.

Original comment by tre...@gmail.com on 16 Jan 2010 at 8:25

GoogleCodeExporter commented 9 years ago
And now, is the pieces size and count valid?

Original comment by elso.and...@gmail.com on 16 Jan 2010 at 6:45

GoogleCodeExporter commented 9 years ago
Piece size and count are valid.  I have always "(have -1)" though regardless of 
torrent 
state.  If that's a separate bug, I can open a new ticket.

Original comment by tre...@gmail.com on 17 Jan 2010 at 12:26

GoogleCodeExporter commented 9 years ago
"(have -1)" is not a bug, because 1.51 havent got pieces field. But i will 
handle 
this situation.

Original comment by elso.and...@gmail.com on 17 Jan 2010 at 11:01

GoogleCodeExporter commented 9 years ago
After r505, "(have -1)" doesnt show if we havent pieces field.

Original comment by elso.and...@gmail.com on 20 Jan 2010 at 10:37