[Fixt?] Crash on V-Ko trying to heal Furpies Game Version: 0.69.420#756

lowercase_donkey

Scientist
Apr 27, 2016
1,506
198
1638938459324.png

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:
e[r] is undefined

Stack:
kf/<@https://www.fenoxo.com/play/TiTS/backer/content_mhenga.a9bcd10c.js:1:3329402
doClick@https://www.fenoxo.com/play/TiTS/backer/main.a4d37f30.js:1:10198638
value/a<@https://www.fenoxo.com/play/TiTS/backer/main.a4d37f30.js:1:9912550
s@https://www.fenoxo.com/play/TiTS/backer/main.a4d37f30.js:1:6043520
 

Attachments

  • I have furpies.json
    609.8 KB · Views: 1
Last edited:

lowercase_donkey

Scientist
Apr 27, 2016
1,506
198
@Fenoxo, Sorry for bump, but I don't think there's any way to fix SSTD at the moment in the game.

V-Ko is broken:



and we can't return to FRST-14 for Tika:


Hoping one of these could be looked at, as I didn't want to progress until it was.
 

lowercase_donkey

Scientist
Apr 27, 2016
1,506
198
If anyone else is stuck with this, you can heal from your browser console as a temporary fix.

chars.PC.statusEffects will display your current status effects. Find the one you want to remove, and note its storageName. In my case, it was "Sneezing Tits" this time.

Then delete it using JS:

chars.PC.statusEffects = chars.PC.statusEffects.filter(s => s.storageName !== "Sneezing Tits")
 

lowercase_donkey

Scientist
Apr 27, 2016
1,506
198
1639357481846.png
Ok, you guys slay me

edit: besides the todo, I'm guessing it's an issue with the paren and lambda.
 
Last edited:

Fenoxo

Corrupter of Tainted Space
Staff member
Aug 26, 2015
2,023
649
Mareth
www.fenoxo.com
Nah the issue is with javascript for loops containing var i instead of let i behaving badly with buttons. It should be fixed in the patch I pushed today.