Skeltom

Engaged Member
Oct 9, 2017
2,347
2,772
i wonder if someone can help me with a little recap, i cant remember chapter 3 ending or even if i finished it.
At this point I dont mind if i get spoilers, thanks in advance.
She loses the competition because of the secret getting out, Gloria and Cassandra lose their jobs as a result. You buy a house and dog together with the second place prize money. Depending on the path you are on there is a scene with the girls at the end. D also says that she may be pregnant.
 

-El-

New Member
Jul 13, 2018
11
6
I keep getting the following error halfway through chapter 2 almost every time I save (or try to save) a game.
Any ideas?

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/screens.rpy", line 356, in __call__
  File "renpy/common/00action_file.rpy", line 372, in __call__
    renpy.save(fn, extra_info=save_name)
RuntimeError: maximum recursion depth exceeded while pickling an object

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

Full traceback:
  File "renpy/common/_layout/screen_load_save.rpym", line 35, in script
    $ ui.interact()
  File "D:\Games\DMDCH2-0215-pc\DMD.CH2-0.21.5-pc\renpy\ast.py", line 882, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "D:\Games\DMDCH2-0215-pc\DMD.CH2-0.21.5-pc\renpy\python.py", line 1913, in py_exec_bytecode
    exec bytecode in globals, locals
  File "renpy/common/_layout/screen_load_save.rpym", line 35, in <module>
    $ ui.interact()
  File "D:\Games\DMDCH2-0215-pc\DMD.CH2-0.21.5-pc\renpy\ui.py", line 289, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "D:\Games\DMDCH2-0215-pc\DMD.CH2-0.21.5-pc\renpy\display\core.py", line 2662, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "D:\Games\DMDCH2-0215-pc\DMD.CH2-0.21.5-pc\renpy\display\core.py", line 3467, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "D:\Games\DMDCH2-0215-pc\DMD.CH2-0.21.5-pc\renpy\display\layout.py", line 995, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "D:\Games\DMDCH2-0215-pc\DMD.CH2-0.21.5-pc\renpy\display\layout.py", line 995, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "D:\Games\DMDCH2-0215-pc\DMD.CH2-0.21.5-pc\renpy\display\layout.py", line 995, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "D:\Games\DMDCH2-0215-pc\DMD.CH2-0.21.5-pc\renpy\display\screen.py", line 697, in event
    rv = self.child.event(ev, x, y, st)
  File "D:\Games\DMDCH2-0215-pc\DMD.CH2-0.21.5-pc\renpy\display\layout.py", line 995, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "D:\Games\DMDCH2-0215-pc\DMD.CH2-0.21.5-pc\renpy\display\layout.py", line 241, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "D:\Games\DMDCH2-0215-pc\DMD.CH2-0.21.5-pc\renpy\display\layout.py", line 995, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "D:\Games\DMDCH2-0215-pc\DMD.CH2-0.21.5-pc\renpy\display\layout.py", line 241, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "D:\Games\DMDCH2-0215-pc\DMD.CH2-0.21.5-pc\renpy\display\behavior.py", line 907, in event
    return handle_click(self.clicked)
  File "D:\Games\DMDCH2-0215-pc\DMD.CH2-0.21.5-pc\renpy\display\behavior.py", line 842, in handle_click
    rv = run(action)
  File "D:\Games\DMDCH2-0215-pc\DMD.CH2-0.21.5-pc\renpy\display\behavior.py", line 308, in run
    new_rv = run(i, *args, **kwargs)
  File "D:\Games\DMDCH2-0215-pc\DMD.CH2-0.21.5-pc\renpy\display\behavior.py", line 315, in run
    return action(*args, **kwargs)
  File "game/screens.rpy", line 356, in __call__
  File "renpy/common/00action_file.rpy", line 372, in __call__
    renpy.save(fn, extra_info=save_name)
  File "D:\Games\DMDCH2-0215-pc\DMD.CH2-0.21.5-pc\renpy\loadsave.py", line 404, in save
    dump((roots, renpy.game.log), logf)
  File "D:\Games\DMDCH2-0215-pc\DMD.CH2-0.21.5-pc\renpy\loadsave.py", line 48, in dump
    cPickle.dump(o, f, cPickle.HIGHEST_PROTOCOL)
RuntimeError: maximum recursion depth exceeded while pickling an object

Windows-8-6.2.9200
Ren'Py 7.1.0.882
DMD Chapter 2 0.21.5
Mon May 02 20:13:26 2022
 

Uthuriel

Conversation Conqueror
Jan 26, 2021
6,891
21,232
I keep getting the following error halfway through chapter 2 almost every time I save (or try to save) a game.
Any ideas?

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/screens.rpy", line 356, in __call__
  File "renpy/common/00action_file.rpy", line 372, in __call__
    renpy.save(fn, extra_info=save_name)
RuntimeError: maximum recursion depth exceeded while pickling an object

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

Full traceback:
  File "renpy/common/_layout/screen_load_save.rpym", line 35, in script
    $ ui.interact()
  File "D:\Games\DMDCH2-0215-pc\DMD.CH2-0.21.5-pc\renpy\ast.py", line 882, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "D:\Games\DMDCH2-0215-pc\DMD.CH2-0.21.5-pc\renpy\python.py", line 1913, in py_exec_bytecode
    exec bytecode in globals, locals
  File "renpy/common/_layout/screen_load_save.rpym", line 35, in <module>
    $ ui.interact()
  File "D:\Games\DMDCH2-0215-pc\DMD.CH2-0.21.5-pc\renpy\ui.py", line 289, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "D:\Games\DMDCH2-0215-pc\DMD.CH2-0.21.5-pc\renpy\display\core.py", line 2662, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "D:\Games\DMDCH2-0215-pc\DMD.CH2-0.21.5-pc\renpy\display\core.py", line 3467, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "D:\Games\DMDCH2-0215-pc\DMD.CH2-0.21.5-pc\renpy\display\layout.py", line 995, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "D:\Games\DMDCH2-0215-pc\DMD.CH2-0.21.5-pc\renpy\display\layout.py", line 995, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "D:\Games\DMDCH2-0215-pc\DMD.CH2-0.21.5-pc\renpy\display\layout.py", line 995, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "D:\Games\DMDCH2-0215-pc\DMD.CH2-0.21.5-pc\renpy\display\screen.py", line 697, in event
    rv = self.child.event(ev, x, y, st)
  File "D:\Games\DMDCH2-0215-pc\DMD.CH2-0.21.5-pc\renpy\display\layout.py", line 995, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "D:\Games\DMDCH2-0215-pc\DMD.CH2-0.21.5-pc\renpy\display\layout.py", line 241, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "D:\Games\DMDCH2-0215-pc\DMD.CH2-0.21.5-pc\renpy\display\layout.py", line 995, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "D:\Games\DMDCH2-0215-pc\DMD.CH2-0.21.5-pc\renpy\display\layout.py", line 241, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "D:\Games\DMDCH2-0215-pc\DMD.CH2-0.21.5-pc\renpy\display\behavior.py", line 907, in event
    return handle_click(self.clicked)
  File "D:\Games\DMDCH2-0215-pc\DMD.CH2-0.21.5-pc\renpy\display\behavior.py", line 842, in handle_click
    rv = run(action)
  File "D:\Games\DMDCH2-0215-pc\DMD.CH2-0.21.5-pc\renpy\display\behavior.py", line 308, in run
    new_rv = run(i, *args, **kwargs)
  File "D:\Games\DMDCH2-0215-pc\DMD.CH2-0.21.5-pc\renpy\display\behavior.py", line 315, in run
    return action(*args, **kwargs)
  File "game/screens.rpy", line 356, in __call__
  File "renpy/common/00action_file.rpy", line 372, in __call__
    renpy.save(fn, extra_info=save_name)
  File "D:\Games\DMDCH2-0215-pc\DMD.CH2-0.21.5-pc\renpy\loadsave.py", line 404, in save
    dump((roots, renpy.game.log), logf)
  File "D:\Games\DMDCH2-0215-pc\DMD.CH2-0.21.5-pc\renpy\loadsave.py", line 48, in dump
    cPickle.dump(o, f, cPickle.HIGHEST_PROTOCOL)
RuntimeError: maximum recursion depth exceeded while pickling an object

Windows-8-6.2.9200
Ren'Py 7.1.0.882
DMD Chapter 2 0.21.5
Mon May 02 20:13:26 2022
Might be related to your weird file path....

D:\Games\DMDCH2-0215-pc\DMD.CH2-0.21.5-pc\renpy\display\layout.py

Why do you have the game in the game...
 
  • Like
Reactions: -El-

Skeltom

Engaged Member
Oct 9, 2017
2,347
2,772
I keep getting the following error halfway through chapter 2 almost every time I save (or try to save) a game.
Any ideas?

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/screens.rpy", line 356, in __call__
  File "renpy/common/00action_file.rpy", line 372, in __call__
    renpy.save(fn, extra_info=save_name)
RuntimeError: maximum recursion depth exceeded while pickling an object

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

Full traceback:
  File "renpy/common/_layout/screen_load_save.rpym", line 35, in script
    $ ui.interact()
  File "D:\Games\DMDCH2-0215-pc\DMD.CH2-0.21.5-pc\renpy\ast.py", line 882, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "D:\Games\DMDCH2-0215-pc\DMD.CH2-0.21.5-pc\renpy\python.py", line 1913, in py_exec_bytecode
    exec bytecode in globals, locals
  File "renpy/common/_layout/screen_load_save.rpym", line 35, in <module>
    $ ui.interact()
  File "D:\Games\DMDCH2-0215-pc\DMD.CH2-0.21.5-pc\renpy\ui.py", line 289, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "D:\Games\DMDCH2-0215-pc\DMD.CH2-0.21.5-pc\renpy\display\core.py", line 2662, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "D:\Games\DMDCH2-0215-pc\DMD.CH2-0.21.5-pc\renpy\display\core.py", line 3467, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "D:\Games\DMDCH2-0215-pc\DMD.CH2-0.21.5-pc\renpy\display\layout.py", line 995, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "D:\Games\DMDCH2-0215-pc\DMD.CH2-0.21.5-pc\renpy\display\layout.py", line 995, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "D:\Games\DMDCH2-0215-pc\DMD.CH2-0.21.5-pc\renpy\display\layout.py", line 995, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "D:\Games\DMDCH2-0215-pc\DMD.CH2-0.21.5-pc\renpy\display\screen.py", line 697, in event
    rv = self.child.event(ev, x, y, st)
  File "D:\Games\DMDCH2-0215-pc\DMD.CH2-0.21.5-pc\renpy\display\layout.py", line 995, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "D:\Games\DMDCH2-0215-pc\DMD.CH2-0.21.5-pc\renpy\display\layout.py", line 241, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "D:\Games\DMDCH2-0215-pc\DMD.CH2-0.21.5-pc\renpy\display\layout.py", line 995, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "D:\Games\DMDCH2-0215-pc\DMD.CH2-0.21.5-pc\renpy\display\layout.py", line 241, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "D:\Games\DMDCH2-0215-pc\DMD.CH2-0.21.5-pc\renpy\display\behavior.py", line 907, in event
    return handle_click(self.clicked)
  File "D:\Games\DMDCH2-0215-pc\DMD.CH2-0.21.5-pc\renpy\display\behavior.py", line 842, in handle_click
    rv = run(action)
  File "D:\Games\DMDCH2-0215-pc\DMD.CH2-0.21.5-pc\renpy\display\behavior.py", line 308, in run
    new_rv = run(i, *args, **kwargs)
  File "D:\Games\DMDCH2-0215-pc\DMD.CH2-0.21.5-pc\renpy\display\behavior.py", line 315, in run
    return action(*args, **kwargs)
  File "game/screens.rpy", line 356, in __call__
  File "renpy/common/00action_file.rpy", line 372, in __call__
    renpy.save(fn, extra_info=save_name)
  File "D:\Games\DMDCH2-0215-pc\DMD.CH2-0.21.5-pc\renpy\loadsave.py", line 404, in save
    dump((roots, renpy.game.log), logf)
  File "D:\Games\DMDCH2-0215-pc\DMD.CH2-0.21.5-pc\renpy\loadsave.py", line 48, in dump
    cPickle.dump(o, f, cPickle.HIGHEST_PROTOCOL)
RuntimeError: maximum recursion depth exceeded while pickling an object

Windows-8-6.2.9200
Ren'Py 7.1.0.882
DMD Chapter 2 0.21.5
Mon May 02 20:13:26 2022
The same thing happens to me. Always after I make a new save and almost always after the Ctrl button is used. I still haven't found a fix yet.
 
  • Like
Reactions: -El-

-El-

New Member
Jul 13, 2018
11
6
Good idea, but unfortunately not the solution. and yeah, I know, I always extract the zip files in a folder called like the file, bad habit, should change that^^
But thank you for taking the time to look into it. Appreciate it! :)

The weird thing is it first only happened sometimes but I was able to save on certain frames. Even tried to move some saves to another folder because I was near that old 255-files-in-a-folder thing from the last millenium. But didn´t help.

Tried overwriting older saves, nope. Guess I have to finish the chapter without saving and hope that it´s no issue in the next.
 
Last edited:

Uthuriel

Conversation Conqueror
Jan 26, 2021
6,891
21,232
Good idea, but unfortunately not the solution. and yeah, I know, I always extract the zip files in a folder called like the file, bad habit, should change that^^
But thank you for taking the time to look into it. Appreciate it! :)

The weird thing is it first only happened sometimes but I was able to save on certain frames. Even tried to move some saves to another folder because I was near that old 255-files-in-a-folder thing from the last millenium. But didn´t help.

Tried overwriting older saves, nope. Guess I have to finish the chapter without saving and hope that it´s no issue in the next.
Have you tried moving the game to different drive?
Maybe you have an outdated mod istalled?

Here is how it looks like on my PC. Never had any problems.

1651517469653.png
 
  • Like
Reactions: -El-

-El-

New Member
Jul 13, 2018
11
6
I use Lain´s, dunno if that causes the problem, should be the right one. Never had any issues like this with any game I played before.

Google says:

import sys
sys.setrecursionlimit(10000)

This should fix this but that would mean it´s an error of the dev. BUT if that was true many more ppl would have complained so idk.

Guess I just play until I finish Ch.2 or I fall asleep on my chair, whatever happens first ;) But thank you for your help guys!!
 
  • Like
Reactions: Uthuriel

cxx

Message Maestro
Nov 14, 2017
59,182
29,481
i wonder if someone can help me with a little recap, i cant remember chapter 3 ending or even if i finished it.
At this point I dont mind if i get spoilers, thanks in advance.
d lost competition due tyra found out that she fucks f and on party afterwards judge gets handsy on d and depending choices made earlier and paths open some1 rescues d and f and d goto hotel room either alone or with that who rescued d if it wasn't f.
 

SavageKing

Member
Feb 10, 2018
327
129
I have a Question if you accept the Margo route, is there a way to only share daughter with her and not her husband? I don't like sharing my harem with the other males. xD
 
  • Angry
Reactions: Priappus

PoisonousGas

New Member
Oct 22, 2018
6
6
Do we happen to have the change log for v 0.34 ?
It seems the latest change log we have is of 0.32, even if it is just summarized, better than nothing. :)
 

cxx

Message Maestro
Nov 14, 2017
59,182
29,481
lol this site is unreal, when and why did this get the NTR tag?
I mean why even have the sharing tag at this point
certain group whined too much so mods said fuck it and added tag. mc can share d with ryan or martin (besides with girls and cassie, georgina and margo).
 

runicboii

Newbie
Oct 17, 2019
65
163
so looking at this game for a while, I've wanted to try it since chapter 2 but was confused when looking what to download and what to install.

Do I install all parts under a group folder for the game, or do I download each chapter and play them separately?

I don't want it to be super confusing in terms of having to transfer over save files or something from chapter 1 to chapter 2, etc, so if someone could like show a tutorial on what to download I would appreciate it
 

mg007

New Member
Jul 14, 2017
1
0
Downloaded chapter 4 and started it up and was met with choices from the past game, its then I realized, I have no idea what is going on lol
Looked at my save files and the last time I played was May last year :rolleyes:
I'm just gonna start again from the beginning and enjoy the journey again :cool:
 

cxx

Message Maestro
Nov 14, 2017
59,182
29,481
so looking at this game for a while, I've wanted to try it since chapter 2 but was confused when looking what to download and what to install.

Do I install all parts under a group folder for the game, or do I download each chapter and play them separately?

I don't want it to be super confusing in terms of having to transfer over save files or something from chapter 1 to chapter 2, etc, so if someone could like show a tutorial on what to download I would appreciate it
each ch is its own game, just what happened in prev. ch matters on later chs.
 
3.80 star(s) 324 Votes