Masqu

Member
Nov 3, 2018
194
74
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
 
  • Like
Reactions: aviyaa12345

KING VR

Member
Nov 28, 2019
326
135
that's not going to happen, as you have already seen with the releases after the last rework.
Is there some issue with how the game is coded. Or is it due to lack of consistent updates. The game has made decent progression in recent versions.

Please Update it.
 

personal_hell

Newbie
May 6, 2020
51
82
Midnight Paradise v0.23 Elite
Video enhancement mod


This mod overwrites the native 30fps animations of the game with interpolated 60fps animations.

how ? Thanks to deep-learning processes, trained predictive models can interpolate one "fake" frames next to each native frame.

The result gives a smooth effect on each animations.

Here is an example of what you can expect ( ) :



A 4K version of these animations is also available. It significantly increases the overall level of detail
A screen monitor above 1080p + a decent CPU/GPU are required
You don't have permission to view the spoiler content. Log in or register now.

Download links (524 animations)
1080p : wait for update
4K : wait for update


I didn't inspect each animation in depth , so feel free to report any flaws you find (bugs, video artifacts...)


You don't have permission to view the spoiler content. Log in or register now.

You don't have permission to view the spoiler content. Log in or register now.

You don't have permission to view the spoiler content. Log in or register now.

You don't have permission to view the spoiler content. Log in or register now.

You can choose the next game on list
any plans on mod update?
 

F4iunyl3x

Active Member
Modder
Aug 26, 2018
746
7,141
Midnight Paradise v0.25 Elite
Video enhancement mod


This mod overwrites the native 30fps animations of the game with interpolated 60fps animations.

how ? Thanks to deep-learning processes, trained predictive models can interpolate one "fake" frames next to each native frame.

The result gives a smooth effect on each animations.

Here is an example of what you can expect ( ) :



A 4K version of these animations is also available. It significantly increases the overall level of detail
A screen monitor above 1080p + a decent CPU/GPU are required
You don't have permission to view the spoiler content. Log in or register now.

Download links
1080p : Mega ;
4K :


I didn't inspect each animation in depth , so feel free to report any flaws you find (bugs, video artifacts...)


You don't have permission to view the spoiler content. Log in or register now.

You don't have permission to view the spoiler content. Log in or register now.

You don't have permission to view the spoiler content. Log in or register now.

You don't have permission to view the spoiler content. Log in or register now.
any plans on mod update?
Mod updated
 

Lexkan

Newbie
Apr 26, 2022
96
183
Last edited:
3.60 star(s) 346 Votes