V12 error

Issue #6402 resolved
Scott Simpson created an issue

Just updated to version 12 and got this (reloaded and it was fine)

Invalid cursor handle. (0x8007057A)

App: LaunchBox
Version: 12.0
Type: System.Runtime.InteropServices.COMException
Site: Void .ctor(IntPtr, System.Windows.Int32Rect, System.Windows.Media.Imaging.BitmapSizeOptions)
Source: PresentationCore

at System.Windows.Interop.InteropBitmap..ctor(IntPtr hicon, Int32Rect sourceRect, BitmapSizeOptions sizeOptions)
at System.Windows.Interop.Imaging.CreateBitmapSourceFromHIcon(IntPtr icon, Int32Rect sourceRect, BitmapSizeOptions sizeOptions)
at Unbroken.LaunchBox.Windows.Desktop.DialogTheming.Controls.ThemedWindow.IncludeAspectVal(IntPtr , Int32Rect , Object )
at Unbroken.LaunchBox.Windows.Desktop.DialogTheming.Controls.ThemedWindow.ExcludeIterableContainer()
at CustomerMessage.AwakeInvalidAuthentication(Object , CustomerMessage )
at Unbroken.LaunchBox.Windows.Desktop.DialogTheming.Controls.ThemedWindow..ctor()
at Unbroken.LaunchBox.Windows.Desktop.DialogTheming.Controls.MessageBoxWindow..ctor()
at Unbroken.LaunchBox.Windows.Desktop.DialogTheming.Controls.MessageBox.Show(Window owner, IMessageBoxModel messageBoxModel)
at ExceptionMessage.AwakeInvalidAuthentication(Window owner, IMessageBoxModel messageBoxModel, ExceptionMessage )
at Unbroken.LaunchBox.Windows.Desktop.DialogTheming.Controls.MessageBox.Show(Window owner, String text, String caption, MessageBoxButton buttons, MessageBoxImage icon, MessageBoxResult defaultResult)
at CustomerParser.AwakeInvalidAuthentication(Window owner, String text, String caption, MessageBoxButton buttons, MessageBoxImage icon, MessageBoxResult defaultResult, CustomerParser )
at Unbroken.LaunchBox.Windows.Desktop.MessageBoxEx.Show(Window ownerWindow, String text, String caption, MessageBoxButton buttons, MessageBoxImage icon, MessageBoxResult defResult)
at CustomerParser.AwakeInvalidAuthentication(Window owner, String text, String caption, MessageBoxButton buttons, MessageBoxImage icon, MessageBoxResult defaultResult, CustomerParser )
at Unbroken.LaunchBox.Windows.Desktop.MessageBoxManager.PromptYesNo(String message, MessageBoxResult defaultButton)
at ItemPool.AwakeInvalidAuthentication(String message, MessageBoxResult defaultButton, ItemPool )
at Unbroken.LaunchBox.Windows.Desktop.ViewModels.SideBarViewModel.<>c__DisplayClass75_0.QueryIterablePredicate()
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.DeleteScopeParam(Object , Object , DispatcherPriority )
at Unbroken.LaunchBox.Windows.Threading.Invoke(Action callback, DispatcherPriority priority)
at Unbroken.LaunchBox.Windows.Desktop.ViewModels.SideBarViewModel.<>c__DisplayClass75_0.ExcludeIterablePredicate()
at Unbroken.LaunchBox.Windows.Threading.<>c__DisplayClass0_0.ResetSimpleField(Object )
at Unbroken.LaunchBox.Windows.Threading.<>c__DisplayClass0_0.MapNotificationAuthentication()
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.ThreadHelper.ThreadStart()

Recent Log:

18:10:34 Exception

Comments (5)

  1. Christian

    Thanks for the report. We have a code change in place to correct this issue that should be in the next beta release.

  2. Log in to comment