I've got a major glitch. this only happens with the main executable, but sometimes the 32 bit is also affected.
I'm sorry, but an uncaught exception occurred.
While running game code:
File "renpy/common/00start.rpy", line 234, in script call
call _splashscreen from _call_splashscreen_1
File "game/script.rpy", line 20, in script
with Fade(1, 1, 1)
NameError: global name 'name' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "renpy/common/00start.rpy", line 234, in script call
call _splashscreen from _call_splashscreen_1
File "game/script.rpy", line 20, in script
with Fade(1, 1, 1)
File "renpy/ast.py", line 1397, in execute
renpy.exports.with_statement(trans, paired)
File "renpy/exports.py", line 1646, in with_statement
return renpy.game.interface.do_with(trans, paired, clear=clear)
File "renpy/display/core.py", line 2610, in do_with
clear=clear)
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 1.0.1
Sat Aug 17 13:36:53 2024