unevenrm
Member
- Nov 3, 2017
- 430
- 218
- 151
Found one, thnxOh right, sorry. There was a fan made patch earlier in the thread
Found one, thnxOh right, sorry. There was a fan made patch earlier in the thread
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?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
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
exporting games in ch1 and importing them in ch2 should work now
- Ch1 v0.14.5: Download
Ch2 v0.17: Downloaduse link inYou must be registered to see the linksinstead
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
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)
- you haven't played ch1 and there're no export files -> you have to input all data manually (also fixed)
- there's only 1 export file -> it gets imported automatically
- 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)
i also enabled the options screen in the game menu
if you have problems with the ports, please contact me
View attachment 95585
select martin path and ýou won't see it (it just gets mentioned that they had flings with ryan and margo).I mean forced share with Margo's friend
Why should I trade bad for worse?select martin path and ýou won't see it (it just gets mentioned that they had flings with ryan and margo).
you can disable martin after d has trained with him.Why I should trade bad for worse?
And againyou can disable martin after d has trained with her.
cause it's a bug.And again) If there are intended NOT TO SHARE path, why I have to be forced to do it, or try to find other ways to avoid it?
))
OK... 1st page bewares us not to offtop about itcause it's a bug.
It's not off topic if you are talking about stuff in game.OK... 1st page bewares us not to offtop about it)) Let's end it?
It's not off topic if you are talking about stuff in game.
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.1st look at F's junk
View attachment 756488 View attachment 756463 View attachment 756471
1st look at Martin's junk
View attachment 756476 View attachment 756066 View attachment 756485
Seems like Deja Vu all over again
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
Hey about that directors cut. . .“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.
As soon as D saw their huge junk, she was hypnotized, she couldn't stop until she had both of them inside her.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
Sigh, I actually have played games with that content if it fitted the game.You must be registered to see the links
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.
I didn't wasted my keyboard buttons, but you did in replying to my post which did not concern you.Did you really wasted your keyboard buttons to type that?
If you don't want to help, don't type nonsense.