You're loading save 13-4 in you video, but you send 13-5
Because they was saved as same time... but I can load that same 13.4 from 0.3.4 for you, but I think its gona be the same...
I just think there's something abou that "matrix" that shows in log:
" File "D:\Downloads\Megasync\TheAwakening-0.3.4b-pc\renpy\loadsave.py", line 752, in load
roots, log = loads(location.load(filename))
File "D:\Downloads\Megasync\TheAwakening-0.3.4b-pc\renpy\loadsave.py", line 63, in loads
return cPickle.loads(s)
ImportError: No module named matrix
While running game code:
File "renpy/common/00action_file.rpy", line 452, in __call__
renpy.load(fn)
ImportError: No module named matrix
"
I've searched in both files (00action_file.rpy, who calls the second one in the line 452 - loadsave.rpy) and I have no idea of what can be this matrix module...