- Feb 7, 2018
- 3,949
- 19,630
- 750
It was Silvia(John's secretary)I think he is pointing toYou don't have permission to view the spoiler content. Log in or register now.
She's probably like one of those old prostitutes that get pregnant, find religion and try to be faithful and fail lol.I really hope that Nicole doesn't have some ex-pornstar past. It'll be such a cope out and cliché move.
Noooooooooooooooooooo, it's probably true.She's probably like one of those old prostitutes that get pregnant, find religion and try to be faithful and fail lol.
I'm sorry, but an uncaught exception occurred.
While loading <'Image' u'Character/Nicole Back Pantless.png.'>:
IOError: Couldn't find file 'Character/Nicole Back Pantless.png.'.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "script three.rpyc", line 1828, in script
File "E:\Games\AMothersLovePt3PLUS-Part3PLUS-pc\renpy\ast.py", line 1310, in execute
renpy.exports.with_statement(trans, paired)
File "E:\Games\AMothersLovePt3PLUS-Part3PLUS-pc\renpy\exports.py", line 1409, in with_statement
return renpy.game.interface.do_with(trans, paired, clear=clear)
File "E:\Games\AMothersLovePt3PLUS-Part3PLUS-pc\renpy\display\core.py", line 2190, in do_with
clear=clear)
File "E:\Games\AMothersLovePt3PLUS-Part3PLUS-pc\renpy\display\core.py", line 2624, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "E:\Games\AMothersLovePt3PLUS-Part3PLUS-pc\renpy\display\core.py", line 3098, in interact_core
self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
File "E:\Games\AMothersLovePt3PLUS-Part3PLUS-pc\renpy\display\core.py", line 2038, 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 "E:\Games\AMothersLovePt3PLUS-Part3PLUS-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 "E:\Games\AMothersLovePt3PLUS-Part3PLUS-pc\renpy\display\transition.py", line 361, in render
top = 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 "E:\Games\AMothersLovePt3PLUS-Part3PLUS-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 "E:\Games\AMothersLovePt3PLUS-Part3PLUS-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 "E:\Games\AMothersLovePt3PLUS-Part3PLUS-pc\renpy\display\image.py", line 414, in render
return wrap_render(self.target, width, height, st, at)
File "E:\Games\AMothersLovePt3PLUS-Part3PLUS-pc\renpy\display\image.py", line 229, in wrap_render
rend = render(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 "E:\Games\AMothersLovePt3PLUS-Part3PLUS-pc\renpy\display\im.py", line 580, in render
return cache.get(self, render=True)
File "E:\Games\AMothersLovePt3PLUS-Part3PLUS-pc\renpy\display\im.py", line 266, in get
surf = image.load()
File "E:\Games\AMothersLovePt3PLUS-Part3PLUS-pc\renpy\display\im.py", line 625, in load
surf = renpy.display.pgrender.load_image(renpy.loader.load(self.filename), self.filename)
File "E:\Games\AMothersLovePt3PLUS-Part3PLUS-pc\renpy\loader.py", line 555, in load
raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file 'Character/Nicole Back Pantless.png.'.
Windows-8-6.2.9200
Ren'Py 6.99.14.1.3218
A Mother's Love Pt 3 PLUS Part3PLUS
Tue Apr 23 00:00:27 2019
It has also appeared to me. How is it fixed?This error appeared to me during the game, after having sex in the cellar with the mother-in-law:
Code:I'm sorry, but an uncaught exception occurred. While loading <'Image' u'Character/Nicole Back Pantless.png.'>: IOError: Couldn't find file 'Character/Nicole Back Pantless.png.'. -- Full Traceback ------------------------------------------------------------ Full traceback: File "script three.rpyc", line 1828, in script File "E:\Games\AMothersLovePt3PLUS-Part3PLUS-pc\renpy\ast.py", line 1310, in execute renpy.exports.with_statement(trans, paired) File "E:\Games\AMothersLovePt3PLUS-Part3PLUS-pc\renpy\exports.py", line 1409, in with_statement return renpy.game.interface.do_with(trans, paired, clear=clear) File "E:\Games\AMothersLovePt3PLUS-Part3PLUS-pc\renpy\display\core.py", line 2190, in do_with clear=clear) File "E:\Games\AMothersLovePt3PLUS-Part3PLUS-pc\renpy\display\core.py", line 2624, in interact repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs) File "E:\Games\AMothersLovePt3PLUS-Part3PLUS-pc\renpy\display\core.py", line 3098, in interact_core self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn) File "E:\Games\AMothersLovePt3PLUS-Part3PLUS-pc\renpy\display\core.py", line 2038, 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 "E:\Games\AMothersLovePt3PLUS-Part3PLUS-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 "E:\Games\AMothersLovePt3PLUS-Part3PLUS-pc\renpy\display\transition.py", line 361, in render top = 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 "E:\Games\AMothersLovePt3PLUS-Part3PLUS-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 "E:\Games\AMothersLovePt3PLUS-Part3PLUS-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 "E:\Games\AMothersLovePt3PLUS-Part3PLUS-pc\renpy\display\image.py", line 414, in render return wrap_render(self.target, width, height, st, at) File "E:\Games\AMothersLovePt3PLUS-Part3PLUS-pc\renpy\display\image.py", line 229, in wrap_render rend = render(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 "E:\Games\AMothersLovePt3PLUS-Part3PLUS-pc\renpy\display\im.py", line 580, in render return cache.get(self, render=True) File "E:\Games\AMothersLovePt3PLUS-Part3PLUS-pc\renpy\display\im.py", line 266, in get surf = image.load() File "E:\Games\AMothersLovePt3PLUS-Part3PLUS-pc\renpy\display\im.py", line 625, in load surf = renpy.display.pgrender.load_image(renpy.loader.load(self.filename), self.filename) File "E:\Games\AMothersLovePt3PLUS-Part3PLUS-pc\renpy\loader.py", line 555, in load raise IOError("Couldn't find file '%s'." % name) IOError: Couldn't find file 'Character/Nicole Back Pantless.png.'. Windows-8-6.2.9200 Ren'Py 6.99.14.1.3218 A Mother's Love Pt 3 PLUS Part3PLUS Tue Apr 23 00:00:27 2019
How can I solve it
How can I solve it
Applying the patch from the OP?It has also appeared to me. How is it fixed?
All included:@UncleVT OP misses download files for Part 1 and 2. Am I wrong? If they are all included in the file "part3", then there should be a different name, like PART 1+2+3, or a note. Is it really a file "part" or more properly a "chapter"?
Version: Part 1-2&3
Thanks. I was referring to the fact that the file name is AMothersLovePt3PLUS-Part3PLUS-pc.zip, so it seems you have to download Part 1 and Part 2 separately. It's in fact "version 3", if I get it right.All included:
Like I said "All included" Don't need to dl part 1 and 2 separately.Thanks. I was referring to the fact that the file name is AMothersLovePt3PLUS-Part3PLUS-pc.zip, so it seems you have to download Part 1 and Part 2 separately. It's in fact "version 3", if I get it right.