I have a game state where playing a hand immediately crashes the game.
I do not have the time/energy to try and reproduce the error, but here is what I think might cause this:
- I played a naneinf hand at ante 28
- After that best played hand in my stats showed as naneinf
- I continued to play until ante 31, using the same strategy
- I decided to go to sleep and closed the game. I am not 100% sure if I was in the shop or in the Bild selection when I closed the game.
- Open the game the next day. Highest hand shows as 0 in stats and empty string in the "continue" window of the main menu.
- Playing any hand now throws an error "cannot compare nil and number"
I do not have access to the code, but I suppose the game is trying to check if the current hand is higher than the previous highest hand. But closing the game or loading the save state causes the current highest hand to become nil. Probably because it was inf before.
It uses cloud saves on my phone, but I have only ever played on one device.
The seed is 7AP3SQ15
If there is any way to edit the save file on mobile, I'd like to know, because I want to continue the run. I wanted to see the highest ante I can get to. Also not sure if this error only happens on this run or if it gets fixed when I play a new one.