Skip to main content

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

Where do we report bugs?

This one wasn't a breaking bug, but:

[code]
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/akane.rpy", line 2732, in script
    h "WOO!" with quickhop
Exception: Parameter 'new_widget' is not known by ATL Transform.

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

Full traceback:
  File "game/akane.rpy", line 2732, in script
    h "WOO!" with quickhop
  File "K:\Download\love-bakudan-windows (1)\LOVEBAKUDAN\LoveBakudanv1\renpy\ast.py", line 708, in execute
    renpy.exports.say(who, what, *args, **kwargs)
  File "K:\Download\love-bakudan-windows (1)\LOVEBAKUDAN\LoveBakudanv1\renpy\exports.py", line 1345, in say
    who(what, *args, **kwargs)
  File "K:\Download\love-bakudan-windows (1)\LOVEBAKUDAN\LoveBakudanv1\renpy\character.py", line 1142, in __call__
    self.do_display(who, what, cb_args=self.cb_args, **display_args)
  File "K:\Download\love-bakudan-windows (1)\LOVEBAKUDAN\LoveBakudanv1\renpy\character.py", line 842, in do_display
    **display_args)
  File "K:\Download\love-bakudan-windows (1)\LOVEBAKUDAN\LoveBakudanv1\renpy\character.py", line 591, in display_say
    rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
  File "K:\Download\love-bakudan-windows (1)\LOVEBAKUDAN\LoveBakudanv1\renpy\ui.py", line 297, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "K:\Download\love-bakudan-windows (1)\LOVEBAKUDAN\LoveBakudanv1\renpy\display\core.py", line 2702, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "K:\Download\love-bakudan-windows (1)\LOVEBAKUDAN\LoveBakudanv1\renpy\display\core.py", line 3047, in interact_core
    new_widget=layers_root)
  File "K:\Download\love-bakudan-windows (1)\LOVEBAKUDAN\LoveBakudanv1\renpy\atl.py", line 441, in __call__
    raise Exception('Parameter %r is not known by ATL Transform.' % k)
Exception: Parameter 'new_widget' is not known by ATL Transform.

Windows-8-6.2.9200
Ren'Py 7.3.5.606
LOVE BAKUDAN 1.0
Sun Feb 07 18:00:14 2021
[/code]

Thanks for letting us know! We've been informed of this bug, and are currently working on a patch to fix this, as well as add some small tweaks to the game. Thank you again, and we hope you've been enjoying LOVE BAKUDAN!

Yup, it's awesome.  Do you use an issue tracker?  I think you can use GitHub's if you make an empty project - issues can be reported and viewed to prevent duplicate reports.