It appears to be caused by an infinite loop that continuously eats memory, something is growing endlessly
EDIT: Found it! When looking for random events, w_map_random_ivent_VAR_shuffle() checks if len(ended_w_map_events) == len(w_map_random_ivent_VAR), but at some point, Aska_map_ivent was added to ended_w_map_events, which enables the lengths to not be equal, if somehow w_map_random_ivent_VAR is reset to it's initial definition. To fix it, just do w_map_random_ivent_VAR.append("Aska_map_ivent") in the console
this happens when requesting intimacy through the meet action



edit:or it's because the save has fetish values that are no longer used
Now there are these two invalid operands, the top errors I’ve already fixed. Line 2209 says if auto == false:
now that that is done, after i fixed that, im getting these: this is from going to the next day twice, the first time was with the cattle being locked in, the next they weren't, a few of the errors is because there isn't a restraintype or stress_mod in the save file (i think), but the Invalid operands errors are not
Edit 2:it appears, that in the save, the variable "Restrained" is False for some slaves, and "none" for others, I think the error is due to false being a boolean, and the code is looking for a string
edit: in expansion, on line 279, there's a typo, it says : daysumilked instead of daysuNmilked, not sure if that's the problem, testing now
The farm seems to be causing the problem, if someone is in the farm, no one can give birth, and Alise can't show up, I am also unable to view the farm settings via my farm manager.
know what's wrong?
I also noticed that my starting slave gets stressed whenever she has sex, is that a bug, or part of the mod/base game?