Skip to main content

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

Ran into this, it resulted in having to start over (not too big a concern). This is 4b version, what basically happened was it was an older save (3.5) and it wouldn't let me update the save to current version. Note that restarting the game and saving the new version resolves it, just letting you know.

I'm sorry, but an uncaught exception occurred.

While running game code:

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

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

  File "game/screensetup.rpy", line 122, in execute

  File "game/screensetup.rpy", line 122, in execute

  File "game/screensetup.rpy", line 165, in execute

  File "game/screensetup.rpy", line 165, in <module>

NameError: name 'clickedOnJournal' is not defined

-- Full Traceback ------------------------------------------------------------

Full traceback:

  File "script.rpyc", line 2787, in script

  File "C:\unzipped\InnAnotherWorld\renpy\ast.py", line 2232, in execute

    self.call("execute")

  File "C:\unzipped\InnAnotherWorld\renpy\ast.py", line 2220, in call

    return renpy.statements.call(method, parsed, *args, **kwargs)

  File "C:\unzipped\InnAnotherWorld\renpy\statements.py", line 281, in call

    return method(parsed, *args, **kwargs)

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

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

  File "C:\unzipped\InnAnotherWorld\renpy\exports.py", line 3181, in call_screen

    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)

  File "C:\unzipped\InnAnotherWorld\renpy\ui.py", line 299, in interact

    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)

  File "C:\unzipped\InnAnotherWorld\renpy\display\core.py", line 3377, in interact

    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore

  File "C:\unzipped\InnAnotherWorld\renpy\display\core.py", line 3808, in interact_core

    root_widget.visit_all(lambda i : i.per_interact())

  File "C:\unzipped\InnAnotherWorld\renpy\display\core.py", line 582, in visit_all

    d.visit_all(callback, seen)

  File "C:\unzipped\InnAnotherWorld\renpy\display\core.py", line 582, in visit_all

    d.visit_all(callback, seen)

  File "C:\unzipped\InnAnotherWorld\renpy\display\core.py", line 582, in visit_all

    d.visit_all(callback, seen)

  File "C:\unzipped\InnAnotherWorld\renpy\display\screen.py", line 451, in visit_all

    callback(self)

  File "C:\unzipped\InnAnotherWorld\renpy\display\core.py", line 3808, in <lambda>

    root_widget.visit_all(lambda i : i.per_interact())

  File "C:\unzipped\InnAnotherWorld\renpy\display\screen.py", line 462, in per_interact

    self.update()

  File "C:\unzipped\InnAnotherWorld\renpy\display\screen.py", line 653, in update

    self.screen.function(**self.scope)

  File "game/screensetup.rpy", line 122, in execute

  File "game/screensetup.rpy", line 122, in execute

  File "game/screensetup.rpy", line 165, in execute

  File "game/screensetup.rpy", line 165, in <module>

NameError: name 'clickedOnJournal' is not defined

Windows-7-6.1.7601-SP1 AMD64

Ren'Py 8.0.3.22083102

Inn Another World 0.04b

Fri Sep  9 17:40:06 2022

Thanks for pointing this out, should be fixed for the next version.