CREATE YOUR AI CUM SLUT ON CANDY.AI TRY FOR FREE
x

Bob69

Uploading the World
Uploader
Donor
Compressor
Mar 2, 2019
13,822
148,567
I get this error in the gallery:
Any solution for it?

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

While loading <renpy.display.im.Image object (u'images/v21/menu/vanessa27.jpg') at 0x000000002b9bc690>:
IOError: Couldn't find file 'images/v21/menu/vanessa27.jpg'.

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

Full traceback:
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
    python hide:
  File "renpy/ast.py", line 1131, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "renpy/python.py", line 1061, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in <module>
    python hide:
  File "renpy/common/_layout/screen_main_menu.rpym", line 35, in _execute_python_hide
    ui.interact()
  File "renpy/ui.py", line 299, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "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 "renpy/display/core.py", line 3912, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "renpy/display/core.py", line 2605, in draw_screen
    renpy.config.screen_height,
  File "render.pyx", line 495, in renpy.display.render.render_screen
  File "render.pyx", line 266, in renpy.display.render.render
  File "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 "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 "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 "renpy/display/screen.py", line 704, in render
    child = renpy.display.render.render(self.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 "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 "renpy/display/viewport.py", line 629, in render
    surf = renpy.display.render.render(c, cw, ch, st, at)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 266, in renpy.display.render.render
  File "renpy/display/behavior.py", line 885, in render
    rv = super(Button, self).render(width, height, st, at)
  File "renpy/display/layout.py", line 1337, in render
    st, at)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 266, in renpy.display.render.render
  File "renpy/display/im.py", line 627, in render
    return cache.get(self, render=True)
  File "renpy/display/im.py", line 295, in get
    surf = image.load()
  File "renpy/display/im.py", line 720, in load
    raise e
IOError: Couldn't find file 'images/v21/menu/vanessa27.jpg'.

Windows-10-10.0.22621 AMD64
Ren'Py 7.5.3.22090809
Defending Lydia Collier v.0.16.1
Tue Jun 18 13:39:29 2024
Check your game folder is there a v21.rpa?
If not go to the First post here, click the pc pixeldrain link open the zip (on the website via the arrows). go to /game and download v21.rpa by clicking on it:
 

saltynip

Member
Oct 16, 2020
227
254
Check your game folder is there a v21.rpa?
If not go to the First post here, click the pc pixeldrain link open the zip (on the website via the arrows). go to /game and download v21.rpa by clicking on it:
I have v21.new.rpa file, and still get this error code. I downloaded update only to 16.1 and last time I also downloaded update only to 16.0
 

bvs-2008

Member
Aug 30, 2021
130
118
I have v21.new.rpa file, and still get this error code. I downloaded update only to 16.1 and last time I also downloaded update only to 16.0
I have the same problem when I try to access the last page of Steph gallery , previous pages are ok and I have also the 0.21 rpa file.
 

Bob69

Uploading the World
Uploader
Donor
Compressor
Mar 2, 2019
13,822
148,567
I have v21.new.rpa file, and still get this error code. I downloaded update only to 16.1 and last time I also downloaded update only to 16.0
Hmm, they I sadly don't know whats going on. Maybe redownlaod the full game, but that may also not work.
 

saltynip

Member
Oct 16, 2020
227
254
Hmm, they I sadly don't know whats going on. Maybe redownlaod the full game, but that may also not work.
I extracted v21.rpa file, the in the path v21/menu, there is no other images but Ellie31.jpg, ellie32.jpg and menuhide.png. I then confirmed that White Phantom mis-directed the path in replaygallery.rpc from v22.new.rpa, because the same gallery code file from v21.new.rpa says these images are from the right path(since v21/0.16.0 update's gallery is fine)

Yep, I replaced all "v21" to "v20" in replaygallery.rpy from v22.new.rpa fixed it.
 
Last edited:
  • Like
Reactions: Bob69

Bob69

Uploading the World
Uploader
Donor
Compressor
Mar 2, 2019
13,822
148,567
I extracted v21.rpa file, the in the path v21/menu, there is no other images but Ellie31.jpg, ellie32.jpg and menuhide.png. I then confirmed that White Phantom mis-directed the path in replaygallery.rpc from v22.new.rpa, because the same gallery code file from v21.new.rpa says these images are from the right path(since v21/0.16.0 update's gallery is fine)
Well yeah so its a coding error. Need to wait for a fix. For everyone who doesn't want to fix it themselves.
 

Abhai

Devoted Member
Sep 12, 2018
9,469
38,471
Well like SonS said, we didn’t get a full updated game since I don’t even remember when. The dev only makes the update patches in form of the new rpa‘s (or if there are full updated version nobody shares them). I checked the game folder in my compression and it has the same as the full game. It should be correct.

Edit: Just hope the full game is alright, don't want to do that shit again.
I am not sure why you see 15.7 its 16.1 for me?
You don't have permission to view the spoiler content. Log in or register now.
thanks for the reply(y)
the problem seems to be on my side solely (and unren version i had used).

i downloaded compressed version again from the different host, just in case.
after launching it showed 16.1 main screen.
but after i unpacked rpa-s (unren for all) it messed up the game showing 15.7 screen as in above mentioned case.

fixed it now so im playing unpacked rpa-s and everything seems to work as it should...for now at least:BootyTime:
You don't have permission to view the spoiler content. Log in or register now.
 

RoadWulf

Forum Fanatic
Nov 18, 2018
4,083
8,170
Got through the update and.... accidently overwrote my Innocent Ellie playthrough.... fuck.

Well time to power through again.
 
  • Jizzed my pants
Reactions: saltynip

Bob69

Uploading the World
Uploader
Donor
Compressor
Mar 2, 2019
13,822
148,567
thanks for the reply(y)
the problem seems to be on my side solely (and unren version i had used).

i downloaded compressed version again from the different host, just in case.
after launching it showed 16.1 main screen.
but after i unpacked rpa-s (unren for all) it messed up the game showing 15.7 screen as in above mentioned case.

fixed it now so im playing unpacked rpa-s and everything seems to work as it should...for now at least:BootyTime:
Updated the Compression. It should now be all in one RPA (It also shows the correct version when repacking).
AND it has the fixed v21.rpa
 
  • Like
  • Hey there
Reactions: carl316 and Abhai

Aquilas

Newbie
Jan 16, 2019
82
24
Accirding to whom? Works just fine and the new content is great.
I downloaded update only file, 'cause I had v16 from before. Added it to the game folder and nothing new have been added. Even the dev message in the end mentions smth like 'will be continued in 16.1'
 

WarriorSteel

Well-Known Member
Jul 27, 2021
1,655
1,894
I downloaded update only file, 'cause I had v16 from before. Added it to the game folder and nothing new have been added. Even the dev message in the end mentions smth like 'will be continued in 16.1'
Are you playing which path? Only Vanessa's path was updated
 

Justaphase

Active Member
May 1, 2024
681
1,756
Anyone able to view Marissa's hard drive of Steph yet? I've tried a few different ways and the option to look at it doesn't show for me.
 
4.50 star(s) 150 Votes