Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+2)

Really enjoying the game so far! I had a crash when I tried to inspect a Spades symbol that was on the floor while peeking from a vent:

Traceback (most recent call last):

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

  File "game\loop\run.py", line 106, in main

  File "game\loop\meta_game.py", line 134, in run_new_game

  File "game\loop\gameplay.py", line 5366, in _run_gameplay

  File "game\loop\gameplay.py", line 1431, in render

  File "game\loop\gameplay.py", line 320, in _indent_token_rows

ValueError: too many values to unpack (expected 2)

Just wanted to share the crash log in case it helps, really loving the gameplay and music

(+1)

Hello geeko! I am so happy to hear you’re enjoying the game. And thanks a lot for sending over the crash log. I knew a bug would be coming sometime, and I actually should have predicted this one. This happened with the antiquarian, no? 

I think I recall mis-structuring (or rather, forgetting to update) the function (for the antiquarian) that sends the coloring and text info to the look mode description constructor. I will take a look and then get a new version out (alongside some other bugfixes) very quickly! 

(+1)

Thanks for making the game! I'm really enjoying it.

And yes, I believe I was playing the antiquarian at the time of the crash.