Impossible de définir la propriété Owner avec un objet Window qui a été fermé.

Issue #6627 new
Quentin Lehoux created an issue

No description provided.

Comments (1)

  1. Quentin Lehoux reporter

    Impossible de définir la propriété Owner avec un objet Window qui a été fermé.

    App: LaunchBox
    Version: 12.6
    Type: System.InvalidOperationException
    Site: Void set_Owner(System.Windows.Window)
    Source: PresentationFramework

    at System.Windows.Window.set_Owner(Window value)
    at Unbroken.LaunchBox.Windows.Desktop.DialogTheming.Controls.MessageBox.ValidateTypeMerchant(Object , Object )
    at Unbroken.LaunchBox.Windows.Desktop.DialogTheming.Controls.MessageBox.Show(Window owner, IMessageBoxModel messageBoxModel)
    at ProductStrategy.FillFailureConfig(Window owner, IMessageBoxModel messageBoxModel, ProductStrategy )
    at Unbroken.LaunchBox.Windows.Desktop.DialogTheming.Controls.MessageBox.Show(Window owner, String text, String caption, MessageBoxButton buttons, MessageBoxImage icon, MessageBoxResult defaultResult)
    at ProcDic.FillFailureConfig(Window owner, String text, String caption, MessageBoxButton buttons, MessageBoxImage icon, MessageBoxResult defaultResult, ProcDic )
    at Unbroken.LaunchBox.Windows.Desktop.MessageBoxEx.Show(Window ownerWindow, String text, String caption, MessageBoxButton buttons, MessageBoxImage icon, MessageBoxResult defResult)
    at ProcDic.FillFailureConfig(Window owner, String text, String caption, MessageBoxButton buttons, MessageBoxImage icon, MessageBoxResult defaultResult, ProcDic )
    at Unbroken.LaunchBox.Windows.Desktop.MessageBoxManager.ShowInfo(Window window, String info)
    at WrapperMethod.FillFailureConfig(Window window, String info, WrapperMethod )
    at Unbroken.LaunchBox.Windows.Desktop.ViewModels.AddEditGameMetadataPageViewModel.QueryTraversalRules(List1 reference) at ReaderIdentifier.FillFailureConfig(Object , List1 reference, ReaderIdentifier )
    at Unbroken.LaunchBox.Windows.Desktop.ViewModels.AddEditGameMetadataPageViewModel.<>c__DisplayClass282_0.VerifyTraversalReponse()
    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.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 Unbroken.LaunchBox.Windows.Threading.CustomizeBatchProperty(Object , Object , DispatcherPriority )
    at Unbroken.LaunchBox.Windows.Threading.Invoke(Action callback, DispatcherPriority priority)
    at Unbroken.LaunchBox.Windows.Desktop.ViewModels.AddEditGameMetadataPageViewModel.ValidateFailureProduct(Object , DispatcherPriority )
    at Unbroken.LaunchBox.Windows.Desktop.ViewModels.AddEditGameMetadataPageViewModel.UpdateTraversalRules()
    at Unbroken.LaunchBox.Windows.Threading.<>c__DisplayClass0_0.SortCommonException(Object )
    at Unbroken.LaunchBox.Windows.Threading.<>c__DisplayClass0_0.QueryDrivenSpecification()
    at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
    --- End of stack trace from previous location where exception was thrown ---
    at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()

    Recent Log:

    11:36:46 Exception

  2. Log in to comment