Got this error when testing a level
Posted: Wed May 29, 2024 1:19 pm
Forums for SMBX
https://www.smbxgame.com/forums/
I’m guessing Progress.json is where Savedata is stored. Like Star coins and custom currencies, and world map locations. Correct me if I’m wrong.lugiaTheAntarticLord wrote: ↑Fri May 31, 2024 11:05 pmIt worked apparently, and also when it had the error, progress.json was just blank. How can progress.json go blank and give me this lousy error?
progress.json is used to store data relating to achievements if memory serves me right. the rest of the non-basegame save data is stored in the "ext" save files.mariobrigade2018 wrote: I’m guessing Progress.json is where Savedata is stored. Like Star coins and custom currencies, and world map locations. Correct me if I’m wrong.
if the game crashes or encounters some kind of issue while it's in the middle of writing to progress.json, the file's contents may end up malformed, which the game isn't made to properly deal with. normally, an "empty" progress.json is supposed to contain an opening and closing curly brace, like so:lugiaTheAntarticLord wrote: ↑Fri May 31, 2024 11:05 pmIt worked apparently, and also when it had the error, progress.json was just blank. How can progress.json go blank and give me this lousy error?
Code: Select all
{}
Nevermind it was one of my custom NPCSlugiaTheAntarticLord wrote: ↑Mon Jun 03, 2024 11:21 amI got another error, but this time it's different.
![]()