I get this error when i try to edit my save files:
System.ArgumentException: Error during serialization or deserialization using the JSON JavaScriptSerializer. The length of the string exceeds the value set on the maxJsonLength property.
Parameter name: input
at System.Web.Script.Serialization.JavaScriptSerializer.Deserialize(JavaScriptSerializer serializer, String input, Type type, Int32 depthLimit)
at RpgMakerSaveEdit.Mv.JsonUtil.DeserializeMutable(String json)
at RpgMakerSaveEdit.Mv.MvSavedGame.ReadSaveFile(Stream file)
at RpgMakerSaveEdit.Mv.MvSavedGame.Create(IFile file)
at RpgMakerSaveEdit.MainWindow..ctor(IFile file)
at RpgMakerSaveEdit.App.OnStartup(Object sender, StartupEventArgs e)
Any suggestions??