Hyperserver

often the biggest step forward is to "step back"
Donor
Jun 30, 2018
2,935
7,807
Is NTR /sharing part avoidable?
yes sharing is 100% avoidable, and there is no netorare at all - but even IF you call that scenes as netorare (please no new discussion about whether it's ntr or not) , it's still 100% avoidable though
 
  • Haha
Reactions: cxx

Uthuriel

Conversation Conqueror
Jan 26, 2021
6,890
21,280
Hello someone, could you send me some salvos of the game already advanced?
I could... but why not play the game yourself?

If you really just want to see the sex scenes then just go and install the the gallery unlocker for the chapter you want.

Have fun.
 
  • Like
Reactions: ricarz56

cxx

Message Maestro
Nov 14, 2017
59,931
30,001
Chapter 2 unable to save game shortly after the fireworks scene. I get the AN EXECPTION HAS OCCURRED
screen with ROLLBACK, IGNORE, OPEN, COPY on it, and rollback and ignore don't fix the issue.
what version? android, pc, mac, compressed?

anyways re-dl and re-install might fix that.
 

Uthuriel

Conversation Conqueror
Jan 26, 2021
6,890
21,280
PC . I also followed your advice and deleted and reinstalled the game and it did
not fix the issue.

Note: I also tried the compressed version and the result is the same garbage from it

Note: I made it all the way to meeting Jennifer at the restaurant with Daughter
back in Father's country, and then the game closed so now I have to start
back at the fireworks all over again, I just love playing a game that
won't let me save and has errors in it, let me tell ya, nothing as fun
as wasting all that time and having to start over because the game won't
save, sure is fun!

I've copy and pasted the full code error below from the PC version


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 in cmp

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

Full traceback:
  File "renpy/common/_layout/screen_load_save.rpym", line 35, in script
    $ ui.interact()
  File "C:\Users\MasterBlaster\Desktop\Desktop Folder\New folder (3)\Chapter 2\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 "C:\Users\MasterBlaster\Desktop\Desktop Folder\New folder (3)\Chapter 2\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 "C:\Users\MasterBlaster\Desktop\Desktop Folder\New folder (3)\Chapter 2\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 "C:\Users\MasterBlaster\Desktop\Desktop Folder\New folder (3)\Chapter 2\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 "C:\Users\MasterBlaster\Desktop\Desktop Folder\New folder (3)\Chapter 2\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 "C:\Users\MasterBlaster\Desktop\Desktop Folder\New folder (3)\Chapter 2\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 "C:\Users\MasterBlaster\Desktop\Desktop Folder\New folder (3)\Chapter 2\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 "C:\Users\MasterBlaster\Desktop\Desktop Folder\New folder (3)\Chapter 2\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 "C:\Users\MasterBlaster\Desktop\Desktop Folder\New folder (3)\Chapter 2\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 "C:\Users\MasterBlaster\Desktop\Desktop Folder\New folder (3)\Chapter 2\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 "C:\Users\MasterBlaster\Desktop\Desktop Folder\New folder (3)\Chapter 2\DMDCH2-0215-pc\DMD.CH2-0.21.5-pc\renpy\display\behavior.py", line 907, in event
    return handle_click(self.clicked)
  File "C:\Users\MasterBlaster\Desktop\Desktop Folder\New folder (3)\Chapter 2\DMDCH2-0215-pc\DMD.CH2-0.21.5-pc\renpy\display\behavior.py", line 842, in handle_click
    rv = run(action)
  File "C:\Users\MasterBlaster\Desktop\Desktop Folder\New folder (3)\Chapter 2\DMDCH2-0215-pc\DMD.CH2-0.21.5-pc\renpy\display\behavior.py", line 308, in run
    new_rv = run(i, *args, **kwargs)
  File "C:\Users\MasterBlaster\Desktop\Desktop Folder\New folder (3)\Chapter 2\DMDCH2-0215-pc\DMD.CH2-0.21.5-pc\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:\Users\MasterBlaster\Desktop\Desktop Folder\New folder (3)\Chapter 2\DMDCH2-0215-pc\DMD.CH2-0.21.5-pc\renpy\loadsave.py", line 404, in save
    dump((roots, renpy.game.log), logf)
  File "C:\Users\MasterBlaster\Desktop\Desktop Folder\New folder (3)\Chapter 2\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 in cmp

Windows-8-6.2.9200
Ren'Py 7.1.0.882
DMD Chapter 2 0.21.5
Fri Aug 25 09:18:02 2023
Here is your solution...

Don't use retarded file paths like this...

C:\Users\MasterBlaster\Desktop\Desktop Folder\New folder (3)\Chapter 2\DMDCH2-0215-pc\DMD.CH2-0.21.5-pc

You also have the game in the game... like what did you expect to happen... :KEK:

Maybe try this instead:

C:\Users\MasterBlaster\Desktop\Games\DMD\DMD.CH2-0.21.5-pc
 

Uthuriel

Conversation Conqueror
Jan 26, 2021
6,890
21,280
[[[[[[[ Don't use retarded file paths like this...

C:\Users\MasterBlaster\Desktop\Desktop Folder\New folder (3)\Chapter 2\DMDCH2-0215-pc\DMD.CH2-0.21.5-pc

You also have the game in the game... like what did you expect to happen. ]]]]]]

1. I have the game in the game? I don't know what you're talking about.
I downloaded the zip file and put it in a folder on the desktop and extracted the
game from it.


View attachment 2878188


[[[[[ Maybe try this instead:

C:\Users\MasterBlaster\Desktop\Games\DMD\DMD.CH2-0.21.5-pc ]]]]]]

You want me to make a folder called games on my desktop and extract the game into it?

Or are you referring to something called games? Like the following that comes with windows?

View attachment 2878284

Correct me if I am wrong but it sounds like you might be saying my issue is I didn't extract the game into the folder
that comes with windows called Games, and the error is for that very reason. Either way it's in the folder
called Games now and it's still doing it and won't allow me to save the game.
C:\Users\MasterBlaster\Desktop\Desktop Folder\New folder (3)\Chapter 2\DMDCH2-0215-pc\DMD.CH2-0.21.5-pc

That's what I meant with game in the game...

Here is how i have it.

1692987600098.png

And no I didn't mean the default game folder you put it in. (what even is that? Windows XP? :KEK: )
 

Uthuriel

Conversation Conqueror
Jan 26, 2021
6,890
21,280
I'm not sure what is so fucking funny, but that shits really annoying with that mocking laughing face so cut it out.
There is nothing more annoying than someone asking for help and getting a reply of laughs and mocking,
that's troll/bully shit and I don't appreciate it. I'm not trying to be a bitch by typing that, but I'm already
extremely pissed off.

My PC is windows 8.1, and yeah I get it online anyone that doesn't have the newest version of windows
they are to be mocked as poor and pathetic. Anyway what you showed me above looks like it's nothing more than
a D drive called games under my pc, so I don't see what that has to do with anything.
I'm not trolling you. And regarding window... If you can manage to pirate a porn game you can pirate an OS. That has nothing to do with being poor... :KEK:
Do you think I bought my copy of Windows? Fuck no... :KEK:

Regarding your problem...

It's not too hard. Just put the game ( DMD.CH2-0.21.5-pc ) in to a folder and make sure it only contains those folders in it.

1692989914246.png

Then your errors should be gone.
 

cxx

Message Maestro
Nov 14, 2017
59,931
30,001
i didn't get that error either and my games was in \desktiop\documents\dmd*something* and later \desktop\*folder*\dmd*something* at that time

last resort is re-dl with jdownloader and re-extract with latest 7zip and try again.
 
  • Like
Reactions: Uthuriel

Hyperserver

often the biggest step forward is to "step back"
Donor
Jun 30, 2018
2,935
7,807
Hyperserver

Help me with this one... he shouldn't have this error and I can't recreate it on my end either.
we might accept that our game is been pirated, and we also have to accept that our game is been leaked over here.

But do you really expect us, to help people to fix their pirated files? :FacePalm:
 
  • Haha
Reactions: RustyV

Uthuriel

Conversation Conqueror
Jan 26, 2021
6,890
21,280
we might accept that our game is been pirated, and we also have to accept that our game is been leaked over here.

But do you really expect us, to help people to fix their pirated files? :FacePalm:
What does it matter?
You said it yourself... here you're just another user... ;)
 

Hyperserver

often the biggest step forward is to "step back"
Donor
Jun 30, 2018
2,935
7,807
What does it matter?
You said it yourself... here you're just another user... ;)
well - in this case i have to stay "loyal" to MrDots - obviously.
So once more: I (we) might accept our games being pirated, but please don't expect us to help fixing problems resulting from such.
The heck, i don't even know where he actually got that version, and whether it contains our original version or not... and so on.
So the policy is 100% final:
Official supporters get support on official site(s), and no support other than that.

EDIT:
Even more after all the stuff happened recently in our game's threads (you know, what i mean)
 
Last edited:

anne O'nymous

I'm not grumpy, I'm just coded that way.
Modder
Donor
Respected User
Jun 10, 2017
10,362
15,273
we might accept that our game is been pirated, and we also have to accept that our game is been leaked over here.
My Lord is very kind to concede such privilege to the unworthy plebe we are...


But do you really expect us, to help people to fix their pirated files? :FacePalm:
By chance, among the 6 millions members there's many who can help your games not looks like shitty bugged stuff, by fixing the errors you don't want to care about because you do believe that money is more important that good public relation.


Edit: Love you too HyperServer, XOXO
 
Last edited:
3.80 star(s) 325 Votes