Cant even run

Issue #6685 new
D L created an issue

Worked fine yesterday now this

Value cannot be null. (Parameter 'window')

App: LaunchBox
Version: 12.7
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 PrinterParam.MapPrincipalMap(Window owner, String text, String caption, MessageBoxButton buttons, MessageBoxImage icon, MessageBoxResult defaultResult, PrinterParam )
at Unbroken.LaunchBox.Windows.Desktop.MessageBoxManager.PromptYesNo(String message, MessageBoxResult defaultButton)
at FactoryBase.MapPrincipalMap(String message, MessageBoxResult defaultButton, FactoryBase )
at Unbroken.LaunchBox.Windows.Desktop.ViewModels.SideBarViewModel.<>c__DisplayClass77_0.MoveInvalidService()
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.FillDistributedOrder(Object , Object , DispatcherPriority )
at Unbroken.LaunchBox.Windows.Threading.Invoke(Action callback, DispatcherPriority priority)
at Unbroken.LaunchBox.Windows.Desktop.ViewModels.SideBarViewModel.<>c__DisplayClass77_0.MapFocusExpression(Object , DispatcherPriority )
at Unbroken.LaunchBox.Windows.Desktop.ViewModels.SideBarViewModel.<>c__DisplayClass77_0.InitInvalidService()
at Unbroken.LaunchBox.Windows.Threading.<>c__DisplayClass0_0.CloneDistributedInvocation(Object )
at Unbroken.LaunchBox.Windows.Threading.<>c__DisplayClass0_0.InstantiateInvalidDic()
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:

10:25:43 PM Exception

Comments (3)

  1. Christian

    This happening pretty regularly for you? Is there something that seems to make it occur or is it random?

  2. D L reporter

    It would not run at all, I reinstalled V12.6 and am now running fine, I did update the metadata before it happened did note someone else had a problem when they did. For now I'm running 12.6 and not updating metadata

  3. Thanatos Prime

    I’ve been running 12.7 since it dropped but just started having this exact same error happening repeatedly. Mostly when working in the Games Missing Media, though I suppose that is where I am most of the time so correlation rather than presumed causation. I really don’t want to roll back.

  4. Log in to comment