vaughand1961

Newbie
Dec 4, 2020
26
6
this game is NOT complete, please tell me there going to fix it?
ok folks as much as i like this game. i am finding tooooo many faults. ive fixed a few then more crop up and its spoiling the game to keep fixing them. so im uninstalling it till the Devs sort them out. thanks for all your help with the fixes freinds :)
 

Hybris

Active Member
May 9, 2017
567
1,144
Has anyone run across a fix with the neighbor error? Here is the exception that gets thrown up:

Code:
While loading <'Image' u'images/!content/neighbor/pool/sc2/neigh_sc2_57.png'>:
  File "game/ascript/!places/neighbor/pool/pool2.rpy", line 243, in script
    $ renpy.pause(9)
  File "game/ascript/!places/neighbor/pool/pool2.rpy", line 243, in script
    $ renpy.pause(9)
  File "game/ascript/!places/neighbor/pool/pool2.rpy", line 243, in <module>
    $ renpy.pause(9)
Exception: Could not load image u'images/!content/neighbor/pool/sc2/neigh_sc2_57.png': error('Failed to decode WEBP',)
I am running the walkthrough mod if that matters.

Edit using the Unlocked Replay mod/file I was able to get through the scene without an error so its only in actual gameplay that the crash appears.
 
Last edited:

Rogerericdu

Member
Mar 31, 2019
271
333
Game Breaks at different parts of the story and when i open the map. Game looks good but bugs make the whole thing trash, bug fix doesnt work for windows. Definetly 0 out of 5 stars for a game that doesnt work.
 

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?
 
3.20 star(s) 127 Votes