- Jun 17, 2017
- 5,852
- 29,768
OK, this might be related to how I invoked pause here. I was just starting to figure this out when I wrote the intro. I tried doing it another way, replace the script.rpy file with the file I've attached (in the FmF-1.0-pc > game folder) and let me know it it fixes your issue.it keeps crashing and i get this report
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 193, in script
with Pause(1)
File "renpy/common/00start.rpy", line 234, in script call
call _splashscreen from _call_splashscreen_1
File "game/script.rpy", line 193, in script
with Pause(1)
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 "renpy/common/00start.rpy", line 234, in script call
call _splashscreen from _call_splashscreen_1
File "game/script.rpy", line 193, in script
with Pause(1)
File "renpy/common/00start.rpy", line 234, in script call
call _splashscreen from _call_splashscreen_1
File "game/script.rpy", line 193, in script
with Pause(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
FmF Part 1 - The Theatrical Cut
Sat Jan 1 19:21:50 2022
Python isn't my jam, but I try anyways...
I'll include this file in the patch that I need to put together, as this other method may be a 'cleaner' way to do this.