Skip to main content

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

Hi!

The game looks adorable, I can't wait to play it :)

I found a bug, though: when I press any button, or move the sticks on my gamepad (a wired XBox 360 controller) the game crashes with an uncaught exception. It doesn't matter at what point I try to use the controller, it happens in the game, at the title screen and during the "NomnomNami presents..." splashscreen.

It works fine so far when playing with keyboard or mouse, as long as I don't touch the controller, so I will play it without the controller for now. :)

The traceback.txt looks like this:

I'm sorry, but an uncaught exception occurred.
While running game code:
NameError: global name 'name' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
  File "renpy/bootstrap.py", line 326, in bootstrap
    renpy.main.main()
  File "renpy/main.py", line 617, in main
    run(restart)
  File "renpy/main.py", line 148, in run
    renpy.execution.run_context(True)
  File "renpy/execution.py", line 922, in run_context
    context.run()
  File "script.rpyc", line 339, in script
  File "script.rpyc", line 339, in script
  File "renpy/ast.py", line 715, in execute
    renpy.exports.say(who, what, *args, **kwargs)
  File "renpy/exports.py", line 1393, in say
    who(what, *args, **kwargs)
  File "renpy/character.py", line 1205, in __call__
    self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
  File "renpy/character.py", line 871, in do_display
    **display_args)
  File "renpy/character.py", line 621, in display_say
    rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
  File "renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3101, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
  File "renpy/display/core.py", line 3897, in interact_core
    renpy.display.behavior.skipping(ev)
  File "renpy/display/behavior.py", line 272, in skipping
    if map_keyup(ev, "skip") or map_event(ev, "stop_skipping"):
  File "renpy/display/behavior.py", line 242, in map_keyup
    if (name in ev.eventnames) and ev.up:
NameError: global name 'name' is not defined
Windows-7-6.1.7601-SP1
Ren'Py 7.4.3.1414
Starry Flowers 1.0.1
Fri Mar 12 21:52:22 2021
(+2)

oh gosh, this looks like a ren'py bug--there's nothing i can do about it on my end, but i imagine it will be fixed in a future update! sorry about that...!

No problem! it works perfectly fine with just keyboard and mouse. :)

It seems to be a recent bug, your other ren'py games work fine with controllers.