(Not exactly sure what button I pressed before it broke) Version: 0.9.048-PUBLIC#3209

Status
Not open for further replies.

AboutAverage2

Well-Known Member
May 5, 2022
59
1
Code:
 Version: 0.9.048-PUBLIC#3209 Message: Cannot read properties of undefined (reading 'childNodes') Stack:
TypeError: Cannot read properties of undefined (reading 'childNodes')
    at e.value (https://www.fenoxo.com/play/TiTS/release/main.c8018f1e.js:1:17052736)
    at e.value (https://www.fenoxo.com/play/TiTS/release/main.c8018f1e.js:1:17058792)
    at Object.freeze.s.FUNCTIONS (https://www.fenoxo.com/play/TiTS/release/main.c8018f1e.js:1:30848765)
    at HTMLDocument. (https://www.fenoxo.com/play/TiTS/release/main.c8018f1e.js:1:11643818)
After doing the big tarkus bomb disarm, i went back to fuck the captain 1 more time before i left. after that i was on my way out and i accidentaly pressed a button on my keyboard and the game crashed. :iiam:
 

Attachments

  • Ronald (M) - 1Hrs 22Mins, 20 Days - Tarkus Tether, Ingnam.json
    685.4 KB · Views: 3

Gedan

BUTTS BUTTS BUTTS
Staff member
Aug 26, 2015
8,008,896
8,008,326
childNodes is some code that only really has references in some special input handling for navigating the inventory and shop screens by keyboard. I think what might have happened is you hit a keybind to open a shop/inventory display, and before the game could actually display it, also hit a key that triggers one of the navigation inputs and because there was no UI for it to operate on, it blew up.
 

Gedan

BUTTS BUTTS BUTTS
Staff member
Aug 26, 2015
8,008,896
8,008,326
Added some additional safety that should stave off a hard-crash if this happens again.
 
  • Like
Reactions: AboutAverage2
Status
Not open for further replies.