srhate666

Member
Jul 28, 2021
189
549
Dreams of desire was completed in 5 years

Midnight Paradise is almost 5 years old

I think it's taking a long time for something to be delivered.
with joyce, okay, Lewdlab wants to develop the
story of secondary characters, but having to
Wait another year to see one with Joyce, then it stays
it seems that the developer is not concerned with
the story, but worried about making money
prolonging the game in any way.
 

surja

Member
Jul 27, 2019
115
47
The error message appears when I go to Eliana among the messages on the phone.

While running game code:
File "renpy/common/000statements.rpy", line 670, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "game/scripts/phone.rpy", line 341, in __call__
File "game/scripts/phone.rpy", line 686, in answer_npc
KeyError: None

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

Full traceback:
File "scripts/locations/home.rpyc", line 46, in script
File "E:\xgame\MidnightParadise-Elite-0.22-pc\renpy\ast.py", line 2259, in execute
self.call("execute")
File "E:\xgame\MidnightParadise-Elite-0.22-pc\renpy\ast.py", line 2241, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "E:\xgame\MidnightParadise-Elite-0.22-pc\renpy\statements.py", line 342, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 670, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "E:\xgame\MidnightParadise-Elite-0.22-pc\renpy\exports.py", line 3347, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "E:\xgame\MidnightParadise-Elite-0.22-pc\renpy\ui.py", line 299, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "E:\xgame\MidnightParadise-Elite-0.22-pc\renpy\display\core.py", line 3582, 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 "E:\xgame\MidnightParadise-Elite-0.22-pc\renpy\display\core.py", line 4543, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "E:\xgame\MidnightParadise-Elite-0.22-pc\renpy\display\layout.py", line 1179, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "E:\xgame\MidnightParadise-Elite-0.22-pc\renpy\display\transition.py", line 53, in event
return self.new_widget.event(ev, x, y, st) # E1101
File "E:\xgame\MidnightParadise-Elite-0.22-pc\renpy\display\layout.py", line 1179, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "E:\xgame\MidnightParadise-Elite-0.22-pc\renpy\display\layout.py", line 1179, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "E:\xgame\MidnightParadise-Elite-0.22-pc\renpy\display\screen.py", line 770, in event
rv = self.child.event(ev, x, y, st)
File "E:\xgame\MidnightParadise-Elite-0.22-pc\renpy\display\layout.py", line 1179, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "E:\xgame\MidnightParadise-Elite-0.22-pc\renpy\display\transform.py", line 936, in event
rv = d.event(ev, cx, cy, st)
File "E:\xgame\MidnightParadise-Elite-0.22-pc\renpy\display\layout.py", line 1403, in event
rv = super(Window, self).event(ev, x, y, st)
File "E:\xgame\MidnightParadise-Elite-0.22-pc\renpy\display\layout.py", line 281, in event
rv = d.event(ev, x - xo, y - yo, st)
File "E:\xgame\MidnightParadise-Elite-0.22-pc\renpy\display\layout.py", line 1179, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "E:\xgame\MidnightParadise-Elite-0.22-pc\renpy\display\behavior.py", line 2597, in event
return run(self.function, *self.args, **self.kwargs)
File "E:\xgame\MidnightParadise-Elite-0.22-pc\renpy\display\behavior.py", line 379, in run
return action(*args, **kwargs)
File "game/scripts/phone.rpy", line 341, in __call__
File "game/scripts/phone.rpy", line 686, in answer_npc
KeyError: None
 

Bibifoc

Engaged Member
Apr 7, 2018
2,551
5,738
The error message appears when I go to Eliana among the messages on the phone.

While running game code:
File "renpy/common/000statements.rpy", line 670, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "game/scripts/phone.rpy", line 341, in __call__
File "game/scripts/phone.rpy", line 686, in answer_npc
KeyError: None

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

Full traceback:
File "scripts/locations/home.rpyc", line 46, in script
File "E:\xgame\MidnightParadise-Elite-0.22-pc\renpy\ast.py", line 2259, in execute
self.call("execute")
File "E:\xgame\MidnightParadise-Elite-0.22-pc\renpy\ast.py", line 2241, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "E:\xgame\MidnightParadise-Elite-0.22-pc\renpy\statements.py", line 342, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 670, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "E:\xgame\MidnightParadise-Elite-0.22-pc\renpy\exports.py", line 3347, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "E:\xgame\MidnightParadise-Elite-0.22-pc\renpy\ui.py", line 299, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "E:\xgame\MidnightParadise-Elite-0.22-pc\renpy\display\core.py", line 3582, 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 "E:\xgame\MidnightParadise-Elite-0.22-pc\renpy\display\core.py", line 4543, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "E:\xgame\MidnightParadise-Elite-0.22-pc\renpy\display\layout.py", line 1179, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "E:\xgame\MidnightParadise-Elite-0.22-pc\renpy\display\transition.py", line 53, in event
return self.new_widget.event(ev, x, y, st) # E1101
File "E:\xgame\MidnightParadise-Elite-0.22-pc\renpy\display\layout.py", line 1179, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "E:\xgame\MidnightParadise-Elite-0.22-pc\renpy\display\layout.py", line 1179, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "E:\xgame\MidnightParadise-Elite-0.22-pc\renpy\display\screen.py", line 770, in event
rv = self.child.event(ev, x, y, st)
File "E:\xgame\MidnightParadise-Elite-0.22-pc\renpy\display\layout.py", line 1179, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "E:\xgame\MidnightParadise-Elite-0.22-pc\renpy\display\transform.py", line 936, in event
rv = d.event(ev, cx, cy, st)
File "E:\xgame\MidnightParadise-Elite-0.22-pc\renpy\display\layout.py", line 1403, in event
rv = super(Window, self).event(ev, x, y, st)
File "E:\xgame\MidnightParadise-Elite-0.22-pc\renpy\display\layout.py", line 281, in event
rv = d.event(ev, x - xo, y - yo, st)
File "E:\xgame\MidnightParadise-Elite-0.22-pc\renpy\display\layout.py", line 1179, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "E:\xgame\MidnightParadise-Elite-0.22-pc\renpy\display\behavior.py", line 2597, in event
return run(self.function, *self.args, **self.kwargs)
File "E:\xgame\MidnightParadise-Elite-0.22-pc\renpy\display\behavior.py", line 379, in run
return action(*args, **kwargs)
File "game/scripts/phone.rpy", line 341, in __call__
File "game/scripts/phone.rpy", line 686, in answer_npc
KeyError: None
Can you post a save before this problem? And explain what you do from there to reach this error?
 

PaxHadrian17

Engaged Member
Sep 8, 2020
2,457
12,187
ROFL!! It's clear that you haven't even tried to play it. Oh well, if you prefer a milker it's your call.
I play My Dorm as well - it's good - yes but IMO, not superior, just a different AVN with different mechanics.

I won't go full OT on the comparison.

Instead, I will ask - if this is such a poor substitute - why stay?

Clearly you could use your valuable time to find other AVNs you enjoy more, right??

Cheers!! :coffee:
 
  • Like
Reactions: joelurmel

surja

Member
Jul 27, 2019
115
47
Can you post a save before this problem? And explain what you do from there to reach this error?
At this point, I open the phone, go to Eliana among the messages and see that she is writing me a message. That's when I get the error message.
 

Bibifoc

Engaged Member
Apr 7, 2018
2,551
5,738
At this point, I open the phone, go to Eliana among the messages and see that she is writing me a message. That's when I get the error message.
What is this devilry?! :unsure:

Edit: How could you have a max affection tier set to 18 for Ruby??? The game goes to 17 for now.
Edit2: If you try to open the calendar, the game crashes?
 
Last edited:

Bibifoc

Engaged Member
Apr 7, 2018
2,551
5,738
At this point, I open the phone, go to Eliana among the messages and see that she is writing me a message. That's when I get the error message.
Dude, you shouldn't cheat so much :p
It's the best way to break your game. I fixed what I think was wrong but I'm not sure I don't miss anything.
 
  • Haha
Reactions: cxx

Eddie_

Newbie
Sep 14, 2019
41
37
is there any way to unlock both eliana's and melissa's scenes? (I tried with the gallery unlocker but it doesn't work, it only unlocks one of them)
 

cxx

Message Maestro
Nov 14, 2017
70,878
36,086
is there any way to unlock both eliana's and melissa's scenes? (I tried with the gallery unlocker but it doesn't work, it only unlocks one of them)
separate save unless shawn's mod allows it like prev. modder's mod allowed.

on prev. page or page before that has saves for either path.
 
3.60 star(s) 347 Votes