I'm sorry, but an uncaught exception occurred.
While running game code:
  File "game/scripts/story/chapter7.rpy", line 3185, in <module>
  File "game/SanchoMod/SanchoMod ChasingSunsets.rpy", line 4673, in O00OO00OOO000O0OO
  File "renpy/common/000window.rpy", line 101, in _window_hide
    renpy.with_statement(trans)
  File "game/SanchoMod/SanchoMod ChasingSunsets.rpy", line 1203, in execute
  File "game/SanchoMod/SanchoMod ChasingSunsets.rpy", line 1203, in execute
  File "game/SanchoMod/SanchoMod ChasingSunsets.rpy", line 1208, in execute
  File "game/SanchoMod/SanchoMod ChasingSunsets.rpy", line 1209, in execute
  File "game/SanchoMod/SanchoMod ChasingSunsets.rpy", line 1211, in execute
  File "game/SanchoMod/SanchoMod ChasingSunsets.rpy", line 1212, in execute
  File "game/SanchoMod/SanchoMod ChasingSunsets.rpy", line 1216, in execute
  File "game/SanchoMod/SanchoMod ChasingSunsets.rpy", line 1219, in execute
NameError: Name 'smec10' is not defined.
-- Full Traceback ------------------------------------------------------------
Full traceback:
  File "scripts/story/chapter7.rpyc", line 3185, in script
  File "D:\Games\AVN\ChasingSunsets-0.8-pc\renpy\ast.py", line 1131, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "D:\Games\AVN\ChasingSunsets-0.8-pc\renpy\python.py", line 1061, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "game/scripts/story/chapter7.rpy", line 3185, in <module>
  File "game/SanchoMod/SanchoMod ChasingSunsets.rpy", line 4673, in O00OO00OOO000O0OO
  File "renpy/common/000window.rpy", line 101, in _window_hide
    renpy.with_statement(trans)
  File "D:\Games\AVN\ChasingSunsets-0.8-pc\renpy\exports.py", line 1657, in with_statement
    return renpy.game.interface.do_with(trans, paired, clear=clear)
  File "D:\Games\AVN\ChasingSunsets-0.8-pc\renpy\display\core.py", line 2798, in do_with
    return self.interact(trans_pause=True,
  File "D:\Games\AVN\ChasingSunsets-0.8-pc\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, pause_modal=pause_modal, **kwargs) # type: ignore
  File "D:\Games\AVN\ChasingSunsets-0.8-pc\renpy\display\core.py", line 3810, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "D:\Games\AVN\ChasingSunsets-0.8-pc\renpy\display\core.py", line 582, in visit_all
    d.visit_all(callback, seen)
  File "D:\Games\AVN\ChasingSunsets-0.8-pc\renpy\display\core.py", line 582, in visit_all
    d.visit_all(callback, seen)
  File "D:\Games\AVN\ChasingSunsets-0.8-pc\renpy\display\core.py", line 582, in visit_all
    d.visit_all(callback, seen)
  [Previous line repeated 1 more time]
  File "D:\Games\AVN\ChasingSunsets-0.8-pc\renpy\display\screen.py", line 451, in visit_all
    callback(self)
  File "D:\Games\AVN\ChasingSunsets-0.8-pc\renpy\display\core.py", line 3810, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "D:\Games\AVN\ChasingSunsets-0.8-pc\renpy\display\screen.py", line 462, in per_interact
    self.update()
  File "D:\Games\AVN\ChasingSunsets-0.8-pc\renpy\display\screen.py", line 653, in update
    self.screen.function(**self.scope)
  File "game/SanchoMod/SanchoMod ChasingSunsets.rpy", line 1203, in execute
  File "game/SanchoMod/SanchoMod ChasingSunsets.rpy", line 1203, in execute
  File "game/SanchoMod/SanchoMod ChasingSunsets.rpy", line 1208, in execute
  File "game/SanchoMod/SanchoMod ChasingSunsets.rpy", line 1209, in execute
  File "game/SanchoMod/SanchoMod ChasingSunsets.rpy", line 1211, in execute
  File "game/SanchoMod/SanchoMod ChasingSunsets.rpy", line 1212, in execute
  File "game/SanchoMod/SanchoMod ChasingSunsets.rpy", line 1216, in execute
  File "game/SanchoMod/SanchoMod ChasingSunsets.rpy", line 1219, in execute
  File "D:\Games\AVN\ChasingSunsets-0.8-pc\renpy\ui.py", line 1013, in _label
    text = renpy.text.text.Text(label, style=text_style, substitute=substitute, scope=scope, **text_kwargs)
  File "D:\Games\AVN\ChasingSunsets-0.8-pc\renpy\text\text.py", line 1594, in __init__
    self.set_text(text, scope, substitute)
  File "D:\Games\AVN\ChasingSunsets-0.8-pc\renpy\text\text.py", line 1712, in set_text
    i, did_sub = renpy.substitutions.substitute(i, scope, substitute)
  File "D:\Games\AVN\ChasingSunsets-0.8-pc\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:\Games\AVN\ChasingSunsets-0.8-pc\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:\Games\AVN\ChasingSunsets-0.8-pc\renpy\substitutions.py", line 236, in __getitem__
    raise NameError("Name '{}' is not defined.".format(key))
NameError: Name 'smec10' is not defined.
Windows-10-10.0.22621 AMD64
Ren'Py 8.0.3.22090809
Chapter 7 0.8a
Fri May 19 00:16:09 2023