MBHaxe icon indicating copy to clipboard operation
MBHaxe copied to clipboard

Occasional game freeze upon restarting on gem hunt

Open dflat2 opened this issue 1 year ago • 3 comments

How to reproduce:

  • Play MBHaxe Ultra.
  • Start a gem hunt game on Sprawl (the freeze also occurred on Zenith and a few other maps iirc).
  • Until the bug is triggered, do Esc > Restart.
  • Game will eventually freeze, takes usually less than 10 restarts.

It seems to happen only in gem hunt.

dflat2 avatar Aug 24 '24 21:08 dflat2

Related to master server connectivity.

RandomityGuy avatar Aug 25 '24 04:08 RandomityGuy

I forgot to say that it happens in single player gem hunt, so I don't think it's related to server connectivity. Were you able to reproduce it?

dflat2 avatar Aug 25 '24 08:08 dflat2

Ok replicated the bug. Turns out one of multiplayer bugs relating to player spawns got carried over. Game keeps track of spawn points that are occupied so players don't spawn on each other. But that variable doesn't get reset on restart causing this bug. Basically game ran out of all the possible spawn points to spawn the marble at since it doesn't reset.

RandomityGuy avatar Aug 25 '24 09:08 RandomityGuy

Fixed in 1.7.0

RandomityGuy avatar Feb 11 '25 16:02 RandomityGuy

If I'm not mistaken it's still happening on MBHaxe Ultra (v1.2.1). Restarting Sprawl 8 times freezes the game.

dflat2 avatar Feb 21 '25 11:02 dflat2

Ah man, replicated. Affects Singleplayer only.

RandomityGuy avatar Feb 21 '25 12:02 RandomityGuy

Should be finally fixed in 1.2.2

RandomityGuy avatar Mar 21 '25 16:03 RandomityGuy