zD12 / galaxium

Automatically exported from code.google.com/p/galaxium
0 stars 0 forks source link

exception when adding irc channel #234

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
2008/07/03 13:47:42 << :liviopl!n=liviopl@host-89-228-79-122.olsztyn.mm.pl
JOIN :#kupa
2008/07/03 13:47:42 << :leguin.freenode.net MODE #kupa +ns
2008/07/03 13:47:42 << :leguin.freenode.net 353 liviopl @ #kupa :@liviopl 
2008/07/03 13:47:42 << :leguin.freenode.net 366 liviopl #kupa :End of
/NAMES list.
2008/07/03 13:47:42 [ERROR] [GLibLogging.OnUnhandledException] Unhandled
exception in GLib event handler.
TargetInvocationException: Exception has been thrown by the target of an
invocation.
  at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags
invokeAttr, System.Reflection.Binder binder, System.Object[] parameters,
System.Globalization.CultureInfo culture) [0x00000] 
  at System.Reflection.MethodBase.Invoke (System.Object obj,
System.Object[] parameters) [0x00000] 
  at System.Delegate.DynamicInvokeImpl (System.Object[] args) [0x00000] 
  at System.MulticastDelegate.DynamicInvokeImpl (System.Object[] args)
[0x00000] 
  at System.Delegate.DynamicInvoke (System.Object[] args) [0x00000] 
  at
Galaxium.Client.GtkGui.GtkThreadDispatcher+<>c__CompilerGenerated14.<SyncDispatc
h>c__16
(System.Object +9, System.EventArgs +10) [0x00000] 
  at Gtk.Application+InvokeCB.Invoke () [0x00000] 
  at GLib.Timeout+TimeoutProxy.Handler () [0x00000] 
ArgumentNullException: Argument cannot be null.
Parameter name: name
  at Galaxium.Protocol.Irc.IrcSession.GetContact (System.String name)
[0x00000] 
  at Galaxium.Protocol.Irc.IrcConnection.HandleMode
(Galaxium.Protocol.Irc.IrcMessage msg) [0x00000] 
  at Galaxium.Protocol.Irc.IrcConnection.OnDataReceived
(Galaxium.Protocol.ConnectionDataEventArgs args) [0x00000] 
  at
Galaxium.Protocol.TCPConnection+<>c__CompilerGenerated24.<EndReceiveCallback>c__
26
() [0x00000] 
  at (wrapper managed-to-native)
System.Reflection.MonoMethod:InternalInvoke (object,object[])
  at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags
invokeAttr, System.Reflection.Binder binder, System.Object[] parameters,
System.Globalization.CultureInfo culture) [0x00000] 
2008/07/03 13:47:43 [FATAL]
[<>c__CompilerGenerated10.<ExecuteEntryPoint>c__27] Uncaught GLib exception.
TargetInvocationException: Exception has been thrown by the target of an
invocation.
  at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags
invokeAttr, System.Reflection.Binder binder, System.Object[] parameters,
System.Globalization.CultureInfo culture) [0x00000] 
  at System.Reflection.MethodBase.Invoke (System.Object obj,
System.Object[] parameters) [0x00000] 
  at System.Delegate.DynamicInvokeImpl (System.Object[] args) [0x00000] 
  at System.MulticastDelegate.DynamicInvokeImpl (System.Object[] args)
[0x00000] 
  at System.Delegate.DynamicInvoke (System.Object[] args) [0x00000] 
  at
Galaxium.Client.GtkGui.GtkThreadDispatcher+<>c__CompilerGenerated14.<SyncDispatc
h>c__16
(System.Object +9, System.EventArgs +10) [0x00000] 
  at Gtk.Application+InvokeCB.Invoke () [0x00000] 
  at GLib.Timeout+TimeoutProxy.Handler () [0x00000] 
ArgumentNullException: Argument cannot be null.
Parameter name: name
  at Galaxium.Protocol.Irc.IrcSession.GetContact (System.String name)
[0x00000] 
  at Galaxium.Protocol.Irc.IrcConnection.HandleMode
(Galaxium.Protocol.Irc.IrcMessage msg) [0x00000] 
  at Galaxium.Protocol.Irc.IrcConnection.OnDataReceived
(Galaxium.Protocol.ConnectionDataEventArgs args) [0x00000] 
  at
Galaxium.Protocol.TCPConnection+<>c__CompilerGenerated24.<EndReceiveCallback>c__
26
() [0x00000] 
  at (wrapper managed-to-native)
System.Reflection.MonoMethod:InternalInvoke (object,object[])
  at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags
invokeAttr, System.Reflection.Binder binder, System.Object[] parameters,
System.Globalization.CultureInfo culture) [0x00000] 

Original issue reported on code.google.com by jakub.ru...@gmail.com on 3 Jul 2008 at 11:47

GoogleCodeExporter commented 9 years ago
should be fixed in r1008

Original comment by ben.motm...@gmail.com on 3 Jul 2008 at 1:40

GoogleCodeExporter commented 9 years ago

Original comment by ben.motm...@gmail.com on 3 Jul 2008 at 1:40

GoogleCodeExporter commented 9 years ago

Original comment by ben.motm...@gmail.com on 9 Jul 2008 at 6:26