Skip to main content

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

Suddenly... crash!

A topic by AlexKibo88 created Mar 17, 2026 Views: 280 Replies: 2
Viewing posts 1 to 2
(1 edit)

I am not able to figure out why the application suddenly keeps crashing when creating a scene...

Here is the content of the crash.log file:

> --- Game Start ---
[SES] 0.000 <DEBUGINFO> Replay:      valkyrie-juggernaut-expert-(0)-(384950829)
[SES] 0.000 <DEBUGINFO> File:        
[SES] 0.000 <DEBUGINFO> Seed:        384950829
[SES] 0.000 <DEBUGINFO> Timeout:     0
[SES] 0.000 <DEBUGINFO> Scene:       Juggernaut
[SES] 0.000 <DEBUGINFO> Expert:      True
[SES] 0.000 <DEBUGINFO> Modular:     ['standard', 'expert', 'hope_summers', 'black_tom_cassidy']
[SES] 0.000 <DEBUGINFO> Challenge:   []
[SES] 0.000 <DEBUGINFO> Rule:        ['v16_all']
[SES] 0.000 <DEBUGINFO> Campaign Log:{}
[WEB] 0.000 <INFO> [Client] Player [0] connected
>   1: 
> --- Select Hero and Villain ---
>   2: [(01,25001b) Brunnhilde] HP reset
>   3: [(01,25001b) Brunnhilde] is entering play ([(01,25001b) Brunnhilde])
>   4: [(01,25001b) Brunnhilde] entered play ([(01,25001b) Brunnhilde])
>   5: [(01,25001b) Brunnhilde] activates
[ENG] 1.125 <FAILED> Traceback (most recent call last):
[ENG] 1.125 <FAILED>   File "engine\engine.py", line 120, in EngineRun
[ENG] 1.125 <FAILED>   File "game\game.py", line 170, in GameRun
[ENG] 1.125 <FAILED>   File "game\game.py", line 160, in run_game
[ENG] 1.125 <FAILED>   File "engine\profile\profiler.py", line 106, in Run
[ENG] 1.125 <FAILED>   File "game\game.py", line 65, in GameSetup
[ENG] 1.125 <FAILED>   File "game\game_run\game_session.py", line 112, in GameSetup
[ENG] 1.125 <FAILED>   File "game\world\world.py", line 192, in Initialize
[ENG] 1.125 <FAILED>   File "game\player\element\player_setup.py", line 238, in SelectIdentity
[ENG] 1.125 <FAILED>   File "game\card\factory.py", line 24, in GenerateCards
[ENG] 1.125 <FAILED>   File "game\card\factory.py", line 32, in GenerateCard
[ENG] 1.125 <FAILED>   File "game\card\factory.py", line 67, in FindCardPapers
[ENG] 1.125 <FAILED>   File "cards\database.py", line 111, in FindCardPaper
[ENG] 1.125 <FAILED> AssertionError: name_or_id='58034'
[SCE] 1.127 <INFO> Saved: ./crash.json
[LOG] 1.127 <INFO> Save crash.log

Honestly, it doesn't say much to me.

Can you please help? I have already tried clearing the browser's cache, but the problem persists.

Thank you!

(+1)

Ok, I might have figured it out: the decks I am trying to use require cards that are not yet available in the game...

Yep, I can confirm that this is the reason, happened to me too.