robojumper / DarkestDungeonSaveEditor

Darkest Dungeon Save File (.json) Reader, Writer, Editor. Also, Spreadsheets.
MIT License
74 stars 8 forks source link

Fails to parse town event "dead_hero_entries" #26

Closed noonoox closed 3 years ago

noonoox commented 3 years ago

Error reading: 171: Couldn't parse field dead_hero_entries

robojumper commented 3 years ago

Please share the save file that fails to parse. I have no way to fix it without that save file.

noonoox commented 3 years ago

https://1drv.ms/u/s!AqCEXOpylYZTgswu0MlLFkb4ui1-Og?e=ua2OwN

robojumper commented 3 years ago

Thanks! Fixed in ad65f0a, v0.0.69. I noticed another error in my code (#27), though this is arguably the game's fault for producing invalid UTF-8.