Loading from a save saved all of my skills but didn't save any of the items in my inventory. Pretty brutal to lose everything I've gathered if I decide to close the tab or restart my PC.
I had same issue - I've fixed it by manually modifying save file. In save file in field inventory I had array of objects and now it's object. Maybe some issue from changes between versions?
To manually fix:
- export save(remember to backup file in case you break something),
- find "inventory": [ some text here until next ],
- replace fragment with "inventory": {},
- import save
and it should work from now on