Skip to main content

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

i got a bug btw, i'm not sure if i did something wrong, or what, but


I'm sorry, but an uncaught exception occurred.

While running game code:

  File "game/gameplay.rpy", line 5118, in script call

  File "game/gameplay.rpy", line 5118, in script call

renpy.script.LabelNotFound: could not find label 'talk_diaab_roof'. Did you mean: 'talk_diaab_moon'?

During handling of the above exception, another exception occurred:

ValueError: too many values to unpack (expected 1)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):

  File "game/gameplay.rpy", line 5118, in script call

  File "game/gameplay.rpy", line 5118, in script call

Exception: Too many arguments passed to ATL transform.

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

Traceback (most recent call last):

  File "game/gameplay.rpy", line 5118, in script call

  File "renpy/ast.py", line 1622, in execute

    rv = renpy.game.context().call(label, return_site=self.next.name)

         ~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "game/gameplay.rpy", line 5118, in script call

  File "renpy/script.py", line 1161, in lookup

    raise LabelNotFound(original)

renpy.script.LabelNotFound: could not find label 'talk_diaab_roof'. Did you mean: 'talk_diaab_moon'?

During handling of the above exception, another exception occurred:

Traceback (most recent call last):

  File "renpy/atl.py", line 610, in __call__

    (child,) = args

    ^^^^^^^^       

ValueError: too many values to unpack (expected 1)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):

  File "renpy/bootstrap.py", line 376, in bootstrap

    renpy.main.main()

    ~~~~~~~~~~~~~~~^^

  File "renpy/main.py", line 614, in main

    run(restart)

    ~~~^^^^^^^^^

  File "renpy/main.py", line 137, in run

    renpy.execution.run_context(True)

    ~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^

  File "renpy/execution.py", line 1022, in run_context

    context.run()

    ~~~~~~~~~~~^^

  File "game/gameplay.rpy", line 5118, in script call

  File "game/gameplay.rpy", line 5118, in script call

  File "renpy/display/error.py", line 135, in report_exception

    renpy.game.invoke_in_new_context(

    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^

        call_exception_screen,

        ^^^^^^^^^^^^^^^^^^^^^^

    ...<4 lines>...

        ignore_action=ignore_action,

        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^

    )

    ^

  File "renpy/game.py", line 301, in invoke_in_new_context

    return callable(*args, **kwargs)

           ~~~~~~~~^^^^^^^^^^^^^^^^^

  File "renpy/display/error.py", line 44, in call_exception_screen

    return renpy.ui.interact(mouse="screen", type="screen", suppress_overlay=True, suppress_underlay=True)

           ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "renpy/ui.py", line 304, in interact

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

         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "renpy/display/core.py", line 2219, in interact

    repeat, rv = self.interact_core(

                 ~~~~~~~~~~~~~~~~~~^

        preloads=preloads,

        ^^^^^^^^^^^^^^^^^^

    ...<4 lines>...

        **kwargs,

        ^^^^^^^^^

    )  # type: ignore

    ^                

  File "renpy/display/core.py", line 3303, in interact_core

    rv = root_widget.event(ev, x, y, 0)

         ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^

  File "renpy/display/layout.py", line 1281, in event

    rv = i.event(ev, x - xo, y - yo, cst)

         ~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^

  File "renpy/display/layout.py", line 1281, in event

    rv = i.event(ev, x - xo, y - yo, cst)

         ~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^

  File "renpy/display/layout.py", line 1281, in event

    rv = i.event(ev, x - xo, y - yo, cst)

         ~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^

  File "renpy/display/screen.py", line 805, in event

    rv = self.child.event(ev, x, y, st)

         ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^

  File "renpy/display/layout.py", line 1281, in event

    rv = i.event(ev, x - xo, y - yo, cst)

         ~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^

  File "renpy/display/layout.py", line 1505, in event

    rv = super(Window, self).event(ev, x, y, st)

         ~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^

  File "renpy/display/layout.py", line 273, in event

    rv = d.event(ev, x - xo, y - yo, st)

         ~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^

  File "renpy/display/layout.py", line 273, in event

    rv = d.event(ev, x - xo, y - yo, st)

         ~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^

  File "renpy/display/layout.py", line 1281, in event

    rv = i.event(ev, x - xo, y - yo, cst)

         ~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^

  File "renpy/display/layout.py", line 1281, in event

    rv = i.event(ev, x - xo, y - yo, cst)

         ~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^

  File "renpy/display/layout.py", line 1281, in event

    rv = i.event(ev, x - xo, y - yo, cst)

         ~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^

  File "renpy/display/behavior.py", line 1185, in event

    return handle_click(self.clicked)

           ~~~~~~~~~~~~^^^^^^^^^^^^^^

  File "renpy/display/behavior.py", line 1107, in handle_click

    rv = run(action)

         ~~~^^^^^^^^

  File "renpy/display/behavior.py", line 411, in run

    return action(*args, **kwargs)

           ~~~~~~^^^^^^^^^^^^^^^^^

  File "renpy/common/_errorhandling.rpym", line 659, in __call__

    with open(self.filename, "rb") as f:

         ~~~~^^^^^^^^^^^^^^^^^^^^^      

  File "renpy/atl.py", line 612, in __call__

    raise Exception("Too many arguments passed to ATL transform.")

Exception: Too many arguments passed to ATL transform.

macOS-15.6-arm64-arm-64bit arm64

Ren'Py 8.4.2.25092901+nightly

 1.0.0

Sat Oct 25 10:57:08 2025

(+1)

thanks will take a look, probably just a typo in my code