There needs to be a filter for the corrupted data to fix the allnpcs error, inside globals.gd load_game(text) and immediately inside of:
for i in currentline.allnpcs:
Add the following lines(add 2 tabs for first line, 3 tabs for second line):
if typeof(i) == TYPE_STRING
continue
It will probably appear in the next update.