This is after the first child with Aina, which was my first child in the whole game.
Nursery Computer
Clicking [Children] results in this crash:
A critical error has occurred. Please create a bug report on the forums here. Please include what you did before the error and a screen-shot or copy-paste of the error message below:
Message: GLOBAL.TYPE_NAMESERROR: COULD NOT FIND OBJECT "parseInt(" is undefined
Well, still shows as borked in the latest backer hotfix.
EDIT: Important detail, this happens in Firefox.
This shows up in the broser's console too:
Code:
Uncaught TypeError: GLOBAL.TYPE_NAMES[parseInt(...)] is undefined
Tk nursery.js:1222
Tk nursery.js:1163
Tk nursery.js:720
doClick ButtonDock.jsx:53
a Button.jsx:11
s util.js:57
Which leads to this line (in browser):
JavaScript:
if(displayCnt <= 0) output("\n<i>* There is no relevant data to display for your " + (GLOBAL.TYPE_NAMES[parseInt(key)]).toLowerCase() + " offspring.</i>");
In Chrome, the same save, same action results in a different stacktrace:
Code:
A critical error has occurred. Please create a bug report on the forums here.
Please include what you did before the error and a screen-shot or copy-paste of the error message below:
Message:
Cannot read properties of undefined (reading 'toLowerCase')
Stack:
TypeError: Cannot read properties of undefined (reading 'toLowerCase')
at https://www.fenoxo.com/play/TiTS/backer/content_tavros.d1d48d7b.js:1:3519163
at https://www.fenoxo.com/play/TiTS/backer/content_tavros.d1d48d7b.js:1:3519198
at Object.Tk [as func] (https://www.fenoxo.com/play/TiTS/backer/content_tavros.d1d48d7b.js:1:3522465)
at Object.doClick (https://www.fenoxo.com/play/TiTS/backer/main.a4d37f30.js:1:10198638)
at https://www.fenoxo.com/play/TiTS/backer/main.a4d37f30.js:1:9912550
at s (https://www.fenoxo.com/play/TiTS/backer/main.a4d37f30.js:1:6043520)
EDIT2:
Game seems to be refusing to read RaceType of the child off of the save? Had a second child with Aina, which even had extra properties set, including RaceType.
But for both children when RaceType is queried it comes off as undefined and then it snowballs from there....
Game seems to be refusing to read RaceType of the child off of the save? Had a second child with Aina, which even had extra properties set, including RaceType.
But for both children when RaceType is queried it comes off as undefined and then it snowballs from there....
According to Gedan, the underlying problem has been fixed, but your save has some old invalid data from before it got fixed that will keep cropping up.
still crash, I notice if the game is loaded from a save without children and then gave birth it will not crash (multiple times without loading a save).
But after saving and loading from that save will crash ever after.