dkatryl Posted January 7, 2014 Author Posted January 7, 2014 I did also notice two other minor issues, I am only mentioning them so I don't forget but they are not anything to worry about at the moment. 1) Submit seems to pull from all the animations now instead of being limited to just those chosen from the aggressive list like it use to do. 2) If a animal is pulled in then the character never gets tied up. I test this at Readon's Rest(I think that is what the bandit dungeon is called), anyways the bandits have a dog with them. Every time i surrendered in there, the dog would take a turn along with the humans but then my character would never get tied up. I am guessing that is because the game is detecting a animal and defaulting to the fact animals can't tie characters up. Perhaps a better thing would be to have submit search for a humaniod NPC and if one is found the tie up works. That would still leave groups of animals not tieing up the PC but when it is a mix group on those rare times then the PC would still be tied up. which makes more sense. Anyways the last two are far far from priorities, as I said only listing them now so i don't forget to bring them up after the other issue is resolved. I changed nothing in the actual Tags(2, "Aggressive" definition, or however it was in recent updates. In fact, that hasn't changed since, pretty much forever. I would double check your SL settings and make sure the "Restrict Aggressive" option is checked. As the animal in the mix? Yep, that's probably what happened. Depending on when/where the animal was in the mix, it probably registered animal and aborted the tying up part.
Stormflare Posted January 7, 2014 Posted January 7, 2014 Gonna test the new version now. Is it only player submit that show the hogtie, or is it live in the "Stay here untill I come back" option for captured bandits as well? Another thing, I started to play around with the stripping settings in SexLab, but it didnt effect Npcs in Submit at all (victim). For my PC (aggressor at the time) it looked ok. Have I missed something? Currently, only the player, as it was a proof of concept and to help tie in with the recent mod that adds some DD stuff to the mix. However, adding it to captured bandits you tell to wait is a good idea. The stripping of victims is a deliberate thing. For NPC victims: If I don't strip them fully, then you can access their worn gear in the "gift" menu I open so you can loot them without killing them. For Player victims: Technically, the bandits would steal EVERYthing from you anyway. Even if you have the option for them not to actually steal your gear, the only reason I conceded to that option was a bone I tossed to those that got irritated that removing items would automatically break your favorites bindings, and you'd have to reset it each time. But, the illusion is still that you had all of your gear stolen, hence the full stripping. Both reasons necessitate stripping the victim prior to the normal Sexlab stripping. Ah, good to know! =)
Ashra XIII Posted January 7, 2014 Posted January 7, 2014 I don't understand the thing about breaking Favorites though. When my gear is taken by Submit and then I get it back later, all my favorites are still in place. I do have to reassign numbers, but that takes a second. I guess maybe it's worse if you have tons of numbers assigned.
volfin Posted January 7, 2014 Posted January 7, 2014 I've been having some random issues with manual submitting as well. Usually i'll be attacked by a mob, hit the submit key, and then everyone just stops in their tracks. I never get the "You try to submit" message. Sometimes my gold is still taken though. One time I tried whacking a nearby bandit to see if I could get them to agro again so I could try submitting again. However, I triggered a decapitation on them. When I looted the body, they had my gold. So I'm not clear why it just decides to stop mid submit and hang on some occasions. Related, I went some miles away right after that, and submitted again to a new mob. And the unprocessed guys from the first failed submit teleported over for a visit. So In that regard I understand the slots would never have been cleared from the first failed attempt. If I see it happen again, i'll drop everything and check the log for anything useful.
dkatryl Posted January 7, 2014 Author Posted January 7, 2014 I don't understand the thing about breaking Favorites though. When my gear is taken by Submit and then I get it back later, all my favorites are still in place. I do have to reassign numbers, but that takes a second. I guess maybe it's worse if you have tons of numbers assigned. Yeah, it's the number assigning, not the little star thingy. Like I said, I could see it being a nuisance.
dkatryl Posted January 7, 2014 Author Posted January 7, 2014 I've been having some random issues with manual submitting as well. Usually i'll be attacked by a mob, hit the submit key, and then everyone just stops in their tracks. I never get the "You try to submit" message. Sometimes my gold is still taken though. One time I tried whacking a nearby bandit to see if I could get them to agro again so I could try submitting again. However, I triggered a decapitation on them. When I looted the body, they had my gold. So I'm not clear why it just decides to stop mid submit and hang on some occasions. Related, I went some miles away right after that, and submitted again to a new mob. And the unprocessed guys from the first failed submit teleported over for a visit. So In that regard I understand the slots would never have been cleared from the first failed attempt. If I see it happen again, i'll drop everything and check the log for anything useful. I would expect, if you see anything, there will be several "None" errors, probably from some kind of timing and/or script lag that is preventing something from executing properly. For instance, it sounds like in your case (And everyone with similar) getting return visits of older mobs, that the dedicated function that was written *specifically* to clear all of the slots isn't being allowed to finish properly. The only reason I added the 4 extra Alias slots (up from the 2 originally) was so that the 4 extra bandits/etc wouldn't just wander off in their sandbox and not be around for the followup pulses. Considering the range on the pulse (1000 units) and it seeming to pull in old things out of nowhere, I half wonder if dropping it back to only 2 slots and just letting the range pick up the wandering ones would help with what sounds like serious script lag that is giving intermittent results. Once they get added to the temporary 'sated' faction, they are excluded from being chosen again anyway. By doing so, it would basically be exactly like the original 2 actor max code, the only exception would be it would repeat the process until it exhausts all nearby targets. Same thing it does now, just without the extra overhead of gathering 4 extra actors for the sake of standing there. It may come at the cost of some actors wandering off out of range, depending on their sandboxing, but I believe everyone would agree that is an acceptable alternative to it not working at all. The fact that 'dead' actors show up is the most puzzling, as I have a check to disallow it from picking up dead actors. There is also the possibility that the extra code I added to the AutoSurrenderTargetSelect script, that assigns the first valid target to the first available and unfilled Alias slot is slowing down execution of that particular script, and when it's being run on several targets, add in a little generic papyrus script lag overall, and it's just having timing issues. Dunno. Could be lots of things. Think the safest thing is to simplify things a wee.
Coopervane Posted January 7, 2014 Posted January 7, 2014 Problems like dead people showing up and other oddities seems to be caused by scripts/events failing to terminate (IE, the mod ballsed up at some point due to script-lag or whatever when a sequence was underway, and this prevented it from finishing properly, causing problems later on). Would disabling and then re-enabling the "mod enabled" function in the MCM-menu clear any unfinished instances that might be haunting in the background? Because if so, using that function every once in a while might clear up some of the issues that can crop up over time. Could be worth recommending that to people if it works.
Guest Posted January 7, 2014 Posted January 7, 2014 Simple is good. Personally, I would be fine with a smaller pull-in range as well as the 2 slots. If badits wander off, then maybe they're just the ones who don't get the best spoils. You could always simply allow the 2 slots then bind, and increase the rate of 'abused while bound', which I think is a little low anyway - even my level 2 mage is breaking binds before this happens most of the time.
nutluck Posted January 7, 2014 Posted January 7, 2014 Dkatryl it is not just dead people/things showing up at times. Sometimes it is live mobs as well teleporting from far off. So it seems like the script is not finishing to remove them from the list. As for the removing the 4 put into wait mode I think that is fine. Just do the 2 capture as always and send out the pulse and gather those that are in range. That is plenty good and should work well enough and in forts etc it should grab everyone in the fort just fine.
dkatryl Posted January 7, 2014 Author Posted January 7, 2014 Dkatryl it is not just dead people/things showing up at times. Sometimes it is live mobs as well teleporting from far off. So it seems like the script is not finishing to remove them from the list. Yeah, it's probably a one in the same issue, the slots weren't cleared due to lag or something, and then they go pulled in simply because they were still assigned, despite being well outside of the radius. In those situations, it didn't matter if the actor no longer was valid (due to being dead or whatever), it was just really odd to hear dead ones were popping up.
dkatryl Posted January 7, 2014 Author Posted January 7, 2014 Simple is good. Personally, I would be fine with a smaller pull-in range as well as the 2 slots. If badits wander off, then maybe they're just the ones who don't get the best spoils. You could always simply allow the 2 slots then bind, and increase the rate of 'abused while bound', which I think is a little low anyway - even my level 2 mage is breaking binds before this happens most of the time. The second half is also a possiblity. Speed up the process, make it every 5 seconds instead of 15 or whatever. Another thought, dunno how easy it would be to do, is just send out a pulse to the extras and just have them yank on their crank while they wait or something. Keep em from wandering off. Who knows. I'll play with it after I scale things back a wee.
nutluck Posted January 7, 2014 Posted January 7, 2014 Yeah just to be clear when I say they sometimes pull the mob from a long way off. I went to the Grey fort just outside of Whiterun then ran all the way up to that other little fort to the north of Whiterun and got attacked by wolves near it and it was pulling the same last bandit from the Grey fort. Which is way outside of the pulse range. So defiantly it is keeping them queued for some reason and not clearing them from the list. Since range then seems to have no effect. Hmm I wonder if zoning would clear them or if they would still pop up in another zone too. May have to try that later tonight if I get time.
JahReit Posted January 7, 2014 Posted January 7, 2014 Simple is good. Personally, I would be fine with a smaller pull-in range as well as the 2 slots. If badits wander off, then maybe they're just the ones who don't get the best spoils. You could always simply allow the 2 slots then bind, and increase the rate of 'abused while bound', which I think is a little low anyway - even my level 2 mage is breaking binds before this happens most of the time. The second half is also a possiblity. Speed up the process, make it every 5 seconds instead of 15 or whatever. Another thought, dunno how easy it would be to do, is just send out a pulse to the extras and just have them yank on their crank while they wait or something. Keep em from wandering off. Who knows. I'll play with it after I scale things back a wee. make it an option. I'd rather see the range increase for more PC rape and very hard escape.
sapho888 Posted January 7, 2014 Posted January 7, 2014 So, hopefully this will help with debugging. To set the stage, this is my current load order (however the HighRes Packs are not enabled) Skyrim.esmUpdate.esmUnofficial Skyrim Patch.espDawnguard.esmUnofficial Dawnguard Patch.espHearthFires.esmUnofficial Hearthfire Patch.espDragonborn.esmUnofficial Dragonborn Patch.espZaZAnimationPack.esmSchlongs of Skyrim - Core.esmSexLab.esmSexLabAroused.esmHighResTexturePack01.espHighResTexturePack02.espHighResTexturePack03.espSkyUI.espLessIntrusiveHUD.espSchlongs of Skyrim.espSOS - VectorPlexus Regular Addon.espdD - Realistic Ragdoll Force - Realistic.espTheEyesOfBeauty.espSexLabNudeCreatures.espAlternate Start - Live Another Life.espSexLab Submit.espSWT1.2.espxazPrisonOverhaul.espSexLab Solutions.esp I tried to keep as much the same as possible for multiple tests, so i used the same save file and same mods for the following tests. They involved running into 1 or more wolves near Valtheim Towers. I would aggro the wolves and move to the same spot in the road with no other aggressive NPCs in sight. (although I can't guarantee that there weren't bandits hiding behind a hill out of sight!) First test involved 1 wolf and had both Auto Surrender at 0% hp and Death Proof activated. It seemed to work perfectly. [01/07/2014 - 04:46:49PM] Papyrus log opened (PC)[01/07/2014 - 04:46:49PM] Update budget: 1.200000ms (Extra tasklet budget: 1.200000ms, Load screen budget: 500.000000ms)[01/07/2014 - 04:46:49PM] Memory page: 128 (min) 512 (max) 76800 (max total)[01/07/2014 - 04:46:58PM] Cannot open store for class "dlc1scwispwallscript", missing file?[01/07/2014 - 04:46:58PM] Cannot open store for class "DLC2BenthicLurkerFXSCRIPT", missing file?[01/07/2014 - 04:47:10PM] VM is freezing...[01/07/2014 - 04:47:10PM] VM is frozen[01/07/2014 - 04:47:10PM] Reverting game...[01/07/2014 - 04:47:16PM] Loading game...[01/07/2014 - 04:47:16PM] VM is thawing...[01/07/2014 - 04:47:16PM] InitWidgetLoader()[01/07/2014 - 04:47:16PM] SexLab Compatibility: 'Schlongs of Skyrim.esp' enabled[01/07/2014 - 04:47:16PM] [slamainscr ]: Enabled Desire spell[01/07/2014 - 04:47:16PM] ERROR: File "Chesko_Frostfall.esp" does not exist or is not currently loaded.stack:.Game.GetFormFromFile() - "" Line ?[ARTHLALVersionTracking (14049F33)].arth_lal_versiontrackingscript.DLCSupportCheck() - "ARTH_LAL_VersionTrackingScript.psc" Line 119[alias Player on quest ARTHLALVersionTracking (14049F33)].ARTH_LAL_VersionTrackingAliasScript.OnPlayerLoadGame() - "ARTH_LAL_VersionTrackingAliasScript.psc" Line 6[01/07/2014 - 04:47:16PM] ERROR: File "Helgen Reborn.esp" does not exist or is not currently loaded.stack:.Game.GetFormFromFile() - "" Line ?[ARTHLALVersionTracking (14049F33)].arth_lal_versiontrackingscript.DLCSupportCheck() - "ARTH_LAL_VersionTrackingScript.psc" Line 133[alias Player on quest ARTHLALVersionTracking (14049F33)].ARTH_LAL_VersionTrackingAliasScript.OnPlayerLoadGame() - "ARTH_LAL_VersionTrackingAliasScript.psc" Line 6[01/07/2014 - 04:47:16PM] [slamainscr ]: Enabled cloak effect[01/07/2014 - 04:47:16PM] [slamainscr ]: Updated notification key to 49[01/07/2014 - 04:47:49PM] ERROR: Cannot access an element of a None arraystack:[slncControllerQuest (130110DF)].slncConfigMenu.OnPageReset() - "slncConfigMenu.psc" Line 63[slncControllerQuest (130110DF)].slncConfigMenu.SetPage() - "SKI_ConfigBase.psc" Line 793[slncControllerQuest (130110DF)].slncConfigMenu.OpenConfig() - "SKI_ConfigBase.psc" Line 760[sKI_ConfigManagerInstance (0D000802)].SKI_ConfigManager.OnModSelect() - "SKI_ConfigManager.psc" Line 138[01/07/2014 - 04:47:49PM] ERROR: Cannot access an element of a None arraystack:[slncControllerQuest (130110DF)].slncConfigMenu.OnPageReset() - "slncConfigMenu.psc" Line 69[slncControllerQuest (130110DF)].slncConfigMenu.SetPage() - "SKI_ConfigBase.psc" Line 793[slncControllerQuest (130110DF)].slncConfigMenu.OpenConfig() - "SKI_ConfigBase.psc" Line 760[sKI_ConfigManagerInstance (0D000802)].SKI_ConfigManager.OnModSelect() - "SKI_ConfigManager.psc" Line 138[01/07/2014 - 04:47:49PM] ERROR: Cannot access an element of a None arraystack:[slncControllerQuest (130110DF)].slncConfigMenu.OnPageReset() - "slncConfigMenu.psc" Line 70[slncControllerQuest (130110DF)].slncConfigMenu.SetPage() - "SKI_ConfigBase.psc" Line 793[slncControllerQuest (130110DF)].slncConfigMenu.OpenConfig() - "SKI_ConfigBase.psc" Line 760[sKI_ConfigManagerInstance (0D000802)].SKI_ConfigManager.OnModSelect() - "SKI_ConfigManager.psc" Line 138[01/07/2014 - 04:47:54PM] [slaconfigscr ]: trying to open settings page...[01/07/2014 - 04:48:01PM] [slamainscr ]: Enabled Desire spell[01/07/2014 - 04:48:01PM] [slamainscr ]: Enabled cloak effect[01/07/2014 - 04:48:01PM] [slamainscr ]: Updated notification key to 49[01/07/2014 - 04:57:21PM] SOS ResetLocalSchlongifiedActors: local schlongified actors discarded[01/07/2014 - 04:57:21PM] SOS SchlongLess: Saphotest2 entered schlongless state[01/07/2014 - 04:58:48PM] SexLab: Making thread[0] [sslthreadcontroller ][01/07/2014 - 04:58:48PM] SexLab Thread[0] ModEvent: ThreadOpened /[01/07/2014 - 04:58:49PM] -- SexLab ActorAlias -- Thread[0] Slotting 'Saphotest2' into alias -- [sslActorAlias ][01/07/2014 - 04:58:49PM] SexLab Thread[0] ModEvent: PlayerAdded /[01/07/2014 - 04:58:49PM] -- SexLab ActorAlias -- Thread[0] Slotting 'wolf' into alias -- [sslActorAlias ][01/07/2014 - 04:58:49PM] --- SexLab Animation Search ------------------------------[01/07/2014 - 04:58:49PM] GetByType(2, -1, -1, -1, TRUE, TRUE)[01/07/2014 - 04:58:49PM] 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,[01/07/2014 - 04:58:49PM] ----------------------------------------------------------[01/07/2014 - 04:58:49PM] --- SexLab Animation Search ------------------------------[01/07/2014 - 04:58:49PM] GetByRace(2, wolf)[01/07/2014 - 04:58:49PM] Found [3] Animations: (Wolf) Doggystyle, (Wolf) Doggystyle 2, (Wolf) Missionary,[01/07/2014 - 04:58:49PM] ----------------------------------------------------------[01/07/2014 - 04:58:51PM] SexLab Thread[0] ModEvent: AnimationStart // AnimationStart_PostPlayerRape // PlayerAnimationStart[01/07/2014 - 04:58:51PM] SexLab Thread[0] ModEvent: StageStart // StageStart_PostPlayerRape // PlayerStageStart[01/07/2014 - 04:59:12PM] SexLab Thread[0] ModEvent: StageEnd // StageEnd_PostPlayerRape // PlayerStageEnd[01/07/2014 - 04:59:12PM] SexLab Thread[0] ModEvent: StageStart // StageStart_PostPlayerRape // PlayerStageStart[01/07/2014 - 04:59:28PM] SexLab Thread[0] ModEvent: StageEnd // StageEnd_PostPlayerRape // PlayerStageEnd[01/07/2014 - 04:59:28PM] SexLab Thread[0] ModEvent: StageStart // StageStart_PostPlayerRape // PlayerStageStart[01/07/2014 - 04:59:39PM] SexLab Thread[0] ModEvent: StageEnd // StageEnd_PostPlayerRape // PlayerStageEnd[01/07/2014 - 04:59:39PM] SexLab Thread[0] ModEvent: StageStart // StageStart_PostPlayerRape // PlayerStageStart[01/07/2014 - 04:59:50PM] SexLab Thread[0] ModEvent: StageEnd // StageEnd_PostPlayerRape // PlayerStageEnd[01/07/2014 - 04:59:50PM] SexLab Thread[0] ModEvent: OrgasmStart // OrgasmStart_PostPlayerRape // PlayerOrgasmStart[01/07/2014 - 04:59:56PM] SexLab Thread[0] ModEvent: OrgasmEnd // OrgasmEnd_PostPlayerRape // PlayerOrgasmEnd[01/07/2014 - 04:59:56PM] [slautilscr ]: Saphotest2 got -44 arousal for having orgasm[01/07/2014 - 04:59:57PM] [slautilscr ]: wolf got -44 arousal for having orgasm[01/07/2014 - 04:59:57PM] [slautilscr ]: Saphotest2 got -20 arousal for being rape victim[01/07/2014 - 04:59:58PM] SexLab Thread[0] ModEvent: AnimationEnd // AnimationEnd_PostPlayerRape // PlayerAnimationEnd[01/07/2014 - 05:00:01PM] SexLab Thread[0] ModEvent: ThreadClosed // ThreadClosed_PostPlayerRape // PlayerThreadClosed[01/07/2014 - 05:00:35PM] VM is freezing...[01/07/2014 - 05:00:35PM] VM is frozen Next Had 2 wolves and Auto Surrender at 0% hp and Death Proof Activated. Submit worked fine in this test too. [01/07/2014 - 05:37:08PM] Papyrus log opened (PC)[01/07/2014 - 05:37:08PM] Update budget: 1.200000ms (Extra tasklet budget: 1.200000ms, Load screen budget: 500.000000ms)[01/07/2014 - 05:37:08PM] Memory page: 128 (min) 512 (max) 76800 (max total)[01/07/2014 - 05:37:17PM] Cannot open store for class "dlc1scwispwallscript", missing file?[01/07/2014 - 05:37:17PM] Cannot open store for class "DLC2BenthicLurkerFXSCRIPT", missing file?[01/07/2014 - 05:37:24PM] VM is freezing...[01/07/2014 - 05:37:24PM] VM is frozen[01/07/2014 - 05:37:25PM] Reverting game...[01/07/2014 - 05:37:30PM] Loading game...[01/07/2014 - 05:37:30PM] VM is thawing...[01/07/2014 - 05:37:31PM] InitWidgetLoader()[01/07/2014 - 05:37:31PM] Error: File "Chesko_Frostfall.esp" does not exist or is not currently loaded.stack:.Game.GetFormFromFile() - "" Line ?[ARTHLALVersionTracking (14049F33)].arth_lal_versiontrackingscript.DLCSupportCheck() - "ARTH_LAL_VersionTrackingScript.psc" Line 119[alias Player on quest ARTHLALVersionTracking (14049F33)].ARTH_LAL_VersionTrackingAliasScript.OnPlayerLoadGame() - "ARTH_LAL_VersionTrackingAliasScript.psc" Line 6[01/07/2014 - 05:37:31PM] Error: File "Helgen Reborn.esp" does not exist or is not currently loaded.stack:.Game.GetFormFromFile() - "" Line ?[ARTHLALVersionTracking (14049F33)].arth_lal_versiontrackingscript.DLCSupportCheck() - "ARTH_LAL_VersionTrackingScript.psc" Line 133[alias Player on quest ARTHLALVersionTracking (14049F33)].ARTH_LAL_VersionTrackingAliasScript.OnPlayerLoadGame() - "ARTH_LAL_VersionTrackingAliasScript.psc" Line 6[01/07/2014 - 05:37:31PM] SexLab Compatibility: 'Schlongs of Skyrim.esp' enabled[01/07/2014 - 05:37:31PM] [slamainscr ]: Enabled Desire spell[01/07/2014 - 05:37:31PM] [slamainscr ]: Enabled cloak effect[01/07/2014 - 05:37:31PM] [slamainscr ]: Updated notification key to 49[01/07/2014 - 05:43:50PM] SOS ResetLocalSchlongifiedActors: local schlongified actors discarded[01/07/2014 - 05:43:50PM] SOS SchlongLess: Saphotest2 entered schlongless state[01/07/2014 - 05:45:32PM] SexLab: Making thread[0] [sslThreadController ][01/07/2014 - 05:45:32PM] SexLab Thread[0] ModEvent: ThreadOpened /[01/07/2014 - 05:45:32PM] -- SexLab ActorAlias -- Thread[0] Slotting 'Saphotest2' into alias -- [sslactoralias ][01/07/2014 - 05:45:33PM] SexLab Thread[0] ModEvent: PlayerAdded /[01/07/2014 - 05:45:33PM] -- SexLab ActorAlias -- Thread[0] Slotting 'wolf' into alias -- [sslactoralias ][01/07/2014 - 05:45:33PM] --- SexLab Animation Search ------------------------------[01/07/2014 - 05:45:33PM] GetByType(2, -1, -1, -1, TRUE, TRUE)[01/07/2014 - 05:45:33PM] 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,[01/07/2014 - 05:45:33PM] ----------------------------------------------------------[01/07/2014 - 05:45:33PM] --- SexLab Animation Search ------------------------------[01/07/2014 - 05:45:33PM] GetByRace(2, wolf)[01/07/2014 - 05:45:33PM] Found [3] Animations: (Wolf) Doggystyle, (Wolf) Doggystyle 2, (Wolf) Missionary,[01/07/2014 - 05:45:33PM] ----------------------------------------------------------[01/07/2014 - 05:45:34PM] SexLab Thread[0] ModEvent: AnimationStart // AnimationStart_PostPlayerRape // PlayerAnimationStart[01/07/2014 - 05:45:35PM] SexLab Thread[0] ModEvent: StageStart // StageStart_PostPlayerRape // PlayerStageStart[01/07/2014 - 05:45:35PM] [slautilscr ]: wolf got 2 arousal for watching sex of Saphotest2[01/07/2014 - 05:45:56PM] SexLab Thread[0] ModEvent: StageEnd // StageEnd_PostPlayerRape // PlayerStageEnd[01/07/2014 - 05:45:56PM] SexLab Thread[0] ModEvent: StageStart // StageStart_PostPlayerRape // PlayerStageStart[01/07/2014 - 05:45:56PM] [slautilscr ]: wolf got 2 arousal for watching sex of Saphotest2[01/07/2014 - 05:46:12PM] SexLab Thread[0] ModEvent: StageEnd // StageEnd_PostPlayerRape // PlayerStageEnd[01/07/2014 - 05:46:12PM] SexLab Thread[0] ModEvent: StageStart // StageStart_PostPlayerRape // PlayerStageStart[01/07/2014 - 05:46:12PM] [slautilscr ]: wolf got 2 arousal for watching sex of Saphotest2[01/07/2014 - 05:46:23PM] SexLab Thread[0] ModEvent: StageEnd // StageEnd_PostPlayerRape // PlayerStageEnd[01/07/2014 - 05:46:23PM] SexLab Thread[0] ModEvent: OrgasmStart // OrgasmStart_PostPlayerRape // PlayerOrgasmStart[01/07/2014 - 05:46:29PM] SexLab Thread[0] ModEvent: OrgasmEnd // OrgasmEnd_PostPlayerRape // PlayerOrgasmEnd[01/07/2014 - 05:46:29PM] [slautilscr ]: Saphotest2 got -46 arousal for having orgasm[01/07/2014 - 05:46:29PM] [slautilscr ]: wolf got -46 arousal for having orgasm[01/07/2014 - 05:46:29PM] [slautilscr ]: Saphotest2 got -20 arousal for being rape victim[01/07/2014 - 05:46:33PM] [slautilscr ]: wolf got 4 arousal for seeing naked Saphotest2[01/07/2014 - 05:46:34PM] SexLab Thread[0] ModEvent: AnimationEnd // AnimationEnd_PostPlayerRape // PlayerAnimationEnd[01/07/2014 - 05:46:36PM] SexLab Thread[0] ModEvent: ThreadClosed // ThreadClosed_PostPlayerRape // PlayerThreadClosed[01/07/2014 - 05:46:47PM] SexLab: Making thread[0] [sslThreadController ][01/07/2014 - 05:46:47PM] SexLab Thread[0] ModEvent: ThreadOpened /[01/07/2014 - 05:46:47PM] -- SexLab ActorAlias -- Thread[0] Slotting 'Saphotest2' into alias -- [sslactoralias ][01/07/2014 - 05:46:47PM] SexLab Thread[0] ModEvent: PlayerAdded /[01/07/2014 - 05:46:47PM] -- SexLab ActorAlias -- Thread[0] Slotting 'wolf' into alias -- [sslactoralias ][01/07/2014 - 05:46:47PM] --- SexLab Animation Search ------------------------------[01/07/2014 - 05:46:47PM] GetByType(2, -1, -1, -1, TRUE, TRUE)[01/07/2014 - 05:46:47PM] 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,[01/07/2014 - 05:46:47PM] ----------------------------------------------------------[01/07/2014 - 05:46:48PM] --- SexLab Animation Search ------------------------------[01/07/2014 - 05:46:48PM] GetByRace(2, wolf)[01/07/2014 - 05:46:48PM] Found [3] Animations: (Wolf) Doggystyle, (Wolf) Doggystyle 2, (Wolf) Missionary,[01/07/2014 - 05:46:48PM] ----------------------------------------------------------[01/07/2014 - 05:46:49PM] SexLab Thread[0] ModEvent: AnimationStart // AnimationStart_PostPlayerRape // PlayerAnimationStart[01/07/2014 - 05:46:49PM] SexLab Thread[0] ModEvent: StageStart // StageStart_PostPlayerRape // PlayerStageStart[01/07/2014 - 05:47:10PM] SexLab Thread[0] ModEvent: StageEnd // StageEnd_PostPlayerRape // PlayerStageEnd[01/07/2014 - 05:47:11PM] SexLab Thread[0] ModEvent: StageStart // StageStart_PostPlayerRape // PlayerStageStart[01/07/2014 - 05:47:26PM] SexLab Thread[0] ModEvent: StageEnd // StageEnd_PostPlayerRape // PlayerStageEnd[01/07/2014 - 05:47:26PM] SexLab Thread[0] ModEvent: StageStart // StageStart_PostPlayerRape // PlayerStageStart[01/07/2014 - 05:47:37PM] SexLab Thread[0] ModEvent: StageEnd // StageEnd_PostPlayerRape // PlayerStageEnd[01/07/2014 - 05:47:37PM] SexLab Thread[0] ModEvent: OrgasmStart // OrgasmStart_PostPlayerRape // PlayerOrgasmStart[01/07/2014 - 05:47:43PM] SexLab Thread[0] ModEvent: OrgasmEnd // OrgasmEnd_PostPlayerRape // PlayerOrgasmEnd[01/07/2014 - 05:47:43PM] [slautilscr ]: Saphotest2 got -44 arousal for having orgasm[01/07/2014 - 05:47:43PM] [slautilscr ]: wolf got -44 arousal for having orgasm[01/07/2014 - 05:47:44PM] [slautilscr ]: Saphotest2 got -20 arousal for being rape victim[01/07/2014 - 05:47:44PM] [slautilscr ]: wolf got 4 arousal for seeing naked Saphotest2[01/07/2014 - 05:47:45PM] SexLab Thread[0] ModEvent: AnimationEnd // AnimationEnd_PostPlayerRape // PlayerAnimationEnd[01/07/2014 - 05:47:47PM] SexLab Thread[0] ModEvent: ThreadClosed // ThreadClosed_PostPlayerRape // PlayerThreadClosed[01/07/2014 - 05:48:00PM] VM is freezing...[01/07/2014 - 05:48:00PM] VM is frozen This last Involved 1 wolf and Auto Surrender at 0% hp and Death Proof activated. I received the Your Wounds are Mortal message and died. [01/07/2014 - 05:56:26PM] Papyrus log opened (PC)[01/07/2014 - 05:56:26PM] Update budget: 1.200000ms (Extra tasklet budget: 1.200000ms, Load screen budget: 500.000000ms)[01/07/2014 - 05:56:26PM] Memory page: 128 (min) 512 (max) 76800 (max total)[01/07/2014 - 05:56:35PM] Cannot open store for class "dlc1scwispwallscript", missing file?[01/07/2014 - 05:56:35PM] Cannot open store for class "DLC2BenthicLurkerFXSCRIPT", missing file?[01/07/2014 - 05:56:43PM] VM is freezing...[01/07/2014 - 05:56:43PM] VM is frozen[01/07/2014 - 05:56:43PM] Reverting game...[01/07/2014 - 05:56:48PM] Loading game...[01/07/2014 - 05:56:49PM] VM is thawing...[01/07/2014 - 05:56:49PM] SexLab Compatibility: 'Schlongs of Skyrim.esp' enabled[01/07/2014 - 05:56:49PM] ERROR: File "Chesko_Frostfall.esp" does not exist or is not currently loaded.stack:.Game.GetFormFromFile() - "" Line ?[ARTHLALVersionTracking (14049F33)].arth_lal_versiontrackingscript.DLCSupportCheck() - "ARTH_LAL_VersionTrackingScript.psc" Line 119[alias Player on quest ARTHLALVersionTracking (14049F33)].ARTH_LAL_VersionTrackingAliasScript.OnPlayerLoadGame() - "ARTH_LAL_VersionTrackingAliasScript.psc" Line 6[01/07/2014 - 05:56:49PM] ERROR: File "Helgen Reborn.esp" does not exist or is not currently loaded.stack:.Game.GetFormFromFile() - "" Line ?[ARTHLALVersionTracking (14049F33)].arth_lal_versiontrackingscript.DLCSupportCheck() - "ARTH_LAL_VersionTrackingScript.psc" Line 133[alias Player on quest ARTHLALVersionTracking (14049F33)].ARTH_LAL_VersionTrackingAliasScript.OnPlayerLoadGame() - "ARTH_LAL_VersionTrackingAliasScript.psc" Line 6[01/07/2014 - 05:56:49PM] InitWidgetLoader()[01/07/2014 - 05:56:49PM] [slamainscr ]: Enabled Desire spell[01/07/2014 - 05:56:49PM] [slamainscr ]: Enabled cloak effect[01/07/2014 - 05:56:49PM] [slamainscr ]: Updated notification key to 49[01/07/2014 - 05:57:11PM] SOS ResetLocalSchlongifiedActors: local schlongified actors discarded[01/07/2014 - 05:57:11PM] SOS SchlongLess: Saphotest2 entered schlongless state[01/07/2014 - 05:58:29PM] VM is freezing...[01/07/2014 - 05:58:29PM] VM is frozen[01/07/2014 - 05:58:29PM] Reverting game...[01/07/2014 - 05:58:31PM] Loading game...[01/07/2014 - 05:58:31PM] VM is thawing...[01/07/2014 - 05:58:31PM] SexLab Compatibility: 'Schlongs of Skyrim.esp' enabled[01/07/2014 - 05:58:32PM] ERROR: File "Chesko_Frostfall.esp" does not exist or is not currently loaded.stack:.Game.GetFormFromFile() - "" Line ?[ARTHLALVersionTracking (14049F33)].arth_lal_versiontrackingscript.DLCSupportCheck() - "ARTH_LAL_VersionTrackingScript.psc" Line 119[alias Player on quest ARTHLALVersionTracking (14049F33)].ARTH_LAL_VersionTrackingAliasScript.OnPlayerLoadGame() - "ARTH_LAL_VersionTrackingAliasScript.psc" Line 6[01/07/2014 - 05:58:32PM] ERROR: File "Helgen Reborn.esp" does not exist or is not currently loaded.stack:.Game.GetFormFromFile() - "" Line ?[ARTHLALVersionTracking (14049F33)].arth_lal_versiontrackingscript.DLCSupportCheck() - "ARTH_LAL_VersionTrackingScript.psc" Line 133[alias Player on quest ARTHLALVersionTracking (14049F33)].ARTH_LAL_VersionTrackingAliasScript.OnPlayerLoadGame() - "ARTH_LAL_VersionTrackingAliasScript.psc" Line 6[01/07/2014 - 05:58:32PM] InitWidgetLoader()[01/07/2014 - 05:58:32PM] [slamainscr ]: Enabled Desire spell[01/07/2014 - 05:58:32PM] [slamainscr ]: Enabled cloak effect[01/07/2014 - 05:58:32PM] [slamainscr ]: Updated notification key to 49[01/07/2014 - 05:58:37PM] VM is freezing...[01/07/2014 - 05:58:37PM] VM is frozen I thought maybe it took some time for the computer to load all the scripts in the background. But I tried multiple times with no waiting and sometimes it would work and sometimes it didn't. Not sure if I just got lucky with the times that it would work. Also when reviewing the logs, I could find no references to SLSubmit but i did notice that for the ones that did work SexLab would start "Making a Thread." Is there a way to have more information logged onto the Papyrus log? It seems somewhat sparse compared to some others that are posted.
DonQuiWho Posted January 7, 2014 Posted January 7, 2014 FWIW, I'm making this post both the main Submit and Submit+Devious Devices as there is a cross over I make no pretence to know anything about the mechanics behind all this, but I would support the general comments about there probably being some sort of lag existing when both are used together. My rig is, just like the Skyrim baddies, not that short on grunt either I too have tried these at Fort Graymoor, just outside Whiterun. Submit kicks in OK, the first bandit does his thing, and then Submit+Devious Devices plays its part, but there is a real lag in the PC being equipped with the DD addons. In fact, the second bandit has already started their shenanigans before the DD items are equipped, but then that 'late equipping' 'breaks' whatever animation the bandit and PC are working their way through...well, the bandit, at least So the PC is standing there, looking fetching in their finery, armbinder, gag, blindfold, belt etc, and the bandit stands there, poking thin air, and looking like some one neuron'd plonker on the football terrace, most likely a Millwall supporter, on a wet Saturday afternoon. The PC only provides a little bit of help each time the main animation changes, becoming momentarily impaled in whichever recipient location is appropriate, before reverting to standing all dressed up with no way to go anywhere After all is said and done, the PC can run off, and ask for help OK, so at least all ends sort of well I also have a few other observations 1 - like others, my bandidos seem to have some gender identity crises. Short of funding their surgery, or their therapy treatments, is there any other way of getting the beardy weirdies to stop behaving like bush licking wusses? 2 - Do the blindfolds come from DD stuff? - I am assuming that's a likely 'yes'! My recollection is that the few times these ever did get applied in Sanguine's Depradations, they 'worked' by providing the level of opacity set in the Zaz MCM. Does the DD stuff have a similar 'functional' option. Can't see it anywhere... 3 - Nothing worked properly till I switched off all 'Camera' change options, in the Framework and the Mods. For some reason, those seem to totally screw up everything. Think they probably also mess up some of the action in Prison Overhaul, looking back at my last use of that Lastly, the game I am testing also runs SD+. Initially, I was getting what I think was all three mods kicking in SD+ AND (Submit + (Submit+DD)). SD showed 'enslaved' status, and the submit 'hand me downs' from baddie to baddie seemed to as well. Admittedly, I never got to the point where the hogtie in Submit+DD ever got the chance of running once SD was functioning, so I can't be 100% sure. I have managed to get auto-surrender working in Submit OK, by effectively making SD settings such that it won't kick in at all, but then the SD manual 'surrender' key doesn't seem to work either, presumably because Submit gets a grip of the PC first LOL Hope some of these ramblings help, at least as pointers, or even if only for a laugh at some of the more aged amongst us
saphira Posted January 8, 2014 Posted January 8, 2014 When i install ZAZ Animation pack all my female characters having a weird face when they speak, the right jaw is moving buth the rest off the face not, no more facial expressions etc. When i delete ZAZ Animations pack the problem is still theire. Anyone else have this problem ore a solution? About this mod, same problem with a character coming out off nowhere and also a conflict with "lovers victim" due to the fact that the pc is naked when bound. Buth that can be solved by switching lovers victim off So, hopefully this will help with debugging. To set the stage, this is my current load order (however the HighRes Packs are not enabled) Skyrim.esmUpdate.esmUnofficial Skyrim Patch.espDawnguard.esmUnofficial Dawnguard Patch.espHearthFires.esmUnofficial Hearthfire Patch.espDragonborn.esmUnofficial Dragonborn Patch.espZaZAnimationPack.esmSchlongs of Skyrim - Core.esmSexLab.esmSexLabAroused.esmHighResTexturePack01.espHighResTexturePack02.espHighResTexturePack03.espSkyUI.espLessIntrusiveHUD.espSchlongs of Skyrim.espSOS - VectorPlexus Regular Addon.espdD - Realistic Ragdoll Force - Realistic.espTheEyesOfBeauty.espSexLabNudeCreatures.espAlternate Start - Live Another Life.espSexLab Submit.espSWT1.2.espxazPrisonOverhaul.espSexLab Solutions.esp I tried to keep as much the same as possible for multiple tests, so i used the same save file and same mods for the following tests. They involved running into 1 or more wolves near Valtheim Towers. I would aggro the wolves and move to the same spot in the road with no other aggressive NPCs in sight. (although I can't guarantee that there weren't bandits hiding behind a hill out of sight!) First test involved 1 wolf and had both Auto Surrender at 0% hp and Death Proof activated. It seemed to work perfectly. [01/07/2014 - 04:46:49PM] Papyrus log opened (PC)[01/07/2014 - 04:46:49PM] Update budget: 1.200000ms (Extra tasklet budget: 1.200000ms, Load screen budget: 500.000000ms)[01/07/2014 - 04:46:49PM] Memory page: 128 (min) 512 (max) 76800 (max total)[01/07/2014 - 04:46:58PM] Cannot open store for class "dlc1scwispwallscript", missing file?[01/07/2014 - 04:46:58PM] Cannot open store for class "DLC2BenthicLurkerFXSCRIPT", missing file?[01/07/2014 - 04:47:10PM] VM is freezing...[01/07/2014 - 04:47:10PM] VM is frozen[01/07/2014 - 04:47:10PM] Reverting game...[01/07/2014 - 04:47:16PM] Loading game...[01/07/2014 - 04:47:16PM] VM is thawing...[01/07/2014 - 04:47:16PM] InitWidgetLoader()[01/07/2014 - 04:47:16PM] SexLab Compatibility: 'Schlongs of Skyrim.esp' enabled[01/07/2014 - 04:47:16PM] [slamainscr ]: Enabled Desire spell[01/07/2014 - 04:47:16PM] ERROR: File "Chesko_Frostfall.esp" does not exist or is not currently loaded.stack:.Game.GetFormFromFile() - "" Line ?[ARTHLALVersionTracking (14049F33)].arth_lal_versiontrackingscript.DLCSupportCheck() - "ARTH_LAL_VersionTrackingScript.psc" Line 119[alias Player on quest ARTHLALVersionTracking (14049F33)].ARTH_LAL_VersionTrackingAliasScript.OnPlayerLoadGame() - "ARTH_LAL_VersionTrackingAliasScript.psc" Line 6[01/07/2014 - 04:47:16PM] ERROR: File "Helgen Reborn.esp" does not exist or is not currently loaded.stack:.Game.GetFormFromFile() - "" Line ?[ARTHLALVersionTracking (14049F33)].arth_lal_versiontrackingscript.DLCSupportCheck() - "ARTH_LAL_VersionTrackingScript.psc" Line 133[alias Player on quest ARTHLALVersionTracking (14049F33)].ARTH_LAL_VersionTrackingAliasScript.OnPlayerLoadGame() - "ARTH_LAL_VersionTrackingAliasScript.psc" Line 6[01/07/2014 - 04:47:16PM] [slamainscr ]: Enabled cloak effect[01/07/2014 - 04:47:16PM] [slamainscr ]: Updated notification key to 49[01/07/2014 - 04:47:49PM] ERROR: Cannot access an element of a None arraystack:[slncControllerQuest (130110DF)].slncConfigMenu.OnPageReset() - "slncConfigMenu.psc" Line 63[slncControllerQuest (130110DF)].slncConfigMenu.SetPage() - "SKI_ConfigBase.psc" Line 793[slncControllerQuest (130110DF)].slncConfigMenu.OpenConfig() - "SKI_ConfigBase.psc" Line 760[sKI_ConfigManagerInstance (0D000802)].SKI_ConfigManager.OnModSelect() - "SKI_ConfigManager.psc" Line 138[01/07/2014 - 04:47:49PM] ERROR: Cannot access an element of a None arraystack:[slncControllerQuest (130110DF)].slncConfigMenu.OnPageReset() - "slncConfigMenu.psc" Line 69[slncControllerQuest (130110DF)].slncConfigMenu.SetPage() - "SKI_ConfigBase.psc" Line 793[slncControllerQuest (130110DF)].slncConfigMenu.OpenConfig() - "SKI_ConfigBase.psc" Line 760[sKI_ConfigManagerInstance (0D000802)].SKI_ConfigManager.OnModSelect() - "SKI_ConfigManager.psc" Line 138[01/07/2014 - 04:47:49PM] ERROR: Cannot access an element of a None arraystack:[slncControllerQuest (130110DF)].slncConfigMenu.OnPageReset() - "slncConfigMenu.psc" Line 70[slncControllerQuest (130110DF)].slncConfigMenu.SetPage() - "SKI_ConfigBase.psc" Line 793[slncControllerQuest (130110DF)].slncConfigMenu.OpenConfig() - "SKI_ConfigBase.psc" Line 760[sKI_ConfigManagerInstance (0D000802)].SKI_ConfigManager.OnModSelect() - "SKI_ConfigManager.psc" Line 138[01/07/2014 - 04:47:54PM] [slaconfigscr ]: trying to open settings page...[01/07/2014 - 04:48:01PM] [slamainscr ]: Enabled Desire spell[01/07/2014 - 04:48:01PM] [slamainscr ]: Enabled cloak effect[01/07/2014 - 04:48:01PM] [slamainscr ]: Updated notification key to 49[01/07/2014 - 04:57:21PM] SOS ResetLocalSchlongifiedActors: local schlongified actors discarded[01/07/2014 - 04:57:21PM] SOS SchlongLess: Saphotest2 entered schlongless state[01/07/2014 - 04:58:48PM] SexLab: Making thread[0] [sslthreadcontroller ][01/07/2014 - 04:58:48PM] SexLab Thread[0] ModEvent: ThreadOpened /[01/07/2014 - 04:58:49PM] -- SexLab ActorAlias -- Thread[0] Slotting 'Saphotest2' into alias -- [sslActorAlias ][01/07/2014 - 04:58:49PM] SexLab Thread[0] ModEvent: PlayerAdded /[01/07/2014 - 04:58:49PM] -- SexLab ActorAlias -- Thread[0] Slotting 'wolf' into alias -- [sslActorAlias ][01/07/2014 - 04:58:49PM] --- SexLab Animation Search ------------------------------[01/07/2014 - 04:58:49PM] GetByType(2, -1, -1, -1, TRUE, TRUE)[01/07/2014 - 04:58:49PM] 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,[01/07/2014 - 04:58:49PM] ----------------------------------------------------------[01/07/2014 - 04:58:49PM] --- SexLab Animation Search ------------------------------[01/07/2014 - 04:58:49PM] GetByRace(2, wolf)[01/07/2014 - 04:58:49PM] Found [3] Animations: (Wolf) Doggystyle, (Wolf) Doggystyle 2, (Wolf) Missionary,[01/07/2014 - 04:58:49PM] ----------------------------------------------------------[01/07/2014 - 04:58:51PM] SexLab Thread[0] ModEvent: AnimationStart // AnimationStart_PostPlayerRape // PlayerAnimationStart[01/07/2014 - 04:58:51PM] SexLab Thread[0] ModEvent: StageStart // StageStart_PostPlayerRape // PlayerStageStart[01/07/2014 - 04:59:12PM] SexLab Thread[0] ModEvent: StageEnd // StageEnd_PostPlayerRape // PlayerStageEnd[01/07/2014 - 04:59:12PM] SexLab Thread[0] ModEvent: StageStart // StageStart_PostPlayerRape // PlayerStageStart[01/07/2014 - 04:59:28PM] SexLab Thread[0] ModEvent: StageEnd // StageEnd_PostPlayerRape // PlayerStageEnd[01/07/2014 - 04:59:28PM] SexLab Thread[0] ModEvent: StageStart // StageStart_PostPlayerRape // PlayerStageStart[01/07/2014 - 04:59:39PM] SexLab Thread[0] ModEvent: StageEnd // StageEnd_PostPlayerRape // PlayerStageEnd[01/07/2014 - 04:59:39PM] SexLab Thread[0] ModEvent: StageStart // StageStart_PostPlayerRape // PlayerStageStart[01/07/2014 - 04:59:50PM] SexLab Thread[0] ModEvent: StageEnd // StageEnd_PostPlayerRape // PlayerStageEnd[01/07/2014 - 04:59:50PM] SexLab Thread[0] ModEvent: OrgasmStart // OrgasmStart_PostPlayerRape // PlayerOrgasmStart[01/07/2014 - 04:59:56PM] SexLab Thread[0] ModEvent: OrgasmEnd // OrgasmEnd_PostPlayerRape // PlayerOrgasmEnd[01/07/2014 - 04:59:56PM] [slautilscr ]: Saphotest2 got -44 arousal for having orgasm[01/07/2014 - 04:59:57PM] [slautilscr ]: wolf got -44 arousal for having orgasm[01/07/2014 - 04:59:57PM] [slautilscr ]: Saphotest2 got -20 arousal for being rape victim[01/07/2014 - 04:59:58PM] SexLab Thread[0] ModEvent: AnimationEnd // AnimationEnd_PostPlayerRape // PlayerAnimationEnd[01/07/2014 - 05:00:01PM] SexLab Thread[0] ModEvent: ThreadClosed // ThreadClosed_PostPlayerRape // PlayerThreadClosed[01/07/2014 - 05:00:35PM] VM is freezing...[01/07/2014 - 05:00:35PM] VM is frozen Next Had 2 wolves and Auto Surrender at 0% hp and Death Proof Activated. Submit worked fine in this test too. [01/07/2014 - 05:37:08PM] Papyrus log opened (PC)[01/07/2014 - 05:37:08PM] Update budget: 1.200000ms (Extra tasklet budget: 1.200000ms, Load screen budget: 500.000000ms)[01/07/2014 - 05:37:08PM] Memory page: 128 (min) 512 (max) 76800 (max total)[01/07/2014 - 05:37:17PM] Cannot open store for class "dlc1scwispwallscript", missing file?[01/07/2014 - 05:37:17PM] Cannot open store for class "DLC2BenthicLurkerFXSCRIPT", missing file?[01/07/2014 - 05:37:24PM] VM is freezing...[01/07/2014 - 05:37:24PM] VM is frozen[01/07/2014 - 05:37:25PM] Reverting game...[01/07/2014 - 05:37:30PM] Loading game...[01/07/2014 - 05:37:30PM] VM is thawing...[01/07/2014 - 05:37:31PM] InitWidgetLoader()[01/07/2014 - 05:37:31PM] Error: File "Chesko_Frostfall.esp" does not exist or is not currently loaded.stack:.Game.GetFormFromFile() - "" Line ?[ARTHLALVersionTracking (14049F33)].arth_lal_versiontrackingscript.DLCSupportCheck() - "ARTH_LAL_VersionTrackingScript.psc" Line 119[alias Player on quest ARTHLALVersionTracking (14049F33)].ARTH_LAL_VersionTrackingAliasScript.OnPlayerLoadGame() - "ARTH_LAL_VersionTrackingAliasScript.psc" Line 6[01/07/2014 - 05:37:31PM] Error: File "Helgen Reborn.esp" does not exist or is not currently loaded.stack:.Game.GetFormFromFile() - "" Line ?[ARTHLALVersionTracking (14049F33)].arth_lal_versiontrackingscript.DLCSupportCheck() - "ARTH_LAL_VersionTrackingScript.psc" Line 133[alias Player on quest ARTHLALVersionTracking (14049F33)].ARTH_LAL_VersionTrackingAliasScript.OnPlayerLoadGame() - "ARTH_LAL_VersionTrackingAliasScript.psc" Line 6[01/07/2014 - 05:37:31PM] SexLab Compatibility: 'Schlongs of Skyrim.esp' enabled[01/07/2014 - 05:37:31PM] [slamainscr ]: Enabled Desire spell[01/07/2014 - 05:37:31PM] [slamainscr ]: Enabled cloak effect[01/07/2014 - 05:37:31PM] [slamainscr ]: Updated notification key to 49[01/07/2014 - 05:43:50PM] SOS ResetLocalSchlongifiedActors: local schlongified actors discarded[01/07/2014 - 05:43:50PM] SOS SchlongLess: Saphotest2 entered schlongless state[01/07/2014 - 05:45:32PM] SexLab: Making thread[0] [sslThreadController ][01/07/2014 - 05:45:32PM] SexLab Thread[0] ModEvent: ThreadOpened /[01/07/2014 - 05:45:32PM] -- SexLab ActorAlias -- Thread[0] Slotting 'Saphotest2' into alias -- [sslactoralias ][01/07/2014 - 05:45:33PM] SexLab Thread[0] ModEvent: PlayerAdded /[01/07/2014 - 05:45:33PM] -- SexLab ActorAlias -- Thread[0] Slotting 'wolf' into alias -- [sslactoralias ][01/07/2014 - 05:45:33PM] --- SexLab Animation Search ------------------------------[01/07/2014 - 05:45:33PM] GetByType(2, -1, -1, -1, TRUE, TRUE)[01/07/2014 - 05:45:33PM] 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,[01/07/2014 - 05:45:33PM] ----------------------------------------------------------[01/07/2014 - 05:45:33PM] --- SexLab Animation Search ------------------------------[01/07/2014 - 05:45:33PM] GetByRace(2, wolf)[01/07/2014 - 05:45:33PM] Found [3] Animations: (Wolf) Doggystyle, (Wolf) Doggystyle 2, (Wolf) Missionary,[01/07/2014 - 05:45:33PM] ----------------------------------------------------------[01/07/2014 - 05:45:34PM] SexLab Thread[0] ModEvent: AnimationStart // AnimationStart_PostPlayerRape // PlayerAnimationStart[01/07/2014 - 05:45:35PM] SexLab Thread[0] ModEvent: StageStart // StageStart_PostPlayerRape // PlayerStageStart[01/07/2014 - 05:45:35PM] [slautilscr ]: wolf got 2 arousal for watching sex of Saphotest2[01/07/2014 - 05:45:56PM] SexLab Thread[0] ModEvent: StageEnd // StageEnd_PostPlayerRape // PlayerStageEnd[01/07/2014 - 05:45:56PM] SexLab Thread[0] ModEvent: StageStart // StageStart_PostPlayerRape // PlayerStageStart[01/07/2014 - 05:45:56PM] [slautilscr ]: wolf got 2 arousal for watching sex of Saphotest2[01/07/2014 - 05:46:12PM] SexLab Thread[0] ModEvent: StageEnd // StageEnd_PostPlayerRape // PlayerStageEnd[01/07/2014 - 05:46:12PM] SexLab Thread[0] ModEvent: StageStart // StageStart_PostPlayerRape // PlayerStageStart[01/07/2014 - 05:46:12PM] [slautilscr ]: wolf got 2 arousal for watching sex of Saphotest2[01/07/2014 - 05:46:23PM] SexLab Thread[0] ModEvent: StageEnd // StageEnd_PostPlayerRape // PlayerStageEnd[01/07/2014 - 05:46:23PM] SexLab Thread[0] ModEvent: OrgasmStart // OrgasmStart_PostPlayerRape // PlayerOrgasmStart[01/07/2014 - 05:46:29PM] SexLab Thread[0] ModEvent: OrgasmEnd // OrgasmEnd_PostPlayerRape // PlayerOrgasmEnd[01/07/2014 - 05:46:29PM] [slautilscr ]: Saphotest2 got -46 arousal for having orgasm[01/07/2014 - 05:46:29PM] [slautilscr ]: wolf got -46 arousal for having orgasm[01/07/2014 - 05:46:29PM] [slautilscr ]: Saphotest2 got -20 arousal for being rape victim[01/07/2014 - 05:46:33PM] [slautilscr ]: wolf got 4 arousal for seeing naked Saphotest2[01/07/2014 - 05:46:34PM] SexLab Thread[0] ModEvent: AnimationEnd // AnimationEnd_PostPlayerRape // PlayerAnimationEnd[01/07/2014 - 05:46:36PM] SexLab Thread[0] ModEvent: ThreadClosed // ThreadClosed_PostPlayerRape // PlayerThreadClosed[01/07/2014 - 05:46:47PM] SexLab: Making thread[0] [sslThreadController ][01/07/2014 - 05:46:47PM] SexLab Thread[0] ModEvent: ThreadOpened /[01/07/2014 - 05:46:47PM] -- SexLab ActorAlias -- Thread[0] Slotting 'Saphotest2' into alias -- [sslactoralias ][01/07/2014 - 05:46:47PM] SexLab Thread[0] ModEvent: PlayerAdded /[01/07/2014 - 05:46:47PM] -- SexLab ActorAlias -- Thread[0] Slotting 'wolf' into alias -- [sslactoralias ][01/07/2014 - 05:46:47PM] --- SexLab Animation Search ------------------------------[01/07/2014 - 05:46:47PM] GetByType(2, -1, -1, -1, TRUE, TRUE)[01/07/2014 - 05:46:47PM] 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,[01/07/2014 - 05:46:47PM] ----------------------------------------------------------[01/07/2014 - 05:46:48PM] --- SexLab Animation Search ------------------------------[01/07/2014 - 05:46:48PM] GetByRace(2, wolf)[01/07/2014 - 05:46:48PM] Found [3] Animations: (Wolf) Doggystyle, (Wolf) Doggystyle 2, (Wolf) Missionary,[01/07/2014 - 05:46:48PM] ----------------------------------------------------------[01/07/2014 - 05:46:49PM] SexLab Thread[0] ModEvent: AnimationStart // AnimationStart_PostPlayerRape // PlayerAnimationStart[01/07/2014 - 05:46:49PM] SexLab Thread[0] ModEvent: StageStart // StageStart_PostPlayerRape // PlayerStageStart[01/07/2014 - 05:47:10PM] SexLab Thread[0] ModEvent: StageEnd // StageEnd_PostPlayerRape // PlayerStageEnd[01/07/2014 - 05:47:11PM] SexLab Thread[0] ModEvent: StageStart // StageStart_PostPlayerRape // PlayerStageStart[01/07/2014 - 05:47:26PM] SexLab Thread[0] ModEvent: StageEnd // StageEnd_PostPlayerRape // PlayerStageEnd[01/07/2014 - 05:47:26PM] SexLab Thread[0] ModEvent: StageStart // StageStart_PostPlayerRape // PlayerStageStart[01/07/2014 - 05:47:37PM] SexLab Thread[0] ModEvent: StageEnd // StageEnd_PostPlayerRape // PlayerStageEnd[01/07/2014 - 05:47:37PM] SexLab Thread[0] ModEvent: OrgasmStart // OrgasmStart_PostPlayerRape // PlayerOrgasmStart[01/07/2014 - 05:47:43PM] SexLab Thread[0] ModEvent: OrgasmEnd // OrgasmEnd_PostPlayerRape // PlayerOrgasmEnd[01/07/2014 - 05:47:43PM] [slautilscr ]: Saphotest2 got -44 arousal for having orgasm[01/07/2014 - 05:47:43PM] [slautilscr ]: wolf got -44 arousal for having orgasm[01/07/2014 - 05:47:44PM] [slautilscr ]: Saphotest2 got -20 arousal for being rape victim[01/07/2014 - 05:47:44PM] [slautilscr ]: wolf got 4 arousal for seeing naked Saphotest2[01/07/2014 - 05:47:45PM] SexLab Thread[0] ModEvent: AnimationEnd // AnimationEnd_PostPlayerRape // PlayerAnimationEnd[01/07/2014 - 05:47:47PM] SexLab Thread[0] ModEvent: ThreadClosed // ThreadClosed_PostPlayerRape // PlayerThreadClosed[01/07/2014 - 05:48:00PM] VM is freezing...[01/07/2014 - 05:48:00PM] VM is frozen This last Involved 1 wolf and Auto Surrender at 0% hp and Death Proof activated. I received the Your Wounds are Mortal message and died. [01/07/2014 - 05:56:26PM] Papyrus log opened (PC)[01/07/2014 - 05:56:26PM] Update budget: 1.200000ms (Extra tasklet budget: 1.200000ms, Load screen budget: 500.000000ms)[01/07/2014 - 05:56:26PM] Memory page: 128 (min) 512 (max) 76800 (max total)[01/07/2014 - 05:56:35PM] Cannot open store for class "dlc1scwispwallscript", missing file?[01/07/2014 - 05:56:35PM] Cannot open store for class "DLC2BenthicLurkerFXSCRIPT", missing file?[01/07/2014 - 05:56:43PM] VM is freezing...[01/07/2014 - 05:56:43PM] VM is frozen[01/07/2014 - 05:56:43PM] Reverting game...[01/07/2014 - 05:56:48PM] Loading game...[01/07/2014 - 05:56:49PM] VM is thawing...[01/07/2014 - 05:56:49PM] SexLab Compatibility: 'Schlongs of Skyrim.esp' enabled[01/07/2014 - 05:56:49PM] ERROR: File "Chesko_Frostfall.esp" does not exist or is not currently loaded.stack:.Game.GetFormFromFile() - "" Line ?[ARTHLALVersionTracking (14049F33)].arth_lal_versiontrackingscript.DLCSupportCheck() - "ARTH_LAL_VersionTrackingScript.psc" Line 119[alias Player on quest ARTHLALVersionTracking (14049F33)].ARTH_LAL_VersionTrackingAliasScript.OnPlayerLoadGame() - "ARTH_LAL_VersionTrackingAliasScript.psc" Line 6[01/07/2014 - 05:56:49PM] ERROR: File "Helgen Reborn.esp" does not exist or is not currently loaded.stack:.Game.GetFormFromFile() - "" Line ?[ARTHLALVersionTracking (14049F33)].arth_lal_versiontrackingscript.DLCSupportCheck() - "ARTH_LAL_VersionTrackingScript.psc" Line 133[alias Player on quest ARTHLALVersionTracking (14049F33)].ARTH_LAL_VersionTrackingAliasScript.OnPlayerLoadGame() - "ARTH_LAL_VersionTrackingAliasScript.psc" Line 6[01/07/2014 - 05:56:49PM] InitWidgetLoader()[01/07/2014 - 05:56:49PM] [slamainscr ]: Enabled Desire spell[01/07/2014 - 05:56:49PM] [slamainscr ]: Enabled cloak effect[01/07/2014 - 05:56:49PM] [slamainscr ]: Updated notification key to 49[01/07/2014 - 05:57:11PM] SOS ResetLocalSchlongifiedActors: local schlongified actors discarded[01/07/2014 - 05:57:11PM] SOS SchlongLess: Saphotest2 entered schlongless state[01/07/2014 - 05:58:29PM] VM is freezing...[01/07/2014 - 05:58:29PM] VM is frozen[01/07/2014 - 05:58:29PM] Reverting game...[01/07/2014 - 05:58:31PM] Loading game...[01/07/2014 - 05:58:31PM] VM is thawing...[01/07/2014 - 05:58:31PM] SexLab Compatibility: 'Schlongs of Skyrim.esp' enabled[01/07/2014 - 05:58:32PM] ERROR: File "Chesko_Frostfall.esp" does not exist or is not currently loaded.stack:.Game.GetFormFromFile() - "" Line ?[ARTHLALVersionTracking (14049F33)].arth_lal_versiontrackingscript.DLCSupportCheck() - "ARTH_LAL_VersionTrackingScript.psc" Line 119[alias Player on quest ARTHLALVersionTracking (14049F33)].ARTH_LAL_VersionTrackingAliasScript.OnPlayerLoadGame() - "ARTH_LAL_VersionTrackingAliasScript.psc" Line 6[01/07/2014 - 05:58:32PM] ERROR: File "Helgen Reborn.esp" does not exist or is not currently loaded.stack:.Game.GetFormFromFile() - "" Line ?[ARTHLALVersionTracking (14049F33)].arth_lal_versiontrackingscript.DLCSupportCheck() - "ARTH_LAL_VersionTrackingScript.psc" Line 133[alias Player on quest ARTHLALVersionTracking (14049F33)].ARTH_LAL_VersionTrackingAliasScript.OnPlayerLoadGame() - "ARTH_LAL_VersionTrackingAliasScript.psc" Line 6[01/07/2014 - 05:58:32PM] InitWidgetLoader()[01/07/2014 - 05:58:32PM] [slamainscr ]: Enabled Desire spell[01/07/2014 - 05:58:32PM] [slamainscr ]: Enabled cloak effect[01/07/2014 - 05:58:32PM] [slamainscr ]: Updated notification key to 49[01/07/2014 - 05:58:37PM] VM is freezing...[01/07/2014 - 05:58:37PM] VM is frozen I thought maybe it took some time for the computer to load all the scripts in the background. But I tried multiple times with no waiting and sometimes it would work and sometimes it didn't. Not sure if I just got lucky with the times that it would work. Also when reviewing the logs, I could find no references to SLSubmit but i did notice that for the ones that did work SexLab would start "Making a Thread." Is there a way to have more information logged onto the Papyrus log? It seems somewhat sparse compared to some others that are posted.
sapho888 Posted January 8, 2014 Posted January 8, 2014 When i install ZAZ Animation pack all my female characters having a weird face when they speak, the right jaw is moving buth the rest off the face not, no more facial expressions etc. When i delete ZAZ Animations pack the problem is still theire. Anyone else have this problem ore a solution? About this mod, same problem with a character coming out off nowhere and also a conflict with "lovers victim" due to the fact that the pc is naked when bound. Buth that can be solved by switching lovers victim off So, hopefully this will help with debugging. To set the stage, this is my current load order (however the HighRes Packs are not enabled) Skyrim.esm Update.esm Unofficial Skyrim Patch.esp Dawnguard.esm Unofficial Dawnguard Patch.esp HearthFires.esm Unofficial Hearthfire Patch.esp Dragonborn.esm Unofficial Dragonborn Patch.esp ZaZAnimationPack.esm Schlongs of Skyrim - Core.esm SexLab.esm SexLabAroused.esm HighResTexturePack01.esp HighResTexturePack02.esp HighResTexturePack03.esp SkyUI.esp LessIntrusiveHUD.esp Schlongs of Skyrim.esp SOS - VectorPlexus Regular Addon.esp dD - Realistic Ragdoll Force - Realistic.esp TheEyesOfBeauty.esp SexLabNudeCreatures.esp Alternate Start - Live Another Life.esp SexLab Submit.esp SWT1.2.esp xazPrisonOverhaul.esp SexLab Solutions.esp I tried to keep as much the same as possible for multiple tests, so i used the same save file and same mods for the following tests. They involved running into 1 or more wolves near Valtheim Towers. I would aggro the wolves and move to the same spot in the road with no other aggressive NPCs in sight. (although I can't guarantee that there weren't bandits hiding behind a hill out of sight!) First test involved 1 wolf and had both Auto Surrender at 0% hp and Death Proof activated. It seemed to work perfectly. [01/07/2014 - 04:46:49PM] Papyrus log opened (PC) [01/07/2014 - 04:46:49PM] Update budget: 1.200000ms (Extra tasklet budget: 1.200000ms, Load screen budget: 500.000000ms) [01/07/2014 - 04:46:49PM] Memory page: 128 (min) 512 (max) 76800 (max total) [01/07/2014 - 04:46:58PM] Cannot open store for class "dlc1scwispwallscript", missing file? [01/07/2014 - 04:46:58PM] Cannot open store for class "DLC2BenthicLurkerFXSCRIPT", missing file? [01/07/2014 - 04:47:10PM] VM is freezing... [01/07/2014 - 04:47:10PM] VM is frozen [01/07/2014 - 04:47:10PM] Reverting game... [01/07/2014 - 04:47:16PM] Loading game... [01/07/2014 - 04:47:16PM] VM is thawing... [01/07/2014 - 04:47:16PM] InitWidgetLoader() [01/07/2014 - 04:47:16PM] SexLab Compatibility: 'Schlongs of Skyrim.esp' enabled [01/07/2014 - 04:47:16PM] [slamainscr ]: Enabled Desire spell [01/07/2014 - 04:47:16PM] ERROR: File "Chesko_Frostfall.esp" does not exist or is not currently loaded. stack: .Game.GetFormFromFile() - "" Line ? [ARTHLALVersionTracking (14049F33)].arth_lal_versiontrackingscript.DLCSupportCheck() - "ARTH_LAL_VersionTrackingScript.psc" Line 119 [alias Player on quest ARTHLALVersionTracking (14049F33)].ARTH_LAL_VersionTrackingAliasScript.OnPlayerLoadGame() - "ARTH_LAL_VersionTrackingAliasScript.psc" Line 6 [01/07/2014 - 04:47:16PM] ERROR: File "Helgen Reborn.esp" does not exist or is not currently loaded. stack: .Game.GetFormFromFile() - "" Line ? [ARTHLALVersionTracking (14049F33)].arth_lal_versiontrackingscript.DLCSupportCheck() - "ARTH_LAL_VersionTrackingScript.psc" Line 133 [alias Player on quest ARTHLALVersionTracking (14049F33)].ARTH_LAL_VersionTrackingAliasScript.OnPlayerLoadGame() - "ARTH_LAL_VersionTrackingAliasScript.psc" Line 6 [01/07/2014 - 04:47:16PM] [slamainscr ]: Enabled cloak effect [01/07/2014 - 04:47:16PM] [slamainscr ]: Updated notification key to 49 [01/07/2014 - 04:47:49PM] ERROR: Cannot access an element of a None array stack: [slncControllerQuest (130110DF)].slncConfigMenu.OnPageReset() - "slncConfigMenu.psc" Line 63 [slncControllerQuest (130110DF)].slncConfigMenu.SetPage() - "SKI_ConfigBase.psc" Line 793 [slncControllerQuest (130110DF)].slncConfigMenu.OpenConfig() - "SKI_ConfigBase.psc" Line 760 [sKI_ConfigManagerInstance (0D000802)].SKI_ConfigManager.OnModSelect() - "SKI_ConfigManager.psc" Line 138 [01/07/2014 - 04:47:49PM] ERROR: Cannot access an element of a None array stack: [slncControllerQuest (130110DF)].slncConfigMenu.OnPageReset() - "slncConfigMenu.psc" Line 69 [slncControllerQuest (130110DF)].slncConfigMenu.SetPage() - "SKI_ConfigBase.psc" Line 793 [slncControllerQuest (130110DF)].slncConfigMenu.OpenConfig() - "SKI_ConfigBase.psc" Line 760 [sKI_ConfigManagerInstance (0D000802)].SKI_ConfigManager.OnModSelect() - "SKI_ConfigManager.psc" Line 138 [01/07/2014 - 04:47:49PM] ERROR: Cannot access an element of a None array stack: [slncControllerQuest (130110DF)].slncConfigMenu.OnPageReset() - "slncConfigMenu.psc" Line 70 [slncControllerQuest (130110DF)].slncConfigMenu.SetPage() - "SKI_ConfigBase.psc" Line 793 [slncControllerQuest (130110DF)].slncConfigMenu.OpenConfig() - "SKI_ConfigBase.psc" Line 760 [sKI_ConfigManagerInstance (0D000802)].SKI_ConfigManager.OnModSelect() - "SKI_ConfigManager.psc" Line 138 [01/07/2014 - 04:47:54PM] [slaconfigscr ]: trying to open settings page... [01/07/2014 - 04:48:01PM] [slamainscr ]: Enabled Desire spell [01/07/2014 - 04:48:01PM] [slamainscr ]: Enabled cloak effect [01/07/2014 - 04:48:01PM] [slamainscr ]: Updated notification key to 49 [01/07/2014 - 04:57:21PM] SOS ResetLocalSchlongifiedActors: local schlongified actors discarded [01/07/2014 - 04:57:21PM] SOS SchlongLess: Saphotest2 entered schlongless state [01/07/2014 - 04:58:48PM] SexLab: Making thread[0] [sslthreadcontroller ] [01/07/2014 - 04:58:48PM] SexLab Thread[0] ModEvent: ThreadOpened / [01/07/2014 - 04:58:49PM] -- SexLab ActorAlias -- Thread[0] Slotting 'Saphotest2' into alias -- [sslActorAlias ] [01/07/2014 - 04:58:49PM] SexLab Thread[0] ModEvent: PlayerAdded / [01/07/2014 - 04:58:49PM] -- SexLab ActorAlias -- Thread[0] Slotting 'wolf' into alias -- [sslActorAlias ] [01/07/2014 - 04:58:49PM] --- SexLab Animation Search ------------------------------ [01/07/2014 - 04:58:49PM] GetByType(2, -1, -1, -1, TRUE, TRUE) [01/07/2014 - 04:58:49PM] 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, [01/07/2014 - 04:58:49PM] ---------------------------------------------------------- [01/07/2014 - 04:58:49PM] --- SexLab Animation Search ------------------------------ [01/07/2014 - 04:58:49PM] GetByRace(2, wolf) [01/07/2014 - 04:58:49PM] Found [3] Animations: (Wolf) Doggystyle, (Wolf) Doggystyle 2, (Wolf) Missionary, [01/07/2014 - 04:58:49PM] ---------------------------------------------------------- [01/07/2014 - 04:58:51PM] SexLab Thread[0] ModEvent: AnimationStart // AnimationStart_PostPlayerRape // PlayerAnimationStart [01/07/2014 - 04:58:51PM] SexLab Thread[0] ModEvent: StageStart // StageStart_PostPlayerRape // PlayerStageStart [01/07/2014 - 04:59:12PM] SexLab Thread[0] ModEvent: StageEnd // StageEnd_PostPlayerRape // PlayerStageEnd [01/07/2014 - 04:59:12PM] SexLab Thread[0] ModEvent: StageStart // StageStart_PostPlayerRape // PlayerStageStart [01/07/2014 - 04:59:28PM] SexLab Thread[0] ModEvent: StageEnd // StageEnd_PostPlayerRape // PlayerStageEnd [01/07/2014 - 04:59:28PM] SexLab Thread[0] ModEvent: StageStart // StageStart_PostPlayerRape // PlayerStageStart [01/07/2014 - 04:59:39PM] SexLab Thread[0] ModEvent: StageEnd // StageEnd_PostPlayerRape // PlayerStageEnd [01/07/2014 - 04:59:39PM] SexLab Thread[0] ModEvent: StageStart // StageStart_PostPlayerRape // PlayerStageStart [01/07/2014 - 04:59:50PM] SexLab Thread[0] ModEvent: StageEnd // StageEnd_PostPlayerRape // PlayerStageEnd [01/07/2014 - 04:59:50PM] SexLab Thread[0] ModEvent: OrgasmStart // OrgasmStart_PostPlayerRape // PlayerOrgasmStart [01/07/2014 - 04:59:56PM] SexLab Thread[0] ModEvent: OrgasmEnd // OrgasmEnd_PostPlayerRape // PlayerOrgasmEnd [01/07/2014 - 04:59:56PM] [slautilscr ]: Saphotest2 got -44 arousal for having orgasm [01/07/2014 - 04:59:57PM] [slautilscr ]: wolf got -44 arousal for having orgasm [01/07/2014 - 04:59:57PM] [slautilscr ]: Saphotest2 got -20 arousal for being rape victim [01/07/2014 - 04:59:58PM] SexLab Thread[0] ModEvent: AnimationEnd // AnimationEnd_PostPlayerRape // PlayerAnimationEnd [01/07/2014 - 05:00:01PM] SexLab Thread[0] ModEvent: ThreadClosed // ThreadClosed_PostPlayerRape // PlayerThreadClosed [01/07/2014 - 05:00:35PM] VM is freezing... [01/07/2014 - 05:00:35PM] VM is frozen Next Had 2 wolves and Auto Surrender at 0% hp and Death Proof Activated. Submit worked fine in this test too. [01/07/2014 - 05:37:08PM] Papyrus log opened (PC) [01/07/2014 - 05:37:08PM] Update budget: 1.200000ms (Extra tasklet budget: 1.200000ms, Load screen budget: 500.000000ms) [01/07/2014 - 05:37:08PM] Memory page: 128 (min) 512 (max) 76800 (max total) [01/07/2014 - 05:37:17PM] Cannot open store for class "dlc1scwispwallscript", missing file? [01/07/2014 - 05:37:17PM] Cannot open store for class "DLC2BenthicLurkerFXSCRIPT", missing file? [01/07/2014 - 05:37:24PM] VM is freezing... [01/07/2014 - 05:37:24PM] VM is frozen [01/07/2014 - 05:37:25PM] Reverting game... [01/07/2014 - 05:37:30PM] Loading game... [01/07/2014 - 05:37:30PM] VM is thawing... [01/07/2014 - 05:37:31PM] InitWidgetLoader() [01/07/2014 - 05:37:31PM] Error: File "Chesko_Frostfall.esp" does not exist or is not currently loaded. stack: .Game.GetFormFromFile() - "" Line ? [ARTHLALVersionTracking (14049F33)].arth_lal_versiontrackingscript.DLCSupportCheck() - "ARTH_LAL_VersionTrackingScript.psc" Line 119 [alias Player on quest ARTHLALVersionTracking (14049F33)].ARTH_LAL_VersionTrackingAliasScript.OnPlayerLoadGame() - "ARTH_LAL_VersionTrackingAliasScript.psc" Line 6 [01/07/2014 - 05:37:31PM] Error: File "Helgen Reborn.esp" does not exist or is not currently loaded. stack: .Game.GetFormFromFile() - "" Line ? [ARTHLALVersionTracking (14049F33)].arth_lal_versiontrackingscript.DLCSupportCheck() - "ARTH_LAL_VersionTrackingScript.psc" Line 133 [alias Player on quest ARTHLALVersionTracking (14049F33)].ARTH_LAL_VersionTrackingAliasScript.OnPlayerLoadGame() - "ARTH_LAL_VersionTrackingAliasScript.psc" Line 6 [01/07/2014 - 05:37:31PM] SexLab Compatibility: 'Schlongs of Skyrim.esp' enabled [01/07/2014 - 05:37:31PM] [slamainscr ]: Enabled Desire spell [01/07/2014 - 05:37:31PM] [slamainscr ]: Enabled cloak effect [01/07/2014 - 05:37:31PM] [slamainscr ]: Updated notification key to 49 [01/07/2014 - 05:43:50PM] SOS ResetLocalSchlongifiedActors: local schlongified actors discarded [01/07/2014 - 05:43:50PM] SOS SchlongLess: Saphotest2 entered schlongless state [01/07/2014 - 05:45:32PM] SexLab: Making thread[0] [sslThreadController ] [01/07/2014 - 05:45:32PM] SexLab Thread[0] ModEvent: ThreadOpened / [01/07/2014 - 05:45:32PM] -- SexLab ActorAlias -- Thread[0] Slotting 'Saphotest2' into alias -- [sslactoralias ] [01/07/2014 - 05:45:33PM] SexLab Thread[0] ModEvent: PlayerAdded / [01/07/2014 - 05:45:33PM] -- SexLab ActorAlias -- Thread[0] Slotting 'wolf' into alias -- [sslactoralias ] [01/07/2014 - 05:45:33PM] --- SexLab Animation Search ------------------------------ [01/07/2014 - 05:45:33PM] GetByType(2, -1, -1, -1, TRUE, TRUE) [01/07/2014 - 05:45:33PM] 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, [01/07/2014 - 05:45:33PM] ---------------------------------------------------------- [01/07/2014 - 05:45:33PM] --- SexLab Animation Search ------------------------------ [01/07/2014 - 05:45:33PM] GetByRace(2, wolf) [01/07/2014 - 05:45:33PM] Found [3] Animations: (Wolf) Doggystyle, (Wolf) Doggystyle 2, (Wolf) Missionary, [01/07/2014 - 05:45:33PM] ---------------------------------------------------------- [01/07/2014 - 05:45:34PM] SexLab Thread[0] ModEvent: AnimationStart // AnimationStart_PostPlayerRape // PlayerAnimationStart [01/07/2014 - 05:45:35PM] SexLab Thread[0] ModEvent: StageStart // StageStart_PostPlayerRape // PlayerStageStart [01/07/2014 - 05:45:35PM] [slautilscr ]: wolf got 2 arousal for watching sex of Saphotest2 [01/07/2014 - 05:45:56PM] SexLab Thread[0] ModEvent: StageEnd // StageEnd_PostPlayerRape // PlayerStageEnd [01/07/2014 - 05:45:56PM] SexLab Thread[0] ModEvent: StageStart // StageStart_PostPlayerRape // PlayerStageStart [01/07/2014 - 05:45:56PM] [slautilscr ]: wolf got 2 arousal for watching sex of Saphotest2 [01/07/2014 - 05:46:12PM] SexLab Thread[0] ModEvent: StageEnd // StageEnd_PostPlayerRape // PlayerStageEnd [01/07/2014 - 05:46:12PM] SexLab Thread[0] ModEvent: StageStart // StageStart_PostPlayerRape // PlayerStageStart [01/07/2014 - 05:46:12PM] [slautilscr ]: wolf got 2 arousal for watching sex of Saphotest2 [01/07/2014 - 05:46:23PM] SexLab Thread[0] ModEvent: StageEnd // StageEnd_PostPlayerRape // PlayerStageEnd [01/07/2014 - 05:46:23PM] SexLab Thread[0] ModEvent: OrgasmStart // OrgasmStart_PostPlayerRape // PlayerOrgasmStart [01/07/2014 - 05:46:29PM] SexLab Thread[0] ModEvent: OrgasmEnd // OrgasmEnd_PostPlayerRape // PlayerOrgasmEnd [01/07/2014 - 05:46:29PM] [slautilscr ]: Saphotest2 got -46 arousal for having orgasm [01/07/2014 - 05:46:29PM] [slautilscr ]: wolf got -46 arousal for having orgasm [01/07/2014 - 05:46:29PM] [slautilscr ]: Saphotest2 got -20 arousal for being rape victim [01/07/2014 - 05:46:33PM] [slautilscr ]: wolf got 4 arousal for seeing naked Saphotest2 [01/07/2014 - 05:46:34PM] SexLab Thread[0] ModEvent: AnimationEnd // AnimationEnd_PostPlayerRape // PlayerAnimationEnd [01/07/2014 - 05:46:36PM] SexLab Thread[0] ModEvent: ThreadClosed // ThreadClosed_PostPlayerRape // PlayerThreadClosed [01/07/2014 - 05:46:47PM] SexLab: Making thread[0] [sslThreadController ] [01/07/2014 - 05:46:47PM] SexLab Thread[0] ModEvent: ThreadOpened / [01/07/2014 - 05:46:47PM] -- SexLab ActorAlias -- Thread[0] Slotting 'Saphotest2' into alias -- [sslactoralias ] [01/07/2014 - 05:46:47PM] SexLab Thread[0] ModEvent: PlayerAdded / [01/07/2014 - 05:46:47PM] -- SexLab ActorAlias -- Thread[0] Slotting 'wolf' into alias -- [sslactoralias ] [01/07/2014 - 05:46:47PM] --- SexLab Animation Search ------------------------------ [01/07/2014 - 05:46:47PM] GetByType(2, -1, -1, -1, TRUE, TRUE) [01/07/2014 - 05:46:47PM] 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, [01/07/2014 - 05:46:47PM] ---------------------------------------------------------- [01/07/2014 - 05:46:48PM] --- SexLab Animation Search ------------------------------ [01/07/2014 - 05:46:48PM] GetByRace(2, wolf) [01/07/2014 - 05:46:48PM] Found [3] Animations: (Wolf) Doggystyle, (Wolf) Doggystyle 2, (Wolf) Missionary, [01/07/2014 - 05:46:48PM] ---------------------------------------------------------- [01/07/2014 - 05:46:49PM] SexLab Thread[0] ModEvent: AnimationStart // AnimationStart_PostPlayerRape // PlayerAnimationStart [01/07/2014 - 05:46:49PM] SexLab Thread[0] ModEvent: StageStart // StageStart_PostPlayerRape // PlayerStageStart [01/07/2014 - 05:47:10PM] SexLab Thread[0] ModEvent: StageEnd // StageEnd_PostPlayerRape // PlayerStageEnd [01/07/2014 - 05:47:11PM] SexLab Thread[0] ModEvent: StageStart // StageStart_PostPlayerRape // PlayerStageStart [01/07/2014 - 05:47:26PM] SexLab Thread[0] ModEvent: StageEnd // StageEnd_PostPlayerRape // PlayerStageEnd [01/07/2014 - 05:47:26PM] SexLab Thread[0] ModEvent: StageStart // StageStart_PostPlayerRape // PlayerStageStart [01/07/2014 - 05:47:37PM] SexLab Thread[0] ModEvent: StageEnd // StageEnd_PostPlayerRape // PlayerStageEnd [01/07/2014 - 05:47:37PM] SexLab Thread[0] ModEvent: OrgasmStart // OrgasmStart_PostPlayerRape // PlayerOrgasmStart [01/07/2014 - 05:47:43PM] SexLab Thread[0] ModEvent: OrgasmEnd // OrgasmEnd_PostPlayerRape // PlayerOrgasmEnd [01/07/2014 - 05:47:43PM] [slautilscr ]: Saphotest2 got -44 arousal for having orgasm [01/07/2014 - 05:47:43PM] [slautilscr ]: wolf got -44 arousal for having orgasm [01/07/2014 - 05:47:44PM] [slautilscr ]: Saphotest2 got -20 arousal for being rape victim [01/07/2014 - 05:47:44PM] [slautilscr ]: wolf got 4 arousal for seeing naked Saphotest2 [01/07/2014 - 05:47:45PM] SexLab Thread[0] ModEvent: AnimationEnd // AnimationEnd_PostPlayerRape // PlayerAnimationEnd [01/07/2014 - 05:47:47PM] SexLab Thread[0] ModEvent: ThreadClosed // ThreadClosed_PostPlayerRape // PlayerThreadClosed [01/07/2014 - 05:48:00PM] VM is freezing... [01/07/2014 - 05:48:00PM] VM is frozen This last Involved 1 wolf and Auto Surrender at 0% hp and Death Proof activated. I received the Your Wounds are Mortal message and died. [01/07/2014 - 05:56:26PM] Papyrus log opened (PC) [01/07/2014 - 05:56:26PM] Update budget: 1.200000ms (Extra tasklet budget: 1.200000ms, Load screen budget: 500.000000ms) [01/07/2014 - 05:56:26PM] Memory page: 128 (min) 512 (max) 76800 (max total) [01/07/2014 - 05:56:35PM] Cannot open store for class "dlc1scwispwallscript", missing file? [01/07/2014 - 05:56:35PM] Cannot open store for class "DLC2BenthicLurkerFXSCRIPT", missing file? [01/07/2014 - 05:56:43PM] VM is freezing... [01/07/2014 - 05:56:43PM] VM is frozen [01/07/2014 - 05:56:43PM] Reverting game... [01/07/2014 - 05:56:48PM] Loading game... [01/07/2014 - 05:56:49PM] VM is thawing... [01/07/2014 - 05:56:49PM] SexLab Compatibility: 'Schlongs of Skyrim.esp' enabled [01/07/2014 - 05:56:49PM] ERROR: File "Chesko_Frostfall.esp" does not exist or is not currently loaded. stack: .Game.GetFormFromFile() - "" Line ? [ARTHLALVersionTracking (14049F33)].arth_lal_versiontrackingscript.DLCSupportCheck() - "ARTH_LAL_VersionTrackingScript.psc" Line 119 [alias Player on quest ARTHLALVersionTracking (14049F33)].ARTH_LAL_VersionTrackingAliasScript.OnPlayerLoadGame() - "ARTH_LAL_VersionTrackingAliasScript.psc" Line 6 [01/07/2014 - 05:56:49PM] ERROR: File "Helgen Reborn.esp" does not exist or is not currently loaded. stack: .Game.GetFormFromFile() - "" Line ? [ARTHLALVersionTracking (14049F33)].arth_lal_versiontrackingscript.DLCSupportCheck() - "ARTH_LAL_VersionTrackingScript.psc" Line 133 [alias Player on quest ARTHLALVersionTracking (14049F33)].ARTH_LAL_VersionTrackingAliasScript.OnPlayerLoadGame() - "ARTH_LAL_VersionTrackingAliasScript.psc" Line 6 [01/07/2014 - 05:56:49PM] InitWidgetLoader() [01/07/2014 - 05:56:49PM] [slamainscr ]: Enabled Desire spell [01/07/2014 - 05:56:49PM] [slamainscr ]: Enabled cloak effect [01/07/2014 - 05:56:49PM] [slamainscr ]: Updated notification key to 49 [01/07/2014 - 05:57:11PM] SOS ResetLocalSchlongifiedActors: local schlongified actors discarded [01/07/2014 - 05:57:11PM] SOS SchlongLess: Saphotest2 entered schlongless state [01/07/2014 - 05:58:29PM] VM is freezing... [01/07/2014 - 05:58:29PM] VM is frozen [01/07/2014 - 05:58:29PM] Reverting game... [01/07/2014 - 05:58:31PM] Loading game... [01/07/2014 - 05:58:31PM] VM is thawing... [01/07/2014 - 05:58:31PM] SexLab Compatibility: 'Schlongs of Skyrim.esp' enabled [01/07/2014 - 05:58:32PM] ERROR: File "Chesko_Frostfall.esp" does not exist or is not currently loaded. stack: .Game.GetFormFromFile() - "" Line ? [ARTHLALVersionTracking (14049F33)].arth_lal_versiontrackingscript.DLCSupportCheck() - "ARTH_LAL_VersionTrackingScript.psc" Line 119 [alias Player on quest ARTHLALVersionTracking (14049F33)].ARTH_LAL_VersionTrackingAliasScript.OnPlayerLoadGame() - "ARTH_LAL_VersionTrackingAliasScript.psc" Line 6 [01/07/2014 - 05:58:32PM] ERROR: File "Helgen Reborn.esp" does not exist or is not currently loaded. stack: .Game.GetFormFromFile() - "" Line ? [ARTHLALVersionTracking (14049F33)].arth_lal_versiontrackingscript.DLCSupportCheck() - "ARTH_LAL_VersionTrackingScript.psc" Line 133 [alias Player on quest ARTHLALVersionTracking (14049F33)].ARTH_LAL_VersionTrackingAliasScript.OnPlayerLoadGame() - "ARTH_LAL_VersionTrackingAliasScript.psc" Line 6 [01/07/2014 - 05:58:32PM] InitWidgetLoader() [01/07/2014 - 05:58:32PM] [slamainscr ]: Enabled Desire spell [01/07/2014 - 05:58:32PM] [slamainscr ]: Enabled cloak effect [01/07/2014 - 05:58:32PM] [slamainscr ]: Updated notification key to 49 [01/07/2014 - 05:58:37PM] VM is freezing... [01/07/2014 - 05:58:37PM] VM is frozen I thought maybe it took some time for the computer to load all the scripts in the background. But I tried multiple times with no waiting and sometimes it would work and sometimes it didn't. Not sure if I just got lucky with the times that it would work. Also when reviewing the logs, I could find no references to SLSubmit but i did notice that for the ones that did work SexLab would start "Making a Thread." Is there a way to have more information logged onto the Papyrus log? It seems somewhat sparse compared to some others that are posted. I'm not sure if you are referring to my post since you quoted it but I don't have Lover's Victim loaded.
dkatryl Posted January 8, 2014 Author Posted January 8, 2014 07JAN14 2036 Deleted - Removed ActorAssailant3-6 Alias slots, lowering the total per player surrender round back to the original 2. The subsequent rounds so long as there are valid actors in range will continue, the only major difference is the 4 extras will now return to sandboxing. This should clear up some script overhead that might have been causing too much script lag for some people. Added - Added the ClearAssailant() function to numerous extra places as an extra security measure, both when you get bound and when you first active manual and/or auto surrender. This should help prevent scenarios where old actors pop up out of nowhere due to not having been cleared for some reason. (Scripts hanging?) Updated - Lowered the initial 10% chance at bandits having another turn while you are bound from 30s to 10s, and +10% every 15s was lowered to 5s. This should greatly increase the chance the bandits will take advantage of you, and coupled with the increased sand-boxy nature of the above changes, help those that might not have gotten a turn the first time get a chance. Updated - Added the Zaz support to make a NPC bounty victim use the hogtie is told to stay. Updated - Lowered the Lockpick skill-up per failures on the Hardcore wrist escape attempt from 0.25 to 0.01. Given the numerous attempts this will likely take, and the ease in repeated attempts are, the original amount was far too much. Try this one out, see if it cuts down on the numerous surrender related issues.
MasterAaran Posted January 8, 2014 Posted January 8, 2014 Just going to throw this out here as a question to see if anyone else has experienced it. I have repeatedly (not in the very latest version though) tried to force various NPC's to surrender, and when I do, I routinely end up killing the bandit/mage/sorcerer/what have you.... during the 'punching' stage. I hit the 'shout' key, and the person 'surrenders' and I go into the animation of punching their lights out...but then they die instead of surviving so I can 'do the business' with them.....I'll test with the latest version, but just wondered if anyone had any suggestions.
nutluck Posted January 8, 2014 Posted January 8, 2014 Cool I will do a clean install of this update later tonight or tomorrow morning and give it a try on my test game.
dkatryl Posted January 8, 2014 Author Posted January 8, 2014 Just going to throw this out here as a question to see if anyone else has experienced it. I have repeatedly (not in the very latest version though) tried to force various NPC's to surrender, and when I do, I routinely end up killing the bandit/mage/sorcerer/what have you.... during the 'punching' stage. I hit the 'shout' key, and the person 'surrenders' and I go into the animation of punching their lights out...but then they die instead of surviving so I can 'do the business' with them.....I'll test with the latest version, but just wondered if anyone had any suggestions. If you are having this issue, either one of two things is happening: You have a very outdated (and bugged) version of FNIS, because there was a version a while back that broke the IdleDefaultAnimation or whatever it was called. This is required to properly abort the kill move used to punch the bandits You have something that is seriously screwing with your script execution, because there is a specific delay in there to time the beginning of the killmove and when the IdleDefaultAnimation thing is played. If the timing of your script's execution is off, the inherent kill() in the killmove may be getting played before it is aborted. Not sure which the issue is, but I've used this hundreds of times at least by now in testing, and I've never accidently killed my target.
MasterAaran Posted January 8, 2014 Posted January 8, 2014 Just going to throw this out here as a question to see if anyone else has experienced it. I have repeatedly (not in the very latest version though) tried to force various NPC's to surrender, and when I do, I routinely end up killing the bandit/mage/sorcerer/what have you.... during the 'punching' stage. I hit the 'shout' key, and the person 'surrenders' and I go into the animation of punching their lights out...but then they die instead of surviving so I can 'do the business' with them.....I'll test with the latest version, but just wondered if anyone had any suggestions. If you are having this issue, either one of two things is happening: You have a very outdated (and bugged) version of FNIS, because there was a version a while back that broke the IdleDefaultAnimation or whatever it was called. This is required to properly abort the kill move used to punch the bandits You have something that is seriously screwing with your script execution, because there is a specific delay in there to time the beginning of the killmove and when the IdleDefaultAnimation thing is played. If the timing of your script's execution is off, the inherent kill() in the killmove may be getting played before it is aborted. Not sure which the issue is, but I've used this hundreds of times at least by now in testing, and I've never accidently killed my target. Thanks for getting back to me. I know it's not FNIS, since I just recently updated it to the latest version and have run the Generator several times since then. It could be the script execution, but like I said, i'll do another test tonight. It's been a little bit since I've done that. I am going to be removing some script-heavy mods and that might make things run better. Thanks again!
dkatryl Posted January 8, 2014 Author Posted January 8, 2014 What is the update procedure for submit? Generally speaking? Just extract the .7z directly into your /Data folder and allow it to overwrite everything. It's just an .esp, a .bsa, and the handful of MCM translation files. That being said, updating scripted mods into saved games in skyrim doesn't always go as expected, but that is due to the nature of Skyrim saves. Little I can do about that.
nutluck Posted January 8, 2014 Posted January 8, 2014 What is the update procedure for submit? What I personally find that works best is, log into your game. turn submit off, save. Log off, then open up NMM and deactivate submit. Log back into skyrim and wait till submit is no longer on the menu, then save and log back out. Open NMM back up upload and activate the new version of submit, log back into skyrim, wait for submit to show up in the menu then save. After that it should work. Doing this and I rarely have issues with saved games.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now