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 "game/script.rpy", line 746, in script

    scene bg black with dissolve(1.0)

TypeError: 'Dissolve' object is not callable

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

Full traceback:

  File "game/script.rpy", line 746, in script

    scene bg black with dissolve(1.0)

  File "C:\Users\Pcx\Desktop\TheGhostTown-1.0-win\renpy\ast.py", line 1367, in execute

    renpy.exports.with_statement(trans, paired=paired)

  File "C:\Users\Pcx\Desktop\TheGhostTown-1.0-win\renpy\exports\statementexports.py", line 257, in with_statement

    return renpy.game.interface.do_with(trans, paired, clear=clear)

  File "C:\Users\Pcx\Desktop\TheGhostTown-1.0-win\renpy\display\core.py", line 1578, in do_with

    return self.interact(trans_pause=True,

  File "C:\Users\Pcx\Desktop\TheGhostTown-1.0-win\renpy\display\core.py", line 2215, 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:\Users\Pcx\Desktop\TheGhostTown-1.0-win\renpy\display\core.py", line 2666, in interact_core

    trans = instantiate_transition(None, old_root, layers_root)

  File "C:\Users\Pcx\Desktop\TheGhostTown-1.0-win\renpy\display\core.py", line 2575, in instantiate_transition

    trans = self.ongoing_transition[layer](

TypeError: 'Dissolve' object is not callable

Windows-10-10.0.19041 AMD64

Ren'Py 8.3.4.24120703

The Ghost Town 1.0

Mon Mar 10 21:51:47 2025

[/code]

Will fix quickly, thanks for calling it out!

Fixed now!