Right Click Bug

Issue #5806 resolved
Robert “Grand Puba” Buck created an issue

The Right-Click menu gives this error and does not pop up!

(Inner Exception)

Overflow or underflow in the arithmetic operation.

App:     LaunchBox
Version: 11.8
Type:    System.ArithmeticException
Site:    
Source:  




(Outer Exception)

The image data generated an overflow during processing.

App:     LaunchBox
Version: 11.8
Type:    System.OverflowException
Site:    Void FinalizeCreation()
Source:  PresentationCore

   at System.Windows.Media.Imaging.ColorConvertedBitmap.FinalizeCreation()
   at System.Windows.Media.Imaging.ColorConvertedBitmap..ctor(BitmapSource source, ColorContext sourceColorContext, ColorContext destinationColorContext, PixelFormat format)
   at System.Windows.Media.Imaging.BitmapImage.FinalizeCreation()
   at System.Windows.Media.Imaging.BitmapImage.EndInit()
   at System.Windows.Media.Imaging.BitmapImage..ctor(Uri uriSource, RequestCachePolicy uriCachePolicy)
   at Unbroken.LaunchBox.Windows.Desktop.ViewModels.ContentViewModelBase.<>c__DisplayClass58_0.FindDrivenMapping()
   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.NewFocusDispatcher(Object , Object , DispatcherPriority )
   at Unbroken.LaunchBox.Windows.Threading.Invoke(Action callback, DispatcherPriority priority)
   at Unbroken.LaunchBox.Windows.Desktop.ViewModels.ContentViewModelBase.InsertHttpThread(Object , DispatcherPriority )
   at Unbroken.LaunchBox.Windows.Desktop.ViewModels.ContentViewModelBase.AddMenuItem(ItemsControl itemsControl, String text, String wpfResourcesName, String shortcutText, Boolean isEnabled, RoutedEventHandler clickHandler, Boolean isChecked, Boolean staysOpenOnClick)
   at ConfigurationConfiguration.NewHttpConfiguration(ItemsControl itemsControl, String text, String wpfResourcesName, String shortcutText, Boolean isEnabled, RoutedEventHandler clickHandler, Boolean isChecked, Boolean staysOpenOnClick, ConfigurationConfiguration )
   at Unbroken.LaunchBox.Windows.Desktop.ViewModels.ContentViewModelBase.<>c__DisplayClass62_0.CollectDrivenMapping()
   at Unbroken.LaunchBox.Windows.Threading.<>c__DisplayClass0_0.CustomizeFocusAccount(Object )
   at Unbroken.LaunchBox.Windows.Threading.<>c__DisplayClass0_0.InterruptMetaDefinition()
   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:

   2:31:15 PM Exception

Comments (2)

  1. Christian

    We've found this is caused by altered Color Management settings. We have a fix in place for this that will be in the next beta release. Thanks for the report.

  2. Log in to comment