Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Can't start game gives this error in log:

Traceback (most recent call last):

  File "TheTempleofTorment.py", line 86925, in <module>

  File "TheTempleofTorment.py", line 86513, in load_online

ValueError: invalid literal for int() with base 10: ''

(+1)

Hey, sounds like it's a side effect from me shutting down the server, you can modify the conf.txt file to set the Online Features from Enabled to Disabled and see if it helps.

It works! Thanks!

what even were the Online features and why was the server closed?

There were online lists of deaths and victories together with the inventory the character had, the game also spawned graves for characters that died in the same floor. I felt like there were diminishing returns for having those features in a game that's free so I stopped paying for the hosting services. Implementing that stuff was relevant to my studies as well so it felt natural at the time being.