- Jul 17, 2021
- 8,886
- 13,567
I'm sorry, but an uncaught exception occurred.
While loading <renpy.display.im.Image object ('/Sex/Doggy/Down/Other/fd_doggy_down_grabhair00000.png') at 0x0000000006b50ee0>:
File "game/script.rpy", line 2598, in script
$ renpy.pause ()
File "game/script.rpy", line 2598, in <module>
$ renpy.pause ()
OSError: Couldn't find file 'Sex/Doggy/Down/Other/fd_doggy_down_grabhair00000.png'.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script.rpy", line 2598, in script
$ renpy.pause ()
File "C:\D Games\FirstDate-1.1-pc\renpy\ast.py", line 1131, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "C:\D Games\FirstDate-1.1-pc\renpy\python.py", line 1061, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/script.rpy", line 2598, in <module>
$ renpy.pause ()
File "C:\D Games\FirstDate-1.1-pc\renpy\exports.py", line 1537, in pause
rv = renpy.ui.interact(mouse='pause', type='pause', roll_forward=roll_forward, pause=delay, pause_modal=modal)
File "C:\D Games\FirstDate-1.1-pc\renpy\ui.py", line 299, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "C:\D Games\FirstDate-1.1-pc\renpy\display\core.py", line 3377, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
File "C:\D Games\FirstDate-1.1-pc\renpy\display\core.py", line 3912, in interact_core
self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
File "C:\D Games\FirstDate-1.1-pc\renpy\display\core.py", line 2602, in draw_screen
surftree = renpy.display.render.render_screen(
File "render.pyx", line 495, in renpy.display.render.render_screen
File "render.pyx", line 266, in renpy.display.render.render
File "C:\D Games\FirstDate-1.1-pc\renpy\display\layout.py", line 884, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 266, in renpy.display.render.render
File "C:\D Games\FirstDate-1.1-pc\renpy\display\layout.py", line 884, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 266, in renpy.display.render.render
File "C:\D Games\FirstDate-1.1-pc\renpy\display\layout.py", line 884, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 266, in renpy.display.render.render
File "C:\D Games\FirstDate-1.1-pc\renpy\display\transform.py", line 747, in render
return transform_render(self, width, height, st, at)
File "accelerator.pyx", line 187, in renpy.display.accelerator.transform_render
File "render.pyx", line 266, in renpy.display.render.render
File "C:\D Games\FirstDate-1.1-pc\renpy\display\image.py", line 506, in render
return wrap_render(self.target, width, height, st, at)
File "C:\D Games\FirstDate-1.1-pc\renpy\display\image.py", line 309, in wrap_render
rend = render(child, w, h, st, at)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 266, in renpy.display.render.render
File "C:\D Games\FirstDate-1.1-pc\renpy\display\transform.py", line 747, in render
return transform_render(self, width, height, st, at)
File "accelerator.pyx", line 187, in renpy.display.accelerator.transform_render
File "render.pyx", line 266, in renpy.display.render.render
File "C:\D Games\FirstDate-1.1-pc\renpy\display\im.py", line 627, in render
return cache.get(self, render=True)
File "C:\D Games\FirstDate-1.1-pc\renpy\display\im.py", line 295, in get
surf = image.load()
File "C:\D Games\FirstDate-1.1-pc\renpy\display\im.py", line 720, in load
raise e
File "C:\D Games\FirstDate-1.1-pc\renpy\display\im.py", line 685, in load
filelike = renpy.loader.load(self.filename)
File "C:\D Games\FirstDate-1.1-pc\renpy\loader.py", line 820, in load
raise IOError("Couldn't find file '%s'." % name)
OSError: Couldn't find file 'Sex/Doggy/Down/Other/fd_doggy_down_grabhair00000.png'.
Windows-10-10.0.22621 AMD64
Ren'Py 8.0.3.22090809
First Date 1.1
Thu Nov 16 17:56:22 2023
Grab the update only file in the OP.Bug
When you Grab Her Hair (with Trap)
Code:I'm sorry, but an uncaught exception occurred. While loading <renpy.display.im.Image object ('/Sex/Doggy/Down/Other/fd_doggy_down_grabhair00000.png') at 0x0000000006b50ee0>: File "game/script.rpy", line 2598, in script $ renpy.pause () File "game/script.rpy", line 2598, in <module> $ renpy.pause () OSError: Couldn't find file 'Sex/Doggy/Down/Other/fd_doggy_down_grabhair00000.png'. -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/script.rpy", line 2598, in script $ renpy.pause () File "C:\D Games\FirstDate-1.1-pc\renpy\ast.py", line 1131, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "C:\D Games\FirstDate-1.1-pc\renpy\python.py", line 1061, in py_exec_bytecode exec(bytecode, globals, locals) File "game/script.rpy", line 2598, in <module> $ renpy.pause () File "C:\D Games\FirstDate-1.1-pc\renpy\exports.py", line 1537, in pause rv = renpy.ui.interact(mouse='pause', type='pause', roll_forward=roll_forward, pause=delay, pause_modal=modal) File "C:\D Games\FirstDate-1.1-pc\renpy\ui.py", line 299, in interact rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs) File "C:\D Games\FirstDate-1.1-pc\renpy\display\core.py", line 3377, in interact repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore File "C:\D Games\FirstDate-1.1-pc\renpy\display\core.py", line 3912, in interact_core self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn) File "C:\D Games\FirstDate-1.1-pc\renpy\display\core.py", line 2602, in draw_screen surftree = renpy.display.render.render_screen( File "render.pyx", line 495, in renpy.display.render.render_screen File "render.pyx", line 266, in renpy.display.render.render File "C:\D Games\FirstDate-1.1-pc\renpy\display\layout.py", line 884, in render surf = render(child, width, height, cst, cat) File "render.pyx", line 170, in renpy.display.render.render File "render.pyx", line 266, in renpy.display.render.render File "C:\D Games\FirstDate-1.1-pc\renpy\display\layout.py", line 884, in render surf = render(child, width, height, cst, cat) File "render.pyx", line 170, in renpy.display.render.render File "render.pyx", line 266, in renpy.display.render.render File "C:\D Games\FirstDate-1.1-pc\renpy\display\layout.py", line 884, in render surf = render(child, width, height, cst, cat) File "render.pyx", line 170, in renpy.display.render.render File "render.pyx", line 266, in renpy.display.render.render File "C:\D Games\FirstDate-1.1-pc\renpy\display\transform.py", line 747, in render return transform_render(self, width, height, st, at) File "accelerator.pyx", line 187, in renpy.display.accelerator.transform_render File "render.pyx", line 266, in renpy.display.render.render File "C:\D Games\FirstDate-1.1-pc\renpy\display\image.py", line 506, in render return wrap_render(self.target, width, height, st, at) File "C:\D Games\FirstDate-1.1-pc\renpy\display\image.py", line 309, in wrap_render rend = render(child, w, h, st, at) File "render.pyx", line 170, in renpy.display.render.render File "render.pyx", line 266, in renpy.display.render.render File "C:\D Games\FirstDate-1.1-pc\renpy\display\transform.py", line 747, in render return transform_render(self, width, height, st, at) File "accelerator.pyx", line 187, in renpy.display.accelerator.transform_render File "render.pyx", line 266, in renpy.display.render.render File "C:\D Games\FirstDate-1.1-pc\renpy\display\im.py", line 627, in render return cache.get(self, render=True) File "C:\D Games\FirstDate-1.1-pc\renpy\display\im.py", line 295, in get surf = image.load() File "C:\D Games\FirstDate-1.1-pc\renpy\display\im.py", line 720, in load raise e File "C:\D Games\FirstDate-1.1-pc\renpy\display\im.py", line 685, in load filelike = renpy.loader.load(self.filename) File "C:\D Games\FirstDate-1.1-pc\renpy\loader.py", line 820, in load raise IOError("Couldn't find file '%s'." % name) OSError: Couldn't find file 'Sex/Doggy/Down/Other/fd_doggy_down_grabhair00000.png'. Windows-10-10.0.22621 AMD64 Ren'Py 8.0.3.22090809 First Date 1.1 Thu Nov 16 17:56:22 2023
It worked your amazingGrab the update only file in the OP.
Fuck! now I need a longer game with Sam
Thanks yeah I wanted to keep it short because I thought as a first project if I went too big I would never actually finish anythingnice little game, although pacing could use a bit of work, supposedly shy gurl jumps straight to "show me your dick" really fucking fast
Thanks you for the feedback, yes if I had thought about it more the whole story would have been much slower paced, and would have gone over the course of like three dates, but then I think the project would be too big for me to handlenice sweet game, really liked the girl
my only negative feedback is about the order the sex happens
You don't have permission to view the spoiler content. Log in or register now.
Well, it's just a small slap.Spanking on the first date?
Yeah, dry/no lube into a virgin ass seems ... not a good time if you are not into pain... but i just put my headcanon to 'she might be virgin, but not without experience from toys so she is not completely unprepared'. It doesn't completely fix that situation but i can make it work.
Oops, very sorry about that, I will look into that.
Really cute short story!
Absolutely love Sam for once a girl with a normal body type with a little meat on her bones without being fat. Thick thighs save lives!!
Also really nicely tows the line of tsundre and yandre nothing more flattering than a girl who worships you.
Looking forward to what else this dev can do.
I'm really glad you liked them, I found in a lot of games the faces sometimes feel a bit 'stiff', you don't think I went over the top, do you?Sam's facial expressions though *chefs kiss*
No need to thank me. Thank GrimCiri for getting the fix/update out so quickly to fix these issues.It worked your amazing
Hello GrimCiri
Just aim to help a little. Would be nice if you could add future tags, especially those of the NTR category since it may avoid future forum fights. Probably not entirely because nothing is ever so much fun as to fight about that tag . If NTR will never happen that's a good thing to announce early. If NTR is going to happen I would announce it quickly as well and that they can move on if they don't approve. All this on opening post. Just make it clear for everyone at get go.
Also I would recommend ignoring people who you feel are just outright dickheads. I can be a pain sometimes when I drink etc, if so just ignore me as well. You probably know all this of course but I'm just saying it anyway as I don't want cool devs to get burned out.
Personally I loved the lip biting, 'ahegao' faces and overall cute expressions she makes (puffed up cheeks). Easily the best part of the game for me (that and trap). Can't speak for everyone though.I'm really glad you liked them, I found in a lot of games the faces sometimes feel a bit 'stiff', you don't think I went over the top, do you?
The original plan was only a one-and-done, as I have like a dozen other stories I want to tell. However, based on all the positive reaction to Sam I will certainly try to think up a story for a 'second date' I don't want to force myself though and create something half-baked.GrimCiri will we ever see Sam again in any of your new stuff? Or maybe a longer sequel to First Date?
Correct, there is only an optional male giving HJ and BJ but no Futa Penetrating male.So, just so I understand this correctly, is this male on futa content? As in, you're doing the dicking and not the taking.
I agree 100%. Maybe extend it out to be a future release some time down the line. Will all your games be short and hopefully as sweet as this one? Or will you branch out and do longer games?The original plan was only a one-and-done, as I have like a dozen other stories I want to tell. However, based on all the positive reaction to Sam I will certainly try to think up a story for a 'second date' I don't want to force myself though and create something half-baked.
I think for now I want to start with shorter stories, so I can experiment with different personalities and fetishes per game. I do have some ideas for longer stories, but I don't want to get into the position of making one game forever. Also, slightly due to technical reasons I don't have a very powerful PC, so rendering takes me a long time, so shorter games are probably more suitable for me for now.I agree 100%. Maybe extend it out to be a future release some time down the line. Will all your games be short and hopefully as sweet as this one? Or will you branch out and do longer games?
Thank you for the feedback yes I agree I didn't make it very realistic in a few regards I am sorry about that, I did consider adding a 'joke' option for Guy to storm out of the appartment after the reveal but it felt a bit cruel and just pointless since it would just deprive the player of the sex scenes.Overall, i liked it. Sam is cute and the sex scene was hot. I will say, though that i picked the trans option and IMO it was a bit shitty on her part to not tell the MC that she has a cock before things got sexual. If the MC didn't find the yearbook, how many more dates would it be before she told him?
I hope this post doesn't come across as too negative because as i said, i did like the game. I just think that her being trans is something that should have been talked about before they went on the date. If Sarah knew, she probably should have mentioned or at least hinted at it before trying to set up the MC with her.