Skip to main content

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

Hello!

Game: itch.io version 1.86 / win11

Exception right after the name selection, when the game asks you to click to view the list of characters, click on 'oasis characters'.

[code]

I'm sorry, but an uncaught exception occurred.

While running game code:

  File "renpy/common/00gamemenu.rpy", line 174, in script

    $ ui.interact()

  File "renpy/common/00gamemenu.rpy", line 174, in <module>

    $ ui.interact()

  File "game/scripts/stats.rpy", line 366, in execute

  File "game/scripts/stats.rpy", line 366, in execute

  File "game/scripts/stats.rpy", line 374, in execute

  File "game/scripts/stats.rpy", line 378, in execute

  File "game/scripts/stats.rpy", line 379, in execute

  File "game/scripts/stats.rpy", line 379, in keywords

  File "game/scripts/stats.rpy", line 383, in keywords

  File "game/scripts/stats.rpy", line 383, in <module>

NameError: name 'chie_met' is not defined

[/code]

(1 edit)

The exception disappear when you reach DAY - 1 at the motel.

Also the 'oasis characters' seems to be bugged

Sorry for the delayed response, my computer was down, and I just got it back.
Actually, it's because you hadn't met the character yet, but I've passed it on to the coder to check. Thank you so much for your feedback.

No problems, it was just to let you know about the uncaught exception.