SharpUpdate icon indicating copy to clipboard operation
SharpUpdate copied to clipboard

Error - MD5 failure

Open Yoko-0x0 opened this issue 7 years ago • 0 comments

HI. If the first item to update your MD5 is incorrect and the second item to add is perfect. an index error occurs.


System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) at System.Collections.Generic.List`1.get_Item(Int32 index) at SharpUpdate.SharpUpdater.UpdateApplications() in SharpUpdate-master\SharpUpdate\SharpUpdater.cs:line 254 at SharpUpdate.SharpUpdater.InstallUpdate() in SharpUpdate-master\SharpUpdate\SharpUpdater.cs:line 235 at SharpUpdate.SharpUpdater.BgWorker_RunWorkerCompleted(Object sender, RunWorkerCompletedEventArgs e) in SharpUpdate-master\SharpUpdate\SharpUpdater.cs:line 177 at System.ComponentModel.BackgroundWorker.OnRunWorkerCompleted(RunWorkerCompletedEventArgs e) at System.ComponentModel.BackgroundWorker.AsyncOperationCompleted(Object arg)

Yoko-0x0 avatar Oct 15 '18 19:10 Yoko-0x0