Search found 3 matches

by jrhee
Sat May 16, 2015 6:27 pm
Forum: (Legacy) Easy Save 2 General Discussion
Topic: Error when viewing save data in File Editor
Replies: 4
Views: 6982

Re: Error when viewing save data in File Editor

Perfect, that did the trick- thanks again!
by jrhee
Sat May 16, 2015 4:51 pm
Forum: (Legacy) Easy Save 2 General Discussion
Topic: Error when viewing save data in File Editor
Replies: 4
Views: 6982

Re: Error when viewing save data in File Editor

Ah thanks, makes sense- thanks for the quick reply. Noticing a related issue now where after the first save (where the save file is created), when I try to save again I get the following exception: ES2InvalidDataException: Easy Save 2 Error: The file provided does not contain data that is readable b...
by jrhee
Sat May 16, 2015 2:18 am
Forum: (Legacy) Easy Save 2 General Discussion
Topic: Error when viewing save data in File Editor
Replies: 4
Views: 6982

Error when viewing save data in File Editor

Hello, Starting playing with ES2, looks great so far! Ran into a problem with this test script: public void Save() { using(ES2Writer writer = ES2Writer.Create("testSave.txt")) { writer.Write("AAA"); writer.Save(); } } public void Load() { using(ES2Reader reader = ES2Reader.Create...