Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Tried to load my last save, and it just gives an error:

[code]
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/00keymap.rpy", line 396, in script
    python hide:
  File "renpy/common/00keymap.rpy", line 411, in <module>
    renpy.save("_reload-1", "reload save game")
PicklingError: Can't pickle <type 'function'>: attribute lookup __builtin__.function failed

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

Full traceback:
  File "renpy/common/00keymap.rpy", line 396, in script
    python hide:
  File "C:\Users\Alec\AppData\Roaming\itch\apps\adastra\Adastra-13-win\renpy\ast.py", line 814, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "C:\Users\Alec\AppData\Roaming\itch\apps\adastra\Adastra-13-win\renpy\python.py", line 1715, in py_exec_bytecode
    exec bytecode in globals, locals
  File "renpy/common/00keymap.rpy", line 411, in <module>
    renpy.save("_reload-1", "reload save game")
  File "C:\Users\Alec\AppData\Roaming\itch\apps\adastra\Adastra-13-win\renpy\loadsave.py", line 286, in save
    dump((roots, renpy.game.log), logf)
  File "C:\Users\Alec\AppData\Roaming\itch\apps\adastra\Adastra-13-win\renpy\loadsave.py", line 45, in dump
    cPickle.dump(o, f, cPickle.HIGHEST_PROTOCOL)
PicklingError: Can't pickle <type 'function'>: attribute lookup __builtin__.function failed

Windows-8-6.2.9200
Ren'Py 6.99.12.3.2123
Adastra 13
[/code]

(+1)(-1)

I got a similar error, I ended up just skipping everything until I got near the end of last chapter.