1.229.1 beta 版本 下载卡在校验分片文件,重试的时候还会出现闪退的情况。

发生了预料之外的错误:
System.NotSupportedException: No imaging component suitable to complete this operation was found. —> System.Runtime.InteropServices.COMException: 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 Common.NewC.XnRk8ZTGhRXbMBeyf5C(Object )
at Common.NewC.ImageFileToImageBrush(String filePath, Stretch Stretch)
at JiJiDownForWPF.MainWindow.l6DDYmbSWKbxx35pebU(Object , Stretch )
at JiJiDownForWPF.MainWindow.pskmWdB5dK()
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)

这个错误是系统运行环境导致的

建议重置 .NET Framework 4.0 的状态 或者安装 .NET Framework 4.8 也可以解决