[Fixt] Version: 0.69.420 -PUBLIC#1131 "i is not defined" entering FIRST-14 crash

Status
Not open for further replies.

gigarat

New Member
Jan 25, 2022
1
0
26

Fenoxo

Corrupter of Tainted Space
Staff member
Aug 26, 2015
2,027
651
Mareth
www.fenoxo.com
Reproduced 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 INDEV-PUBLIC

Message:
i is not defined

Stack:
ReferenceError: i is not defined
at PlayerCharacter.updateGooState (webpack-internal:///./src/content/core/characters/playercharacter.js:181:895)
at PlayerCharacter.processTime (webpack-internal:///./src/content/core/characters/playercharacter.js:70:60)
at processTime (webpack-internal:///./src/content/time_handlers.js:9:319)
at moveToRoom (webpack-internal:///./src/engine/util.js:78:226)
at Interface.moveSouth (webpack-internal:///./src/engine/interface.js:80:3226)
at _objectSpread.FUNCTIONS (webpack-internal:///./src/ui/UIGlobal.js:24:7205)
at HTMLDocument.eval (webpack-internal:///./src/engine/inputmanager.js:18:270)
 

Fenoxo

Corrupter of Tainted Space
Staff member
Aug 26, 2015
2,027
651
Mareth
www.fenoxo.com
Should have it fixed for next patch. Looked like an early loop was converted from var to let, which meant the variable didn't stick around after the loop to be used in other loops. Added a "let" to define them and tested - couldn't reproduce the crash so tagging as fixed.
 
Status
Not open for further replies.