- Mar 11, 2018
- 250
- 81
You mean the thing on the front page that links to what I specifically mentioned not to, the "walkthrough" that consists of watching hours of video of the game ? That thing ?You mean the thing on the front page that says walkthrough? That thing?
https://thef95zone.info/threads/my-cute-roommate-v1-2-1-ev-astaros3d.5405/post-1677896the game seem to always crash after I submit the documents with this error code displayed afterwards
I'm sorry, but an uncaught exception occurred.
While running game code:
Exception: Possible infinite loop.
Thanks very much, that fixed it
You mean the thing on the front page that links to what I specifically mentioned not to, the "walkthrough" that consists of watching hours of video of the game ? That thing ?
[code]
I'm sorry, but an uncaught exception occurred.
While running game code:
File "renpy/common/000statements.rpy", line 531, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "game/myscreens.rpy", line 9, in execute
File "game/myscreens.rpy", line 9, in execute
File "game/myscreens.rpy", line 15, in execute
NameError: name 'develop_intellect' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/labels.rpyc", line 27, in script
���
File "D:\Downloads\My_cute_roommate-121ex-win\My_cute_roommate-1.2.1ex-win\renpy\ast.py", line 1907, in execute
self.call("execute")
File "D:\Downloads\My_cute_roommate-121ex-win\My_cute_roommate-1.2.1ex-win\renpy\ast.py", line 1895, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "D:\Downloads\My_cute_roommate-121ex-win\My_cute_roommate-1.2.1ex-win\renpy\statements.py", line 220, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 531, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "D:\Downloads\My_cute_roommate-121ex-win\My_cute_roommate-1.2.1ex-win\renpy\exports.py", line 2867, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "D:\Downloads\My_cute_roommate-121ex-win\My_cute_roommate-1.2.1ex-win\renpy\ui.py", line 289, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "D:\Downloads\My_cute_roommate-121ex-win\My_cute_roommate-1.2.1ex-win\renpy\display\core.py", line 2687, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "D:\Downloads\My_cute_roommate-121ex-win\My_cute_roommate-1.2.1ex-win\renpy\display\core.py", line 3071, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "D:\Downloads\My_cute_roommate-121ex-win\My_cute_roommate-1.2.1ex-win\renpy\display\core.py", line 531, in visit_all
d.visit_all(callback, seen)
File "D:\Downloads\My_cute_roommate-121ex-win\My_cute_roommate-1.2.1ex-win\renpy\display\core.py", line 531, in visit_all
d.visit_all(callback, seen)
File "D:\Downloads\My_cute_roommate-121ex-win\My_cute_roommate-1.2.1ex-win\renpy\display\core.py", line 531, in visit_all
d.visit_all(callback, seen)
File "D:\Downloads\My_cute_roommate-121ex-win\My_cute_roommate-1.2.1ex-win\renpy\display\screen.py", line 424, in visit_all
callback(self)
File "D:\Downloads\My_cute_roommate-121ex-win\My_cute_roommate-1.2.1ex-win\renpy\display\core.py", line 3071, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "D:\Downloads\My_cute_roommate-121ex-win\My_cute_roommate-1.2.1ex-win\renpy\display\screen.py", line 434, in per_interact
self.update()
File "D:\Downloads\My_cute_roommate-121ex-win\My_cute_roommate-1.2.1ex-win\renpy\display\screen.py", line 619, in update
self.screen.function(**self.scope)
File "game/myscreens.rpy", line 9, in execute
File "game/myscreens.rpy", line 9, in execute
File "game/myscreens.rpy", line 15, in execute
File "<screen language>", line 15, in <module>
NameError: name 'develop_intellect' is not defined
Windows-8-6.2.9200
Ren'Py 7.2.0.424
1.2.1ex
Mon Mar 18 21:39:34 2019
I'm sorry, but an uncaught exception occurred.
While running game code:
File "renpy/common/000statements.rpy", line 531, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "game/myscreens.rpy", line 9, in execute
File "game/myscreens.rpy", line 9, in execute
File "game/myscreens.rpy", line 15, in execute
NameError: name 'develop_intellect' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/labels.rpyc", line 32, in script
�@8B�u��YXߣ��.9����>�������z���~�r�V���a֏����h��`�ǐ���x����m���eO6�{��dOYٱ ��"�Ƙ��|V|����zX?���q��G���~ A_>̰�Ұ~E �р�j3a��a����X��(Л�3c��k��~I��Q�����]��އt�f
File "D:\Stuff\New folder\asdqw\jgh\My_cute_roommate-1.2.1ex-win\renpy\ast.py", line 1907, in execute
self.call("execute")
File "D:\Stuff\New folder\asdqw\jgh\My_cute_roommate-1.2.1ex-win\renpy\ast.py", line 1895, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "D:\Stuff\New folder\asdqw\jgh\My_cute_roommate-1.2.1ex-win\renpy\statements.py", line 220, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 531, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "D:\Stuff\New folder\asdqw\jgh\My_cute_roommate-1.2.1ex-win\renpy\exports.py", line 2867, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "D:\Stuff\New folder\asdqw\jgh\My_cute_roommate-1.2.1ex-win\renpy\ui.py", line 289, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "D:\Stuff\New folder\asdqw\jgh\My_cute_roommate-1.2.1ex-win\renpy\display\core.py", line 2687, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "D:\Stuff\New folder\asdqw\jgh\My_cute_roommate-1.2.1ex-win\renpy\display\core.py", line 3071, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "D:\Stuff\New folder\asdqw\jgh\My_cute_roommate-1.2.1ex-win\renpy\display\core.py", line 531, in visit_all
d.visit_all(callback, seen)
File "D:\Stuff\New folder\asdqw\jgh\My_cute_roommate-1.2.1ex-win\renpy\display\core.py", line 531, in visit_all
d.visit_all(callback, seen)
File "D:\Stuff\New folder\asdqw\jgh\My_cute_roommate-1.2.1ex-win\renpy\display\core.py", line 531, in visit_all
d.visit_all(callback, seen)
File "D:\Stuff\New folder\asdqw\jgh\My_cute_roommate-1.2.1ex-win\renpy\display\screen.py", line 424, in visit_all
callback(self)
File "D:\Stuff\New folder\asdqw\jgh\My_cute_roommate-1.2.1ex-win\renpy\display\core.py", line 3071, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "D:\Stuff\New folder\asdqw\jgh\My_cute_roommate-1.2.1ex-win\renpy\display\screen.py", line 434, in per_interact
self.update()
File "D:\Stuff\New folder\asdqw\jgh\My_cute_roommate-1.2.1ex-win\renpy\display\screen.py", line 619, in update
self.screen.function(**self.scope)
File "game/myscreens.rpy", line 9, in execute
File "game/myscreens.rpy", line 9, in execute
File "game/myscreens.rpy", line 15, in execute
File "<screen language>", line 15, in <module>
NameError: name 'develop_intellect' is not defined
Windows-8-6.2.9200
Ren'Py 7.2.0.424
1.2.1ex
Tue Mar 19 02:31:17 2019
hii
how to unlock barbara location ??
Barbara's mother isn't at her house. She's at another location in the gameBarbaras mother somewhere else