Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(1 edit)

When I try to progress from my file that left off at the end of 0.7.2., the game crashes. It also crashes when I go to the Chapters menu. Is this being caused by the DLC? Or is it an issue with the main files?

Can you send the error that occurs when the game crashes or does the game crash without an error?

Selecting Chapters menu triggers this:

  File "game/screens.rpy", line 350, in execute
  File "game/screens.rpy", line 350, in execute
  File "game/screens.rpy", line 355, in execute
  File "game/screens.rpy", line 355, in <module>
TypeError: '>=' not supported between instances of 'NoneType' and 'int'

And when the title screen for Chapter 7. Part 2. appears, it triggers this:

  File "game/chapter20.rpy", line 31, in <module>
TypeError: '>' not supported between instances of 'int' and 'NoneType'

This is a bug related to the calculation for opening chapters through the new menu, and it's already been fixed, but it's not yet fixed in this version. Just start a new game and that's it; the script will work and there shouldn't be any errors. This will be fixed in the next version of the game.

This is a bug related to the calculation for opening chapters through the new menu, and it's already been fixed, but it's not yet fixed in this version. Just start a new game and that's it; the script will work and there shouldn't be any errors. This will be fixed in the next version of the game.

This is definitely not related to the DLC, since the DLC files do not affect the main ones in any way and are located separately