Issue Save Game corruption

Goobsie

Newcomer
Hi folks! Recently got my girlfriend to pick up stardew valley so we could play it together after a long time of myself not playing it. I wanted to get a refresher and show off what our farm could look like by opening one of my most played saves but it just kicks me back to the main menu as soon as I choose it on the list. After some research ive done all I can find on other forums including this one but Ive seen some people have some luck with people parsing save data. The error that SMAPI gives me when I try to use it is "DebugOutput: There is an error in XML document(1, 1) Any suggestions would be phenomenal! Thanks in advance :)
PS I deleted a ton of the data since it was waaaaaaay too long.


farm<?xml version="1.0" encoding="utf-8"?><SaveGame xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><player><name>Austin</name><isEmoting>false</isEmoting><isCharging>false</isCharging><willDestroyObjectsUnderfoot>true</willDestroyObjectsUnderfoot><isGlowing>false</isGlowing><coloredBorder>false</coloredBorder><flip>false</flip><drawOnTop>false</drawOnTop><faceTowardFarmer>false</faceTowardFarmer><faceAwayFromFarmer>false</faceAwayFromFarmer><ignoreMovementAnimation>false</ignoreMovementAnimation><scale>1</scale><timeBeforeAIMovementAgain>0</timeBeforeAIMovementAgain><glowingTransparency>0.399999857</glowingTransparency><glowRate>0.05</glowRate><Position><X>1376</X><Y>288</Y></Position><Speed>5</Speed><IsEmoting>false</IsEmoting><CurrentEmote>24</CurrentEmote><questLog><Quest xsi:type="ItemDeliveryQuest"><_currentObjective>Bring Jodi a cauliflower.</_currentObjective><_questDescription>Jodi needs a fresh cauliflower for a recipe she's making. She's asking you to bring her one.</_questDescription><_questTitle>Jodi's Request</_questTitle><rewardDescription>-1</rewardDescription><accepted>false</accepted><completed>false</completed><dailyQuest>false</dailyQuest><showNew>false</showNew><canBeCancelled>true</canBeCancelled><destroy>false</destroy><id>101</id><moneyReward>350</moneyReward><questType>3</questType><daysLeft>0</daysLeft><nextQuests><int>-1</int></nextQuests><questTitle>Jodi's Request</questTitle><targetMessage>Oh, that looks so delicious! Thank you, this is just what I wanted. It's going to be perfect for my yellow curry.</targetMessage><target>Jodi</target><item>190</item><number>1</number><parts /><dialogueparts /></Quest><Quest xsi:type="ItemDeliveryQuest"><_currentObjective>Bring Pam a pale ale.</_currentObjective><_questDescription>Pam is hankerin' for a pale ale. Regular old beer won't do. You can brew one yourself if you have hops and a keg.</_questDescription><_questTitle>Pam Is Thirsty</_questTitle><rewardDescription>-1</rewardDescription>
 
Last edited:
Top