Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

rlranft

3
Posts
1
Followers
5
Following
A member registered Jan 23, 2017

Recent community posts

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.

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]

This was a good read - especially for a jam.  Good work!