Skip to main content

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

GrumpyOldAndy

2
Posts
6
Following
A member registered Apr 20, 2017

Recent community posts

Directly after Ellie wins the pullup contest

```

I'm sorry, but an uncaught exception occurred.

While running game code:

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

    scene black with dissolve(1.0)

TypeError: 'Dissolve' object is not callable

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

Full traceback:

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

    scene black with dissolve(1.0)

  File "D:\Games\TwoofaKind-Demo-pc\renpy\ast.py", line 1658, in execute

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

  File "D:\Games\TwoofaKind-Demo-pc\renpy\exports.py", line 1657, in with_statement

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

  File "D:\Games\TwoofaKind-Demo-pc\renpy\display\core.py", line 2798, in do_with

    return self.interact(trans_pause=True,

  File "D:\Games\TwoofaKind-Demo-pc\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 "D:\Games\TwoofaKind-Demo-pc\renpy\display\core.py", line 3752, in interact_core

    trans = self.ongoing_transition[None](

TypeError: 'Dissolve' object is not callable

Windows-10-10.0.19045 AMD64

Ren'Py 8.0.3.22090809

Two of a Kind Demo

Fri Jun 20 13:15:19 2025

```

Love the game so far, one little niggle. On android tablet (so no keyboard/mouse) to open the menu, I tap the menu button which is in the bottom right of the screen. Unfortunately this moves the character in the direction of the button before opening the menu. This makes using the shovel to dig in a particular spot really awkward.