Skip to main content

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

Bug report.

If self-voicing is enabled and one tries to click the phone, the following exception happens:

I'm sorry, but an uncaught exception occurred.

While running game code:

  File "game/Chapter_1.rpy", line 605, in script call

    $ renpy.pause()

  File "game/Chapter_1.rpy", line 605, in script call

    $ renpy.pause()

  File "game/Chapter_1.rpy", line 605, in script call

    $ renpy.pause()

  File "game/Chapter_1.rpy", line 605, in script call

    $ renpy.pause()

  File "game/Chapter_1.rpy", line 605, in script call

    $ renpy.pause()

  File "game/Chapter_1.rpy", line 605, in script call

    $ renpy.pause()

  File "game/Chapter_1.rpy", line 605, in script call

    $ renpy.pause()

  File "game/Chapter_1.rpy", line 605, in script call

    $ renpy.pause()

  File "game/Chapter_1.rpy", line 1076, in script call

    $ renpy.pause()

  File "game/Chapter_1.rpy", line 1076, in script call

    $ renpy.pause()

  File "game/Chapter_1.rpy", line 1076, in script call

    $ renpy.pause()

  File "game/Chapter_1.rpy", line 1076, in script call

    $ renpy.pause()

  File "game/Chapter_1.rpy", line 8100, in script call

    $ renpy.pause()

  File "game/Chapter_1.rpy", line 8100, in script call

    $ renpy.pause()

  File "game/Chapter_1.rpy", line 8100, in script call

    $ renpy.pause()

  File "game/Chapter_1.rpy", line 8100, in script call

    $ renpy.pause()

  File "game/Chapter_1.rpy", line 8100, in script call

    $ renpy.pause()

  File "game/Chapter_1.rpy", line 8100, in script call

    $ renpy.pause()

  File "game/Chapter_4.rpy", line 13830, in script

    "Heh, I love doing that."

NameError: Name 'weekday_full' is not defined.

 

I wasn't quite able to reproduce this on my end, but fixing it should be as easy as copying this variables.rpy file into your /game folder.
Thanks for the report.

(+1)

The new file fixes the bug.

Ghm, it looks like there was one more condition to trigger the crash. You need to scroll back to previous scene at least one time before trying to click the phone with enabled self-voicing.