#414
New
IRC Chat client crashing when submitting an empty line
Reported by David Schachtler on OCTGN · 24/07/2011 18:31:16
- Assigned to:
- jods
- Priority:
- Normal
- Status:
- New
- Category:
- None
- Version:
- 0.9.*
- Issue type:
- Bug
When I mistakenly hit enter twice I got this exception and OCTGN crashed thereafter.
System.ArgumentException: The non-trailing parameter ’’ is invalid.
Parametername: value
bei IrcDotNet.IrcClient.CheckTrailingParameter(String value)
bei IrcDotNet.IrcClient.WriteMessage(IrcMessage message)
bei IrcDotNet.IrcClient.SendMessagePrivateMessage(IEnu
bei IrcDotNet.IrcClient.SendPrivateMessage(IEnumerable
bei IrcDotNet.IrcLocalUser.SendMessage(IEnumerable`1 targets, String text, Encoding encoding)
bei IrcDotNet.IrcLocalUser.SendMessage(IEnumerable`1 targets, String text)
bei IrcDotNet.IrcLocalUser.SendMessage(IIrcMessageTarg
bei Octgn.IRC.IrcWindow.InputKeyDown(Object sender, KeyEventArgs e) in C:\OCTGN FX\Octgn\IRC\IrcWindow.xaml.cs:Zeile 44.
bei System.Windows.Input.KeyEventArgs.InvokeEventHandl
bei System.Windows.RoutedEventArgs.InvokeHandler(Deleg
bei System.Windows.RoutedEventHandlerInfo.InvokeHandle
bei System.Windows.EventRoute.InvokeHandlersImpl(Objec
bei System.Windows.UIElement.RaiseEventImpl(Dependency
bei System.Windows.UIElement.RaiseTrustedEvent(RoutedE
bei System.Windows.UIElement.RaiseEvent(RoutedEventArg
bei System.Windows.Input.InputManager.ProcessStagingAr
bei System.Windows.Input.InputManager.ProcessInput(Inp
bei System.Windows.Input.InputProviderSite.ReportInput
bei System.Windows.Interop.HwndKeyboardInputProvider.R
bei System.Windows.Interop.HwndKeyboardInputProvider.P
bei System.Windows.Interop.HwndSource.CriticalTranslat
bei System.Windows.Interop.HwndSource.OnPreprocessMess
bei System.Windows.Threading.ExceptionWrapper.Internal
bei MS.Internal.Threading.ExceptionFilterHelper.TryCat
bei System.Windows.Threading.Dispatcher.InvokeImpl(Dis
bei System.Windows.Threading.Dispatcher.Invoke(Dispatc
bei System.Windows.Interop.HwndSource.OnPreprocessMess
bei System.Windows.Interop.HwndSource.WeakEventPreproc
bei System.Windows.Interop.ThreadMessageEventHandler.I
bei System.Windows.Interop.ComponentDispatcherThread.R
bei System.Windows.Threading.Dispatcher.PushFrameImpl(
bei System.Windows.Threading.Dispatcher.PushFrame(Disp
bei System.Windows.Threading.Dispatcher.Run()
bei System.Windows.Application.RunDispatcher(Object ignore)
bei System.Windows.Application.RunInternal(Window window)
bei System.Windows.Application.Run(Window window)
bei System.Windows.Application.Run()
bei Octgn.OctgnApp.Main() in C:\OCTGN FX\Octgn\obj\Debug\App.g.cs:Zeile 0.
Attachments
No attachment has been uploaded, yet.
Loading comments...