2.60 star(s) 53 Votes

oggeh

New Member
Mar 15, 2021
2
0
Anyone having problem launching the game? It work the first start and now i cant start it again. I get the small loading screen but the game dosent launch after.

Things i tried

1.Reinstall
2.Installing in different directory
3. restart
4. driver update
5.running as admin
6. shift + run

This is the log

Mon Jan 1 23:51:02 2024
Windows-10-10.0.19041
Ren'Py 7.6.3.23091805


"Bootstrap to the start of init.init. took 0.06s
Early init. took 0.00s
Loader init. took 0.12s
Loading error handling. took 0.15s
Loading script. took 2.05s"

Thanks in advance!
 

matrix2

Member
Mar 15, 2019
452
116
any help

I'm sorry, but an uncaught exception occurred.

While loading <renpy.display.im.Image object (u'images/mainmenu/mainmenu_bg_night.png') at 0x0000000042bc3150>:
File "game/_content/city2/college/classroom/agent3.rpy", line 560, in <module>
File "game/_script/redistributable/functions.rpy", line 87, in custom_button
IOError: Couldn't find file 'gfx/custom_buttons/flash1_612_679.webp'.

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

Full traceback:
File "renpy/bootstrap.py", line 275, in bootstrap
renpy.main.main()
File "renpy/main.py", line 670, in main
run(restart)
File "renpy/main.py", line 144, in run
renpy.execution.run_context(True)
File "renpy/execution.py", line 955, in run_context
context.run()
File "game/_navigation/photo_store/shop.rpyc", line 43, in script call
��;d�H��QO��w
File "game/_navigation/photo_store/shop.rpyc", line 51, in script call
��NA���y1A�M�c��3+�f�Nw���i1)i\��QZ�g�����ǎ��Lf���,��t�T�^r\��F!"���^Y����\^K�`�}���&s�3�Hϒ�p4���Dw�����6O�N�l�VM���)IC�o����b�!W�="N(�g����B���!V���fr����D���5�P���A<��>��ut���>%�Oh�w��0�i�[����^��z�P9��t��G;P��)�mpn��D�'����t;;��P/�G�˹�I��+9n��
File "game/_navigation/photo_store/shop.rpyc", line 59, in script call
File "game/_navigation/photo_store/shop.rpyc", line 75, in script call
File "game/_content/city2/gromov_house/hall/hall.rpyc", line 8, in script call
CoO��|�#�~�Q7۝A��p����tw� �'�^��>�������Yl�l����GZ%����H��x�.�����ϓ�O!��E:�?���L0 ��(�Up,��g���'�f����y��B}S�US�BS���0^{9)�^I��Uߔ+��:�|
File "game/_navigation/photo_store/shop.rpyc", line 43, in script call
��;d�H��QO��w
File "game/_script/pc/pc label.rpyc", line 189, in script call
File "game/_navigation/photo_store/shop.rpyc", line 43, in script call
��;d�H��QO��w
File "game/_navigation/photo_store/shop.rpyc", line 75, in script call
File "game/_content/city2/college/classroom/agent3.rpyc", line 560, in script
File "game/_navigation/photo_store/shop.rpyc", line 43, in script call
��;d�H��QO��w
File "game/_navigation/photo_store/shop.rpyc", line 51, in script call
��NA���y1A�M�c��3+�f�Nw���i1)i\��QZ�g�����ǎ��Lf���,��t�T�^r\��F!"���^Y����\^K�`�}���&s�3�Hϒ�p4���Dw�����6O�N�l�VM���)IC�o����b�!W�="N(�g����B���!V���fr����D���5�P���A<��>��ut���>%�Oh�w��0�i�[����^��z�P9��t��G;P��)�mpn��D�'����t;;��P/�G�˹�I��+9n��
File "game/_navigation/photo_store/shop.rpyc", line 59, in script call
File "game/_navigation/photo_store/shop.rpyc", line 75, in script call
File "game/_content/city2/gromov_house/hall/hall.rpyc", line 8, in script call
CoO��|�#�~�Q7۝A��p����tw� �'�^��>�������Yl�l����GZ%����H��x�.�����ϓ�O!��E:�?���L0 ��(�Up,��g���'�f����y��B}S�US�BS���0^{9)�^I��Uߔ+��:�|
File "game/_navigation/photo_store/shop.rpyc", line 43, in script call
��;d�H��QO��w
File "game/_script/pc/pc label.rpyc", line 189, in script call
File "game/_navigation/photo_store/shop.rpyc", line 43, in script call
��;d�H��QO��w
File "game/_navigation/photo_store/shop.rpyc", line 75, in script call
File "game/_content/city2/college/classroom/agent3.rpyc", line 560, in script
File "renpy/ast.py", line 1138, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 1122, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/_content/city2/college/classroom/agent3.rpy", line 560, in <module>
File "game/_script/redistributable/functions.rpy", line 87, in custom_button
File "renpy/exports.py", line 3347, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "renpy/ui.py", line 299, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "renpy/display/core.py", line 3582, 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 4175, in interact_core
self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
File "renpy/display/core.py", line 2785, in draw_screen
renpy.config.screen_height,
File "render.pyx", line 492, in renpy.display.render.render_screen
File "render.pyx", line 266, in renpy.display.render.render
File "renpy/display/layout.py", line 888, 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 888, 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 888, 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 731, 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 888, 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/behavior.py", line 948, in render
rv = super(Button, self).render(width, height, st, at)
File "renpy/display/layout.py", line 1341, 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 676, in render
return cache.get(self, render=True)
File "renpy/display/im.py", line 330, in get
surf = image.load()
File "renpy/display/im.py", line 803, in load
raise e
IOError: Couldn't find file 'gfx/custom_buttons/flash1_612_679.webp'.

Windows-10-10.0.19041 AMD64
Ren'Py 7.6.3.23091805
My Cute Roommate 2 1.0.01010extra
Tue Jan 2 01:15:42 2024
 

Killer94

Well-Known Member
Feb 4, 2018
1,956
3,513
so i went to the hubby and showed him the video of his wife cheating and my reward for that was the game crashing
dev u playing too much :KEK::KEK::KEK:
 
2.60 star(s) 53 Votes