[0.69.420 -BACKER#1308] Zheniya job offer crash

mikethor007

Well-Known Member
Jun 26, 2021
1,184
809
52
Offering a nursery job to Zheniya results in the crash:

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:

```
Version: 0.69.420 -BACKER#1308

Message:
this._ageBuckets[(a + 3)] is undefined

Stack:
value@https://www.fenoxo.com/play/TiTS/backer/main.76d3462b.js:1:8942530
value@https://www.fenoxo.com/play/TiTS/backer/main.76d3462b.js:1:8943168
value@https://www.fenoxo.com/play/TiTS/backer/main.76d3462b.js:1:8937482
_A@https://www.fenoxo.com/play/TiTS/backer/content_tavros.d74b0215.js:1:4216088
doClick@https://www.fenoxo.com/play/TiTS/backer/main.76d3462b.js:1:11446089
value/o<@https://www.fenoxo.com/play/TiTS/backer/main.76d3462b.js:1:11102006
s@https://www.fenoxo.com/play/TiTS/backer/main.76d3462b.js:1:9386928

```

Which i think must be the same crash that stops players from visiting their kids in the nursery to the east of the elevators.
 

Attachments

  • Pop (M) - 14Hrs 15Mins, 588 Days - Tavros Station, Kalas2.json
    1.6 MB · Views: 1

mikethor007

Well-Known Member
Jun 26, 2021
1,184
809
52
Hmm... _ageBuckets has elements for indexes (0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20), but the game is trying to find an element with indexes like 1.35546698749.

Seems like the function that returns the child's age is not rounding the result to an integer.