Steinchen

Well-Known Member
Mar 3, 2017
1,273
2,620
486
hey guys dont waste your time with downloading it jet.
right in the beginn of the part 4 there is an error.

IO Error Couldn´t find file ER/ER.png
 
  • Like
Reactions: Keioshin

sirbajo

Well-Known Member
Donor
Aug 19, 2016
1,007
2,062
582
hey guys dont waste your time with downloading it jet.
right in the beginn of the part 4 there is an error.

IO Error Couldn´t find file ER/ER.png
I can confirm this, even if you copy the game in the map of Part 3 still happends ;)
 

mamlas55

Member
May 16, 2018
130
101
151
It's problem in archive.rpa file. After unpack it games run. Image
AMothersLovePt3-Part3-pc\game\images\Character\Nicole Back Pantless.png"
normally exists in images folder after unpack Nicole Back Pantless.png

Quick fix: Just copy attached image into game\images\Character\ folder
 
  • Like
Reactions: Canto Forte

Steinchen

Well-Known Member
Mar 3, 2017
1,273
2,620
486
the filesize of part 4 is the same as part 3 i think they uploaded the wrong files somehow or the complete content of part 4 is missing in this file
 
  • Like
Reactions: Keioshin

realdp

Member
Apr 12, 2019
232
237
73
Good story.. good animation.. good graphic..
Poor Mother.. :(

Note :if you really hate NTR relationships, I suggest not playing this game..
 

rayminator

Engaged Member
Respected User
Sep 26, 2018
3,462
3,397
500
Update: I think he forgot to put all the images in
there is more then just one images

got this error

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

While loading <'Image' u'ER/ER.png'>:
IOError: Couldn't find file 'ER/ER.png'.

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

Full traceback:
  File "script four.rpyc", line 21, in script
  File "G:\DOWNLOAD\AMothersLovePt4-Part4-pc\AMothersLovePt4-Part4-pc\renpy\ast.py", line 643, in execute
    renpy.exports.say(who, what, interact=self.interact, *args, **kwargs)
  File "G:\DOWNLOAD\AMothersLovePt4-Part4-pc\AMothersLovePt4-Part4-pc\renpy\exports.py", line 1176, in say
    who(what, *args, **kwargs)
  File "G:\DOWNLOAD\AMothersLovePt4-Part4-pc\AMothersLovePt4-Part4-pc\renpy\character.py", line 1013, in __call__
    self.do_display(who, what, cb_args=self.cb_args, **display_args)
  File "G:\DOWNLOAD\AMothersLovePt4-Part4-pc\AMothersLovePt4-Part4-pc\renpy\character.py", line 817, in do_display
    **display_args)
  File "G:\DOWNLOAD\AMothersLovePt4-Part4-pc\AMothersLovePt4-Part4-pc\renpy\character.py", line 566, in display_say
    rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
  File "G:\DOWNLOAD\AMothersLovePt4-Part4-pc\AMothersLovePt4-Part4-pc\renpy\ui.py", line 287, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "G:\DOWNLOAD\AMothersLovePt4-Part4-pc\AMothersLovePt4-Part4-pc\renpy\display\core.py", line 2624, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "G:\DOWNLOAD\AMothersLovePt4-Part4-pc\AMothersLovePt4-Part4-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 "G:\DOWNLOAD\AMothersLovePt4-Part4-pc\AMothersLovePt4-Part4-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 "G:\DOWNLOAD\AMothersLovePt4-Part4-pc\AMothersLovePt4-Part4-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 "G:\DOWNLOAD\AMothersLovePt4-Part4-pc\AMothersLovePt4-Part4-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 "G:\DOWNLOAD\AMothersLovePt4-Part4-pc\AMothersLovePt4-Part4-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 "G:\DOWNLOAD\AMothersLovePt4-Part4-pc\AMothersLovePt4-Part4-pc\renpy\display\image.py", line 414, in render
    return wrap_render(self.target, width, height, st, at)
  File "G:\DOWNLOAD\AMothersLovePt4-Part4-pc\AMothersLovePt4-Part4-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 "G:\DOWNLOAD\AMothersLovePt4-Part4-pc\AMothersLovePt4-Part4-pc\renpy\display\im.py", line 580, in render
    return cache.get(self, render=True)
  File "G:\DOWNLOAD\AMothersLovePt4-Part4-pc\AMothersLovePt4-Part4-pc\renpy\display\im.py", line 266, in get
    surf = image.load()
  File "G:\DOWNLOAD\AMothersLovePt4-Part4-pc\AMothersLovePt4-Part4-pc\renpy\display\im.py", line 625, in load
    surf = renpy.display.pgrender.load_image(renpy.loader.load(self.filename), self.filename)
  File "G:\DOWNLOAD\AMothersLovePt4-Part4-pc\AMothersLovePt4-Part4-pc\renpy\loader.py", line 555, in load
    raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file 'ER/ER.png'.

Windows-8-6.2.9200
Ren'Py 6.99.14.1.3218
A Mother's Love Pt 4 Part4
Wed May 29 14:03:54 2019
 
Last edited:
4.20 star(s) 249 Votes