Solved Robin's six heart event

Whimsical_

Newcomer
I missed Robin's six heart event and every time I delete the code from my save file, I'm not able to load any saves, after clicking an save I get stuck the the loading screen with the menu music playing in the background. Am playing on steam, playing on version 1.5.6.

 
Thanks for the log.

It looks like your edits are breaking the save:
Code:
17:09:40    ERROR    game    InvalidOperationException: There is an error in XML document (1, 66156).
---> NullReferenceException: Object reference not set to an instance of an object.
   at StardewValley.SerializableDictionary`2.ReadXml(XmlReader reader) in stardewvalley\Farmer\Farmer\SerializableDictionary.cs:line 113
You should make sure your save is still okay by rolling it back a day:

---
Save Edit:
If you're save editing; only this part needs to be deleted from the "<eventsSeen>" section.
Code:
<int>33</int>
 
Last edited:
Top