I'm getting this Error. SPT and the profile editor are on the last version released. How can i fix this?
Yes, you can hot-n-dirty use the editor if you open your profile JSON w/ Notepad++ and cut out (but save) the whole object/block then paste it back in before you run the game again
MAKE A BACKUP OF YOUR PROFILE FIRST.
Then. cut and paste the following into a blank sheet in NP++, and take note of which line youre cutting from (example: line 28188)
,
{
"name": "Daily_Savage",
"activeQuests": [],
"inactiveQuests": [],
"endTime": 0,
"changeRequirement": {}
.
.
.
.
}
(there will be MANY more lines than you see above, this is just a quick demo)
Hit save on the profile json, launch profile editor, do your edits, close the editor, then jump back into your profile json, copy the code and re-paste it back in, and viola! You done did a thing!