Game Crashes When Subjugating Taivara

Balek Crisp

Well-Known Member
Dec 30, 2020
326
39
23
The United States
Every time I try to win the Taivara fight and subjugate her, the game crashes.

``` Version: 0.69.420-PUBLIC#1911 Message: Cannot read properties of undefined (reading 'isUnlocked') Stack:
TypeError: Cannot read properties of undefined (reading 'isUnlocked')
at Function.value (https://www.fenoxo.com/play/TiTS/release/main.f8c6e285.js:1:9538699)
at Object.Kb [as func] (https://www.fenoxo.com/play/TiTS/release/content_myrellion.f05551ff.js:1:3558066)
at e.value (https://www.fenoxo.com/play/TiTS/release/main.f8c6e285.js:1:14777846)
at Object.freeze.s.FUNCTIONS (https://www.fenoxo.com/play/TiTS/release/main.f8c6e285.js:1:27103900)
at HTMLDocument. (https://www.fenoxo.com/play/TiTS/release/main.f8c6e285.js:1:10940169)
at HTMLDocument.o (https://www.fenoxo.com/play/TiTS/release/vendors.fe40ff31.js:1:41964)

Going to add onto this, every option except "Fuck Taivara" seems to crash the game, and I only have this option, and marrying Taivara. Not good for running around with the intention of never giving up one's virginity.
 
Last edited:

Eoland

New Member
Feb 21, 2022
1
0
33
Something here is certainly borked.

Version: 0.69.420-PUBLIC#1911 Message: o is undefined Stack: value@https://www.fenoxo.com/play/TiTS/release/main.f8c6e285.js:1:9538692 Kb@https://www.fenoxo.com/play/TiTS/release/content_myrellion.f05551ff.js:1:3558066 get/<@https://www.fenoxo.com/play/TiTS/release/main.f8c6e285.js:1:12012806 s@https://www.fenoxo.com/play/TiTS/release/main.f8c6e285.js:1:10186431

here is a save that is close.
 

Attachments

  • Eoland (H) - 3Hrs 34Mins, 63 Days - Myrellion, Sindathu.json
    625.4 KB · Views: 1

OrangeBurner

Well-Known Member
Mar 13, 2022
305
72
It definitely has something to do with the achivements because in the console let ach = Achievements.achievementData[index]; brings back the error: TypeError: o is undefined

The problem is that there's a typo when creating the Myrellion achivement it's spelt "AHC_MYRELLIONPROBE" in the code when it should be: "ACH_MYRELLIONPROBE"
JavaScript:
a = new AchievementEntry();
a.index = "AHC_MYRELLIONPROBE"; // Spelt wrong should be: "ACH_MYRELLIONPROBE"
a.name = "Dug Deep & Greedily";
a.description = "Dealt with the Nyrean Queen on Myrellion";
a.historicalUnlock = () => {
    return flags["BEAT_TAIVRA_TIMESTAMP"] != undefined;
    }
Achievements.addAchievement(a);

This also means the both killing her and fucking her will also crash.
Attached save: just before challenging Taivara.
To produce crash.
  • Make peace with her.
  • Beat and then subjugate her.
  • Beat and then fuck her.
  • Beat and then kill her.
 

Attachments

  • Blaze - Day 85 - Royal Nyrean Palace - Throne Room.json
    728.7 KB · Views: 3

RolandDesang

New Member
May 2, 2022
1
0
33
same problem all three options critical error crash me


Version: 0.69.420-PUBLIC#1911 Message: o is undefined Stack:
value@https://www.fenoxo.com/play/TiTS/release/main.f8c6e285.js:1:9538692
Kb@https://www.fenoxo.com/play/TiTS/release/content_myrellion.f05551ff.js:1:3558066
get/<@https://www.fenoxo.com/play/TiTS/release/main.f8c6e285.js:1:12012806
s@https://www.fenoxo.com/play/TiTS/release/main.f8c6e285.js:1:10186431

`
 

Attachments

  • Roland (M) - 19Hrs 27Mins, 48 Days - Myrellion, Sindathu.json
    619.1 KB · Views: 1

lowercase_donkey

Scientist
Apr 27, 2016
1,571
218
Yep, this will be fixed in the next patch.

It was broken by some of the ground work that's being laid for future features.