Thanks for the log. Yea, there's currently an issue with CustomFurniture/SpaceCore breaking. I left a bug report for Platonymous on the CF page; since they can narrow it down further, or ping SpaceChase to fix SpaceCore as needed.
But, the furniture seems to all be saved to the:
spacecore-serialization.json
file.
Within the save folder:
The game saves progress when the in-game day ends, i.e., when the farmer goes to bed, collapses from exhaustion, or collapses at 2am. All progress during a day is lost if the player quits the game without ending the day. In multiplayer, the game saves after all players click through the prompts...
stardewvalleywiki.com
I'd recommend removing the CF mods you have so it doesn't happen again. Then, we'd have to edit or delete the "spacecore-serialization.json" file.
It can contain none CF data; so if you want to send your save folder my way I can double check.
Or just make a backup of the file, and delete it completely.
Quick example data:
spacecore-serialization.json
file:
Code:
[{"Key":"/1/1/1/0/17/3","Value":"<Furniture xsi:type=\"Mods_platonymous_CustomFurniture\" -lots of data in the middle- "},{"Key":"/1/1/1/0/17/3","Value":"<Object xsi:type=\"Mods_OtherModItem\" -lots of data in the middle- "}]
Basically, we just need to delete any of the items that are type "CustomFurniture".
We'd start at the
{"Key"
, and end at the curly bracket and comma which separates the next key
"},
.
If they're all CF items; then the whole file can be deleted.