medgecko

Member
Jul 26, 2017
206
196
Someone help!! I just upgraded to windows 10 and stored my games onto my hard disk. I downloaded ep 11 and when I try to start the game it just doesn't open. Same with the previous version(ep 10) and when I try to start DMD it says that the .exe file is missing.
sounds like it was nicked and quarantined by your antivirus software
 

dalzomo

Active Member
Aug 7, 2016
928
771
@bossapplesauce Hey, I think I found something to add to your patch. ^_^

Alice replay scene 5, the one with the shower thumbnail, loads the game in a state unable to see that scene. It requires the player to have chosen true love, but loads with Alice in the sex doll branch instead.
 

WangOut

Newbie
Nov 27, 2017
62
70
How exactly is there a good/bad end?
Mine ended with the dude getting headbutted by the sister and the MC firing the gun.
 

Fission Mailed

Active Member
Modder
Nov 27, 2017
633
677
So what do I do? I don't have an antivirus software just the windows defender.
That's what Windows Defender | Microsoft Security Essentials is; whitelist either just the problematic games or whitelist the folder where you keep all the games...or do the smart thing and get a legit AV option that has a low false-positive rate like NOD32 from Eset.
 
  • Like
Reactions: Angrypuppet

thwartme

Member
Aug 10, 2017
457
612
Just dropping in to say this is my favourite game. Great art, loads of content, and I actually find the plot interesting. Applause all around.
 

markmaso

Active Member
Jun 2, 2017
854
625
The two endings I got were actually:
You don't have permission to view the spoiler content. Log in or register now.
Ive been having the same issue.i think when epiaode 12 comes out and the game continue right off from that moment we will see the pictures.ppl told me seeing them now involves some trickery i cant get to work.probaboy because im on mac
 

Barioz

Active Member
Oct 9, 2017
903
1,539
Ive been having the same issue.i think when epiaode 12 comes out and the game continue right off from that moment we will see the pictures.ppl told me seeing them now involves some trickery i cant get to work.probaboy because im on mac
I can't confirm that. Back then I just downloaded EP11 (the version without extras), continued my saves from EP10 and instantly got those pics at the end. No console stuff, no modding, no whatever. I even posted 2 save files with both endings. It seems more like a bug or configuration issue. Also, the official walkthrough mentioned both endings, so they are part of Episode 11.

Edit: Maybe a reason for these issues is, that at the bad ending the last pics autoplay and you don't click through every single pic. It's more like a short render show.
 
  • Like
Reactions: bas and User #19006

bas

retired
Donor
Respected User
Former Staff
May 6, 2017
3,988
30,654
@bossapplesauce Hey, I think I found something to add to your patch. ^_^

Alice replay scene 5, the one with the shower thumbnail, loads the game in a state unable to see that scene. It requires the player to have chosen true love, but loads with Alice in the sex doll branch instead.
Yeah, replays load with no variables unless the developer supplies them at the start of the replay. It's like you've never played the game at all in a replay :(.
I'll see if I can put something together to make this work. No promises. ;)

Edit: Maybe a reason for these issues is, that at the bad ending the last pics autoplay and you don't click through every single pic. It's more like a short render show.
You're 100% right - there's a "slideshow" at the end of each ending and if you click it cuts it short.
 
  • Like
Reactions: dalzomo

pythia23

Member
Aug 2, 2017
112
44
It's not a save file - it goes in the \game directory, not \game\saves. Ren'py is the game engine that this game is written in. Its script files end with the file extension .rpy, and when the game starts it complies those scripts into .rpyc files.



It's not a patch, it's a compressed version of the full game. Sam's version in the post you quoted is v1.0.0 of Ep11. You need to download either the full v1.0.1 from the first post, or the Skunked v1.0.1 version (it's another compressed version) from Pepe's post, and apply my patch to either one here: .
Thanks so much for the advice and links! I downloaded a torrent of 1.0.1, installed the DoD patch, then installed your patch as well. Appreciate it!
 
  • Like
Reactions: bas

KeyvinCarter

Member
Dec 11, 2017
434
353
How do i get rid of this cockblock?
Code:
I'm sorry, but an uncaught exception occurred.

While loading <'Image' u'images/replay_icons/d6couch_extra.jpg'>:
IOError: Couldn't find file 'images/replay_icons/d6couch_extra.jpg'.

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

Full traceback:
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
    python hide:
  File "D:\Games\DreamsOfDesireEP11-ELITE-1.0.1-pc\renpy\ast.py", line 862, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "D:\Games\DreamsOfDesireEP11-ELITE-1.0.1-pc\renpy\python.py", line 1839, in py_exec_bytecode
    exec bytecode in 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 "D:\Games\DreamsOfDesireEP11-ELITE-1.0.1-pc\renpy\ui.py", line 287, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "D:\Games\DreamsOfDesireEP11-ELITE-1.0.1-pc\renpy\display\core.py", line 2635, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "D:\Games\DreamsOfDesireEP11-ELITE-1.0.1-pc\renpy\display\core.py", line 3118, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "D:\Games\DreamsOfDesireEP11-ELITE-1.0.1-pc\renpy\display\core.py", line 2041, in draw_screen
    renpy.config.screen_height,
  File "render.pyx", line 485, in renpy.display.render.render_screen
  File "render.pyx", line 233, in renpy.display.render.render
  File "D:\Games\DreamsOfDesireEP11-ELITE-1.0.1-pc\renpy\display\layout.py", line 711, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 145, in renpy.display.render.render
  File "render.pyx", line 233, in renpy.display.render.render
  File "D:\Games\DreamsOfDesireEP11-ELITE-1.0.1-pc\renpy\display\transition.py", line 180, in render
    surf = renpy.display.render.render(trans, width, height, st, at)
  File "render.pyx", line 145, in renpy.display.render.render
  File "render.pyx", line 233, in renpy.display.render.render
  File "D:\Games\DreamsOfDesireEP11-ELITE-1.0.1-pc\renpy\display\transition.py", line 353, in render
    return render(self.new_widget, width, height, st, at)
  File "render.pyx", line 145, in renpy.display.render.render
  File "render.pyx", line 233, in renpy.display.render.render
  File "D:\Games\DreamsOfDesireEP11-ELITE-1.0.1-pc\renpy\display\layout.py", line 711, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 145, in renpy.display.render.render
  File "render.pyx", line 233, in renpy.display.render.render
  File "D:\Games\DreamsOfDesireEP11-ELITE-1.0.1-pc\renpy\display\layout.py", line 711, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 145, in renpy.display.render.render
  File "render.pyx", line 233, in renpy.display.render.render
  File "D:\Games\DreamsOfDesireEP11-ELITE-1.0.1-pc\renpy\display\screen.py", line 661, in render
    child = renpy.display.render.render(self.child, w, h, st, at)
  File "render.pyx", line 145, in renpy.display.render.render
  File "render.pyx", line 233, in renpy.display.render.render
  File "D:\Games\DreamsOfDesireEP11-ELITE-1.0.1-pc\renpy\display\layout.py", line 711, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 145, in renpy.display.render.render
  File "render.pyx", line 233, in renpy.display.render.render
  File "D:\Games\DreamsOfDesireEP11-ELITE-1.0.1-pc\renpy\display\viewport.py", line 262, in render
    surf = renpy.display.render.render(self.child, child_width, child_height, st, at)
  File "render.pyx", line 145, in renpy.display.render.render
  File "render.pyx", line 233, in renpy.display.render.render
  File "D:\Games\DreamsOfDesireEP11-ELITE-1.0.1-pc\renpy\display\layout.py", line 444, in render
    renders = [ render(i, renwidth, renheight, st, at) for i in children ]
  File "render.pyx", line 145, in renpy.display.render.render
  File "render.pyx", line 233, in renpy.display.render.render
  File "D:\Games\DreamsOfDesireEP11-ELITE-1.0.1-pc\renpy\display\behavior.py", line 724, in render
    rv = super(Button, self).render(width, height, st, at)
  File "D:\Games\DreamsOfDesireEP11-ELITE-1.0.1-pc\renpy\display\layout.py", line 1110, in render
    st, at)
  File "render.pyx", line 145, in renpy.display.render.render
  File "render.pyx", line 233, in renpy.display.render.render
  File "D:\Games\DreamsOfDesireEP11-ELITE-1.0.1-pc\renpy\display\layout.py", line 711, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 145, in renpy.display.render.render
  File "render.pyx", line 233, in renpy.display.render.render
  File "accelerator.pyx", line 108, in renpy.display.accelerator.transform_render
  File "render.pyx", line 233, in renpy.display.render.render
  File "D:\Games\DreamsOfDesireEP11-ELITE-1.0.1-pc\renpy\display\im.py", line 580, in render
    return cache.get(self, render=True)
  File "D:\Games\DreamsOfDesireEP11-ELITE-1.0.1-pc\renpy\display\im.py", line 266, in get
    surf = image.load()
  File "D:\Games\DreamsOfDesireEP11-ELITE-1.0.1-pc\renpy\display\im.py", line 625, in load
    surf = renpy.display.pgrender.load_image(renpy.loader.load(self.filename), self.filename)
  File "D:\Games\DreamsOfDesireEP11-ELITE-1.0.1-pc\renpy\loader.py", line 555, in load
    raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file 'images/replay_icons/d6couch_extra.jpg'.

Windows-8-6.2.9200
Ren'Py 6.99.14.2.3333
Dreams of Desire EP11 ELITE-1.0.1
Tue Apr 03 18:59:13 2018
 

armion82

Message Maven
Mar 28, 2017
12,375
17,057
I can't confirm that. Back then I just downloaded EP11 (the version without extras), continued my saves from EP10 and instantly got those pics at the end. No console stuff, no modding, no whatever. I even posted 2 save files with both endings. It seems more like a bug or configuration issue. Also, the official walkthrough mentioned both endings, so they are part of Episode 11.

Edit: Maybe a reason for these issues is, that at the bad ending the last pics autoplay and you don't click through every single pic. It's more like a short render show.
Yeah.I was trying to explain that some days ago,but you did it way better with autoplay.
BTW same thing was in ep.7 sex with Jenna when so many miss 1 image:)
 
  • Like
Reactions: Barioz

N1K17Y

Active Member
Jun 12, 2017
829
2,383
The two endings I got were actually:
You don't have permission to view the spoiler content. Log in or register now.
Ive been having the same issue.i think when epiaode 12 comes out and the game continue right off from that moment we will see the pictures.ppl told me seeing them now involves some trickery i cant get to work.probaboy because im on mac
at the last scene make longer pauses when pressing RMB because it will "skip" the scene and it will take you to credits without you seeing it
 
4.20 star(s) 298 Votes