Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

[code]

I'm sorry, but an uncaught exception occurred.

While running game code:

  File "renpy/common/000statements.rpy", line 671, in execute_call_screen

    store._return = renpy.call_screen(name, *args, **kwargs)

  File "renpy/common/00action_control.rpy", line 131, in __call__

    renpy.show_screen(self.screen, *self.args, **self.kwargs)

  File "game/cl/labels_ui.rpy", line 1241, in execute

  File "game/cl/labels_ui.rpy", line 1241, in execute

  File "game/cl/labels_ui.rpy", line 1249, in execute

  File "game/cl/labels_ui.rpy", line 1252, in execute

  File "game/cl/labels_ui.rpy", line 1253, in execute

  File "game/cl/labels_ui.rpy", line 1253, in <module>

  File "game/start.rpy", line 123, in display_notifications

NameError: name 're' is not defined

[/code]

If I click Rollback, sometimes it seems to work, but the next click throws the exception again.

Can you try with latest version (24.10.0)

Latest version has not solved the problem

I don't understand, the module re is imported like 10 lines before line 123.
I'll try something in the next bugfix release, but, I'm more than stumbled about this.

Maybe an intermediate upgrade solve the problem. Tried 24.8 but no success. Will search 24.5 or 24.6. Thanks!!

For more info: Installing 24.05 and 24.06 can open the 24.04 saved games, play and save them. Installing 24.07 can't open the 24.06 saved game. The same exception is thrown.