Page 1 of 1

Got this error when testing a level

Posted: Wed May 29, 2024 1:19 pm
by lugiaTheAntarticLord
Image
What's the problem? How do i fix it?

Re: Got this error when testing a level

Posted: Wed May 29, 2024 4:51 pm
by deice
try deleting the "progress.json" file in your episode folder

Re: Got this error when testing a level

Posted: Fri May 31, 2024 11:05 pm
by lugiaTheAntarticLord
deice wrote:
Wed May 29, 2024 4:51 pm
try deleting the "progress.json" file in your episode folder
It 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?

Re: Got this error when testing a level

Posted: Fri May 31, 2024 11:38 pm
by mariobrigade2018
lugiaTheAntarticLord wrote:
Fri May 31, 2024 11:05 pm
deice wrote:
Wed May 29, 2024 4:51 pm
try deleting the "progress.json" file in your episode folder
It 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?
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.

Re: Got this error when testing a level

Posted: Sat Jun 01, 2024 6:53 am
by deice
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.
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.
lugiaTheAntarticLord wrote:
Fri May 31, 2024 11:05 pm
It 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?
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:

Code: Select all

{}
but if it's completely empty, the built-in json reader will throw an error.

Re: Got this error when testing a level

Posted: Mon Jun 03, 2024 11:21 am
by lugiaTheAntarticLord
I got another error, but this time it's different.
Image

Re: Got this error when testing a level

Posted: Mon Jun 03, 2024 11:49 pm
by lugiaTheAntarticLord
lugiaTheAntarticLord wrote:
Mon Jun 03, 2024 11:21 am
I got another error, but this time it's different.
Image
Nevermind it was one of my custom NPCS