jceddy / DailyArenaDeckAdvisor

A Deck Advisor companion App for Magic Arena.
GNU General Public License v3.0
18 stars 7 forks source link

Unhandled Exception in filterTask (ApplyFilters - Main Application) #248

Closed jceddy closed 3 years ago

jceddy commented 3 years ago

An unhandled exception was detected.

Exception:

System.AggregateException: One or more errors occurred. ---> System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary. at System.ThrowHelper.ThrowKeyNotFoundException() at System.Collections.Generic.Dictionary2.get_Item(TKey key) at DailyArena.DeckAdvisor.Archetype.<>c.<get_WildcardsNeeded>b__114_5(IGrouping2 x) at System.Linq.Enumerable.WhereSelectEnumerableIterator2.MoveNext() at System.Linq.Buffer1..ctor(IEnumerable1 source) at System.Linq.OrderedEnumerable1.d1.MoveNext() at System.Collections.Generic.List1..ctor(IEnumerable1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at DailyArena.DeckAdvisor.Archetype.get_WildcardsNeeded() at DailyArena.DeckAdvisor.Archetype.get_TotalWildcardsNeeded() at DailyArena.DeckAdvisor.MainWindow.<>c.b91_0(Archetype x) at System.Linq.Enumerable.WhereListIterator1.MoveNext() at System.Collections.Generic.List1..ctor(IEnumerable1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable1 source) at DailyArena.DeckAdvisor.MainWindow.FilterArchetypes(DeckFilters filters, Boolean sort) at DailyArena.DeckAdvisor.MainWindow.<>cDisplayClass101_0.b0() at System.Threading.Tasks.Task.Execute() --- End of inner exception stack trace --- ---> (Inner Exception #0) System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary. at System.ThrowHelper.ThrowKeyNotFoundException() at System.Collections.Generic.Dictionary`2.get_Item(TKey key) at DailyArena.DeckAdvisor.Archetype.<>c.b114_5(IGrouping2 x) at System.Linq.Enumerable.WhereSelectEnumerableIterator2.MoveNext() at System.Linq.Buffer1..ctor(IEnumerable1 source) at System.Linq.OrderedEnumerable`1.d1.MoveNext() at System.Collections.Generic.List1..ctor(IEnumerable1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable1 source) at DailyArena.DeckAdvisor.Archetype.get_WildcardsNeeded() at DailyArena.DeckAdvisor.Archetype.get_TotalWildcardsNeeded() at DailyArena.DeckAdvisor.MainWindow.<>c.<FilterArchetypes>b__91_0(Archetype x) at System.Linq.Enumerable.WhereListIterator1.MoveNext() at System.Collections.Generic.List1..ctor(IEnumerable1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at DailyArena.DeckAdvisor.MainWindow.FilterArchetypes(DeckFilters filters, Boolean sort) at DailyArena.DeckAdvisor.MainWindow.<>c__DisplayClass101_0.b__0() at System.Threading.Tasks.Task.Execute()<---

%log2021040515.txt%

%Player.log%

jceddy commented 3 years ago

Version 1.0.9.1 has been pushed, which should fix this issue.