Akutagawa

Member
Nov 9, 2018
345
111
Anyone can help ?
Code:
[code]
I'm sorry, but an uncaught exception occurred.

While loading <'Scale' <'Image' u'images/gallery/e236a.webp'> 295 165.94 True>:
  File "renpy/common/00gamemenu.rpy", line 173, in script
    $ ui.interact()
  File "renpy/common/00gamemenu.rpy", line 173, in <module>
    $ ui.interact()
Exception: Could not load image u'images/gallery/e236a.webp': error('Unsupported image format',)

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

Full traceback:
  File "renpy/common/00gamemenu.rpy", line 173, in script
    $ ui.interact()
  File "D:\J Files\Renpy\CureMyAddiction-C3-E7-B-pc compressed\renpy\ast.py", line 881, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "D:\J Files\Renpy\CureMyAddiction-C3-E7-B-pc compressed\renpy\python.py", line 1913, in py_exec_bytecode
    exec bytecode in globals, locals
  File "renpy/common/00gamemenu.rpy", line 173, in <module>
    $ ui.interact()
  File "D:\J Files\Renpy\CureMyAddiction-C3-E7-B-pc compressed\renpy\ui.py", line 289, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "D:\J Files\Renpy\CureMyAddiction-C3-E7-B-pc compressed\renpy\display\core.py", line 2672, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "D:\J Files\Renpy\CureMyAddiction-C3-E7-B-pc compressed\renpy\display\core.py", line 3158, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "D:\J Files\Renpy\CureMyAddiction-C3-E7-B-pc compressed\renpy\display\core.py", line 2075, in draw_screen
    renpy.config.screen_height,
  File "render.pyx", line 487, in renpy.display.render.render_screen
  File "render.pyx", line 235, in renpy.display.render.render
  File "D:\J Files\Renpy\CureMyAddiction-C3-E7-B-pc compressed\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 147, in renpy.display.render.render
  File "render.pyx", line 235, in renpy.display.render.render
  File "D:\J Files\Renpy\CureMyAddiction-C3-E7-B-pc compressed\renpy\display\transition.py", line 353, in render
    return render(self.new_widget, width, height, st, at)
  File "render.pyx", line 147, in renpy.display.render.render
  File "render.pyx", line 235, in renpy.display.render.render
  File "D:\J Files\Renpy\CureMyAddiction-C3-E7-B-pc compressed\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 147, in renpy.display.render.render
  File "render.pyx", line 235, in renpy.display.render.render
  File "D:\J Files\Renpy\CureMyAddiction-C3-E7-B-pc compressed\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 147, in renpy.display.render.render
  File "render.pyx", line 235, in renpy.display.render.render
  File "D:\J Files\Renpy\CureMyAddiction-C3-E7-B-pc compressed\renpy\display\screen.py", line 669, in render
    child = renpy.display.render.render(self.child, w, h, st, at)
  File "render.pyx", line 147, in renpy.display.render.render
  File "render.pyx", line 235, in renpy.display.render.render
  File "D:\J Files\Renpy\CureMyAddiction-C3-E7-B-pc compressed\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 147, in renpy.display.render.render
  File "render.pyx", line 235, in renpy.display.render.render
  File "D:\J Files\Renpy\CureMyAddiction-C3-E7-B-pc compressed\renpy\display\layout.py", line 1124, in render
    st, at)
  File "render.pyx", line 147, in renpy.display.render.render
  File "render.pyx", line 235, in renpy.display.render.render
  File "D:\J Files\Renpy\CureMyAddiction-C3-E7-B-pc compressed\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 147, in renpy.display.render.render
  File "render.pyx", line 235, in renpy.display.render.render
  File "D:\J Files\Renpy\CureMyAddiction-C3-E7-B-pc compressed\renpy\display\layout.py", line 1640, in render
    place('c', col2, row2, cwidth, cheight)
  File "D:\J Files\Renpy\CureMyAddiction-C3-E7-B-pc compressed\renpy\display\layout.py", line 1629, in place
    rend = render(d, w, h, st, at)
  File "render.pyx", line 147, in renpy.display.render.render
  File "render.pyx", line 235, in renpy.display.render.render
  File "D:\J Files\Renpy\CureMyAddiction-C3-E7-B-pc compressed\renpy\display\viewport.py", line 601, in render
    surf = renpy.display.render.render(c, cw, ch, st, at)
  File "render.pyx", line 147, in renpy.display.render.render
  File "render.pyx", line 235, in renpy.display.render.render
  File "D:\J Files\Renpy\CureMyAddiction-C3-E7-B-pc compressed\renpy\display\behavior.py", line 727, in render
    rv = super(Button, self).render(width, height, st, at)
  File "D:\J Files\Renpy\CureMyAddiction-C3-E7-B-pc compressed\renpy\display\layout.py", line 1124, in render
    st, at)
  File "render.pyx", line 147, in renpy.display.render.render
  File "render.pyx", line 235, in renpy.display.render.render
  File "D:\J Files\Renpy\CureMyAddiction-C3-E7-B-pc compressed\renpy\display\im.py", line 580, in render
    return cache.get(self, render=True)
  File "D:\J Files\Renpy\CureMyAddiction-C3-E7-B-pc compressed\renpy\display\im.py", line 266, in get
    surf = image.load()
  File "D:\J Files\Renpy\CureMyAddiction-C3-E7-B-pc compressed\renpy\display\im.py", line 805, in load
    child = cache.get(self.image)
  File "D:\J Files\Renpy\CureMyAddiction-C3-E7-B-pc compressed\renpy\display\im.py", line 266, in get
    surf = image.load()
  File "D:\J Files\Renpy\CureMyAddiction-C3-E7-B-pc compressed\renpy\display\im.py", line 625, in load
    surf = renpy.display.pgrender.load_image(renpy.loader.load(self.filename), self.filename)
  File "D:\J Files\Renpy\CureMyAddiction-C3-E7-B-pc compressed\renpy\display\pgrender.py", line 162, in load_image
    raise Exception("Could not load image {!r}: {!r}".format(filename, e))
Exception: Could not load image u'images/gallery/e236a.webp': error('Unsupported image format',)

Windows-8-6.2.9200
Ren'Py 7.1.3.1092
Cure My Addiction C3-E7-B
Thu Jun 11 23:29:01 2020
[/CODE]
 

Max1276

Active Member
Mar 14, 2020
894
417
I lost all my saves completed the C3 E6 can anyone have the complete so i can start play the new updates Ch. 3 Ep. 7B without need to play again evrything? thx and also explain me how i can use this saves,sorry and thx
 

gibo57

Newbie
Donor
Mar 17, 2018
77
64
Quick question: How do I advance with Rachel on the island?
I have her submission at 2 and can use anal hook on her but cant do anything else.
Also how do I chose who to sleep with at night or is it random?
If it is random how do you have sex with someone as sleep seems to be the only option and nothing happens then
More than one quick question but grateful for any answers
 

Numa_Cway

Member
Jul 9, 2019
291
615
Quick question: How do I advance with Rachel on the island?
I have her submission at 2 and can use anal hook on her but cant do anything else.
Also how do I chose who to sleep with at night or is it random?
If it is random how do you have sex with someone as sleep seems to be the only option and nothing happens then
More than one quick question but grateful for any answers
You don't have permission to view the spoiler content. Log in or register now.
 
  • Like
Reactions: ThL

Numa_Cway

Member
Jul 9, 2019
291
615
''You'll have a new punishment option including Chloe''.
Yes I have done that many times and reverse roles with Chloe spanking her and vice versa

I also had Amy during many duties and watch and all.

I also had Amy spank Chloe in the interior but still star unlocked

Here is my save if yea didn't mind having a look
Got bored and just tested your save.
It's about the Proper Spanking / Interactive Spanking achievement, correct?

It worked for me using your save.
Talk to Chloe -> you must be punished -> wait for me in the interior.
Go to the interior and talk to Chloe, then let Amy beat the shit out of her.
To be on the "safe side" let Amy beat her until Chloe reaches the third and last pain threshold.
After she reached it: Stop -> Show me her Ass -> end punishment.
 
  • Like
Reactions: ThL

mcfan41

Newbie
Jun 16, 2017
75
21
No, but in this Episode there's a new non-Femdom Event where you'll get to spank her with a Rattan Cane
That is the one thing I was unable to find. In a spoiler can someone
You don't have permission to view the spoiler content. Log in or register now.
Although
You don't have permission to view the spoiler content. Log in or register now.
Since Rachel is my favorite I loved this episode.
 

Fernandoegr

Member
Jun 24, 2017
111
84
That is the one thing I was unable to find. In a spoiler can someone
You don't have permission to view the spoiler content. Log in or register now.
Although
You don't have permission to view the spoiler content. Log in or register now.
Since Rachel is my favorite I loved this episode.
Its when you spank Rachel with the cane and Susan watches, that will raise her respect, after that just collect seashells until she proposes a trade, until the first level of respect all she offers is a handjob, after its a spanking with the cane.
 
3.80 star(s) 124 Votes