Rockss007

Newbie
Dec 16, 2022
32
62
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/00action_file.rpy", line 463, in __call__
    renpy.load(fn)
  File "game/scripts/variables_anim_chars.rpy", line 83, in <module>
  File "game/scripts/phone.rpy", line 767, in __init__
  File "game/scripts/phone.rpy", line 502, in __init__
TypeError: list indices must be integers or slices, not str

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

Full traceback:
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
    python hide:
  File "E:\CBSE Sample Paper\New folder (4)\MidnightParadise-Elite-0.17-pc\renpy\ast.py", line 1131, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "E:\CBSE Sample Paper\New folder (4)\MidnightParadise-Elite-0.17-pc\renpy\python.py", line 1061, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in <module>
    python hide:
  File "renpy/common/_layout/screen_main_menu.rpym", line 35, in _execute_python_hide
    ui.interact()
  File "E:\CBSE Sample Paper\New folder (4)\MidnightParadise-Elite-0.17-pc\renpy\ui.py", line 299, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "E:\CBSE Sample Paper\New folder (4)\MidnightParadise-Elite-0.17-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 "E:\CBSE Sample Paper\New folder (4)\MidnightParadise-Elite-0.17-pc\renpy\display\core.py", line 4258, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "E:\CBSE Sample Paper\New folder (4)\MidnightParadise-Elite-0.17-pc\renpy\display\layout.py", line 1175, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "E:\CBSE Sample Paper\New folder (4)\MidnightParadise-Elite-0.17-pc\renpy\display\transition.py", line 53, in event
    return self.new_widget.event(ev, x, y, st) # E1101
  File "E:\CBSE Sample Paper\New folder (4)\MidnightParadise-Elite-0.17-pc\renpy\display\layout.py", line 1175, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "E:\CBSE Sample Paper\New folder (4)\MidnightParadise-Elite-0.17-pc\renpy\display\layout.py", line 1175, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "E:\CBSE Sample Paper\New folder (4)\MidnightParadise-Elite-0.17-pc\renpy\display\screen.py", line 743, in event
    rv = self.child.event(ev, x, y, st)
  File "E:\CBSE Sample Paper\New folder (4)\MidnightParadise-Elite-0.17-pc\renpy\display\layout.py", line 1175, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "E:\CBSE Sample Paper\New folder (4)\MidnightParadise-Elite-0.17-pc\renpy\display\layout.py", line 1399, in event
    rv = super(Window, self).event(ev, x, y, st)
  File "E:\CBSE Sample Paper\New folder (4)\MidnightParadise-Elite-0.17-pc\renpy\display\layout.py", line 279, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "E:\CBSE Sample Paper\New folder (4)\MidnightParadise-Elite-0.17-pc\renpy\display\layout.py", line 1175, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "E:\CBSE Sample Paper\New folder (4)\MidnightParadise-Elite-0.17-pc\renpy\display\layout.py", line 1399, in event
    rv = super(Window, self).event(ev, x, y, st)
  File "E:\CBSE Sample Paper\New folder (4)\MidnightParadise-Elite-0.17-pc\renpy\display\layout.py", line 279, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "E:\CBSE Sample Paper\New folder (4)\MidnightParadise-Elite-0.17-pc\renpy\display\layout.py", line 1175, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "E:\CBSE Sample Paper\New folder (4)\MidnightParadise-Elite-0.17-pc\renpy\display\layout.py", line 1175, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "E:\CBSE Sample Paper\New folder (4)\MidnightParadise-Elite-0.17-pc\renpy\display\layout.py", line 279, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "E:\CBSE Sample Paper\New folder (4)\MidnightParadise-Elite-0.17-pc\renpy\display\behavior.py", line 1073, in event
    return handle_click(self.clicked)
  File "E:\CBSE Sample Paper\New folder (4)\MidnightParadise-Elite-0.17-pc\renpy\display\behavior.py", line 1008, in handle_click
    rv = run(action)
  File "E:\CBSE Sample Paper\New folder (4)\MidnightParadise-Elite-0.17-pc\renpy\display\behavior.py", line 329, in run
    return action(*args, **kwargs)
  File "renpy/common/00action_file.rpy", line 463, in __call__
    renpy.load(fn)
  File "E:\CBSE Sample Paper\New folder (4)\MidnightParadise-Elite-0.17-pc\renpy\loadsave.py", line 769, in load
    log.unfreeze(roots, label="_after_load")
  File "E:\CBSE Sample Paper\New folder (4)\MidnightParadise-Elite-0.17-pc\renpy\rollback.py", line 1078, in unfreeze
    self.rollback(0, force=True, label=label, greedy=greedy, on_load=True)
  File "E:\CBSE Sample Paper\New folder (4)\MidnightParadise-Elite-0.17-pc\renpy\rollback.py", line 976, in rollback
    renpy.exports.execute_default_statement(False)
  File "E:\CBSE Sample Paper\New folder (4)\MidnightParadise-Elite-0.17-pc\renpy\exports.py", line 3797, in execute_default_statement
    i.set_default(start)
  File "scripts/variables_anim_chars.rpyc", line 83, in set_default
  File "E:\CBSE Sample Paper\New folder (4)\MidnightParadise-Elite-0.17-pc\renpy\python.py", line 1085, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/scripts/variables_anim_chars.rpy", line 83, in <module>
  File "game/scripts/phone.rpy", line 767, in __init__
  File "game/scripts/phone.rpy", line 502, in __init__
  File "E:\CBSE Sample Paper\New folder (4)\MidnightParadise-Elite-0.17-pc\renpy\revertable.py", line 97, in do_mutation
    return method(self, *args, **kwargs)
TypeError: list indices must be integers or slices, not str

Windows-10-10.0.22621 AMD64
Ren'Py 8.0.3.22090809
Midnight Paradise 0.17
Mon May 15 17:03:15 2023
 
Nov 17, 2019
237
367
New content:
Number of new renders: 2350+
Number of new animations: 170
Number of words of new dialogue: 160,000+

-------------------------------------------

wtf only 528 images in folder EP17. so the rest for rework? i tho 2350+ only for EP17 but it spread for EP17 and the rest for previous episode
It looks like there a more things for the sandbox stuff. that probably inflated the count.
 

Daddy59

Active Member
Jun 10, 2017
666
282
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
Exception: Screen x52_cheats_button is not known.


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

Full traceback:
  File "scripts/start.rpyc", line 34, in script
  File "H:\Great xxx Games\MidnightParadise-Elite-17-pc\MidnightParadise-Elite-0.17-pc\renpy\ast.py", line 1658, in execute
    renpy.exports.with_statement(trans, paired=paired)
  File "H:\Great xxx Games\MidnightParadise-Elite-17-pc\MidnightParadise-Elite-0.17-pc\renpy\exports.py", line 1657, in with_statement
    return renpy.game.interface.do_with(trans, paired, clear=clear)
  File "H:\Great xxx Games\MidnightParadise-Elite-17-pc\MidnightParadise-Elite-0.17-pc\renpy\display\core.py", line 2798, in do_with
    return self.interact(trans_pause=True,
  File "H:\Great xxx Games\MidnightParadise-Elite-17-pc\MidnightParadise-Elite-0.17-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 "H:\Great xxx Games\MidnightParadise-Elite-17-pc\MidnightParadise-Elite-0.17-pc\renpy\display\core.py", line 3579, in interact_core
    renpy.display.screen.show_overlay_screens(suppress_overlay)
  File "H:\Great xxx Games\MidnightParadise-Elite-17-pc\MidnightParadise-Elite-0.17-pc\renpy\display\screen.py", line 1469, in show_overlay_screens
    show_screen(i)
  File "H:\Great xxx Games\MidnightParadise-Elite-17-pc\MidnightParadise-Elite-0.17-pc\renpy\display\screen.py", line 1185, in show_screen
    raise Exception("Screen %s is not known.\n" % (name[0],))
Exception: Screen x52_cheats_button is not known.


Windows-10-10.0.19045 AMD64
Ren'Py 8.0.3.22090809
Midnight Paradise 0.17
Mon May 15 13:37:44 2023
What a fuck this ??
 

Veibabe

Newbie
Jul 15, 2021
90
174
old saves don't work because user interface (UI) was changed. I know a few games, like the old wicked rogue, where you had to restart the game after EVERY update. other games like mystwood manor was also a game restart every update when it was first in development.

the point is, when the UI is changed, old saves won't work.

now say thank you for new update and stop complaining like you're paying for the game. how can you call the dev a scammer when we're getting his merch free?
That's cheap excuse. If the dev is not dumb like in this case or cannot code then sure. Renpy has built in executions where you can change every single variable and fix saves before you load one. What does UI has to do with story? Unity may be different, but this is python.
 

nagi291

Newbie
Apr 23, 2018
61
154
I just peeked at the video files so I'm not sure how long it will take to play the update. The lewd scenes come in two varieties - "story" scenes and "sandbox" scenes.

"Story" scenes:

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

"Sandbox" scenes:

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

Extra

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

Elite

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

Overall, the animations are excellent and varied. I was pleased that we got so many sandbox scenes with all three of the main girls. It's just that obviously, with it being 15 months since the last update I don't think that anyone will be like "well that was worth the wait." If it had been six months everyone would feel like the update is outstanding.

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.
Hey, where did u get footjob with Isabella? I maxed out her AP but majority of them were blowjobs. I am wondering if I missed something
 
  • Like
Reactions: Obranyi

Lord Ashram

Well-Known Member
Modder
Dec 29, 2020
1,870
10,940
Hii. new version is available.
Please update to 0.17. Thanks
up please if you have time ^^
Mind updating the mod? Thank you so much
time for 0.17
It always helps to look before you post, otherwise it makes you look bad:
https://thef95zone.info/threads/midnight-paradise-v0-17-elite-lewdlab.25081/post-10741619

BTW, I am very aware of when a game gets an update but thanks anyways.
 
3.60 star(s) 345 Votes