zarusama Posted April 8, 2021 Posted April 8, 2021 and I get this message. Any idea of how to fix this? (Inner Exception) Overflow or underflow in the arithmetic operation. App: LaunchBox Version: 11.10 Type: System.ArithmeticException Site: Source: (Outer Exception) The image data generated an overflow during processing. App: LaunchBox Version: 11.10 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__DisplayClass59_0.LoginAutowireValue() 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.ViewModels.ContentViewModelBase.CompareIdentifiableRequest(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 FilterGlobal.ForgotIdentifiableServer(ItemsControl itemsControl, String text, String wpfResourcesName, String shortcutText, Boolean isEnabled, RoutedEventHandler clickHandler, Boolean isChecked, Boolean staysOpenOnClick, FilterGlobal ) at Unbroken.LaunchBox.Windows.Desktop.ViewModels.ContentViewModelBase.<>c__DisplayClass63_0.WriteAutowireValue() at Unbroken.LaunchBox.Windows.Threading.<>c__DisplayClass0_0.OrderHttpAuthentication(Object ) at Unbroken.LaunchBox.Windows.Threading.<>c__DisplayClass0_0.ForgotInvalidMap() 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: 14:50:38 Exception Quote
C-Beats Posted April 8, 2021 Posted April 8, 2021 We have a fix in for this coming in the next version. In short it is caused by having altered Color Management settings in Windows. If you go to Control Panel and open Color Management. Then look in the advanced tab, ONE of those values PROBABLY isn't "System default" and so it causes issue when loading the icons for the context menu. Quote
zarusama Posted April 8, 2021 Author Posted April 8, 2021 10 minutes ago, C-Beats said: We have a fix in for this coming in the next version. In short it is caused by having altered Color Management settings in Windows. If you go to Control Panel and open Color Management. Then look in the advanced tab, ONE of those values PROBABLY isn't "System default" and so it causes issue when loading the icons for the context menu. perfect now it works! Thanks Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.