Not sure why I started getting this error at startup:

Issue #7092 new
Kris Frausto created an issue

Value cannot be null. (Parameter 'window')

App: LaunchBox
Version: 12.13
Type: System.ArgumentNullException
Site: Void .ctor(System.Windows.Window)
Source: PresentationFramework

at System.Windows.Interop.WindowInteropHelper..ctor(Window window)
at Unbroken.LaunchBox.Windows.Desktop.MessageBoxEx.Show(Window ownerWindow, String text, String caption, MessageBoxButton buttons, MessageBoxImage icon, MessageBoxResult defResult)
at IssuerListener.MoveSimpleAuthentication(Window owner, String text, String caption, MessageBoxButton buttons, MessageBoxImage icon, MessageBoxResult defaultResult, IssuerListener )
at Unbroken.LaunchBox.Windows.Desktop.MessageBoxManager.PromptYesNo(String message, MessageBoxResult defaultButton)
at AdvisorDecorator.MoveSimpleAuthentication(String message, MessageBoxResult defaultButton, AdvisorDecorator )
at Unbroken.LaunchBox.Windows.Desktop.ViewModels.SideBarViewModel.<>c__DisplayClass79_0.ChangePrincipalPolicy()
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 Unbroken.LaunchBox.Windows.Threading.Invoke(Action callback, DispatcherPriority priority)
at Unbroken.LaunchBox.Windows.Desktop.ViewModels.SideBarViewModel.<>c__DisplayClass79_0.InitFocusRepository(Object , DispatcherPriority )
at Unbroken.LaunchBox.Windows.Desktop.ViewModels.SideBarViewModel.<>c__DisplayClass79_0.UpdatePrincipalPolicy()
at Unbroken.LaunchBox.Windows.Threading.<>c__DisplayClass0_0.CalculateObservableInvocation(Object )
at Unbroken.LaunchBox.Windows.Threading.<>c__DisplayClass0_0.PopAbstractInvocation()
at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
--- End of stack trace from previous location where exception was thrown ---
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.ThreadHelper.ThreadStart()

Recent Log:

1:47:45 PM Exception

Comments (0)

  1. Log in to comment