snake-c-wasm icon indicating copy to clipboard operation
snake-c-wasm copied to clipboard

UNREACHABLE() triggered with FEATURE_DYNAMIC_CAMERA

Open Mm2PL opened this issue 2 years ago • 0 comments

If you collect the first egg while the snake is crossing the screen edge/warping to the other side, the game crashes with:

game.c:394: GAME ASSERTION FAILED: unreachable

How to reproduce:

  • reset three times to get the right RNG,
  • collect the egg from the bottom
  • *crash*

https://user-images.githubusercontent.com/25011746/167163666-fc7ae3d6-71f8-4aef-825a-995025ae5146.mp4

Mm2PL avatar May 06 '22 15:05 Mm2PL