Skip to main content

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

Hi! I get error when trying to load old saves with newest 0.33 version.
It shows:

I'm sorry, but an uncaught exception occurred.

While running game code:

  File "game/tl/anglais/script.rpy", line 109309, in script

    e "And I intend to enjoy all the little pleasures this life has to offer."

  File "game/tl/anglais/script.rpy", line 109309, in script

    e "And I intend to enjoy all the little pleasures this life has to offer."

  File "game/screens.rpy", line 193, in execute

    screen say(who, what):

  File "game/screens.rpy", line 193, in execute

    screen say(who, what):

  File "game/screens.rpy", line 196, in execute

    window:

  File "game/screens.rpy", line 196, in keywords

    window:

  File "game/screens.rpy", line 197, in keywords

    if uistyle == "0":

  File "game/screens.rpy", line 197, in <module>

    if uistyle == "0":

NameError: name 'uistyle' is not defined

(+2)

Unfortunately, as we said in our previous devlog, this is something inevitable following the implementation of the new UI. You should be able to skip all the text you've already read pretty quickly once you've started a new game! Really sorry for all that.

(+2)

All right, thanks! :)