bigbox error

Issue #1227 resolved
Former user created an issue

hello, I went to launch big box this afternoon and it would not launch and whenever I pressed anything on my controller it would display the following error message:

System.NotSupportedException: No imaging component suitable to complete this operation was found. ---> System.Runtime.InteropServices.COMException: The component cannot be found. (Exception from HRESULT: 0x88982F50) --- 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 (VerticalCover ) at BigBox.Controls.CoverFlow.VerticalCover.LoadImageSource() at BigBox.Controls.CoverFlow.CoverBase..ctor(ImageInfo info, Int32 coverPos, Int32 currentPos, ModelVisual3D model, FlowControl flowControl) at BigBox.Controls.CoverFlow.VerticalCover..ctor(ImageInfo info, Int32 coverPos, Int32 currentPos, ModelVisual3D model, FlowControl flowControl, Double curveAmount) at (VerticalCoverFactory , FilterType , String , String , String , Int32 , Int32 , FlowControl ) at BigBox.Controls.CoverFlow.VerticalCoverFactory.NewCover(FilterType filterType, String title, String imagePath, String imageType, 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.<>c__DisplayClass4_0.<Populate>b__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 (2)

  1. Jason Carr repo owner

    Thank you Anonymous, this appears to be caused by corrupted image files. I'll look to see if I can handle the situation better.

  2. Log in to comment