I'm developing a small game with renpy
Recently some people have reported that they can't seem to be able to open they're old save games.
Code: Select all
I'm sorry, but an uncaught exception occurred.
While running game code:
File "renpy/common/00keymap.rpy", line 456, in
File "renpy/common/00keymap.rpy", line 466, in _execute_python_hide
AttributeError: 'renpy.display.matrix.Matrix2D' object has no attribute 'state'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "00start.rpyc", line 204, in script call
File "00keymap.rpyc", line 456, in script
File "C:\Users\Biydo\OneDrive\renpy\ast.py", line 912, in execute
File "C:\Users\Biydo\OneDrive\renpy\python.py", line 2008, in py_exec_bytecode
File "renpy/common/00keymap.rpy", line 456, in
File "renpy/common/00keymap.rpy", line 466, in _execute_python_hide
File "C:\Users\Biydo\OneDrive\renpy\loadsave.py", line 760, in load
File "C:\Users\Biydo\OneDrive\renpy\loadsave.py", line 63, in loads
File "matrix.pyx", line 69, in renpy.display.matrix.Matrix.__setstate__
AttributeError: 'renpy.display.matrix.Matrix2D' object has no attribute 'state'
Can't seem to be able to replicate it on my own machine, and I honestly just have no clue.
Does anyone here know anything.
Thanks in advance.