Something that may interest you Vinfamy. I now have 2 mods, not released, just personal that both now error in the game. Game locks for about 4 or 5 mins then says there was a loop error. But I was using these mods with no problems a couple of updates ago. Both are basic but both also have these lines of code:
Actor = generatePersonTemporary()
Actor2 = generatePersonTemporary()
While Actor.isMale()
Actor = generatePersonTemporary()
Endwhile
While Actor2.isMale()
Actor2 = generatePersonTemporary()
Endwhile
Actor.blendPreset(Teen)
Actor2.blendPreset(Teen)
Sometimes they work, and sometimes they lock up, around 50/50. Nothing else in the scripts that would cause any issues and this is common on both to both scripts.