-
Couldn't load subscription status.
- Fork 11
Description
For a few weeks I've been experiencing my game crashing and I couldn't figure out why. Today it happened again and through trial and error I was able to finally figure out what caused this. It is the refresh button in the leader boards. After I figured that out, I then took some time to identify which mod adds that refresh button into the leader boards and it turns out it's this mod. So, here's what happens:
Whenever I don't press that refresh button everything works fine. The moment I press the button (don't matter how often), the game goes into what I'd call a "broken state", i.e. it's destined to crash and you can't do anything about it.
Here's what I've identified for what's happening when that button is pressed:
Whenever you launch a level ...
- and die at a certain point in that level (given that you die at a new best and therefore get orbs), the game crashes.
- and die at a certain point in that level (given that you don't die with a new best and therefore don't get any orbs), the game DOESN'T crash.
- and beat that level (i.e. you would need to first-try it to avoid 1 and 2), the moment you beat it (and get orbs), the game crashes.
So here's what I think: I believe the crashing must be related to receiving orbs. Perhaps it's because whenever you get orbs, the mod or the game tries to update the leader boards (for some reason?), tho that makes no sense because orbs are not actually shown in leader boards.
Very weird bug, please fix.