will no load game

Issue #5784 resolved
Kill Hawk created an issue

(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.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:

8:12:24 AM Exception

Comments (2)

  1. Jason Carr repo owner

    Most likely this is somehow the result of a corrupted image download, or it could be a corrupted Windows install or a corrupted .NET install. We will review though to see if there’s a way to error out more gracefully in that case.

  2. Christian

    This is resolved in 11.11 beta 1, unfortunately there is a bug related to the fix and now icons are not working at all in that version. 11.11 beta 2 will be out shortly though that resolves both this issue and the missing icons.

  3. Log in to comment