defiantredpill / transmission-remote-dotnet

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

3.13 beta (both) crashes on startup #195

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
3.12 was working fine for me but both betas of 3.13 crash on startup

Get the standard generic "Transmission Remote has encountered a problem and
needs to close"... doesn't offer any more hints or tips.

This is on Windows XP SP3

Any additional debugging I can do to help?

Original issue reported on code.google.com by scott.ta...@gmail.com on 23 Jan 2010 at 3:59

GoogleCodeExporter commented 9 years ago
Yes, we need a trace info, like in this issues:
http://code.google.com/p/transmission-remote-dotnet/issues/detail?id=129

Original comment by elso.and...@gmail.com on 23 Jan 2010 at 4:32

GoogleCodeExporter commented 9 years ago
I tried to figure out how to do a trace from that ticket and tried a few things 
but
couldn't get it working. I must admit I'm not familiar with .NET/Windows 
stuff...

Any chance you can provide a better guide on how to do this?

Thanks

Original comment by scott.ta...@gmail.com on 26 Jan 2010 at 8:43

GoogleCodeExporter commented 9 years ago
Here are mine stack trace from Win7 Ultimate English

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.ToInt(Object o)
   at TransmissionRemoteDotnet.Torrent.get_Seeders()
   at TransmissionRemoteDotnet.Torrent..ctor(JsonObject info)
   at TransmissionRemoteDotnet.Commmands.TorrentGetCommand.Execute()
   at TransmissionRemoteDotnet.MainWindow.refreshWorker_RunWorkerCompleted(Object
sender, RunWorkerCompletedEventArgs e)
   at
System.ComponentModel.BackgroundWorker.OnRunWorkerCompleted(RunWorkerCompletedEv
entArgs
e)
   at System.ComponentModel.BackgroundWorker.AsyncOperationCompleted(Object arg)

************** Loaded Assemblies **************
mscorlib
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
    CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
Transmission Remote
    Assembly Version: 3.11.3525.35993
    Win32 Version: 3.11.0.0
    CodeBase: file:///C:/Program%20Files/Transmission/Transmission%20Remote.exe
----------------------------------------
System.Windows.Forms
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
    CodeBase:
file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e
089/System.Windows.Forms.dll
----------------------------------------
System
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
    CodeBase:
file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
    CodeBase:
file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/Sy
stem.Drawing.dll
----------------------------------------
System.Configuration
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
    CodeBase:
file:///C:/Windows/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50
a3a/System.Configuration.dll
----------------------------------------
System.Xml
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
    CodeBase:
file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System
.Xml.dll
----------------------------------------
Jayrock.Json
    Assembly Version: 0.9.8316.0
    Win32 Version: 0.9.10610.1056
    CodeBase: file:///C:/Program%20Files/Transmission/Jayrock.Json.DLL
----------------------------------------
System.Data
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
    CodeBase:
file:///C:/Windows/assembly/GAC_32/System.Data/2.0.0.0__b77a5c561934e089/System.
Data.dll
----------------------------------------
System.Web
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
    CodeBase:
file:///C:/Windows/assembly/GAC_32/System.Web/2.0.0.0__b03f5f7f11d50a3a/System.W
eb.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.

Original comment by sgorchic...@gmail.com on 2 Feb 2010 at 5:55

GoogleCodeExporter commented 9 years ago
Could you pls test with latest trunk? 
http://elbandi.net/transmission-remote-dotnet/

Original comment by elso.and...@gmail.com on 3 Feb 2010 at 11:37

GoogleCodeExporter commented 9 years ago
Issue 198 has been merged into this issue.

Original comment by elso.and...@gmail.com on 3 Feb 2010 at 11:51

GoogleCodeExporter commented 9 years ago
Latest trunk version fixes my one at least.

Thanks!

Original comment by scott.ta...@gmail.com on 5 Feb 2010 at 6:10

GoogleCodeExporter commented 9 years ago

Original comment by elso.and...@gmail.com on 5 Feb 2010 at 7:53