Skip to main content

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

Hm, with the latest build I'm encountering an error after Heidi wakes you up the thursday you go dancing with her for the first time:

I'm sorry, but an uncaught exception occurred.

While running game code:

  File "game/Chapter2.rpy", line 3571, in script

    mc "Yeah. It's taking every ounce of willpower not to strangle you right now."

  File "game/Chapter2.rpy", line 3571, in script

    mc "Yeah. It's taking every ounce of willpower not to strangle you right now."

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 "game/Chapter2.rpy", line 3571, in script

    mc "Yeah. It's taking every ounce of willpower not to strangle you right now."

  File "game/Chapter2.rpy", line 3571, in script

    mc "Yeah. It's taking every ounce of willpower not to strangle you right now."

  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-10-10.0.19041

Ren'Py 7.4.3.1414

Bare Witness 0.4

Sun Oct 23 16:10:51 2022

(+1)

That's a Ren'Py version issue. If you have another Ren'Py game, copy the renpy folder from the game folder and paste it into the game folder for Bare Witness. Overwrite the existing folder and you should be good.