GoreEpidemic

New Member
Dec 11, 2020
4
1
Bummed out this game ended so abruptly but glad he's working on my cute roommate 2. Kind of preferred that game anyway. His animation is second to none and coding in the first game was beautiful. First dev I ever supported and will continue to.
 

geriatre

Member
Aug 22, 2016
499
670
I'm getting some mad crashes myself - seems like the whole maps folder with icons is missing (there is a fix that involves copying icon.png and renaming it to the missing map) photo studio isn't unlocked despite hints saying to go there as map only shows home with said icon.png fix, some kitchen and scene images are missing after you eat dinner and does tend to crash out in places - also the highlight right choices and hidden buttons options don't seem to work or do work sometimes in some scenes but not in others.

Get a crash just before battle with the guy in lobby too

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

While running game code:
  File "game/ascript/battle.rpy", line 124, in <module>
  File "game/ascript/battle.rpy", line 68, in execute
  File "game/ascript/battle.rpy", line 68, in execute
  File "game/ascript/battle.rpy", line 69, in execute
  File "game/ascript/battle.rpy", line 70, in execute
Exception: Unknown keyword arguments: binf, return_value, img
replace
screen fightbutton():
with
screen fightbutton(img, binf, return_value):
 

kültigin

New Member
May 18, 2020
14
7
when neighboard visit ı have a problem

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/!mlf_house/_lts_room/lts_room.rpy", line 229, in script call
call screen return_null
File "game/ascript/!places/neighbor/pool/pool2.rpy", line 239, in script
scene neigh_sc2_57 with Dis:
File "game/ascript/!places/!mlf_house/_lts_room/lts_room.rpy", line 229, in script call
call screen return_null
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/!places/!mlf_house/_lts_room/lts_sleep_bj_photo.rpyc", line 210, in script call
File "game/ascript/subsystem/pda/pda class.rpyc", line 524, in script call
File "game/ascript/minigame/peeping/peeping_minigame.rpyc", line 166, in script call
File "game/ascript/minigame/peeping/peeping_minigame.rpyc", line 191, in script call
File "game/ascript/!places/!mlf_house/_lts_room/lts_room.rpy", line 229, in script call
call screen return_null
File "game/ascript/subsystem/pda/pda class.rpyc", line 524, in script call
File "game/ascript/subsystem/pda/pda_camera.rpyc", line 15, in script call
�Q)ʈIc
File "game/ascript/!places/neighbor/pool/pool2.rpy", line 239, in script
scene neigh_sc2_57 with Dis:
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 524, in script call
File "game/ascript/minigame/peeping/peeping_minigame.rpyc", line 166, in script call
File "game/ascript/minigame/peeping/peeping_minigame.rpyc", line 191, in script call
File "game/ascript/!places/!mlf_house/_lts_room/lts_room.rpy", line 229, in script call
call screen return_null
File "game/ascript/subsystem/pda/pda class.rpyc", line 524, in script call
File "game/ascript/subsystem/pda/pda_camera.rpyc", line 15, in script call
�Q)ʈIc
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.1.extra
Thu Aug 26 19:33:33 2021
 

bevasconcelos

New Member
Apr 27, 2017
10
14
when neighboard visit ı have a problem

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/!mlf_house/_lts_room/lts_room.rpy", line 229, in script call
call screen return_null
File "game/ascript/!places/neighbor/pool/pool2.rpy", line 239, in script
scene neigh_sc2_57 with Dis:
File "game/ascript/!places/!mlf_house/_lts_room/lts_room.rpy", line 229, in script call
call screen return_null
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/!places/!mlf_house/_lts_room/lts_sleep_bj_photo.rpyc", line 210, in script call
File "game/ascript/subsystem/pda/pda class.rpyc", line 524, in script call
File "game/ascript/minigame/peeping/peeping_minigame.rpyc", line 166, in script call
File "game/ascript/minigame/peeping/peeping_minigame.rpyc", line 191, in script call
File "game/ascript/!places/!mlf_house/_lts_room/lts_room.rpy", line 229, in script call
call screen return_null
File "game/ascript/subsystem/pda/pda class.rpyc", line 524, in script call
File "game/ascript/subsystem/pda/pda_camera.rpyc", line 15, in script call
�Q)ʈIc
File "game/ascript/!places/neighbor/pool/pool2.rpy", line 239, in script
scene neigh_sc2_57 with Dis:
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 524, in script call
File "game/ascript/minigame/peeping/peeping_minigame.rpyc", line 166, in script call
File "game/ascript/minigame/peeping/peeping_minigame.rpyc", line 191, in script call
File "game/ascript/!places/!mlf_house/_lts_room/lts_room.rpy", line 229, in script call
call screen return_null
File "game/ascript/subsystem/pda/pda class.rpyc", line 524, in script call
File "game/ascript/subsystem/pda/pda_camera.rpyc", line 15, in script call
�Q)ʈIc
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.1.extra
Thu Aug 26 19:33:33 2021
This here might help

Place the "game" folde to to girl house base folder

Mega
 

bevasconcelos

New Member
Apr 27, 2017
10
14
Soo is everyone having problems with the map ?
And more important does anyone knows how to solve it ?

```While loading <'Image' u'ascript/subsystem/pda/map/home.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/home.png'.```

I annexed the traceback.txt and a print of the crash screen

1629997462449.png
 

Lilsmkr

Member
Nov 24, 2019
188
117
So is the dev gonna fix all these problems or what? Just started and already getting crashes and errors in the beginning of the game -.-
 
3.20 star(s) 127 Votes