I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/screens/game over.rpy", line 83, in script
call screen violent_death_orc
File "renpy/common/000statements.rpy", line 609, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "game/screens/game over.rpy", line 85, in execute
screen violent_death_orc():
File "game/screens/game over.rpy", line 85, in execute
screen violent_death_orc():
File "game/screens/game over.rpy", line 86, in execute
vbox:
File "game/screens/game over.rpy", line 89, in execute
text _("So ends the story of [mc.pcname].")
NameError: Name 'mc' is not defined.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/screens/game over.rpy", line 83, in script
call screen violent_death_orc
File "D:\porn\EarthsLastGuardian\renpy\ast.py", line 2232, in execute
self.call("execute")
File "D:\porn\EarthsLastGuardian\renpy\ast.py", line 2220, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "D:\porn\EarthsLastGuardian\renpy\statements.py", line 281, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 609, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "D:\porn\EarthsLastGuardian\renpy\exports.py", line 3161, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "D:\porn\EarthsLastGuardian\renpy\ui.py", line 299, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "D:\porn\EarthsLastGuardian\renpy\display\core.py", line 3377, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs) # type: ignore
File "D:\porn\EarthsLastGuardian\renpy\display\core.py", line 3804, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "D:\porn\EarthsLastGuardian\renpy\display\core.py", line 582, in visit_all
d.visit_all(callback, seen)
File "D:\porn\EarthsLastGuardian\renpy\display\core.py", line 582, in visit_all
d.visit_all(callback, seen)
File "D:\porn\EarthsLastGuardian\renpy\display\core.py", line 582, in visit_all
d.visit_all(callback, seen)
File "D:\porn\EarthsLastGuardian\renpy\display\screen.py", line 451, in visit_all
callback(self)
File "D:\porn\EarthsLastGuardian\renpy\display\core.py", line 3804, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "D:\porn\EarthsLastGuardian\renpy\display\screen.py", line 462, in per_interact
self.update()
File "D:\porn\EarthsLastGuardian\renpy\display\screen.py", line 653, in update
self.screen.function(**self.scope)
File "game/screens/game over.rpy", line 85, in execute
screen violent_death_orc():
File "game/screens/game over.rpy", line 85, in execute
screen violent_death_orc():
File "game/screens/game over.rpy", line 86, in execute
vbox:
File "game/screens/game over.rpy", line 89, in execute
text _("So ends the story of [mc.pcname].")
File "D:\porn\EarthsLastGuardian\renpy\text\text.py", line 1584, in __init__
self.set_text(text, scope, substitute)
File "D:\porn\EarthsLastGuardian\renpy\text\text.py", line 1702, in set_text
i, did_sub = renpy.substitutions.substitute(i, scope, substitute)
File "D:\porn\EarthsLastGuardian\renpy\substitutions.py", line 278, in substitute
s = formatter.vformat(s, (), kwargs) # type: ignore
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 165, in vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 205, in _vformat
File "D:\porn\EarthsLastGuardian\renpy\substitutions.py", line 168, in get_field
obj, arg_used = super(Formatter, self).get_field(field_name, args, kwargs)
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 270, in get_field
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 227, in get_value
File "D:\porn\EarthsLastGuardian\renpy\substitutions.py", line 236, in __getitem__
raise NameError("Name '{}' is not defined.".format(key))
NameError: Name 'mc' is not defined.
Windows-10-10.0.22000 AMD64
Ren'Py 8.0.1.22070801
Earth's Last Guardian 0.1.2
Fri Aug 25 20:03:08 2023