#Softlocked after naneinf and closing game before cash out
1 messages · Page 1 of 1 (latest)
Yeah, a crash always happens if you reload into a save that hit naneinf, nothing you can do
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”