defiantredpill / transmission-remote-dotnet

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

3.13b won't connect on mono #164

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Unhandled Exception: System.Collections.Generic.KeyNotFoundException: The
given key was not present in the dictionary.
  at
System.Collections.Generic.Dictionary`2[System.String,TransmissionRemoteDotnet.S
ettings.TransmissionServer].get_Item
(System.String key) [0x00000] 
  at TransmissionRemoteDotnet.Settings.LocalSettings.get_Current () [0x00000] 
  at TransmissionRemoteDotnet.MainWindow..ctor () [0x00000] 
  at (wrapper remoting-invoke-with-check)
TransmissionRemoteDotnet.MainWindow:.ctor ()
  at TransmissionRemoteDotnet.Program.Main (System.String[] args) [0x00000] 

Original issue reported on code.google.com by zzzspamg...@albis.nu on 29 Dec 2009 at 4:10

GoogleCodeExporter commented 9 years ago
I've kind of given up on mono support. The reason is I found it crashes a lot,
doesn't look very nice, and it's very slow. Mono's winforms implementation 
doesn't
seem quite up to the job yet, and I didn't think it was worth the effort of
maintaining for mono, especially with the Win32 API calls now used that I'd 
need to
cut out.

Sorry!

Original comment by AlanF...@googlemail.com on 30 Dec 2009 at 12:13

GoogleCodeExporter commented 9 years ago
By the way, the fairly new Qt Transmission client is pretty good on Linux, much
better than using this with mono. It comes with the Transmission sources in the 
'qt'
directory.

Original comment by AlanF...@googlemail.com on 30 Dec 2009 at 2:03

GoogleCodeExporter commented 9 years ago
if we release a stable version, i will look at with Mono Tools.

Original comment by elso.and...@gmail.com on 30 Dec 2009 at 8:04