Any save imported and played in JS (If you get around the problems with AnnosCatsuit) will crash as soon as you open the codex.
It seems to be because Imported saves have this
"eyebrow":{"classInstance":"EmptySlot","quantity":1},"nose":{"classInstance":"EmptySlot","quantity":1},"tongue":{"classInstance":"EmptySlot","quantity":1},"lip":{"classInstance":"EmptySlot","quantity":1},"ear":{"classInstance":"EmptySlot","quantity":1},"belly":{"classInstance":"EmptySlot","quantity":1}},
for the PC instead of this
"eyebrow":null,"nose":null,"tongue":null,"lip":null,"ear":null,"belly":null},
Message:
Cannot read properties of undefined (reading 'longName')
Stack:
TypeError: Cannot read properties of undefined (reading 'longName')
at wR (https://www.fenoxo.com/play/TiTS/backer/main.ac5ec763.js:1:11539161)
at fR (https://www.fenoxo.com/play/TiTS/backer/main.ac5ec763.js:1:11531793)
at window.statsScreen (https://www.fenoxo.com/play/TiTS/backer/main.ac5ec763.js:1:11613896)
at Object.func (https://www.fenoxo.com/play/TiTS/backer/main.ac5ec763.js:1:10819893)
at Object.doClick (https://www.fenoxo.com/play/TiTS/backer/main.ac5ec763.js:1:10633566)
It seems to be because Imported saves have this
"eyebrow":{"classInstance":"EmptySlot","quantity":1},"nose":{"classInstance":"EmptySlot","quantity":1},"tongue":{"classInstance":"EmptySlot","quantity":1},"lip":{"classInstance":"EmptySlot","quantity":1},"ear":{"classInstance":"EmptySlot","quantity":1},"belly":{"classInstance":"EmptySlot","quantity":1}},
for the PC instead of this
"eyebrow":null,"nose":null,"tongue":null,"lip":null,"ear":null,"belly":null},
Message:
Cannot read properties of undefined (reading 'longName')
Stack:
TypeError: Cannot read properties of undefined (reading 'longName')
at wR (https://www.fenoxo.com/play/TiTS/backer/main.ac5ec763.js:1:11539161)
at fR (https://www.fenoxo.com/play/TiTS/backer/main.ac5ec763.js:1:11531793)
at window.statsScreen (https://www.fenoxo.com/play/TiTS/backer/main.ac5ec763.js:1:11613896)
at Object.func (https://www.fenoxo.com/play/TiTS/backer/main.ac5ec763.js:1:10819893)
at Object.doClick (https://www.fenoxo.com/play/TiTS/backer/main.ac5ec763.js:1:10633566)