tuniquim

Member
Jul 13, 2018
109
67
The game was updated to a new Renpy engine. Plus, there is a new scene replay feature. This all means that OLD SAVES DONT WORK and if you will try to use them, you will get errors like the one above here.
is it a sign that My Cute Roommate II is coming? :D
 

Tacito

Forum Fanatic
Jul 15, 2017
5,297
42,271
when i open the map to go to cafe the game crush and a txt file open with this message

I'm sorry, but an uncaught exception occurred.

While loading <'Image' u'ascript/subsystem/pda/map/photostudia_icon.png'>:
File "renpy/common/000statements.rpy", line 569, in execute_call_screen
photostudia_icon.png
That image is not in the new game ... I don't know if you can solve it start from the beginning so the phone is rebuilded :)
 
  • Like
Reactions: CAT0X0

rayminator

Engaged Member
Respected User
Sep 26, 2018
3,040
3,135
giuse Yes, don't use old save files and you won't have any issues.
guess what I have started a new game I'm getting this error

Code:
'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

-- 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/!places/!mlf_house/floor_1/floor_1.rpyc", line 137, in script call
    �m˪n� �M��P%�� <f��Y$]YY$����"��XAR� �AA��,bG�S*�x���M;ո9%�~78�)../�)
  File "game/ascript/battle.rpyc", line 113, in script
  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/floor_1/floor_1.rpyc", line 137, in script call
    �m˪n� �M��P%�� <f��Y$]YY$����"��XAR� �AA��,bG�S*�x���M;ո9%�~78�)../�)
  File "game/ascript/battle.rpyc", line 113, in script
  File "renpy/ast.py", line 923, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "renpy/python.py", line 2235, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "game/ascript/battle.rpy", line 124, in <module>
  File "renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  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 3694, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/screen.py", line 432, in visit_all
    callback(self)
  File "renpy/display/core.py", line 3694, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/screen.py", line 443, in per_interact
    self.update()
  File "renpy/display/screen.py", line 631, in update
    self.screen.function(**self.scope)
  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
  File "renpy/ast.py", line 146, in apply
    raise Exception("Unknown keyword arguments: %s" % (", ".join(list(values.keys()))))
Exception: Unknown keyword arguments: binf, return_value, img

Windows-10-10.0.19041
Ren'Py 7.4.8.1895
GirlHouse 1.5.1.extra
Wed Aug 25 14:37:12 2021
 
  • Like
Reactions: ancoli and Badashi

Larry2000

Dev/Head Writer of Unexpected Opportunity
Game Developer
May 9, 2017
1,295
2,973
how i fix this? help me
I'm sorry, but an uncaught exception occurred.

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'.

-- 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/subsystem/pda/pda class.rpyc", line 524, in script call
File "game/ascript/subsystem/pda/pda_camera.rpyc", line 23, in script call
Y�G�L�3c���p��ׄv�}�8[j?���H��M��?!R���;-nq�5��|����)V�����$�Ȩ����E���,yI��$I�A�JI��l��Y�,�+eD�`�{�)�����*�(��j��F���~c�,蚧(jY�-�L�1@^2�]6��"�nq;:UQ�z�̜L{�J7�
File "game/ascript/minigame/peeping/peeping_minigame.rpyc", line 191, in script call
File "game/ascript/!places/!mlf_house/_lts_room/lts_room.rpyc", line 235, in script call
�H��������a,q�k�|�
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/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_try.rpyc", line 391, in script call
File "game/ascript/subsystem/pda/pda class.rpyc", line 524, in script call
File "game/ascript/subsystem/pda/pda_camera.rpyc", line 40, in script call
���V�������l�.e|�e�n���ʗ�p^��s�]�ʷ�ޥ��UٔK����(�'��o��6.�34�_�h���^��>鷳u���~��h�9Z��s�(>Ȋ�� C�aH���w�x�n����v/�vI-���{����?�v�P��m�$F���~.duv!�υd��-D[H6k!٤�����-D=Y�:1��с=%�{Z���3�|������{�T�����-������T��R�KR9���r�
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
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/subsystem/pda/pda class.rpyc", line 524, in script call
File "game/ascript/subsystem/pda/pda_camera.rpyc", line 23, in script call
Y�G�L�3c���p��ׄv�}�8[j?���H��M��?!R���;-nq�5��|����)V�����$�Ȩ����E���,yI��$I�A�JI��l��Y�,�+eD�`�{�)�����*�(��j��F���~c�,蚧(jY�-�L�1@^2�]6��"�nq;:UQ�z�̜L{�J7�
File "game/ascript/minigame/peeping/peeping_minigame.rpyc", line 191, in script call
File "game/ascript/!places/!mlf_house/_lts_room/lts_room.rpyc", line 235, in script call
�H��������a,q�k�|�
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/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_try.rpyc", line 391, in script call
File "game/ascript/subsystem/pda/pda class.rpyc", line 524, in script call
File "game/ascript/subsystem/pda/pda_camera.rpyc", line 40, in script call
���V�������l�.e|�e�n���ʗ�p^��s�]�ʷ�ޥ��UٔK����(�'��o��6.�34�_�h���^��>鷳u���~��h�9Z��s�(>Ȋ�� C�aH���w�x�n����v/�vI-���{����?�v�P��m�$F���~.duv!�υd��-D[H6k!٤�����-D=Y�:1��с=%�{Z���3�|������{�T�����-������T��R�KR9���r�
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
File "renpy/ast.py", line 2010, in execute
self.call("execute")
File "renpy/ast.py", line 1998, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "renpy/statements.py", line 278, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 569, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "renpy/exports.py", line 3132, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "renpy/ui.py", line 298, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
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/screen.py", line 681, 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 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/behavior.py", line 791, in render
rv = super(Button, self).render(width, height, st, at)
File "renpy/display/layout.py", line 1238, in render
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
IOError: Couldn't find file 'ascript/subsystem/pda/map/photostudia_icon.png'.

Windows-10-10.0.18362
Ren'Py 7.4.8.1895
GirlHouse 1.5.1.extra
Thu Aug 26 00:56:41 2021
Please use the Spoiler tags for errors like this, it'll save some space in the thread.
 

D_devil

Newbie
Apr 30, 2017
23
16
well this was a short play for a "complete" game... trying to save Vanessa from the thug... and the game crash instantly, BUT if I do not save her the game continues and Mia gets super mad at MC .... -_- I wait to play this until a bug fix arrives....
 

Mattee

Newbie
Sep 5, 2017
19
201
This dev really needs some narrative help. It's very painful to read through all this hot garbage. Two games now held back quite hard by bad writing.

Other than that, models are fine for this style and bugs can be fixed.
 

Monsieur X

Engaged Member
May 26, 2018
2,473
3,288
Be sure to not post the crash log, just in case someone could help.
Compared to My Cute Roommate this game is like old school Blizzard quality.
Myself, I had no crash playing it...as far as I remember.
 

mentore

Member
Feb 28, 2019
482
296
Be sure to not post the crash log, just in case someone could help.
Compared to My Cute Roommate this game is like old school Blizzard quality.
Myself, I had no crash playing it...as far as I remember.
In 1.5.0 vers. crashed much less than in 1.5.1 vers....
 
  • Like
Reactions: Deadpool76

Deadpool76

Member
Dec 29, 2017
270
285
Map instantly crashes the game

```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'.
```
 
3.20 star(s) 128 Votes