Imnus

Newbie
Apr 26, 2020
77
107
128
Hi, I keep getting errors trying to save in the 2nd chapter, it's not even in the same place, sometimes I can save sometimes I get an error, but it's really annoying constantly having to restart the game.

The problems start in the Japanese baths after the friend arrives, and like I said it's always in different places, like sometimes I tried to saves in one scene and it gives me an error and I restart and try again and I can.

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

While running game code:
  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 "C:\Games\DMD\DMD (Chapter 2)\renpy\ast.py", line 882, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "C:\Games\DMD\DMD (Chapter 2)\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 "C:\Games\DMD\DMD (Chapter 2)\renpy\ui.py", line 289, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\Games\DMD\DMD (Chapter 2)\renpy\display\core.py", line 2662, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "C:\Games\DMD\DMD (Chapter 2)\renpy\display\core.py", line 3467, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "C:\Games\DMD\DMD (Chapter 2)\renpy\display\layout.py", line 995, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "C:\Games\DMD\DMD (Chapter 2)\renpy\display\layout.py", line 995, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "C:\Games\DMD\DMD (Chapter 2)\renpy\display\layout.py", line 995, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "C:\Games\DMD\DMD (Chapter 2)\renpy\display\screen.py", line 697, in event
    rv = self.child.event(ev, x, y, st)
  File "C:\Games\DMD\DMD (Chapter 2)\renpy\display\layout.py", line 995, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "C:\Games\DMD\DMD (Chapter 2)\renpy\display\behavior.py", line 907, in event
    return handle_click(self.clicked)
  File "C:\Games\DMD\DMD (Chapter 2)\renpy\display\behavior.py", line 842, in handle_click
    rv = run(action)
  File "C:\Games\DMD\DMD (Chapter 2)\renpy\display\behavior.py", line 308, in run
    new_rv = run(i, *args, **kwargs)
  File "C:\Games\DMD\DMD (Chapter 2)\renpy\display\behavior.py", line 315, in run
    return action(*args, **kwargs)
  File "renpy/common/00action_file.rpy", line 372, in __call__
    renpy.save(fn, extra_info=save_name)
  File "C:\Games\DMD\DMD (Chapter 2)\renpy\loadsave.py", line 404, in save
    dump((roots, renpy.game.log), logf)
  File "C:\Games\DMD\DMD (Chapter 2)\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 Aug 03 01:16:09 2020
 

unevenrm

Member
Nov 3, 2017
430
218
151
Hi, I keep getting errors trying to save in the 2nd chapter, it's not even in the same place, sometimes I can save sometimes I get an error, but it's really annoying constantly having to restart the game.

The problems start in the Japanese baths after the friend arrives, and like I said it's always in different places, like sometimes I tried to saves in one scene and it gives me an error and I restart and try again and I can.

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

While running game code:
  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 "C:\Games\DMD\DMD (Chapter 2)\renpy\ast.py", line 882, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "C:\Games\DMD\DMD (Chapter 2)\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 "C:\Games\DMD\DMD (Chapter 2)\renpy\ui.py", line 289, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\Games\DMD\DMD (Chapter 2)\renpy\display\core.py", line 2662, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "C:\Games\DMD\DMD (Chapter 2)\renpy\display\core.py", line 3467, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "C:\Games\DMD\DMD (Chapter 2)\renpy\display\layout.py", line 995, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "C:\Games\DMD\DMD (Chapter 2)\renpy\display\layout.py", line 995, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "C:\Games\DMD\DMD (Chapter 2)\renpy\display\layout.py", line 995, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "C:\Games\DMD\DMD (Chapter 2)\renpy\display\screen.py", line 697, in event
    rv = self.child.event(ev, x, y, st)
  File "C:\Games\DMD\DMD (Chapter 2)\renpy\display\layout.py", line 995, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "C:\Games\DMD\DMD (Chapter 2)\renpy\display\behavior.py", line 907, in event
    return handle_click(self.clicked)
  File "C:\Games\DMD\DMD (Chapter 2)\renpy\display\behavior.py", line 842, in handle_click
    rv = run(action)
  File "C:\Games\DMD\DMD (Chapter 2)\renpy\display\behavior.py", line 308, in run
    new_rv = run(i, *args, **kwargs)
  File "C:\Games\DMD\DMD (Chapter 2)\renpy\display\behavior.py", line 315, in run
    return action(*args, **kwargs)
  File "renpy/common/00action_file.rpy", line 372, in __call__
    renpy.save(fn, extra_info=save_name)
  File "C:\Games\DMD\DMD (Chapter 2)\renpy\loadsave.py", line 404, in save
    dump((roots, renpy.game.log), logf)
  File "C:\Games\DMD\DMD (Chapter 2)\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 Aug 03 01:16:09 2020
Did you you use any mod? And then - not?
 

Acardia02

Member
Jan 27, 2019
115
75
213
Is this with walkthough mod?
to shorten the wait for ch2 v0.18..
here are my updated and fixed unofficial android ports for ch1 and ch2 of Dating my Daughter
  • Ch1 v0.14.5: Download
  • Ch2 v0.17: Download use link in instead
exporting games in ch1 and importing them in ch2 should work now
there are 43 stats/choices that gets exported to ch2, if only 1 of them differs to their counterpart in the already present export files, a new file is created at the end screen (there was a logical error in the code, when this gets checked, this error is also present in the pc version and has to be fixed)
up to 8 files are created, the oldest one gets deleted, if a 9th export file has to be created
you are prompted, to input a small description for the file (no prompt, no new file)
the default value is the current path you are on (D only, D + E,.. @virtuvoid)

in ch2 there are 3 methods to import your data from ch1
  1. you haven't played ch1 and there're no export files -> you have to input all data manually (also fixed)
  2. there's only 1 export file -> it gets imported automatically
  3. there're more than 1 export file -> you have to choose the one you wanna play with (i hope, the description helps, to pick the right one)
you have now a small quick menu at the top of the screen, to access features like skipping and automatic text (i hope, it's not to intrusive)
i also enabled the options screen in the game menu

if you have problems with the ports, please contact me
View attachment 95585
 

Jeff Steel

Well-Known Member
Game Developer
Jun 2, 2017
1,145
3,049
454

RustyV

Conversation Conqueror
Game Developer
Dec 30, 2017
7,425
38,177
891
Two men who each claim to have a big dick are standing on a bridge.
The first man pulls his dick out and lets it drop into the water, "Wow!" he says "That water is cold!"
The second man pulls his dick out and lets it drop into the water, "Yeah," the second man agrees. "And it's deep too."
 
  • Haha
Reactions: slimjim101

TungstenDuck

Member
May 6, 2018
486
922
293
Pretty sure though there was no remark from Mr Dots here or on patreon in those days that beastiality was planned I would have remembered that since it is pretty rare


This is entertaining. I am now convinced that this game's fan base would be livid if Dots made an entirely separate game with fetishes they don't like. That's essentially what people are yelling about here. Something exists which you absolutely do not have to subject yourself to but you're ass ravaged about it anyway. Imagine if a bunch of Melody fans that were highly opposed to incest content suddenly dropped Melody and demanded an end to DMD.
 

TungstenDuck

Member
May 6, 2018
486
922
293
“Sell out?” The only sell out we’ve had was a watering down of the sharing and the bestiality paths. The overall expected vision of DMD was much more hard except for the issue people complain about NTR and bestiality, etc has put a “sell out” watering down of the story.

Apparently you would not like the director’s cut of this VN.
Hey about that directors cut. . .
 

Big Rooster

Forum Fanatic
Mar 16, 2018
5,183
38,092
925
Not an entirely fair comparison, since MDot’s showing of junk appears to vary slightly when using even the same character, but it does appear F is thicker (esp when full), but Martin is longer. View attachment 757544 View attachment 757546
As soon as D saw their huge junk, she was hypnotized, she couldn't stop until she had both of them inside her.
 

DA22

Devoted Member
Jan 10, 2018
8,099
16,724
893


This is entertaining. I am now convinced that this game's fan base would be livid if Dots made an entirely separate game with fetishes they don't like. That's essentially what people are yelling about here. Something exists which you absolutely do not have to subject yourself to but you're ass ravaged about it anyway. Imagine if a bunch of Melody fans that were highly opposed to incest content suddenly dropped Melody and demanded an end to DMD.
Sigh, I actually have played games with that content if it fitted the game. :p Just cannot remember those remarks were made while I played the very first version of the game (though to be honest if they were there it would not have stopped me from playing anyway:p) and in my opinion after the developments of two years it does not fit this game anymore, just as the sharing options with males and making D suddenly the MC or co-MC of the game do not fit the game as developed anymore. Just my opinion.
 
3.80 star(s) 340 Votes