When looking for girls infront the park gate:
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/code/locations/park/park_gates.rpy", line 33, in <module>
File "game/code/locations/park/park_gates.rpy", line 51, in execute
File "game/code/locations/park/park_gates.rpy", line 51, in execute
File "game/code/locations/park/park_gates.rpy", line 60, in execute
File "game/code/locations/park/park_gates.rpy", line 67, in execute
File "game/code/locations/park/park_gates.rpy", line 68, in execute
File "game/code/locations/park/park_gates.rpy", line 71, in execute
File "game/code/locations/park/park_gates.rpy", line 71, in <module>
File "game/code/core/characters/characters.rpy", line 2272, in show
imgpath = "/".join([self.path_to_imgfolder, imgpath])
File "game/code/core/characters/characters.rpy", line 1792, in __getattr__
(self.__class__, key))
AttributeError: <class 'store.Char'> object has no attribute 'path_to_imgfolder'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/code/locations/park/park_gates.rpyc", line 33, in script
��P)��s���e(�U+xy��I(x�Vp��yNW&D��PtZ_�@� 7�I�b�U1���;A����=��lV{%�:7��+�sw�ܹ7��T�WɿO���0�5��_��g�ub���)9Jg�84c��$�Uؘa=��<���yT0'6Q�
File "F:\PyTFall-0.56-Step-by-Step...-pc\renpy\ast.py", line 848, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "F:\PyTFall-0.56-Step-by-Step...-pc\renpy\python.py", line 1812, in py_exec_bytecode
exec bytecode in globals, locals
File "game/code/locations/park/park_gates.rpy", line 33, in <module>
File "F:\PyTFall-0.56-Step-by-Step...-pc\renpy\ui.py", line 287, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "F:\PyTFall-0.56-Step-by-Step...-pc\renpy\display\core.py", line 2624, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "F:\PyTFall-0.56-Step-by-Step...-pc\renpy\display\core.py", line 2999, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "F:\PyTFall-0.56-Step-by-Step...-pc\renpy\display\core.py", line 511, in visit_all
d.visit_all(callback)
File "F:\PyTFall-0.56-Step-by-Step...-pc\renpy\display\core.py", line 511, in visit_all
d.visit_all(callback)
File "F:\PyTFall-0.56-Step-by-Step...-pc\renpy\display\core.py", line 511, in visit_all
d.visit_all(callback)
File "F:\PyTFall-0.56-Step-by-Step...-pc\renpy\display\screen.py", line 401, in visit_all
callback(self)
File "F:\PyTFall-0.56-Step-by-Step...-pc\renpy\display\core.py", line 2999, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "F:\PyTFall-0.56-Step-by-Step...-pc\renpy\display\screen.py", line 411, in per_interact
self.update()
File "F:\PyTFall-0.56-Step-by-Step...-pc\renpy\display\screen.py", line 592, in update
self.screen.function(**self.scope)
File "game/code/locations/park/park_gates.rpy", line 51, in execute
File "game/code/locations/park/park_gates.rpy", line 51, in execute
File "game/code/locations/park/park_gates.rpy", line 60, in execute
File "game/code/locations/park/park_gates.rpy", line 67, in execute
File "game/code/locations/park/park_gates.rpy", line 68, in execute
File "game/code/locations/park/park_gates.rpy", line 71, in execute
File "F:\PyTFall-0.56-Step-by-Step...-pc\renpy\ast.py", line 182, in evaluate
kwargs[k] = renpy.python.py_eval(v, locals=scope)
File "F:\PyTFall-0.56-Step-by-Step...-pc\renpy\python.py", line 1843, in py_eval
return py_eval_bytecode(code, globals, locals)
File "F:\PyTFall-0.56-Step-by-Step...-pc\renpy\python.py", line 1836, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/code/locations/park/park_gates.rpy", line 71, in <module>
File "game/code/core/characters/characters.rpy", line 2272, in show
imgpath = "/".join([self.path_to_imgfolder, imgpath])
File "game/code/core/characters/characters.rpy", line 1792, in __getattr__
(self.__class__, key))
AttributeError: <class 'store.Char'> object has no attribute 'path_to_imgfolder'
Windows-8-6.2.9200
Ren'Py 6.99.14.1.3218
PyTFall 0.56 Step by Step...
Tue Apr 17 22:41:11 2018
Second area of the park works fine.
Similar thing in the beach house, but in the second area:
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/code/locations/beach/beach_cafe.rpy", line 22, in <module>
File "game/code/locations/beach/beach_cafe.rpy", line 33, in execute
File "game/code/locations/beach/beach_cafe.rpy", line 33, in execute
File "game/code/locations/beach/beach_cafe.rpy", line 46, in execute
File "game/code/locations/beach/beach_cafe.rpy", line 52, in execute
File "game/code/locations/beach/beach_cafe.rpy", line 53, in execute
File "game/code/locations/beach/beach_cafe.rpy", line 56, in execute
File "game/code/locations/beach/beach_cafe.rpy", line 56, in <module>
File "game/code/core/characters/characters.rpy", line 2272, in show
imgpath = "/".join([self.path_to_imgfolder, imgpath])
File "game/code/core/characters/characters.rpy", line 1792, in __getattr__
(self.__class__, key))
AttributeError: <class 'store.Char'> object has no attribute 'path_to_imgfolder'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/code/locations/beach/beach_cafe.rpyc", line 22, in script
��s+��@�J�}U��^E{�ސ��צ~x��:�~�̾)������Q���A�(�s�8�&��҆�v�G��f2�gIw�s]�B�Gp���H�h�qS��#�b�[�lu��ߖj,"��2mw�8���¾6�-���X_�a�1m�Q��8�HP�}�
File "F:\PyTFall-0.56-Step-by-Step...-pc\renpy\ast.py", line 848, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "F:\PyTFall-0.56-Step-by-Step...-pc\renpy\python.py", line 1812, in py_exec_bytecode
exec bytecode in globals, locals
File "game/code/locations/beach/beach_cafe.rpy", line 22, in <module>
File "F:\PyTFall-0.56-Step-by-Step...-pc\renpy\ui.py", line 287, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "F:\PyTFall-0.56-Step-by-Step...-pc\renpy\display\core.py", line 2624, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "F:\PyTFall-0.56-Step-by-Step...-pc\renpy\display\core.py", line 2999, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "F:\PyTFall-0.56-Step-by-Step...-pc\renpy\display\core.py", line 511, in visit_all
d.visit_all(callback)
File "F:\PyTFall-0.56-Step-by-Step...-pc\renpy\display\core.py", line 511, in visit_all
d.visit_all(callback)
File "F:\PyTFall-0.56-Step-by-Step...-pc\renpy\display\core.py", line 511, in visit_all
d.visit_all(callback)
File "F:\PyTFall-0.56-Step-by-Step...-pc\renpy\display\screen.py", line 401, in visit_all
callback(self)
File "F:\PyTFall-0.56-Step-by-Step...-pc\renpy\display\core.py", line 2999, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "F:\PyTFall-0.56-Step-by-Step...-pc\renpy\display\screen.py", line 411, in per_interact
self.update()
File "F:\PyTFall-0.56-Step-by-Step...-pc\renpy\display\screen.py", line 592, in update
self.screen.function(**self.scope)
File "game/code/locations/beach/beach_cafe.rpy", line 33, in execute
File "game/code/locations/beach/beach_cafe.rpy", line 33, in execute
File "game/code/locations/beach/beach_cafe.rpy", line 46, in execute
File "game/code/locations/beach/beach_cafe.rpy", line 52, in execute
File "game/code/locations/beach/beach_cafe.rpy", line 53, in execute
File "game/code/locations/beach/beach_cafe.rpy", line 56, in execute
File "F:\PyTFall-0.56-Step-by-Step...-pc\renpy\ast.py", line 182, in evaluate
kwargs[k] = renpy.python.py_eval(v, locals=scope)
File "F:\PyTFall-0.56-Step-by-Step...-pc\renpy\python.py", line 1843, in py_eval
return py_eval_bytecode(code, globals, locals)
File "F:\PyTFall-0.56-Step-by-Step...-pc\renpy\python.py", line 1836, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/code/locations/beach/beach_cafe.rpy", line 56, in <module>
File "game/code/core/characters/characters.rpy", line 2272, in show
imgpath = "/".join([self.path_to_imgfolder, imgpath])
File "game/code/core/characters/characters.rpy", line 1792, in __getattr__
(self.__class__, key))
AttributeError: <class 'store.Char'> object has no attribute 'path_to_imgfolder'
Windows-8-6.2.9200
Ren'Py 6.99.14.1.3218
PyTFall 0.56 Step by Step...
Tue Apr 17 22:47:01 2018