Skip to main content

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

I know, I'm kind of late to the party, but I only discovered this game some days ago. I really like it so far and am on my second play through. This time, I made better choices which resulted in much more content. Unfortunately the game seems to have a problem directly after leaving the wedding - I attached the trace at the end of this post. My google-fu seems to draw a blank or nobody else had this problem. Closing the game and loading a save some seconds before the problem is not changing anything and it sounds to me more like a typo in the code than an problem at runtime. Any hints, workarounds or pointers how to fix this would be greatly appreciated!

Thanks in advance,

Theo


 

I'm sorry, but an uncaught exception occurred.

While running game code:

Exception: Expected transition to be a displayable, not a <curry <class 'renpy.display.transition.Dissolve'> () {'new_widget': <Fixed at 11e504f0>, 'old_widget': <Fixed at 11e50650>}>

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

Full traceback:

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

  File "D:\games\Onceinalifetime-1.0.0-pc\renpy\ast.py", line 706, in execute

    renpy.exports.say(who, what, *args, **kwargs)

  File "D:\games\Onceinalifetime-1.0.0-pc\renpy\exports.py", line 1336, in say

    who(what, *args, **kwargs)

  File "D:\games\Onceinalifetime-1.0.0-pc\renpy\character.py", line 1139, in __call__

    self.do_display(who, what, cb_args=self.cb_args, **display_args)

  File "D:\games\Onceinalifetime-1.0.0-pc\renpy\character.py", line 842, in do_display

    **display_args)

  File "D:\games\Onceinalifetime-1.0.0-pc\renpy\character.py", line 591, in display_say

    rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)

  File "D:\games\Onceinalifetime-1.0.0-pc\renpy\ui.py", line 295, in interact

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

  File "D:\games\Onceinalifetime-1.0.0-pc\renpy\display\core.py", line 2699, in interact

    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)

  File "D:\games\Onceinalifetime-1.0.0-pc\renpy\display\core.py", line 3047, in interact_core

    raise Exception("Expected transition to be a displayable, not a %r" % trans)

Exception: Expected transition to be a displayable, not a <curry <class 'renpy.display.transition.Dissolve'> () {'new_widget': <Fixed at 11e504f0>, 'old_widget': <Fixed at 11e50650>}>

Windows-8-6.2.9200

Ren'Py 7.3.2.320

OnceinaLifetime 1.0.0

Thu Apr 25 00:50:33 2024