Praytic / youtd2

Classic community-driven session-based Tower Defense game with RPG elements.
https://youtd2.com/
MIT License
87 stars 15 forks source link

slot >= slot_max crash in release build #193

Closed Kvel2D closed 9 months ago

Kvel2D commented 12 months ago

Screenshot:

Screenshot_2023-09-13_at_11 34 44_AM

Note: this bug was found in 0.6.1 itch.io build. From the screenshot it can be seen that crash happens after game has been running for 17 minutes. Didn't get any more information than this. Don't have a reliable way to reproduce. Most likely can be encountered only in release builds because in debug builds this issue is hidden by differences in debug builds.

Link to related issue for godot engine: https://github.com/godotengine/godot/issues/70910

Possible causes based on comments to that godot engine issue:

Commits which might fix this:

Kvel2D commented 9 months ago

This crash appears to have stopped happening. Probably got fixed by one of the above changes.