alexhardwicke / Surge

A WinRT remote torrent UI that supports Transmission
MIT License
7 stars 0 forks source link

ArgumentOutOfRangeException in Surge.Windows8 #3

Open alexhardwicke opened 9 years ago

alexhardwicke commented 9 years ago

Surge.Windows8.ViewModels.MainPage.TorrentFileViewModel.Update() is throwing an ArgumentOutOfRangeException.

Call stack:

System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource):0
System.Collections.Generic.List`1.get_Item(Int32 index):0
Surge.ViewModels.MainPage.TorrentFileViewModel.Update(IEnumerable`1 items):0
alexhardwicke commented 9 years ago

Will hopefully be fixed by whatever fixes #2 - the algorithm is clearly broken and needs fixing. Not going to look at this until #2 is fixed and released - if this continues to occur, then it needs looking at further.