Lots of 'processEdanPregEvents is not defined' errors

McWats

New Member
Jun 27, 2022
1
0
31
Same here

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.9.008-BACKER#2188 Message: processEdanPregEvents is not defined Stack:
Nv@https://www.fenoxo.com/play/TiTS/backer/main.d825b48d.js:1:16623431
mb@https://www.fenoxo.com/play/TiTS/backer/main.d825b48d.js:1:15735283
47512/window.restMenu/<@https://www.fenoxo.com/play/TiTS/backer/main.d825b48d.js:1:15786576
get/<@https://www.fenoxo.com/play/TiTS/backer/main.d825b48d.js:1:11917874
s@https://www.fenoxo.com/play/TiTS/backer/main.d825b48d.js:1:10217112
 

Mercuriussnake

Well-Known Member
Sep 2, 2015
193
134
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:
Code:
 Version: 0.9.008-BACKER#2188 Message: Can't find variable: processEdanPregEvents Stack:
Nv@https://www.fenoxo.com/play/TiTS/backer/main.d825b48d.js:1:16623455
YI@https://www.fenoxo.com/play/TiTS/backer/content_tarkus.6c4c1ed6.js:1:4925535
@https://www.fenoxo.com/play/TiTS/backer/main.d825b48d.js:1:11917881
s@https://www.fenoxo.com/play/TiTS/backer/main.d825b48d.js:1:10217117
 

Attachments

  • 5146B5AC-0F93-40DC-955D-88189115F7C3.png
    5146B5AC-0F93-40DC-955D-88189115F7C3.png
    590.8 KB · Views: 5
  • Nova (H) - 4Hrs 32Mins, 755 Days - Shock viper , Ara Ara.json
    755.3 KB · Views: 2

Theron

Well-Known Member
Nov 8, 2018
3,322
1,316
44
The crash occurs at midnight, even on a character that has never met Edan and cannot become pregnant.
 
Last edited:
  • Like
Reactions: BlackpawGray42

OrangeBurner

Well-Known Member
Mar 13, 2022
305
72
I think that the problem is that processEdanPregEvents() is currently in edan.js (line: 1756) instead of in time_handlers.js because that's the file which calls it and therefore cannot access it which causes this error.

So, I think either time_handlers.js has to import edan.js or processEdanPregEvents() has to go in time_handlers.js
Or, I could be mis-understanding this error and be completely wrong.
 

HackerMan

New Member
Jun 27, 2022
1
0
23
So not just me huh?

``` Version: 0.9.008-PUBLIC#2191 Message: processEdanPregEvents is not defined Stack:
ReferenceError: processEdanPregEvents is not defined
at Nv (https://www.fenoxo.com/play/TiTS/release/main.8013e357.js:1:16623424)
at Yb (https://www.fenoxo.com/play/TiTS/release/main.8013e357.js:1:15760925)
at Object. (https://www.fenoxo.com/play/TiTS/release/main.8013e357.js:1:15748924)
at https://www.fenoxo.com/play/TiTS/release/main.8013e357.js:1:11917874
at s (https://www.fenoxo.com/play/TiTS/release/main.8013e357.js:1:10217112)

This Error i got because i want to fly using my spaceship and go to Tavros
 

EnigmaticMoon

New Member
Jun 27, 2022
1
1
27
I've never met Edan on my current save and after finishing the Dhaal Party Event my game kept giving me the error once the clock hit 24:00.
Again I haven't even met or have had sex with Edan through this playthrough; I was trying to do an all achievement run, but now I'm softlocked.

1656294936116.png
 
  • Like
Reactions: Xael

Xael

Member
Jun 27, 2022
8
2
22
I've never met Edan on my current save and after finishing the Dhaal Party Event my game kept giving me the error once the clock hit 24:00.
Again I haven't even met or have had sex with Edan through this playthrough; I was trying to do an all achievement run, but now I'm softlocked.

View attachment 24813
Yep you'll have to wait until it gets patched unfortunately :T Ive tried exporting my save back to a previous version and to no avail sooo we just gotta wait.
 

Xael

Member
Jun 27, 2022
8
2
22
I've never met Edan on my current save and after finishing the Dhaal Party Event my game kept giving me the error once the clock hit 24:00.
Again I haven't even met or have had sex with Edan through this playthrough; I was trying to do an all achievement run, but now I'm softlocked.

View attachment 24813
Also a moderator did say in a comment over on the version update itself that there is a patch update coming.
 

OrangeBurner

Well-Known Member
Mar 13, 2022
305
72
It's now been fixed in the latest hotfix (Version: #2194).
Just refresh your game and it shouldn't crash now.
 

SpiritBear

New Member
Jun 27, 2022
1
0
27
I get this error everytime I try to sleep, I don't know if it's limited to Mhen'ga because my other save is further in on Uveto and I can sleep their just fine.
1656314774185.png
 

DrunkZombie

Well-Known Member
Moderator
Apr 12, 2018
1,550
875
Minnesota, USA
processEdanPregEvents is not ready for release so the code is not in the released version and calls to it should all have been removed as well. The call in time_handlers was not and since the function doesn't exist it caused the crash. As mentioned this is fixed now.