Crash in Launchbox

Issue #6523 duplicate
Beeman Dev created an issue

Got error, then crash doing right click on platform/edit
re-ran didn’t give error, but this report may indicate code fragility.

(Inner Exception)

Invalid cursor handle. (0x8007057A)

App: LaunchBox
Version: 12.4
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.IncludeTypeSerializer(IntPtr , Int32Rect , Object )
at Unbroken.LaunchBox.Windows.Desktop.DialogTheming.Controls.ThemedWindow.ComputeFocusHelper()
at IssuerWatcher.PrepareTransactionalConsumer(Object , IssuerWatcher )
at Unbroken.LaunchBox.Windows.Desktop.DialogTheming.Controls.ThemedWindow..ctor()
at Unbroken.LaunchBox.Windows.Desktop.Views.AddEditPlatformView..ctor()

(Outer Exception)

Exception has been thrown by the target of an invocation.

App: LaunchBox
Version: 12.4
Type: System.Reflection.TargetInvocationException
Site: System.Object CreateInstance(System.RuntimeType, Boolean, Boolean, Boolean ByRef, System.RuntimeMethodHandleInternal ByRef, Boolean ByRef)
Source: System.Private.CoreLib

at System.RuntimeTypeHandle.CreateInstance(RuntimeType type, Boolean publicOnly, Boolean wrapExceptions, Boolean& canBeCached, RuntimeMethodHandleInternal& ctor, Boolean& hasNoDefaultCtor)
at System.RuntimeType.CreateInstanceDefaultCtorSlow(Boolean publicOnly, Boolean wrapExceptions, Boolean fillCache)
at System.RuntimeType.CreateInstanceDefaultCtor(Boolean publicOnly, Boolean skipCheckThis, Boolean fillCache, Boolean wrapExceptions)
at System.Activator.CreateInstance(Type type, Boolean nonPublic, Boolean wrapExceptions)
at System.Activator.CreateInstance(Type type)
at Caliburn.Micro.BootstrapperBase.GetAllInstances(Type service)
at Unbroken.LaunchBox.Windows.Desktop.Bootstrapper.SearchFocusCustomer(Type first)
at Caliburn.Micro.ViewLocator.<>c.<.cctor>b__10_7(Type modelType, DependencyObject displayLocation, Object context)
at Caliburn.Micro.ViewLocator.<>c.<.cctor>b__10_8(Object model, DependencyObject displayLocation, Object context)
at Caliburn.Micro.WindowManager.CreateWindow(Object rootModel, Boolean isDialog, Object context, IDictionary`2 settings)
at Unbroken.LaunchBox.Windows.Desktop.MenuActions.SidebarEditMenuAction.<>c__DisplayClass3_4.ValidateFocusEvent()
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.MenuActions.SidebarEditMenuAction.<>c__DisplayClass3_3.SelectTraversalHelper(Object , DispatcherPriority )
at Unbroken.LaunchBox.Windows.Desktop.MenuActions.SidebarEditMenuAction.<>c__DisplayClass3_3.StartFocusEvent()
at Unbroken.LaunchBox.Windows.Threading.<>c__DisplayClass0_0.QueryPrincipalBase(Object )
at Unbroken.LaunchBox.Windows.Threading.<>c__DisplayClass0_0.CountIdentifiableAnnotation()
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:

17:18:50 Exception


Comments (1)

  1. Log in to comment