@Jason CarrI hope I'm following your instructions properly you wanted a new thread for individual bugs I'm hoping this beta section is where we should put them.
Whenever I use the start up videos I get two error messages when BigBox launches the following errors messages occur.
Dispatcher processing has been suspended, but messages are still being processed.
Type: System.InvalidOperationException
Site: IntPtr WndProcHook(IntPtr, Int32, IntPtr, IntPtr, Boolean ByRef)
Source: WindowsBase 7.7-beta-3
at System.Windows.Threading.Dispatcher.WndProcHook(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)
Cannot perform this operation while dispatcher processing is suspended.
Type: System.InvalidOperationException
Site: Void PushFrame(System.Windows.Threading.DispatcherFrame)
Source: WindowsBase 7.7-beta-3
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)
Hope this helps