-
Notifications
You must be signed in to change notification settings - Fork 20
Description
Describe the bug
Whenever the enemy brain is killed, the game will freeze for a few seconds and then crash.
To Reproduce
Steps to reproduce the behavior:
- Start game
- Go to scenarios
- Start Bunker Breach scenario battle (happens on anything really)
- Full gold, maximum AI intelligence for player and cpu
- Start scenario
- Kill enemy brain
Expected behavior
Win screen
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
here's the last error before crashing
/usr/include/c++/14/bits/stl_vector.h:1130: constexpr std::vector<_Tp, _Alloc>::reference std::vector<_Tp, _Alloc>::operator [with _Tp = unsigned int; _Alloc = std::allocator; reference = unsigned int&; size_type = long unsigned int]: Assertion '__n < this->size()' failed.
Aborted (core dumped)
I'm also running Nobara (Fedora based), compiled from latest develop branch (commit 34552e8)
github won't let me upload the coredump, so use this link: https://bin.dembased.xyz/corecortexcommand1000fa2728a4cbdc4f29bc28bd84d753688611174791732255150000000.zst
Ask me for it again if the link expires, or tell me how to upload it :)
Thanks!