Sylvanol Bug

Archon_Orion

New Member
Jun 18, 2023
2
1
35
Bug when using Sylvanol, trying to get the Accent Markings.

Code:
 Version: 0.9.063-PUBLIC-ELECTRON#3638 Message: o.hasCock is not a function Stack:
TypeError: o.hasCock is not a function
    at Array.value (file:///D:/NSFW%20games/Trials/TiTS-public-0.9.063-win/resources/app/main.24511b58.js:1:9070491)
    at o.value (file:///D:/NSFW%20games/Trials/TiTS-public-0.9.063-win/resources/app/main.24511b58.js:1:9077689)
    at Object. (file:///D:/NSFW%20games/Trials/TiTS-public-0.9.063-win/resources/app/main.24511b58.js:1:9067354)
    at file:///D:/NSFW%20games/Trials/TiTS-public-0.9.063-win/resources/app/main.24511b58.js:1:11772175
    at file:///D:/NSFW%20games/Trials/TiTS-public-0.9.063-win/resources/app/main.24511b58.js:1:10393157
    at Object.We (file:///D:/NSFW%20games/Trials/TiTS-public-0.9.063-win/resources/app/vendors.d6c2993c.js:1:494341)
    at $e (file:///D:/NSFW%20games/Trials/TiTS-public-0.9.063-win/resources/app/vendors.d6c2993c.js:1:494495)
    at file:///D:/NSFW%20games/Trials/TiTS-public-0.9.063-win/resources/app/vendors.d6c2993c.js:1:512698
    at Cr (file:///D:/NSFW%20games/Trials/TiTS-public-0.9.063-win/resources/app/vendors.d6c2993c.js:1:512792)
    at jr (file:///D:/NSFW%20games/Trials/TiTS-public-0.9.063-win/resources/app/vendors.d6c2993c.js:1:513206)
(14:19:11.850) [Core] info: GameState postLoad()
(14:19:15.581) [Inventory] info: Attempting to use item [I]"Sylvanol"[/I]
 

Zycat56

Active Member
Apr 18, 2023
37
4
28
I've gotten this a couple of times as well.

I've also gotten this error code:

Version: 0.9.063-BACKER#3637 Message: e.createStatusEffect is not a function Stack: TypeError: e.createStatusEffect is not a function at Array.value (https://www.fenoxo.com/play/TiTS/backer/main.fb20c1c7.js:1:9074167) at o.value (https://www.fenoxo.com/play/TiTS/backer/main.fb20c1c7.js:1:9077689) at Object.func (https://www.fenoxo.com/play/TiTS/backer/main.fb20c1c7.js:1:9067354) at e.value (https://www.fenoxo.com/play/TiTS/backer/main.fb20c1c7.js:1:17101857) at Object.freeze.s.FUNCTIONS (https://www.fenoxo.com/play/TiTS/backer/main.fb20c1c7.js:1:31147146) at HTMLDocument. (https://www.fenoxo.com/play/TiTS/backer/main.fb20c1c7.js:1:11628148) (21:25:12.511) [Core] info: GameState postLoad() (21:25:18.395) [Inventory] info: Attempting to use item "Sylvanol" (21:25:23.105) [Inventory] info: Attempting to use item "Sylvanol" (21:25:29.219) [UserInterface] warning: Ensure we have good UI for waiting for data acquisition. (21:25:32.547) [UserInterface] warning: Ensure we have good UI for waiting for data acquisition. (21:25:36.746) [Inventory] info: Attempting to use item "Sylvanol" (21:25:41.017) [Inventory] info: Attempting to use item "Sylvanol" (21:25:46.579) [Inventory] info: Attempting to use item "Sylvanol" (21:25:50.024) [Inventory] info: Attempting to use item [I]"Sylvanol"[/I]

This shows when changing eye colors.

A sparkling flash of undefined fills your vision, leaving you briefly stunned. When you recover and check your vision, you discover that your eyes have shed their old hue in favor of undefined.

And this appears when changing hair colors.

A liquid feeling flows down your hair from the roots as if someone had poured a bucket of water over your head. You’re able to catch the trail end of the transformation that goes with this sensation, the last vestiges of undefined disappearing from your hair in favor of a new lovely undefined shade.
 
  • Like
Reactions: Archon_Orion

lowercase_donkey

Scientist
Apr 27, 2016
1,614
230
Thanks! Was able to fix these.

Kind of weird this went unreported for so long. Was able to fix stuff on last patch, but there's some other serious bugs here too. Really old code.

Edit: ahh, figured it out. The game had a weird coding convention where it passed around all a functions arguments as an array which the function unpacked. I dropped some of this here at the beginning of may but missed a bit that did something strange with randomly picking an effect. It may not have been bugged that way, but really hard to use modern tools to see any issues. With my fix, everything is now fully converted for this item.
 
Last edited: