Moving girl from 1st house to shack, trying to save I'm getting this error (save isn't created):
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/code/core/main_screen.rpy", line 49, in <module>
File "renpy/common/00action_file.rpy", line 361, in __call__
renpy.save(fn, extra_info=save_name)
MemoryError: out of memory
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/code/locations/beach/beach.rpyc", line 133, in script call
j�M�k�Ac��0O�o$�d�X�)NA�i�zJ��7�y7�z�M%=N]w(�"����.�*:|��Βҥ����I��H�Mj��r���1q�Ya��ئqlDe��S��a��]����'��f .�X���l�x��"�;
File "game/code/core/main_screen.rpyc", line 49, in script
���{Y��9"E'xR�f�(�5,S4�'E������X���(�]���n��L C �B Q 0��VFކoK ��`����*�B��ުa�0_ ��B��XXV�Z[�;��n�q�8Y��-y8Z/0�=0o{��w:�9�/Ȳw��=�-{٪�B��r�[���C���6��ӈ��~:q?Cr��j�,PӖ;�j\v��n���ȵ[��_g1Y����7����/�����b�řw��ߴ_跌����l�
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/core/main_screen.rpy", line 49, 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 3417, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "F:\PyTFall-0.56-Step-by-Step...-pc\renpy\display\layout.py", line 986, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "F:\PyTFall-0.56-Step-by-Step...-pc\renpy\display\transition.py", line 45, in event
return self.new_widget.event(ev, x, y, st) # E1101
File "F:\PyTFall-0.56-Step-by-Step...-pc\renpy\display\layout.py", line 986, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "F:\PyTFall-0.56-Step-by-Step...-pc\renpy\display\layout.py", line 986, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "F:\PyTFall-0.56-Step-by-Step...-pc\renpy\display\screen.py", line 667, in event
rv = self.child.event(ev, x, y, st)
File "F:\PyTFall-0.56-Step-by-Step...-pc\renpy\display\layout.py", line 986, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "F:\PyTFall-0.56-Step-by-Step...-pc\renpy\display\layout.py", line 239, in event
rv = d.event(ev, x - xo, y - yo, st)
File "F:\PyTFall-0.56-Step-by-Step...-pc\renpy\display\layout.py", line 986, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "F:\PyTFall-0.56-Step-by-Step...-pc\renpy\display\layout.py", line 986, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "F:\PyTFall-0.56-Step-by-Step...-pc\renpy\display\behavior.py", line 897, in event
return handle_click(self.clicked)
File "F:\PyTFall-0.56-Step-by-Step...-pc\renpy\display\behavior.py", line 832, in handle_click
rv = run(action)
File "F:\PyTFall-0.56-Step-by-Step...-pc\renpy\display\behavior.py", line 299, in run
new_rv = run(i, *args, **kwargs)
File "F:\PyTFall-0.56-Step-by-Step...-pc\renpy\display\behavior.py", line 306, in run
return action(*args, **kwargs)
File "renpy/common/00action_file.rpy", line 361, in __call__
renpy.save(fn, extra_info=save_name)
File "F:\PyTFall-0.56-Step-by-Step...-pc\renpy\loadsave.py", line 402, in save
dump((roots, renpy.game.log), logf)
File "F:\PyTFall-0.56-Step-by-Step...-pc\renpy\loadsave.py", line 46, in dump
cPickle.dump(o, f, cPickle.HIGHEST_PROTOCOL)
MemoryError: out of memory
Windows-8-6.2.9200
Ren'Py 6.99.14.1.3218
PyTFall 0.56 Step by Step...
Sat Apr 21 10:43:57 2018
Also when trying to browse avaible slaves at the market:
[code]
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/code/locations/slave_market/slave_market.rpy", line 109, in <module>
File "game/code/locations/slave_market/slave_market.rpy", line 219, in execute
File "game/code/locations/slave_market/slave_market.rpy", line 219, in execute
File "game/code/locations/slave_market/slave_market.rpy", line 233, in execute
File "game/code/locations/slave_market/slave_market.rpy", line 489, in execute
File "game/code/locations/slave_market/slave_market.rpy", line 493, in execute
File "game/code/locations/slave_market/slave_market.rpy", line 495, in execute
File "game/code/locations/slave_market/slave_market.rpy", line 499, in execute
File "game/code/locations/slave_market/slave_market.rpy", line 500, in execute
File "game/code/locations/slave_market/slave_market.rpy", line 501, in execute
File "game/code/locations/slave_market/slave_market.rpy", line 501, in <module>
File "game/code/core/characters/characters.rpy", line 2278, in show
File "game/code/core/characters/characters.rpy", line 1798, in __getattr__
AttributeError: <class 'store.Char'> object has no attribute 'path_to_imgfolder'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/code/locations/beach/beach.rpyc", line 133, in script call
j�M�k�Ac��0O�o$�d�X�)NA�i�zJ��7�y7�z�M%=N]w(�"����.�*:|��Βҥ����I��H�Mj��r���1q�Ya��ئqlDe��S��a��]����'��f .�X���l�x��"�;
File "game/code/locations/slave_market/slave_market.rpyc", line 109, in script
���3�C��
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/slave_market/slave_market.rpy", line 109, 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\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/slave_market/slave_market.rpy", line 219, in execute
File "game/code/locations/slave_market/slave_market.rpy", line 219, in execute
File "game/code/locations/slave_market/slave_market.rpy", line 233, in execute
File "game/code/locations/slave_market/slave_market.rpy", line 489, in execute
File "game/code/locations/slave_market/slave_market.rpy", line 493, in execute
File "game/code/locations/slave_market/slave_market.rpy", line 495, in execute
File "game/code/locations/slave_market/slave_market.rpy", line 499, in execute
File "game/code/locations/slave_market/slave_market.rpy", line 500, in execute
File "game/code/locations/slave_market/slave_market.rpy", line 501, in execute
File "game/code/locations/slave_market/slave_market.rpy", line 501, in <module>
File "game/code/core/characters/characters.rpy", line 2278, in show
File "game/code/core/characters/characters.rpy", line 1798, in __getattr__
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...
Sat Apr 21 10:52:07 2018