Whenever I try to open up a particular save file, I get the below message.
---
[TiTsEd: 0.29.4.41615, TiTs Data: 33]
System.ArgumentException: An entry with the same key already exists.
at System.ThrowHelper.ThrowArgumentException(ExceptionResource resource)
at System.Collections.Generic.TreeSet`1.AddIfNotPresent(T item)
at System.Collections.Generic.SortedDictionary`2.Add(TKey key, TValue value)
at TiTsEd.ViewModel.AmfObjectVM.BuildTree(SortedDictionary`2 dic, AmfObject o)
at TiTsEd.ViewModel.AmfObjectVM.BuildTree(SortedDictionary`2 dic, AmfObject o)
at TiTsEd.ViewModel.AmfObjectVM.BuildTree(SortedDictionary`2 dic, AmfObject o)
at TiTsEd.ViewModel.GameVM..ctor(AmfFile file, GameVM previousVM)
at TiTsEd.ViewModel.VM.Load(String path, SerializationFormat expectedFormat, Boolean createBackup)
at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
at System.Windows.Controls.MenuItem.InvokeClickAfterRender(Object arg)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
Can anyone tell me what I messed up? D: