System.IO.FileFormatException Error

Issue #1607 resolved
vagabonder606 created an issue

LaunchBox 6.9-Beta-20 | Windows 10 Home 64bit |

Occurs every time I launch Bigbox, reproduced with fresh install of v6.8stable (Bigbox worked fine with this install) when updated to beta-20 error was reproduced.

System.IO.FileFormatException: The image cannot be decoded. The image header might be corrupted. ---> System.Runtime.InteropServices.COMException: The image header is unrecognized. (Exception from HRESULT: 0x88982F61) --- End of inner exception stack trace --- at System.Windows.Media.Imaging.BitmapDecoder.SetupDecoderFromUriOrStream(Uri uri, Stream stream, BitmapCacheOption cacheOption, Guid& clsId, Boolean& isOriginalWritable, Stream& uriStream, UnmanagedMemoryStream& unmanagedMemoryStream, SafeFileHandle& safeFilehandle) at System.Windows.Media.Imaging.BitmapDecoder.CreateFromUriOrStream(Uri baseUri, Uri uri, Stream stream, BitmapCreateOptions createOptions, BitmapCacheOption cacheOption, RequestCachePolicy uriCachePolicy, Boolean insertInDecoderCache) at System.Windows.Media.Imaging.BitmapImage.FinalizeCreation() at System.Windows.Media.Imaging.BitmapImage.EndInit() at (ThumbnailManager , ImageInfo , Int32 , FlowControl , Boolean ) at BigBox.Controls.CoverFlow.ThumbnailManager.GetThumbnail(ImageInfo info, Int32 index, FlowControl flowControl, Boolean transparent) at (WheelCover ) at BigBox.Controls.CoverFlow.WheelCover.LoadImageSource() at BigBox.Controls.CoverFlow.CoverBase..ctor(ImageInfo info, Int32 coverPos, Int32 currentPos, ModelVisual3D model, FlowControl flowControl) at BigBox.Controls.CoverFlow.WheelCover..ctor(ImageInfo info, Int32 coverPos, Int32 currentPos, ModelVisual3D model, FlowControl flowControl, Double curveAmount, Double spacing, Double itemZPosition, Double selectedItemZPosition) at (WheelCoverFactory , FilterType , String , String , Int32 , Int32 , FlowControl ) at BigBox.Controls.CoverFlow.WheelCoverFactory.NewCover(FilterType filterType, String title, String imagePath, Int32 coverPos, Int32 currentPos, FlowControl flowControl) at (FlowControl , Int32 ) at BigBox.Controls.CoverFlow.FlowControl.UpdateRange(Int32 newIndex) at (FlowControl , Int32 , Boolean ) at BigBox.Controls.CoverFlow.FlowControl.UpdateIndex(Int32 newIndex, Boolean skipAnimation) at BigBox.Controls.CoverFlow.FlowControl.GoToIndex(Int32 index) at BigBox.ViewModels.PlatformWheelFiltersViewModelBase.<Populate>b__8_3() at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs) at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)

Comments (1)

  1. Log in to comment