GMdsam icon indicating copy to clipboard operation
GMdsam copied to clipboard

Unhandled Exception: System.ArgumentException:

Open dsolmann opened this issue 7 years ago • 0 comments

Unhandled Exception: System.ArgumentException: An item with the same key has already been added. at System.ThrowHelper.ThrowArgumentException(ExceptionResource resource) at System.Collections.Generic.Dictionary2.Insert(TKey key, TValue value, Boolean add) at System.Linq.Enumerable.ToDictionary[TSource,TKey,TElement](IEnumerable1 source, Func2 keySelector, Func2 elementSelector, IEqualityComparer1 comparer) at System.Linq.Enumerable.ToDictionary[TSource,TKey,TElement](IEnumerable1 source, Func2 keySelector, Func2 elementSelector) at GameMaker.File.RefactorCodeManager..ctor(Byte[] rawData) at GameMaker.File.RefactorCode() at GameMaker.File.LoadEveything() at GameMaker.Program.Main(String[] args)

dsolmann avatar Feb 25 '18 09:02 dsolmann