- Jul 28, 2017
- 137
- 101
Got some error again when saving sometimes i know its known just feedback errors
Code:
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/screens.rpy", line 622, in __call__
File "renpy/common/00action_file.rpy", line 372, in __call__
renpy.save(fn, extra_info=save_name)
TypeError: __getnewargs__ should return a tuple, not 'NoneType' (perhaps renpy.game.log.log[117].objects[0][0] = <AONmc.ModCenter object at 0x067D93D0>)
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "renpy/common/_layout/screen_load_save.rpym", line 35, in script
$ ui.interact()
File "E:\TheShrink-03Final-pc_compressed\TheShrink-0.3Final-pc compressed\renpy\ast.py", line 914, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "E:\TheShrink-03Final-pc_compressed\TheShrink-0.3Final-pc compressed\renpy\python.py", line 2028, in py_exec_bytecode
exec bytecode in globals, locals
File "renpy/common/_layout/screen_load_save.rpym", line 35, in <module>
$ ui.interact()
File "E:\TheShrink-03Final-pc_compressed\TheShrink-0.3Final-pc compressed\renpy\ui.py", line 297, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "E:\TheShrink-03Final-pc_compressed\TheShrink-0.3Final-pc compressed\renpy\display\core.py", line 2702, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "E:\TheShrink-03Final-pc_compressed\TheShrink-0.3Final-pc compressed\renpy\display\core.py", line 3518, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "E:\TheShrink-03Final-pc_compressed\TheShrink-0.3Final-pc compressed\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "E:\TheShrink-03Final-pc_compressed\TheShrink-0.3Final-pc compressed\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "E:\TheShrink-03Final-pc_compressed\TheShrink-0.3Final-pc compressed\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "E:\TheShrink-03Final-pc_compressed\TheShrink-0.3Final-pc compressed\renpy\display\screen.py", line 714, in event
rv = self.child.event(ev, x, y, st)
File "E:\TheShrink-03Final-pc_compressed\TheShrink-0.3Final-pc compressed\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "E:\TheShrink-03Final-pc_compressed\TheShrink-0.3Final-pc compressed\renpy\display\layout.py", line 244, in event
rv = d.event(ev, x - xo, y - yo, st)
File "E:\TheShrink-03Final-pc_compressed\TheShrink-0.3Final-pc compressed\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "E:\TheShrink-03Final-pc_compressed\TheShrink-0.3Final-pc compressed\renpy\display\layout.py", line 244, in event
rv = d.event(ev, x - xo, y - yo, st)
File "E:\TheShrink-03Final-pc_compressed\TheShrink-0.3Final-pc compressed\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "E:\TheShrink-03Final-pc_compressed\TheShrink-0.3Final-pc compressed\renpy\display\layout.py", line 244, in event
rv = d.event(ev, x - xo, y - yo, st)
File "E:\TheShrink-03Final-pc_compressed\TheShrink-0.3Final-pc compressed\renpy\display\behavior.py", line 962, in event
return handle_click(self.clicked)
File "E:\TheShrink-03Final-pc_compressed\TheShrink-0.3Final-pc compressed\renpy\display\behavior.py", line 897, in handle_click
rv = run(action)
File "E:\TheShrink-03Final-pc_compressed\TheShrink-0.3Final-pc compressed\renpy\display\behavior.py", line 320, in run
return action(*args, **kwargs)
File "game/screens.rpy", line 622, in __call__
File "renpy/common/00action_file.rpy", line 372, in __call__
renpy.save(fn, extra_info=save_name)
File "E:\TheShrink-03Final-pc_compressed\TheShrink-0.3Final-pc compressed\renpy\loadsave.py", line 422, in save
six.reraise(t, e, tb)
File "E:\TheShrink-03Final-pc_compressed\TheShrink-0.3Final-pc compressed\renpy\loadsave.py", line 405, in save
dump((roots, renpy.game.log), logf)
File "E:\TheShrink-03Final-pc_compressed\TheShrink-0.3Final-pc compressed\renpy\loadsave.py", line 49, in dump
cPickle.dump(o, f, cPickle.HIGHEST_PROTOCOL)
TypeError: __getnewargs__ should return a tuple, not 'NoneType' (perhaps renpy.game.log.log[117].objects[0][0] = <AONmc.ModCenter object at 0x067D93D0>)
Windows-8-6.2.9200
Ren'Py 7.3.5.606
The Shrink 0.3Final
Thu May 21 21:39:46 2020