GMdsam
GMdsam copied to clipboard
Unhandled Exception: System.ArgumentException:
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](IEnumerable
1 source, Func2 keySelector, Func
2 elementSelector, IEqualityComparer1 comparer) at System.Linq.Enumerable.ToDictionary[TSource,TKey,TElement](IEnumerable
1 source, Func2 keySelector, Func
2 elementSelector)
at GameMaker.File.RefactorCodeManager..ctor(Byte[] rawData)
at GameMaker.File.RefactorCode()
at GameMaker.File.LoadEveything()
at GameMaker.Program.Main(String[] args)