2.50 star(s) 48 Votes

tanglinru777

New Member
Jun 7, 2018
8
10
I'm sorry, but an uncaught exception occurred.

While running game code:
File "renpy/common/000statements.rpy", line 609, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "game/_navigation/photo_store/PointAndClickScene.rpy", line 51, in execute
File "game/_navigation/photo_store/PointAndClickScene.rpy", line 51, in execute
File "game/_navigation/photo_store/PointAndClickScene.rpy", line 87, in execute
File "game/_navigation/photo_store/PointAndClickScene.rpy", line 88, in execute
File "game/_navigation/photo_store/PointAndClickScene.rpy", line 89, in execute
File "game/_navigation/photo_store/PointAndClickScene.rpy", line 90, in execute
File "game/_navigation/photo_store/PointAndClickScene.rpy", line 90, in <module>
KeyError: u'attention'

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

Full traceback:
File "renpy/bootstrap.py", line 274, in bootstrap
renpy.main.main()
File "renpy/main.py", line 660, in main
run(restart)
File "renpy/main.py", line 146, in run
renpy.execution.run_context(True)
File "renpy/execution.py", line 938, in run_context
context.run()
File "game/_content/city2/college/lessons/lessons.rpyc", line 54, in script
���6h|�����i5��c/.J�%���u>�A;ʍr˅-����rIOc���Ԧ�?���^���6�I�� ߟg?�g?�+̦�������y���~�k��C�O"X9�?��?�n��)��I ��!�7G`��0�g��Ow�>]b����0�/�u������㱿
File "game/_content/city2/college/lessons/lessons.rpyc", line 54, in script
���6h|�����i5��c/.J�%���u>�A;ʍr˅-����rIOc���Ԧ�?���^���6�I�� ߟg?�g?�+̦�������y���~�k��C�O"X9�?��?�n��)��I ��!�7G`��0�g��Ow�>]b����0�/�u������㱿
File "renpy/ast.py", line 2212, in execute
self.call("execute")
File "renpy/ast.py", line 2200, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "renpy/statements.py", line 281, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 609, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "renpy/exports.py", line 3161, 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 3376, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs) # type: ignore
File "renpy/display/core.py", line 3803, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/core.py", line 582, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 582, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 582, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 582, in visit_all
d.visit_all(callback, seen)
File "renpy/display/screen.py", line 451, in visit_all
callback(self)
File "renpy/display/core.py", line 3803, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/screen.py", line 462, in per_interact
self.update()
File "renpy/display/screen.py", line 653, in update
self.screen.function(**self.scope)
File "game/_navigation/photo_store/PointAndClickScene.rpy", line 51, in execute
File "game/_navigation/photo_store/PointAndClickScene.rpy", line 51, in execute
File "game/_navigation/photo_store/PointAndClickScene.rpy", line 87, in execute
File "game/_navigation/photo_store/PointAndClickScene.rpy", line 88, in execute
File "game/_navigation/photo_store/PointAndClickScene.rpy", line 89, in execute
File "game/_navigation/photo_store/PointAndClickScene.rpy", line 90, in execute
File "game/_navigation/photo_store/PointAndClickScene.rpy", line 90, in <module>
KeyError: u'attention'

Windows-7-6.1.7601-SP1 AMD64
Ren'Py 7.5.0.22062402
My Cute Roommate 2 0.6.0919
Thu Sep 22 10:41:10 2022
 

tanglinru777

New Member
Jun 7, 2018
8
10
I'm sorry, but an uncaught exception occurred.

While loading <renpy.display.im.Image object (u'\u2026/mainmenu_bg_day.png') at 0x000000002157b0d0>:
IOError: Couldn't find file 'arrow.png'.

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

Full traceback:
File "renpy/bootstrap.py", line 274, in bootstrap
renpy.main.main()
File "renpy/main.py", line 660, in main
run(restart)
File "renpy/main.py", line 146, in run
renpy.execution.run_context(True)
File "renpy/execution.py", line 938, in run_context
context.run()
File "game/_content/city1/derek_home/derek_room/begin.rpyc", line 177, in script
�4��`��0ucʪ9kʞ�d�/�UZ6uط:�;8`�
File "game/_content/city1/derek_home/derek_room/begin.rpyc", line 177, in script
�4��`��0ucʪ9kʞ�d�/�UZ6uط:�;8`�
File "renpy/ast.py", line 901, in execute
renpy.exports.say(who, what, *args, **kwargs)
File "renpy/exports.py", line 1373, in say
who(what, *args, **kwargs)
File "renpy/character.py", line 1253, in __call__
self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
File "renpy/character.py", line 917, in do_display
**display_args)
File "renpy/character.py", line 653, in display_say
rv = renpy.ui.interact(mouse='say', type=type, 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 3376, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs) # type: ignore
File "renpy/display/core.py", line 3905, in interact_core
self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
File "renpy/display/core.py", line 2604, in draw_screen
renpy.config.screen_height,
File "render.pyx", line 495, in renpy.display.render.render_screen
File "render.pyx", line 266, in renpy.display.render.render
File "renpy/display/layout.py", line 884, 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 884, 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 884, 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 704, 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 884, 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/text/text.py", line 2092, in render
renders = renpy.display.render.render(i, width, self.style.size, 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/anim.py", line 497, in render
rend = renpy.display.render.render(self.image, height, width, 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 627, in render
return cache.get(self, render=True)
File "renpy/display/im.py", line 295, in get
surf = image.load()
File "renpy/display/im.py", line 723, in load
raise e
IOError: Couldn't find file 'arrow.png'.

Windows-7-6.1.7601-SP1 AMD64
Ren'Py 7.5.0.22062402
My Cute Roommate 2 0.6.0919
Thu Sep 22 10:47:55 2022
 
  • Like
Reactions: pop0zero

Splatter_1

Member
Mar 30, 2018
172
124
I must have missed something here and I can't find it. Gal at store tells me to make sex channel but when I click on it, it tells me that without a webcam no one sees anything. So How do I find a webcam?
 

Ripson

Active Member
Modder
Jun 21, 2020
515
5,977

William R

Newbie
Dec 30, 2019
29
10
I'm sorry, but an uncaught exception occurred.

While loading <renpy.display.im.Image object (u'\u2026exsonik3_551_780.png') at 0x000000000e80b490>:
File "renpy/common/000statements.rpy", line 609, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
IOError: Couldn't find file '_content/city2/gromov_house/lida_bedroom/sexsonik3_551_780.png'.

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

Full traceback:
File "renpy/bootstrap.py", line 274, in bootstrap
renpy.main.main()
File "renpy/main.py", line 660, in main
run(restart)
File "renpy/main.py", line 146, in run
renpy.execution.run_context(True)
File "renpy/execution.py", line 938, in run_context
context.run()
File "game/_content/city2/gromov_house/lida_bedroom/lida_bedroom.rpyc", line 5, in script
�)���t�t���������wS���{�Ͻ��>ۤ�E����Y�R����{�ݪ��X�F$���-����o�5�~�IGI'!S��^r���i�M !tY���/�
File "game/_content/city2/gromov_house/lida_bedroom/lida_bedroom.rpyc", line 5, in script
�)���t�t���������wS���{�Ͻ��>ۤ�E����Y�R����{�ݪ��X�F$���-����o�5�~�IGI'!S��^r���i�M !tY���/�
File "renpy/ast.py", line 2212, in execute
self.call("execute")
File "renpy/ast.py", line 2200, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "renpy/statements.py", line 281, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 609, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "renpy/exports.py", line 3161, 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 3376, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs) # type: ignore
File "renpy/display/core.py", line 3905, in interact_core
self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
File "renpy/display/core.py", line 2604, in draw_screen
renpy.config.screen_height,
File "render.pyx", line 495, in renpy.display.render.render_screen
File "render.pyx", line 266, in renpy.display.render.render
File "renpy/display/layout.py", line 884, 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/transition.py", line 378, 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 266, in renpy.display.render.render
File "renpy/display/layout.py", line 884, 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 884, 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/transform.py", line 747, in render
return transform_render(self, width, height, st, at)
File "accelerator.pyx", line 187, in renpy.display.accelerator.transform_render
File "render.pyx", line 266, in renpy.display.render.render
File "renpy/display/layout.py", line 371, in render
surf = render(self.child, width, height, 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 627, in render
return cache.get(self, render=True)
File "renpy/display/im.py", line 295, in get
surf = image.load()
File "renpy/display/im.py", line 723, in load
raise e
IOError: Couldn't find file '_content/city2/gromov_house/lida_bedroom/sexsonik3_551_780.png'.

Windows-10-10.0.19041 AMD64
Ren'Py 7.5.0.22062402
My Cute Roommate 2 0.6.0919
Thu Sep 22 04:52:52 2022


I'm sorry, but an uncaught exception occurred.

While loading <renpy.display.im.Image object (u'\u2026ainmenu_bg_night.png') at 0x000000000ee381d0>:
KeyError: u'lugar'

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

Full traceback:
File "renpy/bootstrap.py", line 274, in bootstrap
renpy.main.main()
File "renpy/main.py", line 660, in main
run(restart)
File "renpy/main.py", line 146, in run
renpy.execution.run_context(True)
File "renpy/execution.py", line 938, in run_context
context.run()
File "game/_content/city1/derek_home/derek_room/begin.rpyc", line 595, in script call
File "game/tl/Spanish/_script/functions/labels.rpyc", line 4, in script
6�:�2�(|�,��:��������R���<��w:�)l�Ȉ�l
File "game/_content/city1/derek_home/derek_room/begin.rpyc", line 595, in script call
File "game/tl/Spanish/_script/functions/labels.rpyc", line 4, in script
6�:�2�(|�,��:��������R���<��w:�)l�Ȉ�l
File "renpy/ast.py", line 901, in execute
renpy.exports.say(who, what, *args, **kwargs)
File "renpy/exports.py", line 1373, in say
who(what, *args, **kwargs)
File "renpy/character.py", line 1240, in __call__
what = self.prefix_suffix("what", self.what_prefix, what, self.what_suffix)
File "renpy/character.py", line 1159, in prefix_suffix
return (sub(prefix) + sub(body) + sub(suffix))
File "renpy/character.py", line 1139, in sub
return renpy.substitutions.substitute(s, scope=scope, force=force, translate=translate)[0]
File "renpy/substitutions.py", line 278, in substitute
s = formatter.vformat(s, (), kwargs) # type: ignore
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 563, in vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 585, in _vformat
File "renpy/substitutions.py", line 168, in get_field
obj, arg_used = super(Formatter, self).get_field(field_name, args, kwargs)
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 646, in get_field
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 605, in get_value
KeyError: u'lugar'

Windows-10-10.0.19041 AMD64
Ren'Py 7.5.0.22062402
My Cute Roommate 2 0.6.0919
Thu Sep 22 03:43:55 2022
 
  • Angry
Reactions: thegrindisreal

roadkiller83

New Member
May 10, 2022
2
1
I'm sorry, but an uncaught exception occurred.

While loading <'Image' '_content/city2/college/photo_club/katya3/photo/preview.png'>:
File "renpy/common/000statements.rpy", line 569, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "renpy/common/00action_other.rpy", line 537, in __call__
rv = self.callable(*self.args, **self.kwargs)
File "game/_script/pc/pc photoset_store.rpy", line 156, in upload
File "renpy/common/00action_control.rpy", line 210, in __call__
renpy.hide_screen(self.screen, layer=self._layer)
File "game/_script/pc/pc photoset_store.rpy", line 269, in execute
File "game/_script/pc/pc photoset_store.rpy", line 269, in execute
File "game/_script/pc/pc photoset_store.rpy", line 272, in execute
File "game/_script/pc/pc photoset_store.rpy", line 274, in execute
File "game/_script/pc/pc photoset_store.rpy", line 280, in execute
File "game/_script/pc/pc photoset_store.rpy", line 281, in execute
File "game/_script/pc/pc photoset_store.rpy", line 281, in <module>
File "game/_script/pc/pc photoset_store.rpy", line 110, in get_ready_photoset
IndexError: list index out of range

-- 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/_navigation/photo_store/shop.rpyc", line 67, in script call
File "game/_navigation/photo_store/shop.rpyc", line 43, in script call
dD5&= ) / ^/ Ya3%m>W ; ݵ rmj y< #}A 1 S /; /
File "game/_navigation/photo_store/shop.rpyc", line 75, in script call
File "game/_script/pc/pc label.rpyc", line 43, in script
y z oH% mD ɭ 4 ] YP߲ l l U {a 3 Q̖ p ' V d ъCV ~feC π _X % b lY W 72 P H b X; [
|t5] * # Av T X k d"eb0ݝ
File "game/_navigation/photo_store/shop.rpyc", line 67, in script call
File "game/_navigation/photo_store/shop.rpyc", line 43, in script call
dD5&= ) / ^/ Ya3%m>W ; ݵ rmj y< #}A 1 S /; /
File "game/_navigation/photo_store/shop.rpyc", line 75, in script call
File "game/_script/pc/pc label.rpyc", line 43, in script
y z oH% mD ɭ 4 ] YP߲ l l U {a 3 Q̖ p ' V d ъCV ~feC π _X % b lY W 72 P H b X; [
|t5] * # Av T X k d"eb0ݝ
File "renpy/ast.py", line 1969, in execute
self.call("execute")
File "renpy/ast.py", line 1957, 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 3057, 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 3213, 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 4037, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "renpy/display/layout.py", line 1059, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/transition.py", line 48, in event
return self.new_widget.event(ev, x, y, st) # E1101
File "renpy/display/layout.py", line 1059, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/layout.py", line 1059, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/screen.py", line 720, in event
rv = self.child.event(ev, x, y, st)
File "renpy/display/layout.py", line 1059, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/transform.py", line 733, in event
rv = d.event(ev, cx, cy, st)
File "renpy/display/layout.py", line 1249, in event
rv = super(Window, self).event(ev, x, y, st)
File "renpy/display/layout.py", line 245, in event
rv = d.event(ev, x - xo, y - yo, st)
File "renpy/display/layout.py", line 1059, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/layout.py", line 1059, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/layout.py", line 1059, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/layout.py", line 1059, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/behavior.py", line 979, in event
return handle_click(self.clicked)
File "renpy/display/behavior.py", line 914, in handle_click
rv = run(action)
File "renpy/display/behavior.py", line 329, in run
return action(*args, **kwargs)
File "renpy/common/00action_other.rpy", line 537, in __call__
rv = self.callable(*self.args, **self.kwargs)
File "game/_script/pc/pc photoset_store.rpy", line 156, in upload
File "renpy/display/behavior.py", line 329, in run
return action(*args, **kwargs)
File "renpy/common/00action_control.rpy", line 210, in __call__
renpy.hide_screen(self.screen, layer=self._layer)
File "renpy/display/screen.py", line 1237, in hide_screen
renpy.exports.hide(screen.tag, layer=layer)
File "renpy/exports.py", line 799, in hide
sls.remove(layer, key)
File "renpy/display/core.py", line 1223, in remove
self.hide_or_replace(layer, remove_index, prefix)
File "renpy/display/core.py", line 1139, in hide_or_replace
d = oldsle.displayable._hide(now - st, now - at, prefix)
File "renpy/display/screen.py", line 493, in _hide
self.update()
File "renpy/display/screen.py", line 631, in update
self.screen.function(**self.scope)
File "game/_script/pc/pc photoset_store.rpy", line 269, in execute
File "game/_script/pc/pc photoset_store.rpy", line 269, in execute
File "game/_script/pc/pc photoset_store.rpy", line 272, in execute
File "game/_script/pc/pc photoset_store.rpy", line 274, in execute
File "game/_script/pc/pc photoset_store.rpy", line 280, in execute
File "game/_script/pc/pc photoset_store.rpy", line 281, in execute
File "game/_script/pc/pc photoset_store.rpy", line 281, in <module>
File "game/_script/pc/pc photoset_store.rpy", line 110, in get_ready_photoset
File "renpy/python.py", line 992, in __getitem__
rv = list.__getitem__(self, index)
IndexError: list index out of range

Windows-10-10.0.22621
Ren'Py 7.4.5.1648
My Cute Roommate 2 0.6.0919
Thu Sep 22 12:22:02 2022
 
  • Angry
Reactions: thegrindisreal

MrBaitor

Member
Nov 4, 2018
319
325
Blue Kitten Minigame Walkthrough (for maximum points)


9 commands

1st Play with tits (+12p) [12/90]
2nd Play with tits or Finger suck (+10p) [22/90]
3rd Tits (+12p) [34/90]
4th Caress clitoris (+12p) [46/90]
5th Caress clitoris or Play with pussy (+10p) [56/90]
6th Play with pussy (+10p) [66/90]
7th Play with pussy or Play with ass (+10p) [76/90]
8th Play with ass (+10p) (different scenes for pussy and clitoris which give +8p each) [86/90]
9th Play with tits +2p (plays with nipples) [88/90]
Caress clitoris +4p and orgasm [90/90]
Play with pussy +4p and orgasm [90/90]
Play with ass +4p and orgasm [90/90]
 

HalGLC

Active Member
May 12, 2017
540
626
Late to the party but reading the overview, is this a sequel or a remake? Because it reads just like the first.
 
2.50 star(s) 48 Votes