BigBox crashes after startup video

Issue #2470 new
DOS76 created an issue

Cannot perform this operation while dispatcher processing is suspended.

Type: System.InvalidOperationException Site: Void PushFrame(System.Windows.Threading.DispatcherFrame) Source: WindowsBase 7.7-beta-2

at System.Windows.Threading.Dispatcher.PushFrame(DispatcherFrame frame) at System.Windows.Threading.DispatcherOperation.Wait(TimeSpan timeout) at System.Windows.Threading.Dispatcher.InvokeImpl(DispatcherOperation operation, CancellationToken cancellationToken, TimeSpan timeout) at System.Windows.Threading.Dispatcher.Invoke(Action callback, DispatcherPriority priority, CancellationToken cancellationToken, TimeSpan timeout) at System.Windows.Threading.Dispatcher.Invoke(Action callback, DispatcherPriority priority) at (Action , DispatcherPriority ) at Unbroken.LaunchBox.Wpf.ThreadFactory.Invoke(Action callback, DispatcherPriority priority) at Unbroken.LaunchBox.Wpf.ChildViewModelBase.PauseAllScrollableTextBlocks() at (MainViewModel ) at Unbroken.LaunchBox.Wpf.BigBox.ViewModels.MainViewModel.OnDeactivated() at Unbroken.LaunchBox.Wpf.BigBox.Views.MainView.MainView_OnDeactivated(Object sender, EventArgs e) at System.Windows.Window.OnDeactivated(EventArgs e) at System.Windows.Window.HandleActivate(Boolean windowActivated) at System.Windows.Window.WmActivate(IntPtr wParam) at System.Windows.Window.WindowFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled) at System.Windows.Interop.HwndSource.PublicHooksFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled) at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled) at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o) at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs) at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler) This is just one of the error messages I got I had to close the 2nd one in order to work with the 1st one

Comments (1)

  1. DOS76 reporter

    Actually it didn't crash once I closed the error message it was showing still got the two error messages

  2. Log in to comment