Min Posted December 18, 2013 Posted December 18, 2013 While beta-testing the next release of Devious Devices, Srende discovered that his copy of Sexlab was no longer starting new animations. A look at his log revealed the following errors, repeating Ad Nauseum: [12/17/2013 - 02:19:45PM] Error: Cannot call IsDead() on a None object, aborting function callstack: [alias ActorSlot072 on quest SexLabQuestActorSlots (1803CE6B)].sslactoralias.OnUpdate() - "sslActorAlias.psc" Line 520[12/17/2013 - 02:19:45PM] Warning: Assigning None to a non-object variable named "::temp108"stack: [alias ActorSlot072 on quest SexLabQuestActorSlots (1803CE6B)].sslactoralias.OnUpdate() - "sslActorAlias.psc" Line 520[12/17/2013 - 02:19:45PM] Error: Cannot call IsDisabled() on a None object, aborting function callstack: [alias ActorSlot072 on quest SexLabQuestActorSlots (1803CE6B)].sslactoralias.OnUpdate() - "sslActorAlias.psc" Line 520[12/17/2013 - 02:19:45PM] Warning: Assigning None to a non-object variable named "::temp109"stack: [alias ActorSlot072 on quest SexLabQuestActorSlots (1803CE6B)].sslactoralias.OnUpdate() - "sslActorAlias.psc" Line 520[12/17/2013 - 02:19:45PM] Error: Cannot call ActorCount() on a None object, aborting function callstack: [alias ActorSlot072 on quest SexLabQuestActorSlots (1803CE6B)].sslactoralias.GetEnjoyment() - "sslActorAlias.psc" Line 629 [alias ActorSlot072 on quest SexLabQuestActorSlots (1803CE6B)].sslactoralias.OnUpdate() - "sslActorAlias.psc" Line 536[12/17/2013 - 02:19:45PM] Warning: Assigning None to a non-object variable named "::temp132"stack: [alias ActorSlot072 on quest SexLabQuestActorSlots (1803CE6B)].sslactoralias.GetEnjoyment() - "sslActorAlias.psc" Line 629 [alias ActorSlot072 on quest SexLabQuestActorSlots (1803CE6B)].sslactoralias.OnUpdate() - "sslActorAlias.psc" Line 536[12/17/2013 - 02:19:45PM] Error: Cannot call TotalTime() on a None object, aborting function callstack: A look at sslActorAlias.psc shows that it appears to be stuck in the Animating state, long after the actual deed was done. Further troubleshooting: I did bit of testing with Submit, started the scenes through dialogue with two followers. No belts: Worked as expected 2 others belted, player free: player facing away from her partner during the selected 2-way anim, 3rd actor doing the right solo animation while possibly invisible (? not sure about this, either she ended up around the corner or got her scale set 0, saw that earlier before the beta with sl 1.3 as well) player and one other belted, one free: everyone did the solo anim player free, one belted npc, one free: player + one npc did 2-way anim, 3rd one doing correct solo anim In all cases with a belted actor sexlab seemed to get stuck, I was getting that same error on my papyrus log. If player was doing the solo belt anim, I could move around normally afterwards. If player was doing any of the selected 2-way anims, player character got stuck on the last stage of that animation. However, even when I could move around after the solo animation, sexlab wouldn't start any more scenes (involving player at least, didn't test NPC-NPC) and just seemed to fail silently, or ended up setting some actor scale to 0. Generally, sexlab didn't seem to recognize when scenes ended anymore, it didn't re-equip the gear on 1-2 actors and would end up not starting scenes anymore. Couple tests more with matchmaker instead gave similar results, last one where player was the only one belted seemed to be going well, until trying another scene afterwards which revealed it getting stuck again, and instead of starting anything, the two followers just got set to scale 0 I have confirmed Srende's findings. Steps to reproduce: RegisterForModEvent("AnimationStart", "OnAnimationStart") In OnAnimationStart, call Controller.ChangeActors to reduce the number of actors in the scene from 3, to 2 (Or, 2 to 1) Sexlab now requires a reset. Following is the code snippet that will reliably reproduce this issue: if actors.length != originalActors.length libs.Log("Requesting actor change to " + actors.length + " actors.") int i = 0 while i < actors.length libs.Log("Actor ["+i+"]: "+actors[i].GetLeveledActorBase().GetName()) i += 1 EndWhile Controller.ChangeActors(actors) Endif libs.Log("Overriding animations.") controller.SetAnimations(anims) Controller.RealignActors() ; Process Solo Animations, if any ProcessSolos(solos) Where ProcessSolos is a function that will start new scenes for actors that were removed from the current scene, via SexLab.StartSex. The bug occurs even when this function is omitted, however. This approach worked fine in Sexlab 1.24, but is broken as of 1.3. Is there an alternative approach to resizing sex-scenes that I should be using to avoid this? A log of me reproducing the issue: [12/17/2013 - 06:58:01PM] --- SexLab Animation Search ------------------------------ [12/17/2013 - 06:58:01PM] GetByType(2, -1, -1, -1, TRUE, TRUE) [12/17/2013 - 06:58:01PM] Found [12] Animations: Rough Missionary, Arrok Leg Up Fuck, AP Holding Leg Up, AP Leg Up Fuck, Rough Behind, Rough Doggy Style, Arrok Rape, Zyn Rough Standing, AP Anal, AP Face Down Anal, AP Skull Fuck, AP Fisting, [12/17/2013 - 06:58:01PM] ---------------------------------------------------------- [12/17/2013 - 06:58:01PM] SexLab: Making thread[0] [sslthreadcontroller <alias ThreadView014 on quest SexLabQuestThreadSlots (1003CE6E)>] [12/17/2013 - 06:58:01PM] -- SexLab ActorAlias -- Thread[0] Slotting 'Min' into alias -- [sslActorAlias <alias ActorSlot074 on quest SexLabQuestActorSlots (1003CE6B)>] [12/17/2013 - 06:58:01PM] -- SexLab ActorAlias -- Thread[0] Slotting 'Lydia' into alias -- [sslActorAlias <alias ActorSlot073 on quest SexLabQuestActorSlots (1003CE6B)>] [12/17/2013 - 06:58:03PM] SOS SchlongLess: feeling sorry for Lydia because he has too keep his undies on, otherwise people would see that he has no schlong [12/17/2013 - 06:58:04PM] SOS SchlongLess: feeling sorry for Min because he has too keep his undies on, otherwise people would see that he has no schlong [12/17/2013 - 06:58:04PM] [Frostfall] This equipment is a backpack. [12/17/2013 - 06:58:04PM] SexLab Thread[0] ModEvent: AnimationStart / AnimationStart_PostCoitalBliss [12/17/2013 - 06:58:04PM] [Zad]: OnAnimationStart() [12/17/2013 - 06:58:04PM] [Zad]: Moving belted actor Lydia to solos [12/17/2013 - 06:58:04PM] [Zad] ((WARNING)): Only one unbelted actor remaining, which is not in slot zero. [12/17/2013 - 06:58:04PM] [Zad]: Total actors: 2. Participating Actors: 1. Animation: AP Holding Leg Up [12/17/2013 - 06:58:04PM] [Zad]: Sexlab Animations Available (Chastity): 2/55(DDBeltedSolo, Dwemer Machine) [12/17/2013 - 06:58:04PM] [Zad]: Sexlab Animations Available (Aggressive): 0/55() [12/17/2013 - 06:58:04PM] [Zad]: Sexlab Animations Available (Foreplay): 0/55() [12/17/2013 - 06:58:04PM] [Zad]: Using full chastity animation list. [12/17/2013 - 06:58:04PM] [Zad]: Requesting actor change to 1 actors. [12/17/2013 - 06:58:04PM] [Zad]: Actor [0]: Min [12/17/2013 - 06:58:04PM] Error: Array start index 55 is out of range (0-54) stack: [sexLabQuestAnimationSlots (1003CE6C)].sslanimationslots.GetList() - "sslAnimationSlots.psc" Line ? [sexLabQuestAnimationSlots (1003CE6C)].sslanimationslots.GetByType() - "sslAnimationSlots.psc" Line ? [alias ThreadView014 on quest SexLabQuestThreadSlots (1003CE6E)].sslthreadcontroller.ChangeActors() - "sslThreadModel.psc" Line ? [zadQuest (4000F624)].zadbq00.Logic() - "zadBQ00.psc" Line ? [zadQuest (4000F624)].zadbq00.OnAnimationStart() - "zadBQ00.psc" Line ? [12/17/2013 - 06:58:04PM] --- SexLab Animation Search ------------------------------ [12/17/2013 - 06:58:04PM] GetByType(1, -1, -1, -1, False, TRUE) [12/17/2013 - 06:58:04PM] Found [7] Animations: DDBeltedSolo, Bleagh Female Masturbation, AP Female Masturbation, Arrok Male Masturbation, Tentacle Double, Tentacle Side, Dwemer Machine, [12/17/2013 - 06:58:04PM] ---------------------------------------------------------- [12/17/2013 - 06:58:04PM] SexLab Thread[0] ModEvent: ActorChangeStart / ActorChangeStart_PostCoitalBliss [12/17/2013 - 06:58:04PM] -- SexLab ActorAlias -- Clearing 'Lydia' from alias -- [sslActorAlias <alias ActorSlot073 on quest SexLabQuestActorSlots (1003CE6B)>] [12/17/2013 - 06:58:04PM] Error: Cannot call getDistance() on a None object, aborting function call stack: [alias ActorSlot073 on quest SexLabQuestActorSlots (1003CE6B)].sslActorAlias.Snap() - "sslActorAlias.psc" Line ? [alias ActorSlot073 on quest SexLabQuestActorSlots (1003CE6B)].sslActorAlias.AlignTo() - "sslActorAlias.psc" Line ? [alias ActorSlot073 on quest SexLabQuestActorSlots (1003CE6B)].sslActorAlias.SyncThread() - "sslActorAlias.psc" Line ? [alias ActorSlot073 on quest SexLabQuestActorSlots (1003CE6B)].sslActorAlias.StartAnimating() - "sslActorAlias.psc" Line ? [alias ThreadView014 on quest SexLabQuestThreadSlots (1003CE6E)].sslthreadcontroller.OnUpdate() - "sslThreadController.psc" Line ? [12/17/2013 - 06:58:04PM] Warning: Assigning None to a non-object variable named "::temp63" stack: [alias ActorSlot073 on quest SexLabQuestActorSlots (1003CE6B)].sslActorAlias.Snap() - "sslActorAlias.psc" Line ? [alias ActorSlot073 on quest SexLabQuestActorSlots (1003CE6B)].sslActorAlias.AlignTo() - "sslActorAlias.psc" Line ? [alias ActorSlot073 on quest SexLabQuestActorSlots (1003CE6B)].sslActorAlias.SyncThread() - "sslActorAlias.psc" Line ? [alias ActorSlot073 on quest SexLabQuestActorSlots (1003CE6B)].sslActorAlias.StartAnimating() - "sslActorAlias.psc" Line ? [alias ThreadView014 on quest SexLabQuestThreadSlots (1003CE6E)].sslthreadcontroller.OnUpdate() - "sslThreadController.psc" Line ? [12/17/2013 - 06:58:04PM] Error: Cannot call GetAngleZ() on a None object, aborting function call stack: [alias ActorSlot073 on quest SexLabQuestActorSlots (1003CE6B)].sslActorAlias.Snap() - "sslActorAlias.psc" Line ? [alias ActorSlot073 on quest SexLabQuestActorSlots (1003CE6B)].sslActorAlias.AlignTo() - "sslActorAlias.psc" Line ? [alias ActorSlot073 on quest SexLabQuestActorSlots (1003CE6B)].sslActorAlias.SyncThread() - "sslActorAlias.psc" Line ? [alias ActorSlot073 on quest SexLabQuestActorSlots (1003CE6B)].sslActorAlias.StartAnimating() - "sslActorAlias.psc" Line ? [alias ThreadView014 on quest SexLabQuestThreadSlots (1003CE6E)].sslthreadcontroller.OnUpdate() - "sslThreadController.psc" Line ? [12/17/2013 - 06:58:04PM] Warning: Assigning None to a non-object variable named "::temp59" stack: [alias ActorSlot073 on quest SexLabQuestActorSlots (1003CE6B)].sslActorAlias.Snap() - "sslActorAlias.psc" Line ? [alias ActorSlot073 on quest SexLabQuestActorSlots (1003CE6B)].sslActorAlias.AlignTo() - "sslActorAlias.psc" Line ? [alias ActorSlot073 on quest SexLabQuestActorSlots (1003CE6B)].sslActorAlias.SyncThread() - "sslActorAlias.psc" Line ? [alias ActorSlot073 on quest SexLabQuestActorSlots (1003CE6B)].sslActorAlias.StartAnimating() - "sslActorAlias.psc" Line ? [alias ThreadView014 on quest SexLabQuestThreadSlots (1003CE6E)].sslthreadcontroller.OnUpdate() - "sslThreadController.psc" Line ? [12/17/2013 - 06:58:04PM] Error: Cannot call GetAngleZ() on a None object, aborting function call stack: [alias ActorSlot073 on quest SexLabQuestActorSlots (1003CE6B)].sslActorAlias.Snap() - "sslActorAlias.psc" Line ? [alias ActorSlot073 on quest SexLabQuestActorSlots (1003CE6B)].sslActorAlias.AlignTo() - "sslActorAlias.psc" Line ? [alias ActorSlot073 on quest SexLabQuestActorSlots (1003CE6B)].sslActorAlias.SyncThread() - "sslActorAlias.psc" Line ? [alias ActorSlot073 on quest SexLabQuestActorSlots (1003CE6B)].sslActorAlias.StartAnimating() - "sslActorAlias.psc" Line ? [alias ThreadView014 on quest SexLabQuestThreadSlots (1003CE6E)].sslthreadcontroller.OnUpdate() - "sslThreadController.psc" Line ? [12/17/2013 - 06:58:04PM] Warning: Assigning None to a non-object variable named "::temp60" stack: [alias ActorSlot073 on quest SexLabQuestActorSlots (1003CE6B)].sslActorAlias.Snap() - "sslActorAlias.psc" Line ? [alias ActorSlot073 on quest SexLabQuestActorSlots (1003CE6B)].sslActorAlias.AlignTo() - "sslActorAlias.psc" Line ? [alias ActorSlot073 on quest SexLabQuestActorSlots (1003CE6B)].sslActorAlias.SyncThread() - "sslActorAlias.psc" Line ? [alias ActorSlot073 on quest SexLabQuestActorSlots (1003CE6B)].sslActorAlias.StartAnimating() - "sslActorAlias.psc" Line ? [alias ThreadView014 on quest SexLabQuestThreadSlots (1003CE6E)].sslthreadcontroller.OnUpdate() - "sslThreadController.psc" Line ? [12/17/2013 - 06:58:04PM] Error: Cannot call SplineTranslateTo() on a None object, aborting function call stack: [alias ActorSlot073 on quest SexLabQuestActorSlots (1003CE6B)].sslActorAlias.Snap() - "sslActorAlias.psc" Line ? [alias ActorSlot073 on quest SexLabQuestActorSlots (1003CE6B)].sslActorAlias.AlignTo() - "sslActorAlias.psc" Line ? [alias ActorSlot073 on quest SexLabQuestActorSlots (1003CE6B)].sslActorAlias.SyncThread() - "sslActorAlias.psc" Line ? [alias ActorSlot073 on quest SexLabQuestActorSlots (1003CE6B)].sslActorAlias.StartAnimating() - "sslActorAlias.psc" Line ? [alias ThreadView014 on quest SexLabQuestThreadSlots (1003CE6E)].sslthreadcontroller.OnUpdate() - "sslThreadController.psc" Line ? [12/17/2013 - 06:58:04PM] Error: Cannot call leadIn() on a None object, aborting function call stack: [alias ActorSlot073 on quest SexLabQuestActorSlots (1003CE6B)].sslActorAlias.SyncThread() - "sslActorAlias.psc" Line ? [alias ActorSlot073 on quest SexLabQuestActorSlots (1003CE6B)].sslActorAlias.StartAnimating() - "sslActorAlias.psc" Line ? [alias ThreadView014 on quest SexLabQuestThreadSlots (1003CE6E)].sslthreadcontroller.OnUpdate() - "sslThreadController.psc" Line ? [12/17/2013 - 06:58:04PM] Warning: Assigning None to a non-object variable named "::temp76" stack: [alias ActorSlot073 on quest SexLabQuestActorSlots (1003CE6B)].sslActorAlias.SyncThread() - "sslActorAlias.psc" Line ? [alias ActorSlot073 on quest SexLabQuestActorSlots (1003CE6B)].sslActorAlias.StartAnimating() - "sslActorAlias.psc" Line ? [alias ThreadView014 on quest SexLabQuestThreadSlots (1003CE6E)].sslthreadcontroller.OnUpdate() - "sslThreadController.psc" Line ? [12/17/2013 - 06:58:04PM] Error: Cannot call ActorCount() on a None object, aborting function call stack: [alias ActorSlot073 on quest SexLabQuestActorSlots (1003CE6B)].sslActorAlias.GetEnjoyment() - "sslActorAlias.psc" Line ? [alias ActorSlot073 on quest SexLabQuestActorSlots (1003CE6B)].sslActorAlias.SyncThread() - "sslActorAlias.psc" Line ? [alias ActorSlot073 on quest SexLabQuestActorSlots (1003CE6B)].sslActorAlias.StartAnimating() - "sslActorAlias.psc" Line ? [alias ThreadView014 on quest SexLabQuestThreadSlots (1003CE6E)].sslthreadcontroller.OnUpdate() - "sslThreadController.psc" Line ? [12/17/2013 - 06:58:04PM] Warning: Assigning None to a non-object variable named "::temp132" stack: [alias ActorSlot073 on quest SexLabQuestActorSlots (1003CE6B)].sslActorAlias.GetEnjoyment() - "sslActorAlias.psc" Line ? [alias ActorSlot073 on quest SexLabQuestActorSlots (1003CE6B)].sslActorAlias.SyncThread() - "sslActorAlias.psc" Line ? [alias ActorSlot073 on quest SexLabQuestActorSlots (1003CE6B)].sslActorAlias.StartAnimating() - "sslActorAlias.psc" Line ? [alias ThreadView014 on quest SexLabQuestThreadSlots (1003CE6E)].sslthreadcontroller.OnUpdate() - "sslThreadController.psc" Line ? [12/17/2013 - 06:58:04PM] Error: Cannot call TotalTime() on a None object, aborting function call stack: [alias ActorSlot073 on quest SexLabQuestActorSlots (1003CE6B)].sslActorAlias.GetEnjoyment() - "sslActorAlias.psc" Line ? [alias ActorSlot073 on quest SexLabQuestActorSlots (1003CE6B)].sslActorAlias.SyncThread() - "sslActorAlias.psc" Line ? [alias ActorSlot073 on quest SexLabQuestActorSlots (1003CE6B)].sslActorAlias.StartAnimating() - "sslActorAlias.psc" Line ? [alias ThreadView014 on quest SexLabQuestThreadSlots (1003CE6E)].sslthreadcontroller.OnUpdate() - "sslThreadController.psc" Line ? [12/17/2013 - 06:58:04PM] Warning: Assigning None to a non-object variable named "::temp135" stack: [alias ActorSlot073 on quest SexLabQuestActorSlots (1003CE6B)].sslActorAlias.GetEnjoyment() - "sslActorAlias.psc" Line ? [alias ActorSlot073 on quest SexLabQuestActorSlots (1003CE6B)].sslActorAlias.SyncThread() - "sslActorAlias.psc" Line ? [alias ActorSlot073 on quest SexLabQuestActorSlots (1003CE6B)].sslActorAlias.StartAnimating() - "sslActorAlias.psc" Line ? [alias ThreadView014 on quest SexLabQuestThreadSlots (1003CE6E)].sslthreadcontroller.OnUpdate() - "sslThreadController.psc" Line ? [12/17/2013 - 06:58:04PM] Error: Cannot call ApplyTo() on a None object, aborting function call stack: [alias ActorSlot073 on quest SexLabQuestActorSlots (1003CE6B)].sslActorAlias.SyncThread() - "sslActorAlias.psc" Line ? [alias ActorSlot073 on quest SexLabQuestActorSlots (1003CE6B)].sslActorAlias.StartAnimating() - "sslActorAlias.psc" Line ? [alias ThreadView014 on quest SexLabQuestThreadSlots (1003CE6E)].sslthreadcontroller.OnUpdate() - "sslThreadController.psc" Line ? [12/17/2013 - 06:58:04PM] Error: Cannot call IsEquipped() on a None object, aborting function call stack: [sexLabQuestActorSlots (1003CE6B)].sslactorlibrary.WornStrapon() - "sslActorLibrary.psc" Line ? [sexLabQuestActorSlots (1003CE6B)].sslactorlibrary.HasStrapon() - "sslActorLibrary.psc" Line ? [alias ActorSlot073 on quest SexLabQuestActorSlots (1003CE6B)].sslActorAlias.EquipStrapon() - "sslActorAlias.psc" Line ? [alias ActorSlot073 on quest SexLabQuestActorSlots (1003CE6B)].sslActorAlias.SyncThread() - "sslActorAlias.psc" Line ? [alias ActorSlot073 on quest SexLabQuestActorSlots (1003CE6B)].sslActorAlias.StartAnimating() - "sslActorAlias.psc" Line ? [alias ThreadView014 on quest SexLabQuestThreadSlots (1003CE6E)].sslthreadcontroller.OnUpdate() - "sslThreadController.psc" Line ? [12/17/2013 - 06:58:04PM] Warning: Assigning None to a non-object variable named "::temp71" stack: [sexLabQuestActorSlots (1003CE6B)].sslactorlibrary.WornStrapon() - "sslActorLibrary.psc" Line ? [sexLabQuestActorSlots (1003CE6B)].sslactorlibrary.HasStrapon() - "sslActorLibrary.psc" Line ? [alias ActorSlot073 on quest SexLabQuestActorSlots (1003CE6B)].sslActorAlias.EquipStrapon() - "sslActorAlias.psc" Line ? [alias ActorSlot073 on quest SexLabQuestActorSlots (1003CE6B)].sslActorAlias.SyncThread() - "sslActorAlias.psc" Line ? [alias ActorSlot073 on quest SexLabQuestActorSlots (1003CE6B)].sslActorAlias.StartAnimating() - "sslActorAlias.psc" Line ? [alias ThreadView014 on quest SexLabQuestThreadSlots (1003CE6E)].sslthreadcontroller.OnUpdate() - "sslThreadController.psc" Line ? [12/17/2013 - 06:58:04PM] Error: Cannot call IsEquipped() on a None object, aborting function call stack: [sexLabQuestActorSlots (1003CE6B)].sslactorlibrary.WornStrapon() - "sslActorLibrary.psc" Line ? [sexLabQuestActorSlots (1003CE6B)].sslactorlibrary.HasStrapon() - "sslActorLibrary.psc" Line ? [alias ActorSlot073 on quest SexLabQuestActorSlots (1003CE6B)].sslActorAlias.EquipStrapon() - "sslActorAlias.psc" Line ? [alias ActorSlot073 on quest SexLabQuestActorSlots (1003CE6B)].sslActorAlias.SyncThread() - "sslActorAlias.psc" Line ? [alias ActorSlot073 on quest SexLabQuestActorSlots (1003CE6B)].sslActorAlias.StartAnimating() - "sslActorAlias.psc" Line ? [alias ThreadView014 on quest SexLabQuestThreadSlots (1003CE6E)].sslthreadcontroller.OnUpdate() - "sslThreadController.psc" Line ? [12/17/2013 - 06:58:04PM] Warning: Assigning None to a non-object variable named "::temp71" stack: [sexLabQuestActorSlots (1003CE6B)].sslactorlibrary.WornStrapon() - "sslActorLibrary.psc" Line ? [sexLabQuestActorSlots (1003CE6B)].sslactorlibrary.HasStrapon() - "sslActorLibrary.psc" Line ? [alias ActorSlot073 on quest SexLabQuestActorSlots (1003CE6B)].sslActorAlias.EquipStrapon() - "sslActorAlias.psc" Line ? [alias ActorSlot073 on quest SexLabQuestActorSlots (1003CE6B)].sslActorAlias.SyncThread() - "sslActorAlias.psc" Line ? [alias ActorSlot073 on quest SexLabQuestActorSlots (1003CE6B)].sslActorAlias.StartAnimating() - "sslActorAlias.psc" Line ? [alias ThreadView014 on quest SexLabQuestThreadSlots (1003CE6E)].sslthreadcontroller.OnUpdate() - "sslThreadController.psc" Line ? [12/17/2013 - 06:58:04PM] Error: Cannot call IsEquipped() on a None object, aborting function call stack: [sexLabQuestActorSlots (1003CE6B)].sslactorlibrary.WornStrapon() - "sslActorLibrary.psc" Line ? [sexLabQuestActorSlots (1003CE6B)].sslactorlibrary.PickStrapon() - "sslActorLibrary.psc" Line ? [alias ActorSlot073 on quest SexLabQuestActorSlots (1003CE6B)].sslActorAlias.EquipStrapon() - "sslActorAlias.psc" Line ? [alias ActorSlot073 on quest SexLabQuestActorSlots (1003CE6B)].sslActorAlias.SyncThread() - "sslActorAlias.psc" Line ? [alias ActorSlot073 on quest SexLabQuestActorSlots (1003CE6B)].sslActorAlias.StartAnimating() - "sslActorAlias.psc" Line ? [alias ThreadView014 on quest SexLabQuestThreadSlots (1003CE6E)].sslthreadcontroller.OnUpdate() - "sslThreadController.psc" Line ? [12/17/2013 - 06:58:04PM] Warning: Assigning None to a non-object variable named "::temp71" stack: [sexLabQuestActorSlots (1003CE6B)].sslactorlibrary.WornStrapon() - "sslActorLibrary.psc" Line ? [sexLabQuestActorSlots (1003CE6B)].sslactorlibrary.PickStrapon() - "sslActorLibrary.psc" Line ? [alias ActorSlot073 on quest SexLabQuestActorSlots (1003CE6B)].sslActorAlias.EquipStrapon() - "sslActorAlias.psc" Line ? [alias ActorSlot073 on quest SexLabQuestActorSlots (1003CE6B)].sslActorAlias.SyncThread() - "sslActorAlias.psc" Line ? [alias ActorSlot073 on quest SexLabQuestActorSlots (1003CE6B)].sslActorAlias.StartAnimating() - "sslActorAlias.psc" Line ? [alias ThreadView014 on quest SexLabQuestThreadSlots (1003CE6E)].sslthreadcontroller.OnUpdate() - "sslThreadController.psc" Line ? [12/17/2013 - 06:58:04PM] Error: Cannot call IsEquipped() on a None object, aborting function call stack: [sexLabQuestActorSlots (1003CE6B)].sslactorlibrary.WornStrapon() - "sslActorLibrary.psc" Line ? [sexLabQuestActorSlots (1003CE6B)].sslactorlibrary.PickStrapon() - "sslActorLibrary.psc" Line ? [alias ActorSlot073 on quest SexLabQuestActorSlots (1003CE6B)].sslActorAlias.EquipStrapon() - "sslActorAlias.psc" Line ? [alias ActorSlot073 on quest SexLabQuestActorSlots (1003CE6B)].sslActorAlias.SyncThread() - "sslActorAlias.psc" Line ? [alias ActorSlot073 on quest SexLabQuestActorSlots (1003CE6B)].sslActorAlias.StartAnimating() - "sslActorAlias.psc" Line ? [alias ThreadView014 on quest SexLabQuestThreadSlots (1003CE6E)].sslthreadcontroller.OnUpdate() - "sslThreadController.psc" Line ? [12/17/2013 - 06:58:04PM] Warning: Assigning None to a non-object variable named "::temp71" stack: [sexLabQuestActorSlots (1003CE6B)].sslactorlibrary.WornStrapon() - "sslActorLibrary.psc" Line ? [sexLabQuestActorSlots (1003CE6B)].sslactorlibrary.PickStrapon() - "sslActorLibrary.psc" Line ? [alias ActorSlot073 on quest SexLabQuestActorSlots (1003CE6B)].sslActorAlias.EquipStrapon() - "sslActorAlias.psc" Line ? [alias ActorSlot073 on quest SexLabQuestActorSlots (1003CE6B)].sslActorAlias.SyncThread() - "sslActorAlias.psc" Line ? [alias ActorSlot073 on quest SexLabQuestActorSlots (1003CE6B)].sslActorAlias.StartAnimating() - "sslActorAlias.psc" Line ? [alias ThreadView014 on quest SexLabQuestThreadSlots (1003CE6E)].sslthreadcontroller.OnUpdate() - "sslThreadController.psc" Line ? [12/17/2013 - 06:58:05PM] Error: Cannot call IsEquipped() on a None object, aborting function call stack: [alias ActorSlot073 on quest SexLabQuestActorSlots (1003CE6B)].sslActorAlias.EquipStrapon() - "sslActorAlias.psc" Line ? [alias ActorSlot073 on quest SexLabQuestActorSlots (1003CE6B)].sslActorAlias.SyncThread() - "sslActorAlias.psc" Line ? [alias ActorSlot073 on quest SexLabQuestActorSlots (1003CE6B)].sslActorAlias.StartAnimating() - "sslActorAlias.psc" Line ? [alias ThreadView014 on quest SexLabQuestThreadSlots (1003CE6E)].sslthreadcontroller.OnUpdate() - "sslThreadController.psc" Line ? [12/17/2013 - 06:58:05PM] Warning: Assigning None to a non-object variable named "::temp31" stack: [alias ActorSlot073 on quest SexLabQuestActorSlots (1003CE6B)].sslActorAlias.EquipStrapon() - "sslActorAlias.psc" Line ? [alias ActorSlot073 on quest SexLabQuestActorSlots (1003CE6B)].sslActorAlias.SyncThread() - "sslActorAlias.psc" Line ? [alias ActorSlot073 on quest SexLabQuestActorSlots (1003CE6B)].sslActorAlias.StartAnimating() - "sslActorAlias.psc" Line ? [alias ThreadView014 on quest SexLabQuestThreadSlots (1003CE6E)].sslthreadcontroller.OnUpdate() - "sslThreadController.psc" Line ? [12/17/2013 - 06:58:05PM] Error: Cannot call HasPlayer() on a None object, aborting function call stack: [alias ActorSlot073 on quest SexLabQuestActorSlots (1003CE6B)].sslActorAlias.EquipStrapon() - "sslActorAlias.psc" Line ? [alias ActorSlot073 on quest SexLabQuestActorSlots (1003CE6B)].sslActorAlias.SyncThread() - "sslActorAlias.psc" Line ? [alias ActorSlot073 on quest SexLabQuestActorSlots (1003CE6B)].sslActorAlias.StartAnimating() - "sslActorAlias.psc" Line ? [alias ThreadView014 on quest SexLabQuestThreadSlots (1003CE6E)].sslthreadcontroller.OnUpdate() - "sslThreadController.psc" Line ? [12/17/2013 - 06:58:05PM] Warning: Assigning None to a non-object variable named "::temp31" stack: [alias ActorSlot073 on quest SexLabQuestActorSlots (1003CE6B)].sslActorAlias.EquipStrapon() - "sslActorAlias.psc" Line ? [alias ActorSlot073 on quest SexLabQuestActorSlots (1003CE6B)].sslActorAlias.SyncThread() - "sslActorAlias.psc" Line ? [alias ActorSlot073 on quest SexLabQuestActorSlots (1003CE6B)].sslActorAlias.StartAnimating() - "sslActorAlias.psc" Line ? [alias ThreadView014 on quest SexLabQuestThreadSlots (1003CE6E)].sslthreadcontroller.OnUpdate() - "sslThreadController.psc" Line ? [12/17/2013 - 06:58:05PM] Error: Cannot call EquipItem() on a None object, aborting function call stack: [alias ActorSlot073 on quest SexLabQuestActorSlots (1003CE6B)].sslActorAlias.EquipStrapon() - "sslActorAlias.psc" Line ? [alias ActorSlot073 on quest SexLabQuestActorSlots (1003CE6B)].sslActorAlias.SyncThread() - "sslActorAlias.psc" Line ? [alias ActorSlot073 on quest SexLabQuestActorSlots (1003CE6B)].sslActorAlias.StartAnimating() - "sslActorAlias.psc" Line ? [alias ThreadView014 on quest SexLabQuestThreadSlots (1003CE6E)].sslthreadcontroller.OnUpdate() - "sslThreadController.psc" Line ? [12/17/2013 - 06:58:05PM] SexLab Thread[0] ModEvent: ActorChangeEnd / ActorChangeEnd_PostCoitalBliss [12/17/2013 - 06:58:05PM] [Zad]: Overriding animations. [12/17/2013 - 06:58:05PM] Error: Cannot call IsDead() on a None object, aborting function call stack: [alias ActorSlot073 on quest SexLabQuestActorSlots (1003CE6B)].sslActorAlias.OnUpdate() - "sslActorAlias.psc" Line ? [12/17/2013 - 06:58:05PM] Warning: Assigning None to a non-object variable named "::temp108" stack: [alias ActorSlot073 on quest SexLabQuestActorSlots (1003CE6B)].sslActorAlias.OnUpdate() - "sslActorAlias.psc" Line ? [12/17/2013 - 06:58:05PM] Error: Cannot call IsDisabled() on a None object, aborting function call stack: [alias ActorSlot073 on quest SexLabQuestActorSlots (1003CE6B)].sslActorAlias.OnUpdate() - "sslActorAlias.psc" Line ? [12/17/2013 - 06:58:05PM] Warning: Assigning None to a non-object variable named "::temp109" stack: [alias ActorSlot073 on quest SexLabQuestActorSlots (1003CE6B)].sslActorAlias.OnUpdate() - "sslActorAlias.psc" Line ? [12/17/2013 - 06:58:05PM] Error: Cannot call ActorCount() on a None object, aborting function call stack: [alias ActorSlot073 on quest SexLabQuestActorSlots (1003CE6B)].sslActorAlias.GetEnjoyment() - "sslActorAlias.psc" Line ? [alias ActorSlot073 on quest SexLabQuestActorSlots (1003CE6B)].sslActorAlias.OnUpdate() - "sslActorAlias.psc" Line ? [12/17/2013 - 06:58:05PM] Warning: Assigning None to a non-object variable named "::temp132" stack: [alias ActorSlot073 on quest SexLabQuestActorSlots (1003CE6B)].sslActorAlias.GetEnjoyment() - "sslActorAlias.psc" Line ? [alias ActorSlot073 on quest SexLabQuestActorSlots (1003CE6B)].sslActorAlias.OnUpdate() - "sslActorAlias.psc" Line ? [12/17/2013 - 06:58:05PM] Error: Cannot call TotalTime() on a None object, aborting function call stack: [alias ActorSlot073 on quest SexLabQuestActorSlots (1003CE6B)].sslActorAlias.GetEnjoyment() - "sslActorAlias.psc" Line ? [alias ActorSlot073 on quest SexLabQuestActorSlots (1003CE6B)].sslActorAlias.OnUpdate() - "sslActorAlias.psc" Line ? [12/17/2013 - 06:58:05PM] Warning: Assigning None to a non-object variable named "::temp135" stack: [alias ActorSlot073 on quest SexLabQuestActorSlots (1003CE6B)].sslActorAlias.GetEnjoyment() - "sslActorAlias.psc" Line ? [alias ActorSlot073 on quest SexLabQuestActorSlots (1003CE6B)].sslActorAlias.OnUpdate() - "sslActorAlias.psc" Line ? [12/17/2013 - 06:58:05PM] SexLab Thread[0] ModEvent: StageStart / StageStart_PostCoitalBliss [12/17/2013 - 06:58:05PM] Error: Cannot call HookActors() on a None object, aborting function call stack: [sOS_SetupQuest (69000D62)].sos_setupquest_script.SexLabStageStart() - "SOS_SetupQuest_Script.psc" Line ? [12/17/2013 - 06:58:05PM] [slautilscr <sla_Util (1204290F)>]: Lydia got 6.000000 arousal for watching sex of Min [12/17/2013 - 06:58:06PM] [slautilscr <sla_Util (1204290F)>]: Argis the Bulwark got 2.000000 arousal for watching sex of Min [12/17/2013 - 06:58:11PM] Error: Cannot call IsDead() on a None object, aborting function call stack: [alias ActorSlot073 on quest SexLabQuestActorSlots (1003CE6B)].sslActorAlias.OnUpdate() - "sslActorAlias.psc" Line ? [12/17/2013 - 06:58:11PM] Warning: Assigning None to a non-object variable named "::temp108" stack: [alias ActorSlot073 on quest SexLabQuestActorSlots (1003CE6B)].sslActorAlias.OnUpdate() - "sslActorAlias.psc" Line ? [12/17/2013 - 06:58:11PM] Error: Cannot call IsDisabled() on a None object, aborting function call stack: [alias ActorSlot073 on quest SexLabQuestActorSlots (1003CE6B)].sslActorAlias.OnUpdate() - "sslActorAlias.psc" Line ? [12/17/2013 - 06:58:11PM] Warning: Assigning None to a non-object variable named "::temp109" stack: [alias ActorSlot073 on quest SexLabQuestActorSlots (1003CE6B)].sslActorAlias.OnUpdate() - "sslActorAlias.psc" Line ? [12/17/2013 - 06:58:17PM] Error: Cannot call IsDead() on a None object, aborting function call stack: [alias ActorSlot073 on quest SexLabQuestActorSlots (1003CE6B)].sslActorAlias.OnUpdate() - "sslActorAlias.psc" Line ? [12/17/2013 - 06:58:17PM] Warning: Assigning None to a non-object variable named "::temp108" stack: [alias ActorSlot073 on quest SexLabQuestActorSlots (1003CE6B)].sslActorAlias.OnUpdate() - "sslActorAlias.psc" Line ? [12/17/2013 - 06:58:17PM] Error: Cannot call IsDisabled() on a None object, aborting function call stack: [alias ActorSlot073 on quest SexLabQuestActorSlots (1003CE6B)].sslActorAlias.OnUpdate() - "sslActorAlias.psc" Line ? [12/17/2013 - 06:58:17PM] Warning: Assigning None to a non-object variable named "::temp109" stack: [alias ActorSlot073 on quest SexLabQuestActorSlots (1003CE6B)].sslActorAlias.OnUpdate() - "sslActorAlias.psc" Line ? [12/17/2013 - 06:58:17PM] Error: Cannot call ActorCount() on a None object, aborting function call stack: [alias ActorSlot073 on quest SexLabQuestActorSlots (1003CE6B)].sslActorAlias.GetEnjoyment() - "sslActorAlias.psc" Line ? [alias ActorSlot073 on quest SexLabQuestActorSlots (1003CE6B)].sslActorAlias.OnUpdate() - "sslActorAlias.psc" Line ? [12/17/2013 - 06:58:17PM] Warning: Assigning None to a non-object variable named "::temp132" stack: [alias ActorSlot073 on quest SexLabQuestActorSlots (1003CE6B)].sslActorAlias.GetEnjoyment() - "sslActorAlias.psc" Line ? [alias ActorSlot073 on quest SexLabQuestActorSlots (1003CE6B)].sslActorAlias.OnUpdate() - "sslActorAlias.psc" Line ? [12/17/2013 - 06:58:17PM] Error: Cannot call TotalTime() on a None object, aborting function call stack: [alias ActorSlot073 on quest SexLabQuestActorSlots (1003CE6B)].sslActorAlias.GetEnjoyment() - "sslActorAlias.psc" Line ? [alias ActorSlot073 on quest SexLabQuestActorSlots (1003CE6B)].sslActorAlias.OnUpdate() - "sslActorAlias.psc" Line ? [12/17/2013 - 06:58:17PM] Warning: Assigning None to a non-object variable named "::temp135" stack: [alias ActorSlot073 on quest SexLabQuestActorSlots (1003CE6B)].sslActorAlias.GetEnjoyment() - "sslActorAlias.psc" Line ? [alias ActorSlot073 on quest SexLabQuestActorSlots (1003CE6B)].sslActorAlias.OnUpdate() - "sslActorAlias.psc" Line ? [12/17/2013 - 06:58:23PM] Error: Cannot call IsDead() on a None object, aborting function call stack: [alias ActorSlot073 on quest SexLabQuestActorSlots (1003CE6B)].sslActorAlias.OnUpdate() - "sslActorAlias.psc" Line ? [12/17/2013 - 06:58:23PM] Warning: Assigning None to a non-object variable named "::temp108" stack: [alias ActorSlot073 on quest SexLabQuestActorSlots (1003CE6B)].sslActorAlias.OnUpdate() - "sslActorAlias.psc" Line ? [12/17/2013 - 06:58:23PM] Error: Cannot call IsDisabled() on a None object, aborting function call stack: [alias ActorSlot073 on quest SexLabQuestActorSlots (1003CE6B)].sslActorAlias.OnUpdate() - "sslActorAlias.psc" Line ? [12/17/2013 - 06:58:23PM] Warning: Assigning None to a non-object variable named "::temp109" stack: [alias ActorSlot073 on quest SexLabQuestActorSlots (1003CE6B)].sslActorAlias.OnUpdate() - "sslActorAlias.psc" Line ? [12/17/2013 - 06:58:29PM] Error: Cannot call IsDead() on a None object, aborting function call stack: [alias ActorSlot073 on quest SexLabQuestActorSlots (1003CE6B)].sslActorAlias.OnUpdate() - "sslActorAlias.psc" Line ? [12/17/2013 - 06:58:29PM] Warning: Assigning None to a non-object variable named "::temp108" stack: [alias ActorSlot073 on quest SexLabQuestActorSlots (1003CE6B)].sslActorAlias.OnUpdate() - "sslActorAlias.psc" Line ? [12/17/2013 - 06:58:29PM] Error: Cannot call IsDisabled() on a None object, aborting function call stack: [alias ActorSlot073 on quest SexLabQuestActorSlots (1003CE6B)].sslActorAlias.OnUpdate() - "sslActorAlias.psc" Line ? [12/17/2013 - 06:58:29PM] Warning: Assigning None to a non-object variable named "::temp109" stack: [alias ActorSlot073 on quest SexLabQuestActorSlots (1003CE6B)].sslActorAlias.OnUpdate() - "sslActorAlias.psc" Line ? [12/17/2013 - 06:58:29PM] Error: Cannot call ActorCount() on a None object, aborting function call stack: [alias ActorSlot073 on quest SexLabQuestActorSlots (1003CE6B)].sslActorAlias.GetEnjoyment() - "sslActorAlias.psc" Line ? [alias ActorSlot073 on quest SexLabQuestActorSlots (1003CE6B)].sslActorAlias.OnUpdate() - "sslActorAlias.psc" Line ? [12/17/2013 - 06:58:29PM] Warning: Assigning None to a non-object variable named "::temp132" stack: [alias ActorSlot073 on quest SexLabQuestActorSlots (1003CE6B)].sslActorAlias.GetEnjoyment() - "sslActorAlias.psc" Line ? [alias ActorSlot073 on quest SexLabQuestActorSlots (1003CE6B)].sslActorAlias.OnUpdate() - "sslActorAlias.psc" Line ? [12/17/2013 - 06:58:29PM] Error: Cannot call TotalTime() on a None object, aborting function call stack: [alias ActorSlot073 on quest SexLabQuestActorSlots (1003CE6B)].sslActorAlias.GetEnjoyment() - "sslActorAlias.psc" Line ? [alias ActorSlot073 on quest SexLabQuestActorSlots (1003CE6B)].sslActorAlias.OnUpdate() - "sslActorAlias.psc" Line ? [12/17/2013 - 06:58:29PM] Warning: Assigning None to a non-object variable named "::temp135" stack: [alias ActorSlot073 on quest SexLabQuestActorSlots (1003CE6B)].sslActorAlias.GetEnjoyment() - "sslActorAlias.psc" Line ? [alias ActorSlot073 on quest SexLabQuestActorSlots (1003CE6B)].sslActorAlias.OnUpdate() - "sslActorAlias.psc" Line ? [12/17/2013 - 06:58:35PM] Error: Cannot call IsDead() on a None object, aborting function call stack: [alias ActorSlot073 on quest SexLabQuestActorSlots (1003CE6B)].sslActorAlias.OnUpdate() - "sslActorAlias.psc" Line ? [12/17/2013 - 06:58:35PM] Warning: Assigning None to a non-object variable named "::temp108" stack: [alias ActorSlot073 on quest SexLabQuestActorSlots (1003CE6B)].sslActorAlias.OnUpdate() - "sslActorAlias.psc" Line ? [12/17/2013 - 06:58:35PM] Error: Cannot call IsDisabled() on a None object, aborting function call stack: [alias ActorSlot073 on quest SexLabQuestActorSlots (1003CE6B)].sslActorAlias.OnUpdate() - "sslActorAlias.psc" Line ? [12/17/2013 - 06:58:35PM] Warning: Assigning None to a non-object variable named "::temp109" stack: [alias ActorSlot073 on quest SexLabQuestActorSlots (1003CE6B)].sslActorAlias.OnUpdate() - "sslActorAlias.psc" Line ? [12/17/2013 - 06:58:36PM] SexLab Thread[0] ModEvent: StageEnd / StageEnd_PostCoitalBliss [12/17/2013 - 06:58:36PM] SexLab Thread[0] ModEvent: StageStart / StageStart_PostCoitalBliss [12/17/2013 - 06:58:36PM] Error: Cannot call HookActors() on a None object, aborting function call stack: [sOS_SetupQuest (69000D62)].sos_setupquest_script.SexLabStageStart() - "SOS_SetupQuest_Script.psc" Line ? [12/17/2013 - 06:58:36PM] [slautilscr <sla_Util (1204290F)>]: Lydia got 6.000000 arousal for watching sex of Min [12/17/2013 - 06:58:36PM] [slautilscr <sla_Util (1204290F)>]: Argis the Bulwark got 2.000000 arousal for watching sex of Min [12/17/2013 - 06:58:38PM] SexLab Thread[0] ModEvent: StageEnd / StageEnd_PostCoitalBliss [12/17/2013 - 06:58:38PM] SexLab Thread[0] ModEvent: StageStart / StageStart_PostCoitalBliss [12/17/2013 - 06:58:38PM] Error: Cannot call HookActors() on a None object, aborting function call stack: [sOS_SetupQuest (69000D62)].sos_setupquest_script.SexLabStageStart() - "SOS_SetupQuest_Script.psc" Line ? [12/17/2013 - 06:58:38PM] [slautilscr <sla_Util (1204290F)>]: Lydia got 6.000000 arousal for watching sex of Min [12/17/2013 - 06:58:38PM] [slautilscr <sla_Util (1204290F)>]: Argis the Bulwark got 2.000000 arousal for watching sex of Min [12/17/2013 - 06:58:39PM] SexLab Thread[0] ModEvent: StageEnd / StageEnd_PostCoitalBliss [12/17/2013 - 06:58:39PM] SexLab Thread[0] ModEvent: StageStart / StageStart_PostCoitalBliss [12/17/2013 - 06:58:39PM] Error: Cannot call HookActors() on a None object, aborting function call stack: [sOS_SetupQuest (69000D62)].sos_setupquest_script.SexLabStageStart() - "SOS_SetupQuest_Script.psc" Line ? [12/17/2013 - 06:58:39PM] [slautilscr <sla_Util (1204290F)>]: Lydia got 6.000000 arousal for watching sex of Min [12/17/2013 - 06:58:40PM] [slautilscr <sla_Util (1204290F)>]: Argis the Bulwark got 2.000000 arousal for watching sex of Min [12/17/2013 - 06:58:41PM] Error: Cannot call IsDead() on a None object, aborting function call stack: [alias ActorSlot073 on quest SexLabQuestActorSlots (1003CE6B)].sslActorAlias.OnUpdate() - "sslActorAlias.psc" Line ? [12/17/2013 - 06:58:41PM] Warning: Assigning None to a non-object variable named "::temp108" stack: [alias ActorSlot073 on quest SexLabQuestActorSlots (1003CE6B)].sslActorAlias.OnUpdate() - "sslActorAlias.psc" Line ? [12/17/2013 - 06:58:41PM] Error: Cannot call IsDisabled() on a None object, aborting function call stack: [alias ActorSlot073 on quest SexLabQuestActorSlots (1003CE6B)].sslActorAlias.OnUpdate() - "sslActorAlias.psc" Line ? [12/17/2013 - 06:58:41PM] Warning: Assigning None to a non-object variable named "::temp109" stack: [alias ActorSlot073 on quest SexLabQuestActorSlots (1003CE6B)].sslActorAlias.OnUpdate() - "sslActorAlias.psc" Line ? [12/17/2013 - 06:58:41PM] Error: Cannot call ActorCount() on a None object, aborting function call stack: [alias ActorSlot073 on quest SexLabQuestActorSlots (1003CE6B)].sslActorAlias.GetEnjoyment() - "sslActorAlias.psc" Line ? [alias ActorSlot073 on quest SexLabQuestActorSlots (1003CE6B)].sslActorAlias.OnUpdate() - "sslActorAlias.psc" Line ? [12/17/2013 - 06:58:41PM] Warning: Assigning None to a non-object variable named "::temp132" stack: [alias ActorSlot073 on quest SexLabQuestActorSlots (1003CE6B)].sslActorAlias.GetEnjoyment() - "sslActorAlias.psc" Line ? [alias ActorSlot073 on quest SexLabQuestActorSlots (1003CE6B)].sslActorAlias.OnUpdate() - "sslActorAlias.psc" Line ? [12/17/2013 - 06:58:41PM] Error: Cannot call TotalTime() on a None object, aborting function call stack: [alias ActorSlot073 on quest SexLabQuestActorSlots (1003CE6B)].sslActorAlias.GetEnjoyment() - "sslActorAlias.psc" Line ? [alias ActorSlot073 on quest SexLabQuestActorSlots (1003CE6B)].sslActorAlias.OnUpdate() - "sslActorAlias.psc" Line ? [12/17/2013 - 06:58:41PM] Warning: Assigning None to a non-object variable named "::temp135" stack: [alias ActorSlot073 on quest SexLabQuestActorSlots (1003CE6B)].sslActorAlias.GetEnjoyment() - "sslActorAlias.psc" Line ? [alias ActorSlot073 on quest SexLabQuestActorSlots (1003CE6B)].sslActorAlias.OnUpdate() - "sslActorAlias.psc" Line ? [12/17/2013 - 06:58:43PM] SexLab Thread[0] ModEvent: StageEnd / StageEnd_PostCoitalBliss [12/17/2013 - 06:58:43PM] SexLab Thread[0] ModEvent: StageStart / StageStart_PostCoitalBliss [12/17/2013 - 06:58:43PM] Error: Cannot call HookActors() on a None object, aborting function call stack: [sOS_SetupQuest (69000D62)].sos_setupquest_script.SexLabStageStart() - "SOS_SetupQuest_Script.psc" Line ? [12/17/2013 - 06:58:43PM] [slautilscr <sla_Util (1204290F)>]: Lydia got 6.000000 arousal for watching sex of Min [12/17/2013 - 06:58:43PM] [slautilscr <sla_Util (1204290F)>]: Argis the Bulwark got 2.000000 arousal for watching sex of Min [12/17/2013 - 06:58:45PM] SexLab Thread[0] ModEvent: StageEnd / StageEnd_PostCoitalBliss [12/17/2013 - 06:58:45PM] SexLab Thread[0] ModEvent: StageStart / StageStart_PostCoitalBliss [12/17/2013 - 06:58:45PM] Error: Cannot call HookActors() on a None object, aborting function call stack: [sOS_SetupQuest (69000D62)].sos_setupquest_script.SexLabStageStart() - "SOS_SetupQuest_Script.psc" Line ? [12/17/2013 - 06:58:45PM] [slautilscr <sla_Util (1204290F)>]: Lydia got 6.000000 arousal for watching sex of Min [12/17/2013 - 06:58:45PM] [slautilscr <sla_Util (1204290F)>]: Argis the Bulwark got 2.000000 arousal for watching sex of Min [12/17/2013 - 06:58:47PM] Error: Cannot call IsDead() on a None object, aborting function call stack: [alias ActorSlot073 on quest SexLabQuestActorSlots (1003CE6B)].sslActorAlias.OnUpdate() - "sslActorAlias.psc" Line ? [12/17/2013 - 06:58:47PM] Warning: Assigning None to a non-object variable named "::temp108" stack: [alias ActorSlot073 on quest SexLabQuestActorSlots (1003CE6B)].sslActorAlias.OnUpdate() - "sslActorAlias.psc" Line ? [12/17/2013 - 06:58:47PM] Error: Cannot call IsDisabled() on a None object, aborting function call stack: [alias ActorSlot073 on quest SexLabQuestActorSlots (1003CE6B)].sslActorAlias.OnUpdate() - "sslActorAlias.psc" Line ? [12/17/2013 - 06:58:47PM] Warning: Assigning None to a non-object variable named "::temp109" stack: [alias ActorSlot073 on quest SexLabQuestActorSlots (1003CE6B)].sslActorAlias.OnUpdate() - "sslActorAlias.psc" Line ? [12/17/2013 - 06:58:47PM] SexLab Thread[0] ModEvent: StageEnd / StageEnd_PostCoitalBliss [12/17/2013 - 06:58:47PM] SexLab Thread[0] ModEvent: StageStart / StageStart_PostCoitalBliss [12/17/2013 - 06:58:47PM] Error: Cannot call HookActors() on a None object, aborting function call stack: [sOS_SetupQuest (69000D62)].sos_setupquest_script.SexLabStageStart() - "SOS_SetupQuest_Script.psc" Line ? [12/17/2013 - 06:58:47PM] [slautilscr <sla_Util (1204290F)>]: Lydia got 6.000000 arousal for watching sex of Min [12/17/2013 - 06:58:48PM] [slautilscr <sla_Util (1204290F)>]: Argis the Bulwark got 2.000000 arousal for watching sex of Min [12/17/2013 - 06:58:51PM] SexLab Thread[0] ModEvent: StageEnd / StageEnd_PostCoitalBliss [12/17/2013 - 06:58:51PM] SexLab Thread[0] ModEvent: StageStart / StageStart_PostCoitalBliss [12/17/2013 - 06:58:51PM] Error: Cannot call HookActors() on a None object, aborting function call stack: [sOS_SetupQuest (69000D62)].sos_setupquest_script.SexLabStageStart() - "SOS_SetupQuest_Script.psc" Line ? [12/17/2013 - 06:58:51PM] [slautilscr <sla_Util (1204290F)>]: Lydia got 6.000000 arousal for watching sex of Min [12/17/2013 - 06:58:51PM] [slautilscr <sla_Util (1204290F)>]: Argis the Bulwark got 2.000000 arousal for watching sex of Min [12/17/2013 - 06:58:52PM] SexLab Thread[0] ModEvent: StageEnd / StageEnd_PostCoitalBliss [12/17/2013 - 06:58:52PM] SexLab Thread[0] ModEvent: StageStart / StageStart_PostCoitalBliss [12/17/2013 - 06:58:52PM] Error: Cannot call HookActors() on a None object, aborting function call stack: [sOS_SetupQuest (69000D62)].sos_setupquest_script.SexLabStageStart() - "SOS_SetupQuest_Script.psc" Line ? [12/17/2013 - 06:58:52PM] [slautilscr <sla_Util (1204290F)>]: Lydia got 6.000000 arousal for watching sex of Min [12/17/2013 - 06:58:52PM] [slautilscr <sla_Util (1204290F)>]: Argis the Bulwark got 2.000000 arousal for watching sex of Min [12/17/2013 - 06:58:53PM] Error: Cannot call IsDead() on a None object, aborting function call stack: [alias ActorSlot073 on quest SexLabQuestActorSlots (1003CE6B)].sslActorAlias.OnUpdate() - "sslActorAlias.psc" Line ? [12/17/2013 - 06:58:53PM] Warning: Assigning None to a non-object variable named "::temp108" stack: [alias ActorSlot073 on quest SexLabQuestActorSlots (1003CE6B)].sslActorAlias.OnUpdate() - "sslActorAlias.psc" Line ? [12/17/2013 - 06:58:53PM] Error: Cannot call IsDisabled() on a None object, aborting function call stack: [alias ActorSlot073 on quest SexLabQuestActorSlots (1003CE6B)].sslActorAlias.OnUpdate() - "sslActorAlias.psc" Line ? [12/17/2013 - 06:58:53PM] Warning: Assigning None to a non-object variable named "::temp109" stack: [alias ActorSlot073 on quest SexLabQuestActorSlots (1003CE6B)].sslActorAlias.OnUpdate() - "sslActorAlias.psc" Line ? [12/17/2013 - 06:58:53PM] Error: Cannot call ActorCount() on a None object, aborting function call stack: [alias ActorSlot073 on quest SexLabQuestActorSlots (1003CE6B)].sslActorAlias.GetEnjoyment() - "sslActorAlias.psc" Line ? [alias ActorSlot073 on quest SexLabQuestActorSlots (1003CE6B)].sslActorAlias.OnUpdate() - "sslActorAlias.psc" Line ? [12/17/2013 - 06:58:53PM] Warning: Assigning None to a non-object variable named "::temp132" stack: [alias ActorSlot073 on quest SexLabQuestActorSlots (1003CE6B)].sslActorAlias.GetEnjoyment() - "sslActorAlias.psc" Line ? [alias ActorSlot073 on quest SexLabQuestActorSlots (1003CE6B)].sslActorAlias.OnUpdate() - "sslActorAlias.psc" Line ? [12/17/2013 - 06:58:53PM] Error: Cannot call TotalTime() on a None object, aborting function call stack: [alias ActorSlot073 on quest SexLabQuestActorSlots (1003CE6B)].sslActorAlias.GetEnjoyment() - "sslActorAlias.psc" Line ? [alias ActorSlot073 on quest SexLabQuestActorSlots (1003CE6B)].sslActorAlias.OnUpdate() - "sslActorAlias.psc" Line ? [12/17/2013 - 06:58:53PM] Warning: Assigning None to a non-object variable named "::temp135" stack: [alias ActorSlot073 on quest SexLabQuestActorSlots (1003CE6B)].sslActorAlias.GetEnjoyment() - "sslActorAlias.psc" Line ? [alias ActorSlot073 on quest SexLabQuestActorSlots (1003CE6B)].sslActorAlias.OnUpdate() - "sslActorAlias.psc" Line ? [12/17/2013 - 06:58:54PM] SexLab Thread[0] ModEvent: StageEnd / StageEnd_PostCoitalBliss [12/17/2013 - 06:58:54PM] SexLab Thread[0] ModEvent: StageStart / StageStart_PostCoitalBliss [12/17/2013 - 06:58:54PM] Error: Cannot call HookActors() on a None object, aborting function call stack: [sOS_SetupQuest (69000D62)].sos_setupquest_script.SexLabStageStart() - "SOS_SetupQuest_Script.psc" Line ? [12/17/2013 - 06:58:54PM] [slautilscr <sla_Util (1204290F)>]: Lydia got 6.000000 arousal for watching sex of Min [12/17/2013 - 06:58:55PM] [slautilscr <sla_Util (1204290F)>]: Argis the Bulwark got 2.000000 arousal for watching sex of Min [12/17/2013 - 06:58:57PM] SexLab Thread[0] ModEvent: StageEnd / StageEnd_PostCoitalBliss [12/17/2013 - 06:58:57PM] SexLab Thread[0] ModEvent: StageStart / StageStart_PostCoitalBliss [12/17/2013 - 06:58:57PM] Error: Cannot call HookActors() on a None object, aborting function call stack: [sOS_SetupQuest (69000D62)].sos_setupquest_script.SexLabStageStart() - "SOS_SetupQuest_Script.psc" Line ? [12/17/2013 - 06:58:57PM] [slautilscr <sla_Util (1204290F)>]: Lydia got 6.000000 arousal for watching sex of Min [12/17/2013 - 06:58:57PM] [slautilscr <sla_Util (1204290F)>]: Argis the Bulwark got 2.000000 arousal for watching sex of Min [12/17/2013 - 06:58:58PM] SexLab Thread[0] ModEvent: StageEnd / StageEnd_PostCoitalBliss [12/17/2013 - 06:58:59PM] SexLab Thread[0] ModEvent: StageStart / StageStart_PostCoitalBliss [12/17/2013 - 06:58:59PM] Error: Cannot call HookActors() on a None object, aborting function call stack: [sOS_SetupQuest (69000D62)].sos_setupquest_script.SexLabStageStart() - "SOS_SetupQuest_Script.psc" Line ? [12/17/2013 - 06:58:59PM] [slautilscr <sla_Util (1204290F)>]: Lydia got 6.000000 arousal for watching sex of Min [12/17/2013 - 06:58:59PM] [slautilscr <sla_Util (1204290F)>]: Argis the Bulwark got 2.000000 arousal for watching sex of Min [12/17/2013 - 06:58:59PM] Error: Cannot call IsDead() on a None object, aborting function call stack: [alias ActorSlot073 on quest SexLabQuestActorSlots (1003CE6B)].sslActorAlias.OnUpdate() - "sslActorAlias.psc" Line ? [12/17/2013 - 06:58:59PM] Warning: Assigning None to a non-object variable named "::temp108" stack: [alias ActorSlot073 on quest SexLabQuestActorSlots (1003CE6B)].sslActorAlias.OnUpdate() - "sslActorAlias.psc" Line ? [12/17/2013 - 06:58:59PM] Error: Cannot call IsDisabled() on a None object, aborting function call stack: [alias ActorSlot073 on quest SexLabQuestActorSlots (1003CE6B)].sslActorAlias.OnUpdate() - "sslActorAlias.psc" Line ? [12/17/2013 - 06:58:59PM] Warning: Assigning None to a non-object variable named "::temp109" stack: [alias ActorSlot073 on quest SexLabQuestActorSlots (1003CE6B)].sslActorAlias.OnUpdate() - "sslActorAlias.psc" Line ? [12/17/2013 - 06:59:05PM] Error: Cannot call IsDead() on a None object, aborting function call stack: [alias ActorSlot073 on quest SexLabQuestActorSlots (1003CE6B)].sslActorAlias.OnUpdate() - "sslActorAlias.psc" Line ? [12/17/2013 - 06:59:05PM] Warning: Assigning None to a non-object variable named "::temp108" stack: [alias ActorSlot073 on quest SexLabQuestActorSlots (1003CE6B)].sslActorAlias.OnUpdate() - "sslActorAlias.psc" Line ? [12/17/2013 - 06:59:05PM] Error: Cannot call IsDisabled() on a None object, aborting function call stack: [alias ActorSlot073 on quest SexLabQuestActorSlots (1003CE6B)].sslActorAlias.OnUpdate() - "sslActorAlias.psc" Line ? [12/17/2013 - 06:59:05PM] Warning: Assigning None to a non-object variable named "::temp109" stack: [alias ActorSlot073 on quest SexLabQuestActorSlots (1003CE6B)].sslActorAlias.OnUpdate() - "sslActorAlias.psc" Line ? [12/17/2013 - 06:59:05PM] Error: Cannot call ActorCount() on a None object, aborting function call stack: [alias ActorSlot073 on quest SexLabQuestActorSlots (1003CE6B)].sslActorAlias.GetEnjoyment() - "sslActorAlias.psc" Line ? [alias ActorSlot073 on quest SexLabQuestActorSlots (1003CE6B)].sslActorAlias.OnUpdate() - "sslActorAlias.psc" Line ? [12/17/2013 - 06:59:05PM] Warning: Assigning None to a non-object variable named "::temp132" stack: [alias ActorSlot073 on quest SexLabQuestActorSlots (1003CE6B)].sslActorAlias.GetEnjoyment() - "sslActorAlias.psc" Line ? [alias ActorSlot073 on quest SexLabQuestActorSlots (1003CE6B)].sslActorAlias.OnUpdate() - "sslActorAlias.psc" Line ? [12/17/2013 - 06:59:05PM] Error: Cannot call TotalTime() on a None object, aborting function call stack: [alias ActorSlot073 on quest SexLabQuestActorSlots (1003CE6B)].sslActorAlias.GetEnjoyment() - "sslActorAlias.psc" Line ? [alias ActorSlot073 on quest SexLabQuestActorSlots (1003CE6B)].sslActorAlias.OnUpdate() - "sslActorAlias.psc" Line ? [12/17/2013 - 06:59:05PM] Warning: Assigning None to a non-object variable named "::temp135" stack: [alias ActorSlot073 on quest SexLabQuestActorSlots (1003CE6B)].sslActorAlias.GetEnjoyment() - "sslActorAlias.psc" Line ? [alias ActorSlot073 on quest SexLabQuestActorSlots (1003CE6B)].sslActorAlias.OnUpdate() - "sslActorAlias.psc" Line ? [12/17/2013 - 06:59:11PM] Error: Cannot call IsDead() on a None object, aborting function call stack: [alias ActorSlot073 on quest SexLabQuestActorSlots (1003CE6B)].sslActorAlias.OnUpdate() - "sslActorAlias.psc" Line ? [12/17/2013 - 06:59:11PM] Warning: Assigning None to a non-object variable named "::temp108" stack: [alias ActorSlot073 on quest SexLabQuestActorSlots (1003CE6B)].sslActorAlias.OnUpdate() - "sslActorAlias.psc" Line ? [12/17/2013 - 06:59:11PM] Error: Cannot call IsDisabled() on a None object, aborting function call stack: [alias ActorSlot073 on quest SexLabQuestActorSlots (1003CE6B)].sslActorAlias.OnUpdate() - "sslActorAlias.psc" Line ? [12/17/2013 - 06:59:11PM] Warning: Assigning None to a non-object variable named "::temp109" stack: [alias ActorSlot073 on quest SexLabQuestActorSlots (1003CE6B)].sslActorAlias.OnUpdate() - "sslActorAlias.psc" Line ?
Ashal Posted December 18, 2013 Posted December 18, 2013 As evidenced by the the comments in sslThreadModel, I clearly forgot to fix it before release: ; ; TODO: Probably needs to be redone again due to ActorSlot changes ; function ChangeActors(actor[] changeTo) ... endFunction I had done some untested "guess work" on the updates that needed to be done to it and left myself a TODO note to check and update it before release. Clearly I forgot as the note is still there. I'll make sure it's fixed in 1.31, which will be out in a day or two.
Min Posted December 18, 2013 Author Posted December 18, 2013 As evidenced by the the comments in sslThreadModel, I clearly forgot to fix it before release: ; ; TODO: Probably needs to be redone again due to ActorSlot changes ; function ChangeActors(actor[] changeTo) ... endFunction I had done some untested "guess work" on the updates that needed to be done to it and left myself a TODO note to check and update it before release. Clearly I forgot as the note is still there. I'll make sure it's fixed in 1.31, which will be out in a day or two. Ah, I didn't read the comments in that file. Thanks!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.