#Softlocked after naneinf and closing game before cash out

1 messages · Page 1 of 1 (latest)

modern dune
#

Got a naneinf but took a break before continuing.
Now when I load the save it starts from after the round ended but before the cash out is calculated and then the game crashes.

Playing on android.

Also I can't find the option to turn crash reports on.

wet axle
#

Yeah, a crash always happens if you reload into a save that hit naneinf, nothing you can do

modern dune
#

Fair enough, figured, just hadn't heard about this before

#

Thanks

spiral pecan
#

You have to fix the save file

#

When you get naneinf it will set some things (like best hand) to nil, which leads to error

#

To fix it you need to go to the balatro appdata folder and find the save.jkr file

#

Then use a converter (theres a bunch online) to turn it from a binary file to base 10 string

#

Since it uses the deflate algorithm to store the data you need to use a deflate decompression (again, use a converter online) to convert it to actual readable text

#

From there change the values that are nil (the ones stated in the error message) to 0 and compress it using deflate compress

#

Copy the compressed base10 string, go to hexed.it and paste it in

#

It will prompt you to create a new file and there will be a dropdown saying “from base10 encoded”