Fixed [0.9.157-PUBLIC-ELECTRON#6931] Critical Error when entering top right corner of Mhen'ga town

Issue is marked as fixed.

Stev3DD

Well-Known Member
May 20, 2023
103
8
Code:
Version: 0.9.157-PUBLIC-ELECTRON#6931

Message:
window.venusBonus is not a function

Stack:
TypeError: window.venusBonus is not a function
    at e.b.runOnEnter (tits://titsapp/content_mhenga.25b0619b.js:1:5409250)
    at vT (tits://titsapp/main.3ebc312f.js:1:19302909)
    at K (tits://titsapp/main.3ebc312f.js:1:11374141)
    at e.value (tits://titsapp/main.3ebc312f.js:1:18555851)
    at Object.freeze.s.FUNCTIONS (tits://titsapp/main.3ebc312f.js:1:36803910)
    at HTMLDocument. (tits://titsapp/main.3ebc312f.js:1:11239477)


Translation not active.;

Hash mismatches; may indicate a section of the save has been edited:
Flags

(23:22:11.714) (Core) info: GameState postLoad()
(23:22:12.859) (Serialization) info: Setting gameloading marker false
(23:22:15.519) (UserInterface) info: Pushing "Main Text" to UI state stack, replacing with "Appearance".
(23:23:22.981) (UserInterface) info: Popping from "Perks" and setting "Main Text" as active state.
(23:23:42.489) (ImageGallery) warning: Unable to find an image with key "sidewinder" to unlock.
(23:24:20.971) (ImageGallery) warning: Unable to find an image with key "tavros" to unlock.
(23:25:25.101) (ImageGallery) warning: Unable to find an image with key "steeletechposter" to unlock.
(23:27:09.330) (ImageGallery) warning: Unable to find an image with key "sidewinder" to unlock.
(23:27:11.892) (ImageGallery) warning: Unable to find an image with key "mhenga" to unlock.
 

Syrus

New Member
Sep 2, 2016
2
0
Error happens when moving through Mhen'ga (screenshot of room included, as well as a save). It happened three times (twice, then a third time so I could screenshot the exact room). The third time, the error text was exactly the same except for the last three lines, which were absent.

I can get past that room if I go the other way around town instead. The error also happens if you try to enter that corner room from the south (which I found out accidentally while going to double check how to spell Estallia's name).

Order of events: Land on Mhen'ga, go see Estallia for the first time, exhaust her dialogue. Leave and go north, then east, to visit Zil village. Boom, error.

Running the game on Firefox, Version 150.0 (64-bit)


---


Version: 0.9.157-PUBLIC#6931

Message:
window.venusBonus is not a function

Stack:
97775/b.runOnEnter@https://www.fenoxo.com/play/TiTS/release/content_mhenga.f1c10b81.js:1:5409250
kT@https://www.fenoxo.com/play/TiTS/release/main.f835d4c2.js:1:19301298
K@https://www.fenoxo.com/play/TiTS/release/main.f835d4c2.js:1:11374110
value@https://www.fenoxo.com/play/TiTS/release/main.f835d4c2.js:1:18555830
47349/E<.FUNCTIONS<@https://www.fenoxo.com/play/TiTS/release/main.f835d4c2.js:1:36799128
47327/value/<@https://www.fenoxo.com/play/TiTS/release/main.f835d4c2.js:1:11239461


Translation not active.;

Hash mismatches; may indicate a section of the save has been edited:
Flags

(00:01:05.150) (Core) info: GameState postLoad()
(00:01:06.089) (Serialization) info: Setting gameloading marker false
(00:01:13.373) (UserInterface) info: Pushing "Main Text" to UI state stack, replacing with "Codex".
(00:01:18.876) (UserInterface) info: Popping UI State back to MainText...
(00:01:18.876) (UserInterface) info: Popping from "Codex" and setting "Main Text" as active state.
```
 

Attachments

  • Selene (H) - 255 Days, 21Hrs 27Mins - Mhenga, Ara Ara.json
    1,010.3 KB · Views: 1
  • error.png
    error.png
    29.5 KB · Views: 0

Jacques00

Administrator
Moderator
Aug 26, 2015
5,548
1,535
Hopefully fixed for the next release. One of the functions on that tile seems to have been missing a feature flag for the new backer-related content implemented there, so the game thought the function was missing and produced a crash.