xdcc-grabscher
xdcc-grabscher copied to clipboard
Meebey.SmartIrc4net.NotConnectedException kill XG 3.3.0
Hiya,
just updated to the recent version of XG on my Ubuntu 12.04 machine. After going through the process of replacing the db40 dlls as mentioned in #72 the webinterface came up as expected. However, after adding a server, XG died with this exception:
Unhandled Exception:
Meebey.SmartIrc4net.NotConnectedException: An application exception has occurred.
at Meebey.SmartIrc4net.IrcConnection.WriteLine (System.String data, Priority priority) [0x00000] in <filename unknown>:0
at Meebey.SmartIrc4net.IrcCommands.RfcPass (System.String password, Priority priority) [0x00000] in <filename unknown>:0
at Meebey.SmartIrc4net.IrcClient.Login (System.String[] nicklist, System.String realname, Int32 usermode, System.String username, System.String password) [0x00000] in <filename unknown>:0
at Meebey.SmartIrc4net.IrcClient.Login (System.String nick, System.String realname, Int32 usermode, System.String username, System.String password) [0x00000] in <filename unknown>:0
at XG.Plugin.Irc.XdccClient.ClientConnected (System.EventArgs e) [0x00000] in <filename unknown>:0
at XG.Plugin.Irc.XdccClient.EventThread () [0x00000] in <filename unknown>:0
at System.Threading.Thread.StartInternal () [0x00000] in <filename unknown>:0
[ERROR] FATAL UNHANDLED EXCEPTION: Meebey.SmartIrc4net.NotConnectedException: An application exception has occurred.
at Meebey.SmartIrc4net.IrcConnection.WriteLine (System.String data, Priority priority) [0x00000] in <filename unknown>:0
at Meebey.SmartIrc4net.IrcCommands.RfcPass (System.String password, Priority priority) [0x00000] in <filename unknown>:0
at Meebey.SmartIrc4net.IrcClient.Login (System.String[] nicklist, System.String realname, Int32 usermode, System.String username, System.String password) [0x00000] in <filename unknown>:0
at Meebey.SmartIrc4net.IrcClient.Login (System.String nick, System.String realname, Int32 usermode, System.String username, System.String password) [0x00000] in <filename unknown>:0
at XG.Plugin.Irc.XdccClient.ClientConnected (System.EventArgs e) [0x00000] in <filename unknown>:0
at XG.Plugin.Irc.XdccClient.EventThread () [0x00000] in <filename unknown>:0
at System.Threading.Thread.StartInternal () [0x00000] in <filename unknown>:0
Is there any way around this?
Thanks!