aviyaa12345

New Member
Jul 11, 2024
9
6
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/000statements.rpy", line 671, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "game/scripts/objective.rpy", line 21, in execute
  File "game/scripts/objective.rpy", line 21, in execute
  File "game/scripts/objective.rpy", line 51, in execute
  File "game/scripts/objective.rpy", line 62, in execute
  File "game/scripts/objective.rpy", line 72, in execute
  File "game/scripts/objective.rpy", line 76, in execute
  File "game/scripts/objective.rpy", line 105, in execute
  File "game/scripts/objective.rpy", line 106, in execute
  File "game/scripts/objective.rpy", line 107, in execute
  File "game/scripts/objective.rpy", line 110, in execute
  File "game/scripts/objective.rpy", line 110, in <module>
  File "game/scripts/z.rpy", line 307, in ictra
NameError: Name 'tutoring' is not defined.

-- Full Traceback ------------------------------------------------------------

Full traceback:
  File "scripts/locations/home.rpyc", line 46, in script
  File "C:\Users\masqu\Downloads\MidnightParadise-0.25-pc-elite\MidnightParadise-0.25-pc-elite\renpy\ast.py", line 1971, in execute
    self.call("execute")
  File "C:\Users\masqu\Downloads\MidnightParadise-0.25-pc-elite\MidnightParadise-0.25-pc-elite\renpy\ast.py", line 1953, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "C:\Users\masqu\Downloads\MidnightParadise-0.25-pc-elite\MidnightParadise-0.25-pc-elite\renpy\statements.py", line 349, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 671, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "C:\Users\masqu\Downloads\MidnightParadise-0.25-pc-elite\MidnightParadise-0.25-pc-elite\renpy\exports.py", line 3420, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "C:\Users\masqu\Downloads\MidnightParadise-0.25-pc-elite\MidnightParadise-0.25-pc-elite\renpy\ui.py", line 301, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\Users\masqu\Downloads\MidnightParadise-0.25-pc-elite\MidnightParadise-0.25-pc-elite\renpy\display\core.py", line 2166, 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 "C:\Users\masqu\Downloads\MidnightParadise-0.25-pc-elite\MidnightParadise-0.25-pc-elite\renpy\display\core.py", line 2688, in interact_core
    root_widget.visit_all(lambda d : d.per_interact())
  File "C:\Users\masqu\Downloads\MidnightParadise-0.25-pc-elite\MidnightParadise-0.25-pc-elite\renpy\display\displayable.py", line 431, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\masqu\Downloads\MidnightParadise-0.25-pc-elite\MidnightParadise-0.25-pc-elite\renpy\display\displayable.py", line 431, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\masqu\Downloads\MidnightParadise-0.25-pc-elite\MidnightParadise-0.25-pc-elite\renpy\display\displayable.py", line 431, in visit_all
    d.visit_all(callback, seen)
  [Previous line repeated 1 more time]
  File "C:\Users\masqu\Downloads\MidnightParadise-0.25-pc-elite\MidnightParadise-0.25-pc-elite\renpy\display\screen.py", line 480, in visit_all
    callback(self)
  File "C:\Users\masqu\Downloads\MidnightParadise-0.25-pc-elite\MidnightParadise-0.25-pc-elite\renpy\display\core.py", line 2688, in <lambda>
    root_widget.visit_all(lambda d : d.per_interact())
  File "C:\Users\masqu\Downloads\MidnightParadise-0.25-pc-elite\MidnightParadise-0.25-pc-elite\renpy\display\screen.py", line 491, in per_interact
    self.update()
  File "C:\Users\masqu\Downloads\MidnightParadise-0.25-pc-elite\MidnightParadise-0.25-pc-elite\renpy\display\screen.py", line 697, in update
    self.screen.function(**self.scope)
  File "game/scripts/objective.rpy", line 21, in execute
  File "game/scripts/objective.rpy", line 21, in execute
  File "game/scripts/objective.rpy", line 51, in execute
  File "game/scripts/objective.rpy", line 62, in execute
  File "game/scripts/objective.rpy", line 72, in execute
  File "game/scripts/objective.rpy", line 76, in execute
  File "game/scripts/objective.rpy", line 105, in execute
  File "game/scripts/objective.rpy", line 106, in execute
  File "game/scripts/objective.rpy", line 107, in execute
  File "game/scripts/objective.rpy", line 110, in execute
  File "game/scripts/objective.rpy", line 110, in <module>
  File "game/scripts/z.rpy", line 307, in ictra
  File "C:\Users\masqu\Downloads\MidnightParadise-0.25-pc-elite\MidnightParadise-0.25-pc-elite\renpy\exports.py", line 3944, in substitute
    return renpy.substitutions.substitute(s, scope=scope, translate=translate)[0]
  File "C:\Users\masqu\Downloads\MidnightParadise-0.25-pc-elite\MidnightParadise-0.25-pc-elite\renpy\substitutions.py", line 371, in substitute
    s = interpolate(s, kwargs) # type: ignore
  File "C:\Users\masqu\Downloads\MidnightParadise-0.25-pc-elite\MidnightParadise-0.25-pc-elite\renpy\substitutions.py", line 86, in interpolate
    raise e
  File "C:\Users\masqu\Downloads\MidnightParadise-0.25-pc-elite\MidnightParadise-0.25-pc-elite\renpy\substitutions.py", line 78, in interpolate
    value = renpy.python.py_eval(code, {}, scope)
  File "C:\Users\masqu\Downloads\MidnightParadise-0.25-pc-elite\MidnightParadise-0.25-pc-elite\renpy\python.py", line 1209, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "C:\Users\masqu\Downloads\MidnightParadise-0.25-pc-elite\MidnightParadise-0.25-pc-elite\renpy\python.py", line 1202, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "<none>", line 1, in <module>
  File "C:\Users\masqu\Downloads\MidnightParadise-0.25-pc-elite\MidnightParadise-0.25-pc-elite\renpy\substitutions.py", line 313, in __getitem__
    raise NameError("Name '{}' is not defined.".format(key))
NameError: Name 'tutoring' is not defined.

Windows-10-10.0.22631 AMD64
Ren'Py 8.2.3.24061702
Midnight Paradise 0.25
Thu Jul 11 20:54:48 2024
how to fix?
 

King5amebob

Newbie
Mar 29, 2020
30
11
Just want to bump this first comment, I tried the game for the first time today and have run into the same error. Haven't found anything on past replies that this was a bug so is it specific to the 0.25 update? Thanks in advance for any insight.
Well going to add after i commented my blind eyes noticed the "show available objectives only" option in the objectives menu and it disappeared so guessing the exception was due to trying to access content that wasn't available yet. Hopefully this helps others who experienced same initial problem.
 

swilkes022

Newbie
Jul 4, 2024
22
22
An awesome update, but an all too brief one. I'm still interested in the big mystery of the overall story, so here's hoping we get a final update to end this game properly sooner than later.
 
Last edited:
  • Like
Reactions: BDI
3.60 star(s) 346 Votes