4.20 star(s) 142 Votes

d_pedestrian

Engaged Member
Jul 18, 2020
2,073
8,454
Got this error when eve was about to give MC handjob in the kitchen after MC licks her pussy.

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

While loading <'Image' u'images/ep3/ep3_sc16_kitchen_40.jpg'>:
  File "game/script/day3.rpy", line 3759, in script call
    call ep3sc15 from _call_ep3sc15
  File "game/script/day3.rpy", line 4143, in script
    off "Oh my God."
  File "renpy/common/000window.rpy", line 98, in _window_auto_callback
    _window_show()
  File "renpy/common/000window.rpy", line 60, in _window_show
    renpy.with_statement(trans)
Exception: Could not load image u'images/ep3/ep3_sc16_kitchen_40.jpg': error('Failed to read WEBP',)

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

Full traceback:
  File "game/script/day3.rpy", line 3759, in script call
    call ep3sc15 from _call_ep3sc15
  File "game/script/day3.rpy", line 4143, in script
    off "Oh my God."
  File "C:\Users\ANEESH\Desktop\Games\SummerScent-0.4.1-pc-compressed\renpy\ast.py", line 671, in execute
    statement_name("say")
  File "C:\Users\ANEESH\Desktop\Games\SummerScent-0.4.1-pc-compressed\renpy\ast.py", line 45, in statement_name
    i(name)
  File "renpy/common/000window.rpy", line 98, in _window_auto_callback
    _window_show()
  File "renpy/common/000window.rpy", line 60, in _window_show
    renpy.with_statement(trans)
  File "C:\Users\ANEESH\Desktop\Games\SummerScent-0.4.1-pc-compressed\renpy\exports.py", line 1601, in with_statement
    return renpy.game.interface.do_with(trans, paired, clear=clear)
  File "C:\Users\ANEESH\Desktop\Games\SummerScent-0.4.1-pc-compressed\renpy\display\core.py", line 2251, in do_with
    clear=clear)
  File "C:\Users\ANEESH\Desktop\Games\SummerScent-0.4.1-pc-compressed\renpy\display\core.py", line 2702, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "C:\Users\ANEESH\Desktop\Games\SummerScent-0.4.1-pc-compressed\renpy\display\core.py", line 3194, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "C:\Users\ANEESH\Desktop\Games\SummerScent-0.4.1-pc-compressed\renpy\display\core.py", line 2094, in draw_screen
    renpy.config.screen_height,
  File "renpy/display/render.pyx", line 490, in renpy.display.render.render_screen (gen\renpy.display.render.c:6805)
    rv = render(root, width, height, st, st)
  File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
    rv = d.render(widtho, heighto, st, at)
  File "C:\Users\ANEESH\Desktop\Games\SummerScent-0.4.1-pc-compressed\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
    rv = d.render(widtho, heighto, st, at)
  File "C:\Users\ANEESH\Desktop\Games\SummerScent-0.4.1-pc-compressed\renpy\display\transition.py", line 360, in render
    bottom = render(self.old_widget, width, height, st, at)
  File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
    rv = d.render(widtho, heighto, st, at)
  File "C:\Users\ANEESH\Desktop\Games\SummerScent-0.4.1-pc-compressed\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
    rv = d.render(widtho, heighto, st, at)
  File "C:\Users\ANEESH\Desktop\Games\SummerScent-0.4.1-pc-compressed\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
    rv = d.render(widtho, heighto, st, at)
  File "accelerator.pyx", line 110, in renpy.display.accelerator.transform_render
  File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
    rv = d.render(widtho, heighto, st, at)
  File "C:\Users\ANEESH\Desktop\Games\SummerScent-0.4.1-pc-compressed\renpy\display\image.py", line 500, in render
    return wrap_render(self.target, width, height, st, at)
  File "C:\Users\ANEESH\Desktop\Games\SummerScent-0.4.1-pc-compressed\renpy\display\image.py", line 306, in wrap_render
    rend = render(child, w, h, st, at)
  File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
    rv = d.render(widtho, heighto, st, at)
  File "C:\Users\ANEESH\Desktop\Games\SummerScent-0.4.1-pc-compressed\renpy\display\im.py", line 583, in render
    return cache.get(self, render=True)
  File "C:\Users\ANEESH\Desktop\Games\SummerScent-0.4.1-pc-compressed\renpy\display\im.py", line 266, in get
    surf = image.load()
  File "C:\Users\ANEESH\Desktop\Games\SummerScent-0.4.1-pc-compressed\renpy\display\im.py", line 628, in load
    surf = renpy.display.pgrender.load_image(renpy.loader.load(self.filename), self.filename)
  File "C:\Users\ANEESH\Desktop\Games\SummerScent-0.4.1-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/ep3/ep3_sc16_kitchen_40.jpg': error('Failed to read WEBP',)

Windows-8-6.2.9200
Ren'Py 7.3.5.606
Summer Scent 0.4.1
Sat Oct 31 22:19:46 2020
 

fulcrum

Engaged Member
Feb 2, 2018
3,351
1,901
i was trying cassie dominate route and WTF MC was forced to lick his own cum? there should have been an option to reject that. I stopped playing dom route now because of that.
yeah thats shoesole games for you. when you dominate the sister its no different.
 

erkper

Well-Known Member
May 16, 2018
1,682
2,221
yeah thats shoesole games for you. when you dominate the sister its no different.
When you dom the sister it's totally different, at least with the "soft" sub route. For the most part MC is giving Eve the choice to submit or walk away and Eve chooses to submit because she loves and trusts MC, but with Cassie's dom route, there really isn't much presentation of choice at all.
 

The Naughty Captain

Active Member
Game Developer
Aug 21, 2019
779
2,305
Got this error when eve was about to give MC handjob in the kitchen after MC licks her pussy.

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

While loading <'Image' u'images/ep3/ep3_sc16_kitchen_40.jpg'>:
  File "game/script/day3.rpy", line 3759, in script call
    call ep3sc15 from _call_ep3sc15
  File "game/script/day3.rpy", line 4143, in script
    off "Oh my God."
  File "renpy/common/000window.rpy", line 98, in _window_auto_callback
    _window_show()
  File "renpy/common/000window.rpy", line 60, in _window_show
    renpy.with_statement(trans)
Exception: Could not load image u'images/ep3/ep3_sc16_kitchen_40.jpg': error('Failed to read WEBP',)

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

Full traceback:
  File "game/script/day3.rpy", line 3759, in script call
    call ep3sc15 from _call_ep3sc15
  File "game/script/day3.rpy", line 4143, in script
    off "Oh my God."
  File "C:\Users\ANEESH\Desktop\Games\SummerScent-0.4.1-pc-compressed\renpy\ast.py", line 671, in execute
    statement_name("say")
  File "C:\Users\ANEESH\Desktop\Games\SummerScent-0.4.1-pc-compressed\renpy\ast.py", line 45, in statement_name
    i(name)
  File "renpy/common/000window.rpy", line 98, in _window_auto_callback
    _window_show()
  File "renpy/common/000window.rpy", line 60, in _window_show
    renpy.with_statement(trans)
  File "C:\Users\ANEESH\Desktop\Games\SummerScent-0.4.1-pc-compressed\renpy\exports.py", line 1601, in with_statement
    return renpy.game.interface.do_with(trans, paired, clear=clear)
  File "C:\Users\ANEESH\Desktop\Games\SummerScent-0.4.1-pc-compressed\renpy\display\core.py", line 2251, in do_with
    clear=clear)
  File "C:\Users\ANEESH\Desktop\Games\SummerScent-0.4.1-pc-compressed\renpy\display\core.py", line 2702, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "C:\Users\ANEESH\Desktop\Games\SummerScent-0.4.1-pc-compressed\renpy\display\core.py", line 3194, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "C:\Users\ANEESH\Desktop\Games\SummerScent-0.4.1-pc-compressed\renpy\display\core.py", line 2094, in draw_screen
    renpy.config.screen_height,
  File "renpy/display/render.pyx", line 490, in renpy.display.render.render_screen (gen\renpy.display.render.c:6805)
    rv = render(root, width, height, st, st)
  File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
    rv = d.render(widtho, heighto, st, at)
  File "C:\Users\ANEESH\Desktop\Games\SummerScent-0.4.1-pc-compressed\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
    rv = d.render(widtho, heighto, st, at)
  File "C:\Users\ANEESH\Desktop\Games\SummerScent-0.4.1-pc-compressed\renpy\display\transition.py", line 360, in render
    bottom = render(self.old_widget, width, height, st, at)
  File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
    rv = d.render(widtho, heighto, st, at)
  File "C:\Users\ANEESH\Desktop\Games\SummerScent-0.4.1-pc-compressed\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
    rv = d.render(widtho, heighto, st, at)
  File "C:\Users\ANEESH\Desktop\Games\SummerScent-0.4.1-pc-compressed\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
    rv = d.render(widtho, heighto, st, at)
  File "accelerator.pyx", line 110, in renpy.display.accelerator.transform_render
  File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
    rv = d.render(widtho, heighto, st, at)
  File "C:\Users\ANEESH\Desktop\Games\SummerScent-0.4.1-pc-compressed\renpy\display\image.py", line 500, in render
    return wrap_render(self.target, width, height, st, at)
  File "C:\Users\ANEESH\Desktop\Games\SummerScent-0.4.1-pc-compressed\renpy\display\image.py", line 306, in wrap_render
    rend = render(child, w, h, st, at)
  File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
    rv = d.render(widtho, heighto, st, at)
  File "C:\Users\ANEESH\Desktop\Games\SummerScent-0.4.1-pc-compressed\renpy\display\im.py", line 583, in render
    return cache.get(self, render=True)
  File "C:\Users\ANEESH\Desktop\Games\SummerScent-0.4.1-pc-compressed\renpy\display\im.py", line 266, in get
    surf = image.load()
  File "C:\Users\ANEESH\Desktop\Games\SummerScent-0.4.1-pc-compressed\renpy\display\im.py", line 628, in load
    surf = renpy.display.pgrender.load_image(renpy.loader.load(self.filename), self.filename)
  File "C:\Users\ANEESH\Desktop\Games\SummerScent-0.4.1-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/ep3/ep3_sc16_kitchen_40.jpg': error('Failed to read WEBP',)

Windows-8-6.2.9200
Ren'Py 7.3.5.606
Summer Scent 0.4.1
Sat Oct 31 22:19:46 2020
I can't reproduce that bug. Are you playing the official version of the game ?
 

The Naughty Captain

Active Member
Game Developer
Aug 21, 2019
779
2,305
ther are two kinds of people in that regard, captain.

the first, has the work already done and delays the release for quality assurance.
the other, just whips the people working on it.
It's just taking way more time than I estimated.
Of course, I could rush things, cut content and release faster.
But I don't want to do that. If I need more time to deliver the story as I want it to be, well... be it.
But again, it's the last time I'll do that. For v0.6, I'll split the release in two, probably three parts.
 

bobbo69

Engaged Member
Donor
Jun 18, 2017
3,863
7,073
I've got a strong feeling that we will be having sexual intercourse with Eve in the next release :love:
 

IamJAG

Member
May 14, 2020
185
510
It's just taking way more time than I estimated.
Of course, I could rush things, cut content and release faster.
But I don't want to do that. If I need more time to deliver the story as I want it to be, well... be it.
But again, it's the last time I'll do that. For v0.6, I'll split the release in two, probably three parts.
Your gut feeling is right mate, quality over quantity. This is a great storyline and the time taken would surely be worth it.
Also, if you need a proofreader you could give me a shout if it'd help - i've got experience in that from a part time job in recent years and a degree in english & creative writing. Would be happy to do it pro bono.
 

The Naughty Captain

Active Member
Game Developer
Aug 21, 2019
779
2,305
Your gut feeling is right mate, quality over quantity. This is a great storyline and the time taken would surely be worth it.
Also, if you need a proofreader you could give me a shout if it'd help - i've got experience in that from a part time job in recent years and a degree in english & creative writing. Would be happy to do it pro bono.
Thank you!
I already have someone proofreading my script, but I'll keep your offer in mind, just in case.;)
 

NeimadFR

Active Member
Donor
Jul 1, 2017
964
2,960
Okay sounds good mate. English is my first language too btw, so there'd be literally no botch ups. Unless i've lost my touch lol
That made me wonder something Cap, do you write in french and then translate or directly in english ?
 

The Naughty Captain

Active Member
Game Developer
Aug 21, 2019
779
2,305
That made me wonder something Cap, do you write in french and then translate or directly in english ?
I write directly in English.
According to most, my grammar is not the best, I mix US and British English and add to that some vocabulary that no one has used since three centuries.
That gives some kind of weirdness to my phrasing.
 

IamJAG

Member
May 14, 2020
185
510
I write directly in English.
According to most, my grammar is not the best, I mix US and British English and add to that some vocabulary that no one has used since three centuries.
That gives some kind of weirdness to my phrasing.
Yeah, I noticed that a bit. There isn't actually a great deal of disparity between the two, just on a large number of individual words, saying and cliches.. So, basically, half the everyday language lol
 

fortuna95

Lezz kiss for peace!
Donor
Feb 7, 2018
3,683
18,190

Dev Update #63



Scene 21 posing is done. The rendering is complete, and I also scripted it. It's now in the capable hands of my proofreader. It was pretty intense to write and pose. But I think that the results are good. The posing has been especially difficult with many custom poses to work from scratch. I should have expected it.

I'm now working on writing scene 22. This is on Cassie's dom path. I know that this isn't the most popular part of Summer Scent but I actually like writing that part of the story. Cassie is a complex character and I enjoy working on her. The scene itself will be split into three parts. The first one is already written. It's 2400 words long for now.

I'm pretty happy with that first part. Just as scene 21, it's going to be very intense.

The quick sum up :

  • Day 5 will contain 25 scenes.
  • Scenes up to Scene 21 are written.
  • Scenes up to Scene 21 are posed and rendered.
  • Scenes up to Scene 21 are coded.
  • Scenes up to Scene 8 are proofread.
  • 65216 words. 9940 lines of script. 776 renders are done, 776 shots are posed.
  • I'm currently working on writing scene 22.
You can follow my progress with this

Thank you very much for your support!
The Naughty Captain
 
4.20 star(s) 142 Votes