Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Crash-bug on card play

A topic by Ivan Kozak created Dec 26, 2025 Views: 125 Replies: 2
Viewing posts 1 to 3

Hi there,

So I had a situation where the game crashed (the cmd file) because of a specific card play, I couldn't even report the bug in the game that's why I'm here.

The situation - I'm playing as Thor and Winter soldier, Thor has the 'Resource reserve' (53021) on board and 'Organizational support' card (50014) attached to it.
When the turn passes to Winter Soldier, and he wishes to use the organizational support from the reserve:
1) It shows the wrong number of resources (probably shows the resources Thor can generate, not winter soldier).
2) It crashes here, refreshing or reopening the cmd file won't help.

Developer

Hi @heiisniper,

Thank you for your bug report regarding card “53021” interacting with “50014” in version 0.5.9.188. We were able to reproduce the issue following your steps.

The crash occurs because the game does not properly handle resource cards with interrupt effects, like “50014,” when used with “53021.” For the current version, please avoid tucking this type of resource card under “53021.”

We will address this bug in the next version. Thank you again for your valuable feedback!

Developer

Hi @heiisniper,

Just a reminder: when the game crashes (cmd exits directly), the engine should generate a file named “crash.json” in your game root directory.

Next time, sharing that file on https://pastebin.com might be a helpful option.

Thank you!