#220

Solved

CRASH when was searching library

Reported by Rynio on OCTGN · 20/02/2010 20:23:34

Assigned to:
jods
Priority:
Normal
Status:
Solved
Category:
None
Version:
0.7.*
Issue type:
Bug

System.NullReferenceException: Odwołanie do obiektu nie zostało ustawione na wystąpienie obiektu.
w Octgn.Play.Gui.GroupWindow.<>c__DisplayClass8.<filterchanged>b__3(Card c)
w Octgn.Play.Gui.CardListControl.<set_filtercards>b__0(Object o)
w Octgn.Controls.ListCollectionView.PrepareLocalArray(IList list)
w Octgn.Controls.ListCollectionView.RefreshOverride()
w Octgn.Controls.CollectionView.RefreshInternal()
w Octgn.Controls.CollectionView.RefreshOrDefer()
w Octgn.Controls.CollectionView.set_Filter(Predicate`1 value)
w Octgn.Controls.ListCollectionView.set_Filter(Predicate`1 value)
w Octgn.Play.Gui.CardListControl.set_FilterCards(Predicate`1 value)
w Octgn.Play.Gui.GroupWindow.FilterChanged(Object sender, TextChangedEventArgs e)
w System.Windows.Controls.TextChangedEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget)
w System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
w System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
w System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
w System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
w System.Windows.UIElement.RaiseEvent(RoutedEventArgs e)
w System.Windows.Controls.Primitives.TextBoxBase.OnTextChanged(TextChangedEventArgs e)
w System.Windows.Controls.Primitives.TextBoxBase.OnTextContainerChanged(Object sender, TextContainerChangedEventArgs e)
w System.Windows.Controls.TextBox.OnTextContainerChanged(Object sender, TextContainerChangedEventArgs e)
w System.Windows.Documents.TextContainerChangedEventHandler.Invoke(Object sender, TextContainerChangedEventArgs e)
w System.Windows.Documents.TextContainer.EndChange(Boolean skipEvents)
w System.Windows.Documents.TextContainer.System.Windows.Documents.ITextContainer.EndChange(Boolean skipEvents)
w System.Windows.Documents.TextRangeBase.EndChange(ITextRange thisRange, Boolean disableScroll, Boolean skipEvents)
w System.Windows.Documents.TextRange.System.Windows.Documents.ITextRange.EndChange(Boolean disableScroll, Boolean skipEvents)
w System.Windows.Documents.TextRange.ChangeBlock.System.IDisposable.Dispose()
w System.Windows.Documents.TextEditorTyping.DoTextInput(TextEditor This, String textData, Boolean isInsertKeyToggled, Boolean acceptControlCharacters)
w System.Windows.Documents.TextEditorTyping.TextInputItem.Do()
w System.Windows.Documents.TextEditorTyping.ScheduleInput(TextEditor This, InputItem item)
w System.Windows.Documents.TextEditorTyping.OnTextInput(Object sender, TextCompositionEventArgs e)
w System.Windows.Controls.Primitives.TextBoxBase.OnTextInput(TextCompositionEventArgs e)
w System.Windows.UIElement.OnTextInputThunk(Object sender, TextCompositionEventArgs e)
w System.Windows.Input.TextCompositionEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget)
w System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
w System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
w System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
w System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
w System.Windows.UIElement.RaiseEvent(RoutedEventArgs args, Boolean trusted)
w System.Windows.Input.InputManager.ProcessStagingArea()
w System.Windows.Input.InputManager.ProcessInput(InputEventArgs input)
w System.Windows.Input.TextCompositionManager.UnsafeCompleteComposition(TextComposition composition)
w System.Windows.Input.TextCompositionManager.PostProcessInput(Object sender, ProcessInputEventArgs e)
w System.Windows.Input.InputManager.ProcessStagingArea()
w System.Windows.Input.InputManager.ProcessInput(InputEventArgs input)
w System.Windows.Input.TextCompositionManager.UnsafeStartComposition(TextComposition composition)
w System.Windows.Input.TextCompositionManager.PostProcessInput(Object sender, ProcessInputEventArgs e)
w System.Windows.Input.InputManager.ProcessStagingArea()
w System.Windows.Input.InputManager.ProcessInput(InputEventArgs input)
w System.Windows.Input.InputProviderSite.ReportInput(InputReport inputReport)
w System.Windows.Interop.HwndKeyboardInputProvider.ProcessTextInputAction(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
w System.Windows.Interop.HwndSource.OnPreprocessMessage(Object param)
w System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Boolean isSingleParameter)
w System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Boolean isSingleParameter, Delegate catchHandler)
w System.Windows.Threading.Dispatcher.WrappedInvoke(Delegate callback, Object args, Boolean isSingleParameter, Delegate catchHandler)
w System.Windows.Threading.Dispatcher.InvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Boolean isSingleParameter)
w System.Windows.Threading.Dispatcher.Invoke(DispatcherPriority priority, Delegate method, Object arg)
w System.Windows.Interop.HwndSource.OnPreprocessMessageThunk(MSG& msg, Boolean& handled)
w System.Windows.Interop.HwndSource.WeakEventPreprocessMessage.OnPreprocessMessage(MSG& msg, Boolean& handled)
w System.Windows.Interop.ComponentDispatcherThread.RaiseThreadMessage(MSG& msg)
w System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)
w System.Windows.Threading.Dispatcher.PushFrame(DispatcherFrame frame)
w System.Windows.Threading.Dispatcher.Run()
w System.Windows.Application.RunDispatcher(Object ignore)
w System.Windows.Application.RunInternal(Window window)
w System.Windows.Application.Run(Window window)
w System.Windows.Application.Run()
w Octgn.OctgnApp.Main()

Attachments

  • octgn-crash.png

Loading comments...