BigBox error exiting Space Ace on Daphne

Issue #5493 duplicate
Jason Carleton created an issue

Cannot set Visibility to Visible or call Show, ShowDialog, Close, or WindowInteropHelper.EnsureHandle while a Window is closing.

App: Big Box
Version: 11.2
Type: System.InvalidOperationException
Site: Void VerifyNotClosing()
Source: PresentationFramework

at System.Windows.Window.VerifyNotClosing()
at System.Windows.Window.InternalClose(Boolean shutdown, Boolean ignoreCancel)
at (MainStartupView )
at Unbroken.LaunchBox.Windows.Views.MainStartupView.<CloseAndDispose>b__21_0()
at System.Windows.Threading.DispatcherOperation.InvokeDelegateCore()
at System.Windows.Threading.DispatcherOperation.InvokeImpl()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
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.Windows.Threading.Invoke(Action callback, DispatcherPriority priority)
at Unbroken.LaunchBox.Windows.Views.MainStartupView.CloseAndDispose()
at Unbroken.LaunchBox.Windows.Views.MainStartupView.ShutDown()
at (MainViewModel , Object , EventArgs )
at Unbroken.LaunchBox.Windows.BigBox.ViewModels.MainViewModel.<.ctor>b__18_0(Object sender, EventArgs args)
at (Game , Object , EventArgs )
at Unbroken.LaunchBox.Windows.Data.Game.ProcessExited(Object sender, EventArgs e)
at System.Diagnostics.Process.OnExited()
at System.Diagnostics.Process.RaiseOnExited()
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading._ThreadPoolWaitOrTimerCallback.PerformWaitOrTimerCallback(Object state, Boolean timedOut)

Recent Log:

9:45:29 PM Exception

Comments (1)

  1. Log in to comment