Skip to main content

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

Committee1983

2
Posts
1
Topics
A member registered 20 days ago

Recent community posts

Hello I cannot get the game to start, it comes up with this:

Traceback (most recent call last):

  File "main.py", line 7, in <module>

  File "engine\engine.py", line 120, in EngineRun

  File "game\game.py", line 155, in GameRun

  File "game\game_run\game_state.py", line 100, in WaitUntilGameStart

  File "engine\task\condition.py", line 16, in Wait

  File "threading.py", line 355, in wait_for

  File "threading.py", line 320, in wait

KeyboardInterrupt

[PYI-1424:ERROR] Failed to execute script 'main' due to unhandled exception!

Please Help!

I am unable to start the game, I keep getting this error:

Traceback (most recent call last):

  File "main.py", line 7, in <module>

  File "engine\engine.py", line 120, in EngineRun

  File "game\game.py", line 155, in GameRun

  File "game\game_run\game_state.py", line 100, in WaitUntilGameStart

  File "engine\task\condition.py", line 16, in Wait

  File "threading.py", line 355, in wait_for

  File "threading.py", line 320, in wait

KeyboardInterrupt

[PYI-1424:ERROR] Failed to execute script 'main' due to unhandled exception!