steryd191

New Member
Oct 9, 2018
3
1
I'm sorry, but an uncaught exception occurred.

While loading <'Image' u'images/!content/neighbor/pool/sc2/neigh_sc2_57.png'>:
File "game/ascript/!places/neighbor/pool/pool2.rpy", line 239, in script
scene neigh_sc2_57 with Dis:
File "game/ascript/!places/neighbor/pool/pool2.rpy", line 239, in script
scene neigh_sc2_57 with Dis:
Exception: Could not load image u'images/!content/neighbor/pool/sc2/neigh_sc2_57.png': error('Failed to decode WEBP',)

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

Full traceback:
File "renpy/bootstrap.py", line 326, in bootstrap
renpy.main.main()
File "renpy/main.py", line 617, in main
run(restart)
File "renpy/main.py", line 148, in run
renpy.execution.run_context(True)
File "renpy/execution.py", line 922, in run_context
context.run()
File "game/ascript/subsystem/house/dhl_screens.rpyc", line 209, in script call
File "game/ascript/subsystem/house/dhl_screens.rpyc", line 209, in script call
File "game/ascript/subsystem/house/dhl_screens.rpyc", line 209, in script call
File "game/ascript/subsystem/house/dhl_screens.rpyc", line 209, in script call
File "game/ascript/subsystem/house/dhl_screens.rpyc", line 209, in script call
File "game/ascript/subsystem/house/dhl_screens.rpyc", line 209, in script call
File "game/ascript/subsystem/house/dhl_screens.rpyc", line 209, in script call
File "game/ascript/subsystem/house/dhl_screens.rpyc", line 209, in script call
File "game/ascript/subsystem/house/dhl_screens.rpyc", line 209, in script call
File "game/ascript/subsystem/house/dhl_screens.rpyc", line 209, in script call
File "game/ascript/subsystem/house/dhl_screens.rpyc", line 209, in script call
File "game/ascript/subsystem/house/dhl_screens.rpyc", line 209, in script call
File "game/ascript/!places/!mlf_house/_lts_room/lts_sleep_bj_photo.rpyc", line 210, in script call
File "game/ascript/subsystem/pda/pda class.rpyc", line 525, in script call
File "game/ascript/minigame/peeping/peeping_minigame.rpyc", line 166, in script call
File "game/ascript/subsystem/house/dhl_screens.rpyc", line 209, in script call
File "game/ascript/subsystem/pda/pda class.rpyc", line 525, in script call
File "game/ascript/!places/neighbor/pool/pool2.rpy", line 239, in script
scene neigh_sc2_57 with Dis:
File "game/ascript/subsystem/house/dhl_screens.rpyc", line 209, in script call
File "game/ascript/subsystem/house/dhl_screens.rpyc", line 209, in script call
File "game/ascript/subsystem/house/dhl_screens.rpyc", line 209, in script call
File "game/ascript/subsystem/house/dhl_screens.rpyc", line 209, in script call
File "game/ascript/subsystem/house/dhl_screens.rpyc", line 209, in script call
File "game/ascript/subsystem/house/dhl_screens.rpyc", line 209, in script call
File "game/ascript/subsystem/house/dhl_screens.rpyc", line 209, in script call
File "game/ascript/subsystem/house/dhl_screens.rpyc", line 209, in script call
File "game/ascript/subsystem/house/dhl_screens.rpyc", line 209, in script call
File "game/ascript/subsystem/house/dhl_screens.rpyc", line 209, in script call
File "game/ascript/subsystem/house/dhl_screens.rpyc", line 209, in script call
File "game/ascript/subsystem/house/dhl_screens.rpyc", line 209, in script call
File "game/ascript/!places/!mlf_house/_lts_room/lts_sleep_bj_photo.rpyc", line 210, in script call
File "game/ascript/subsystem/pda/pda class.rpyc", line 525, in script call
File "game/ascript/minigame/peeping/peeping_minigame.rpyc", line 166, in script call
File "game/ascript/subsystem/house/dhl_screens.rpyc", line 209, in script call
File "game/ascript/subsystem/pda/pda class.rpyc", line 525, in script call
File "game/ascript/!places/neighbor/pool/pool2.rpy", line 239, in script
scene neigh_sc2_57 with Dis:
File "renpy/ast.py", line 1438, in execute
renpy.exports.with_statement(trans, paired)
File "renpy/exports.py", line 1682, in with_statement
return renpy.game.interface.do_with(trans, paired, clear=clear)
File "renpy/display/core.py", line 2718, in do_with
clear=clear)
File "renpy/display/core.py", line 3276, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
File "renpy/display/core.py", line 3793, in interact_core
self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
File "renpy/display/core.py", line 2521, in draw_screen
renpy.config.screen_height,
File "render.pyx", line 492, in renpy.display.render.render_screen
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/layout.py", line 814, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/transition.py", line 368, in render
top = render(self.new_widget, width, height, st, at)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/layout.py", line 814, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/layout.py", line 814, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/transform.py", line 715, in render
return transform_render(self, width, height, st, at)
File "accelerator.pyx", line 140, in renpy.display.accelerator.transform_render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/image.py", line 501, in render
return wrap_render(self.target, width, height, st, at)
File "renpy/display/image.py", line 307, in wrap_render
rend = render(child, w, h, st, at)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/im.py", line 607, in render
return cache.get(self, render=True)
File "renpy/display/im.py", line 271, in get
surf = image.load()
File "renpy/display/im.py", line 688, in load
raise e
Exception: Could not load image u'images/!content/neighbor/pool/sc2/neigh_sc2_57.png': error('Failed to decode WEBP',)

Windows-10-10.0.19041
Ren'Py 7.4.8.1895
GirlHouse 1.5.2.extra
Sun Aug 29 11:40:17 2021




What can i do?
 

Tacito

Forum Fanatic
Jul 15, 2017
5,209
40,622
I haven't changed the name and used a capital V but it doesn't work anyway
Only you know the exact name of "Vanessa" ... or you have to post your persistent file.
Or try "Vanessa" "Vanessa+space" "Vanessa+double space " "space+Vanessa"
 

arkhamtheknight

Active Member
May 3, 2017
604
161
What exactly was added or fixed in the latest update?

Also does anyone have a fix for the Walkthrough Mod Photo Shoot bug or create a fix for it as some things still need fixing?
 

vZeroeZ

Newbie
May 12, 2017
33
15
anyone have the walkthrough? idk what to do after a certain point in the game..

Edit: NVM, I figured it out.. :)
 
Last edited:

demibreed

New Member
Dec 1, 2020
1
0
```While loading <'Image' u'ascript/subsystem/pda/map/photostudia_icon.png'>:
File "renpy/common/000statements.rpy", line 569, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
IOError: Couldn't find file 'ascript/subsystem/pda/map/photostudia_icon.png'.
```
 

im.___king

Newbie
Jun 4, 2021
16
16
How to continue from here? I tried several thing but nothing seems to be right. Pls help
bro you had modified this game .
you have to save here and extract pure game than use last save in new game then another option will show to you while talking to mia then save there again and you can use modded game if you want.
hope you understand.:giggle:
 
3.20 star(s) 127 Votes