Morferous Posted May 29, 2015 Posted May 29, 2015 I am finally starting a new game and I decided to test the combat sex feature (getting defeated in battle, according to life treshold.) I have just one question: does getting defeated and treated add any devices? I am asking, because I am currently ponderig between different mods that have this feature.
Kimy Posted May 29, 2015 Author Posted May 29, 2015 I am finally starting a new game and I decided to test the combat sex feature (getting defeated in battle, according to life treshold.) I have just one question: does getting defeated and treated add any devices? I am asking, because I am currently ponderig between different mods that have this feature. The combat surrender uses the sex attack code for the scenes, including all parameters. So, yes, if you set the "Tie up on rape" slider high enough, devices will get added.
Slorm Posted May 29, 2015 Posted May 29, 2015 snip... Also, something that just popped into my head writing the above (no idea why). Cursed carriage rides, just because you like to curse everything . Risk goes up depending on what you wear etc.. Fact the driver is always male could be a problem, but if the trap is he drops you off at a bandit camp instead (filled with your prefered badies) for a reward...... Haha, I like that! Expect it to happen! Be great if it could be made to work with Touring Carriages but I suspect the animations will get in the way
limonotu Posted May 29, 2015 Posted May 29, 2015 My turn \ o /... oh wait I shouldn't enjoy myself... Have an issue maybe from Devious Devices itself, but because I tested it in the Damsel in Distress quest...: With a LOT of time, I finally managed myself to get free from the first rope and I must unlock my arms now. But when I reach to the "Almost free" message and try to remove the device, a message of confirmation appears but the armbinder still here... I press 'Tab' again, try to free me but still the same. If you understand my problem , could you help me ?
Slorm Posted May 30, 2015 Posted May 30, 2015 @Kimy I have to ask, how did you manage to unequip the quiver in sex attacks?
Guest mrKenshi Posted May 30, 2015 Posted May 30, 2015 How about adding the option to disable restricrive items (boots and gloves) at all?
Nergui Posted May 30, 2015 Posted May 30, 2015 @Kimy I have to ask, how did you manage to unequip the quiver in sex attacks? Doesn't Auto-Unequip-Ammo do that?
Slorm Posted May 30, 2015 Posted May 30, 2015 @Kimy I have to ask, how did you manage to unequip the quiver in sex attacks? Doesn't Auto-Unequip-Ammo do that? I found that mod a bit unreliable and it added some script lag when I tried it last. It doesn't do what I want in any case, I don't want the quiver unequipped when changing to a sword (which breaks immersion) only when the pc is stripped
Veladarius Posted May 30, 2015 Posted May 30, 2015 @Kimy I have to ask, how did you manage to unequip the quiver in sex attacks? Doesn't Auto-Unequip-Ammo do that? I found that mod a bit unreliable and it added some script lag when I tried it last. It doesn't do what I want in any case, I don't want the quiver unequipped when changing to a sword (which breaks immersion) only when the pc is stripped This was something I wrote for Galgat to find equipped armor, you can use the same sort of thing to find ammo and unequip it: Function RecordWornItems(actor akactor) ; this will go through the target's inventory looking for items that are worn and the armor item type TargetActor01 = akactor as actor form f int i = TargetActor01.getnumitems() While i > 0 i -= 1 f = TargetActor01.getnthform(i) if f.gettype() == 26 && TargetActor01.isequipped(f) == true wornitems.addform(f) endif endwhile Endfunction 42 is the code for ammo with gettype() http://www.creationkit.com/GetType_-_Form Once it finds the ammo you can have the script unequip it and end. Unfortunately there are very few ways to unequip ammo that I have found.
Slorm Posted May 30, 2015 Posted May 30, 2015 Thanks Vel, I was wondering how it was done, ideally it would be in SL itself as a toggle
jensern Posted May 30, 2015 Posted May 30, 2015 The bandit out of nowhere comes from Devious Helpless. They send bandits out of nowhere, and they disappear also the same way. Do you have that installed? Kimy, when wearing a rubber suit, people are still commenting on being naked. Is the rubber suits a part of your mod?
Slorm Posted May 30, 2015 Posted May 30, 2015 The bandit out of nowhere comes from Devious Helpless. They send bandits out of nowhere, and they disappear also the same way. Do you have that installed? I doubt it very much. DH works by being detected by a bandit in range and LOS. It doesn't just make them materialise out of nowhere, they have to be there in the first place. DCL also uses the DH api to stop mod clashes so I would be surprised if this was the cause.
WehTeheFf Posted May 30, 2015 Posted May 30, 2015 I think I discovered a bug with progressive mode: My character had a harness equipped (equipped it myself) and I triggered 2 cursed chests that should have equipped 2-5 items each on my toon. However they did not equip anything. Maybe because the harness doesn't appear in progressive mode normally? However this effectively seemed to block any normal cursed loot event (don't know about the rare events though).
Blackness blackness is... Posted May 30, 2015 Posted May 30, 2015 I think I discovered a bug with progressive mode: My character had a harness equipped (equipped it myself) and I triggered 2 cursed chests that should have equipped 2-5 items each on my toon. However they did not equip anything. Maybe because the harness doesn't appear in progressive mode normally? However this effectively seemed to block any normal cursed loot event (don't know about the rare events though). what is a toon? sounds disgusting
Veladarius Posted May 30, 2015 Posted May 30, 2015 Thanks Vel, I was wondering how it was done, ideally it would be in SL itself as a toggle SL uses the slot ID, those you can just tell it to unequip whatever is using that slot without knowing what it is. Ammo does not use a slot and there is no specific command to unequip it like there is weapons. The script I made would have to search through your inventory and find ammo that is equipped then unequip it, it can take time (and is why auto unequip ammo has a delay). Just one of a number of pain in the ass things to work around.
limonotu Posted May 30, 2015 Posted May 30, 2015 Have an issue maybe from Devious Devices itself, but because I tested it in the Damsel in Distress quest...: With a LOT of time, I finally managed myself to get free from the first rope and I must unlock my arms now. But when I reach to the "Almost free" message and try to remove the device, a message of confirmation appears but the armbinder still here... I press 'Tab' again, try to free me but still the same. If you understand my problem , could you help me ? Nobody sees what it is?
Laura Posted May 30, 2015 Posted May 30, 2015 I think I discovered a bug with progressive mode: My character had a harness equipped (equipped it myself) and I triggered 2 cursed chests that should have equipped 2-5 items each on my toon. However they did not equip anything. Maybe because the harness doesn't appear in progressive mode normally? However this effectively seemed to block any normal cursed loot event (don't know about the rare events though). what is a toon? sounds disgusting With toon he/she means their character.
Veladarius Posted May 30, 2015 Posted May 30, 2015 Have an issue maybe from Devious Devices itself, but because I tested it in the Damsel in Distress quest...: With a LOT of time, I finally managed myself to get free from the first rope and I must unlock my arms now. But when I reach to the "Almost free" message and try to remove the device, a message of confirmation appears but the armbinder still here... I press 'Tab' again, try to free me but still the same. If you understand my problem , could you help me ? Nobody sees what it is? The only way I can think of to remove it forcibly is the console but from what I understand of that quest there are several 'layers' of restraints so doing that may break something else. Kimy will probably need to answer this one.
limonotu Posted May 30, 2015 Posted May 30, 2015 Thanks Veladarius. But more than a way to free my character, I'm wondering where the problem comes from. It's not the first time I have to remove an armbinder with this way (although I have not done that for a long time) and it always worked so far. Edit: Tried with a simple armbinder (bought at the Captured Dreams shop ), same problem.
Veladarius Posted May 30, 2015 Posted May 30, 2015 Thanks Veladarius. But more than a way to free my character, I'm wondering where the problem comes from. It's not the first time I have to remove an armbinder with this way (although I have not done that for a long time) and it always worked so far. Edit: Tried with a simple armbinder (bought at the Captured Dreams shop ), same problem. May be a script problem, try taking one off then look at the papyrus log (just make sure error logging is turned on in Integration).
limonotu Posted May 30, 2015 Posted May 30, 2015 Line 301[05/30/2015 - 09:32:01PM] [DCUR] Periodical update starts[05/30/2015 - 09:32:02PM] [Zad]: StartThirdPersonAnimation(Nyssa,[idle <DDZaZAPCArmBZaDS03 (19032CC0)>])[05/30/2015 - 09:32:02PM] [Zad]: Debug-1[05/30/2015 - 09:32:02PM] [Zad]: Debug-2[05/30/2015 - 09:32:02PM] [Zad]: Debug-3[05/30/2015 - 09:32:02PM] [Zad]: Debug-4[05/30/2015 - 09:32:02PM] [Zad]: Debug-5[05/30/2015 - 09:32:02PM] [Zad]: Debug-6[05/30/2015 - 09:32:02PM] [Zad]: Debug-7[05/30/2015 - 09:32:02PM] [Zad]: Debug-8[05/30/2015 - 09:32:02PM] [Zad]: Debug-9[05/30/2015 - 09:32:07PM] Error: Actor value "Santé" does not exist.stack: [ (8A00AA1F)].Actor.GetActorValue() - "<native>" Line ? [Active effect 1 on (8A00AA1F)].FXDragonBloodDamageScript.OnEffectStart() - "FXDragonBloodDamageScript.psc" Line 301[05/30/2015 - 09:32:07PM] Error: Actor value "Santé" does not exist.stack: [ (8A00AA1F)].Actor.GetBaseActorValue() - "<native>" Line ? [ (8A00AA1F)].Actor.GetBaseAV() - "Actor.psc" Line 163 [Active effect 1 on (8A00AA1F)].FXDragonBloodDamageScript.dragonBloodInit() - "FXDragonBloodDamageScript.psc" Line 240 [Active effect 1 on (8A00AA1F)].FXDragonBloodDamageScript.OnEffectStart() - "FXDragonBloodDamageScript.psc" Line 301[05/30/2015 - 09:32:07PM] Error: Actor value "Santé" does not exist.stack: [ (8A00AA1F)].Actor.GetBaseActorValue() - "<native>" Line ? [ (8A00AA1F)].Actor.GetBaseAV() - "Actor.psc" Line 163 [Active effect 1 on (8A00AA1F)].FXDragonBloodDamageScript.dragonBloodInit() - "FXDragonBloodDamageScript.psc" Line 241 [Active effect 1 on (8A00AA1F)].FXDragonBloodDamageScript.OnEffectStart() - "FXDragonBloodDamageScript.psc" Line 301[05/30/2015 - 09:32:07PM] Error: Actor value "Santé" does not exist.stack: [ (8A00AA1F)].Actor.GetBaseActorValue() - "<native>" Line ? [ (8A00AA1F)].Actor.GetBaseAV() - "Actor.psc" Line 163 [Active effect 1 on (8A00AA1F)].FXDragonBloodDamageScript.dragonBloodInit() - "FXDragonBloodDamageScript.psc" Line 242 [Active effect 1 on (8A00AA1F)].FXDragonBloodDamageScript.OnEffectStart() - "FXDragonBloodDamageScript.psc" Line 301[05/30/2015 - 09:32:07PM] Error: Actor value "Santé" does not exist.stack: [ (8A00AA1F)].Actor.GetBaseActorValue() - "<native>" Line ? [ (8A00AA1F)].Actor.GetBaseAV() - "Actor.psc" Line 163 [Active effect 1 on (8A00AA1F)].FXDragonBloodDamageScript.dragonBloodInit() - "FXDragonBloodDamageScript.psc" Line 243 [Active effect 1 on (8A00AA1F)].FXDragonBloodDamageScript.OnEffectStart() - "FXDragonBloodDamageScript.psc" Line 301[05/30/2015 - 09:32:07PM] Error: Actor value "Santé" does not exist.stack: [ (8A00AA1F)].Actor.GetActorValue() - "<native>" Line ? [ (8A00AA1F)].Actor.GetAV() - "Actor.psc" Line 150 [Active effect 1 on (8A00AA1F)].FXDragonBloodDamageScript.dragonBloodInit() - "FXDragonBloodDamageScript.psc" Line 246 [Active effect 1 on (8A00AA1F)].FXDragonBloodDamageScript.OnEffectStart() - "FXDragonBloodDamageScript.psc" Line 301[05/30/2015 - 09:32:07PM] Error: Actor value "Santé" does not exist.stack: [ (8A00AA1F)].Actor.GetActorValue() - "<native>" Line ? [ (8A00AA1F)].Actor.GetAV() - "Actor.psc" Line 150 [Active effect 1 on (8A00AA1F)].FXDragonBloodDamageScript.dragonBloodInit() - "FXDragonBloodDamageScript.psc" Line 247 [Active effect 1 on (8A00AA1F)].FXDragonBloodDamageScript.OnEffectStart() - "FXDragonBloodDamageScript.psc" Line 301[05/30/2015 - 09:32:07PM] Error: Actor value "Santé" does not exist.stack: [ (8A00AA1F)].Actor.GetActorValue() - "<native>" Line ? [ (8A00AA1F)].Actor.GetAV() - "Actor.psc" Line 150 [Active effect 1 on (8A00AA1F)].FXDragonBloodDamageScript.dragonBloodInit() - "FXDragonBloodDamageScript.psc" Line 248 [Active effect 1 on (8A00AA1F)].FXDragonBloodDamageScript.OnEffectStart() - "FXDragonBloodDamageScript.psc" Line 301[05/30/2015 - 09:32:07PM] Error: Actor value "Santé" does not exist.stack: [ (8A00AA1F)].Actor.GetActorValue() - "<native>" Line ? [ (8A00AA1F)].Actor.GetAV() - "Actor.psc" Line 150 [Active effect 1 on (8A00AA1F)].FXDragonBloodDamageScript.dragonBloodInit() - "FXDragonBloodDamageScript.psc" Line 249 [Active effect 1 on (8A00AA1F)].FXDragonBloodDamageScript.OnEffectStart() - "FXDragonBloodDamageScript.psc" Line 301[05/30/2015 - 09:32:09PM] Error: Cannot place a None objectstack: [ (00000014)].Actor.PlaceAtMe() - "<native>" Line ? [zadQuest (1900F624)].zadlibs.GetDeviceKey() - "zadLibs.psc" Line 641 [dcur_mainlib (D2024495)].dcur_library.IsWearingLockedGag() - "dcur_library.psc" Line 2439 [dcur_mainlib (D2024495)].dcur_library.checkchastity() - "dcur_library.psc" Line 2407 [dcur_clocktick (D204F16F)].dcur_clocktickScript.OnUpdate() - "dcur_clocktickScript.psc" Line 336[05/30/2015 - 09:32:09PM] [Zad] ((WARNING)): GetDeviceKey received non DD argument.[05/30/2015 - 09:32:09PM] Error: Cannot call Delete() on a None object, aborting function callstack: [zadQuest (1900F624)].zadlibs.GetDeviceKey() - "zadLibs.psc" Line 648 [dcur_mainlib (D2024495)].dcur_library.IsWearingLockedGag() - "dcur_library.psc" Line 2439 [dcur_mainlib (D2024495)].dcur_library.checkchastity() - "dcur_library.psc" Line 2407 [dcur_clocktick (D204F16F)].dcur_clocktickScript.OnUpdate() - "dcur_clocktickScript.psc" Line 336[05/30/2015 - 09:32:09PM] Error: None is not a valid inventory itemstack: [ (00000014)].Actor.GetItemCount() - "<native>" Line ? [dcur_mainlib (D2024495)].dcur_library.grouphasspecifickeys() - "dcur_library.psc" Line 2359 [dcur_mainlib (D2024495)].dcur_library.IsWearingLockedGag() - "dcur_library.psc" Line 2439 [dcur_mainlib (D2024495)].dcur_library.checkchastity() - "dcur_library.psc" Line 2407 [dcur_clocktick (D204F16F)].dcur_clocktickScript.OnUpdate() - "dcur_clocktickScript.psc" Line 336[05/30/2015 - 09:32:12PM] [Zad]: EndThirdPersonAnimation(Nyssa,[False, False])[05/30/2015 - 09:32:12PM] [Zad]: UpdateControls()[05/30/2015 - 09:32:15PM] [Zad]: UpdateExposure([Actor < (00000014)>],0.300000,False) Line 301[05/30/2015 - 09:37:02PM] [Zad]: RemoveHeavyBondage(Armbinder)[05/30/2015 - 09:37:02PM] Error: Cannot call GetName() on a None object, aborting function callstack: [zadQuest (1900F624)].zadlibs.RemoveDevice() - "zadLibs.psc" Line 495 [zadArmbinderQuest (19029AD2)].zadarmbinderquestscript.RemoveHeavyBondage() - "zadHeavyBondageQuestScript.psc" Line 111 [zadArmbinderQuest (19029AD2)].zadarmbinderquestscript.DeviceMenuRemove() - "zadArmbinderQuestScript.psc" Line 18 [zadArmbinderQuest (19029AD2)].zadarmbinderquestscript.ShowDeviceMenu() - "zadHeavyBondageQuestScript.psc" Line 64 [Active effect 29 on (00000014)].zadArmbinderEffect.OnKeyDown() - "zadArmbinderEffect.psc" Line 101[05/30/2015 - 09:37:02PM] Warning: Assigning None to a non-object variable named "::temp7"stack: [zadQuest (1900F624)].zadlibs.RemoveDevice() - "zadLibs.psc" Line 495 [zadArmbinderQuest (19029AD2)].zadarmbinderquestscript.RemoveHeavyBondage() - "zadHeavyBondageQuestScript.psc" Line 111 [zadArmbinderQuest (19029AD2)].zadarmbinderquestscript.DeviceMenuRemove() - "zadArmbinderQuestScript.psc" Line 18 [zadArmbinderQuest (19029AD2)].zadarmbinderquestscript.ShowDeviceMenu() - "zadHeavyBondageQuestScript.psc" Line 64 [Active effect 29 on (00000014)].zadArmbinderEffect.OnKeyDown() - "zadArmbinderEffect.psc" Line 101[05/30/2015 - 09:37:02PM] [Zad]: RemoveDevice called for[05/30/2015 - 09:37:02PM] Error: Cannot check to for a None item to be equippedstack: [ (00000014)].Actor.IsEquipped() - "<native>" Line ? [zadQuest (1900F624)].zadlibs.RemoveDevice() - "zadLibs.psc" Line 496 [zadArmbinderQuest (19029AD2)].zadarmbinderquestscript.RemoveHeavyBondage() - "zadHeavyBondageQuestScript.psc" Line 111 [zadArmbinderQuest (19029AD2)].zadarmbinderquestscript.DeviceMenuRemove() - "zadArmbinderQuestScript.psc" Line 18 [zadArmbinderQuest (19029AD2)].zadarmbinderquestscript.ShowDeviceMenu() - "zadHeavyBondageQuestScript.psc" Line 64 [Active effect 29 on (00000014)].zadArmbinderEffect.OnKeyDown() - "zadArmbinderEffect.psc" Line 101[05/30/2015 - 09:37:02PM] Error: Cannot check to for a None item to be equippedstack: [ (00000014)].Actor.IsEquipped() - "<native>" Line ? [zadQuest (1900F624)].zadlibs.RemoveDevice() - "zadLibs.psc" Line 496 [zadArmbinderQuest (19029AD2)].zadarmbinderquestscript.RemoveHeavyBondage() - "zadHeavyBondageQuestScript.psc" Line 111 [zadArmbinderQuest (19029AD2)].zadarmbinderquestscript.DeviceMenuRemove() - "zadArmbinderQuestScript.psc" Line 18 [zadArmbinderQuest (19029AD2)].zadarmbinderquestscript.ShowDeviceMenu() - "zadHeavyBondageQuestScript.psc" Line 64 [Active effect 29 on (00000014)].zadArmbinderEffect.OnKeyDown() - "zadArmbinderEffect.psc" Line 101[05/30/2015 - 09:37:02PM] [Zad] ((WARNING)): RemoveDevice called for None, but this device is not currently worn.[05/30/2015 - 09:37:02PM] [Zad]: Sending device event DeviceRemovedArmbinder(Nyssa:1)[05/30/2015 - 09:37:02PM] [slaUtilScr <sla_Framework (1804290F)>]: Nyssa got 2 exposure for[05/30/2015 - 09:37:03PM] Error: Actor value "Santé" does not exist.stack: [ (8A00AA1F)].Actor.GetActorValue() - "<native>" Line ? [Active effect 1 on (8A00AA1F)].FXDragonBloodDamageScript.OnEffectStart() - "FXDragonBloodDamageScript.psc" Line 301[05/30/2015 - 09:37:03PM] Error: Actor value "Santé" does not exist.stack: [ (8A00AA1F)].Actor.GetBaseActorValue() - "<native>" Line ? [ (8A00AA1F)].Actor.GetBaseAV() - "Actor.psc" Line 163 [Active effect 1 on (8A00AA1F)].FXDragonBloodDamageScript.dragonBloodInit() - "FXDragonBloodDamageScript.psc" Line 240 [Active effect 1 on (8A00AA1F)].FXDragonBloodDamageScript.OnEffectStart() - "FXDragonBloodDamageScript.psc" Line 301[05/30/2015 - 09:37:03PM] Error: Actor value "Santé" does not exist.stack: [ (8A00AA1F)].Actor.GetBaseActorValue() - "<native>" Line ? [ (8A00AA1F)].Actor.GetBaseAV() - "Actor.psc" Line 163 [Active effect 1 on (8A00AA1F)].FXDragonBloodDamageScript.dragonBloodInit() - "FXDragonBloodDamageScript.psc" Line 241 [Active effect 1 on (8A00AA1F)].FXDragonBloodDamageScript.OnEffectStart() - "FXDragonBloodDamageScript.psc" Line 301[05/30/2015 - 09:37:03PM] Error: Actor value "Santé" does not exist.stack: [ (8A00AA1F)].Actor.GetBaseActorValue() - "<native>" Line ? [ (8A00AA1F)].Actor.GetBaseAV() - "Actor.psc" Line 163 [Active effect 1 on (8A00AA1F)].FXDragonBloodDamageScript.dragonBloodInit() - "FXDragonBloodDamageScript.psc" Line 242 [Active effect 1 on (8A00AA1F)].FXDragonBloodDamageScript.OnEffectStart() - "FXDragonBloodDamageScript.psc" Line 301[05/30/2015 - 09:37:03PM] Error: Actor value "Santé" does not exist.stack: [ (8A00AA1F)].Actor.GetBaseActorValue() - "<native>" Line ? [ (8A00AA1F)].Actor.GetBaseAV() - "Actor.psc" Line 163 [Active effect 1 on (8A00AA1F)].FXDragonBloodDamageScript.dragonBloodInit() - "FXDragonBloodDamageScript.psc" Line 243 [Active effect 1 on (8A00AA1F)].FXDragonBloodDamageScript.OnEffectStart() - "FXDragonBloodDamageScript.psc" Line 301[05/30/2015 - 09:37:03PM] Error: Actor value "Santé" does not exist.stack: [ (8A00AA1F)].Actor.GetActorValue() - "<native>" Line ? [ (8A00AA1F)].Actor.GetAV() - "Actor.psc" Line 150 [Active effect 1 on (8A00AA1F)].FXDragonBloodDamageScript.dragonBloodInit() - "FXDragonBloodDamageScript.psc" Line 246 [Active effect 1 on (8A00AA1F)].FXDragonBloodDamageScript.OnEffectStart() - "FXDragonBloodDamageScript.psc" Line 301[05/30/2015 - 09:37:03PM] Error: Actor value "Santé" does not exist.stack: [ (8A00AA1F)].Actor.GetActorValue() - "<native>" Line ? [ (8A00AA1F)].Actor.GetAV() - "Actor.psc" Line 150 [Active effect 1 on (8A00AA1F)].FXDragonBloodDamageScript.dragonBloodInit() - "FXDragonBloodDamageScript.psc" Line 247 [Active effect 1 on (8A00AA1F)].FXDragonBloodDamageScript.OnEffectStart() - "FXDragonBloodDamageScript.psc" Line 301[05/30/2015 - 09:37:03PM] Error: Actor value "Santé" does not exist.stack: [ (8A00AA1F)].Actor.GetActorValue() - "<native>" Line ? [ (8A00AA1F)].Actor.GetAV() - "Actor.psc" Line 150 [Active effect 1 on (8A00AA1F)].FXDragonBloodDamageScript.dragonBloodInit() - "FXDragonBloodDamageScript.psc" Line 248 [Active effect 1 on (8A00AA1F)].FXDragonBloodDamageScript.OnEffectStart() - "FXDragonBloodDamageScript.psc" Line 301[05/30/2015 - 09:37:03PM] Error: Actor value "Santé" does not exist.stack: [ (8A00AA1F)].Actor.GetActorValue() - "<native>" Line ? [ (8A00AA1F)].Actor.GetAV() - "Actor.psc" Line 150 [Active effect 1 on (8A00AA1F)].FXDragonBloodDamageScript.dragonBloodInit() - "FXDragonBloodDamageScript.psc" Line 249 [Active effect 1 on (8A00AA1F)].FXDragonBloodDamageScript.OnEffectStart() - "FXDragonBloodDamageScript.psc" Line 301 Two part of the log, one for the part when I try to escape with struggle (middle choice), the other when I ty to take off the armbinder. Seems a lot of error or warning... Can you translate me this, Veladarius ?
Veladarius Posted May 30, 2015 Posted May 30, 2015 Line 301 [05/30/2015 - 09:32:01PM] [DCUR] Periodical update starts [05/30/2015 - 09:32:02PM] [Zad]: StartThirdPersonAnimation(Nyssa,[idle <DDZaZAPCArmBZaDS03 (19032CC0)>]) [05/30/2015 - 09:32:02PM] [Zad]: Debug-1 [05/30/2015 - 09:32:02PM] [Zad]: Debug-2 [05/30/2015 - 09:32:02PM] [Zad]: Debug-3 [05/30/2015 - 09:32:02PM] [Zad]: Debug-4 [05/30/2015 - 09:32:02PM] [Zad]: Debug-5 [05/30/2015 - 09:32:02PM] [Zad]: Debug-6 [05/30/2015 - 09:32:02PM] [Zad]: Debug-7 [05/30/2015 - 09:32:02PM] [Zad]: Debug-8 [05/30/2015 - 09:32:02PM] [Zad]: Debug-9 [05/30/2015 - 09:32:07PM] Error: Actor value "Santé" does not exist. stack: [ (8A00AA1F)].Actor.GetActorValue() - "<native>" Line ? [Active effect 1 on (8A00AA1F)].FXDragonBloodDamageScript.OnEffectStart() - "FXDragonBloodDamageScript.psc" Line 301 [05/30/2015 - 09:32:07PM] Error: Actor value "Santé" does not exist. stack: [ (8A00AA1F)].Actor.GetBaseActorValue() - "<native>" Line ? [ (8A00AA1F)].Actor.GetBaseAV() - "Actor.psc" Line 163 [Active effect 1 on (8A00AA1F)].FXDragonBloodDamageScript.dragonBloodInit() - "FXDragonBloodDamageScript.psc" Line 240 [Active effect 1 on (8A00AA1F)].FXDragonBloodDamageScript.OnEffectStart() - "FXDragonBloodDamageScript.psc" Line 301 [05/30/2015 - 09:32:07PM] Error: Actor value "Santé" does not exist. stack: [ (8A00AA1F)].Actor.GetBaseActorValue() - "<native>" Line ? [ (8A00AA1F)].Actor.GetBaseAV() - "Actor.psc" Line 163 [Active effect 1 on (8A00AA1F)].FXDragonBloodDamageScript.dragonBloodInit() - "FXDragonBloodDamageScript.psc" Line 241 [Active effect 1 on (8A00AA1F)].FXDragonBloodDamageScript.OnEffectStart() - "FXDragonBloodDamageScript.psc" Line 301 [05/30/2015 - 09:32:07PM] Error: Actor value "Santé" does not exist. stack: [ (8A00AA1F)].Actor.GetBaseActorValue() - "<native>" Line ? [ (8A00AA1F)].Actor.GetBaseAV() - "Actor.psc" Line 163 [Active effect 1 on (8A00AA1F)].FXDragonBloodDamageScript.dragonBloodInit() - "FXDragonBloodDamageScript.psc" Line 242 [Active effect 1 on (8A00AA1F)].FXDragonBloodDamageScript.OnEffectStart() - "FXDragonBloodDamageScript.psc" Line 301 [05/30/2015 - 09:32:07PM] Error: Actor value "Santé" does not exist. stack: [ (8A00AA1F)].Actor.GetBaseActorValue() - "<native>" Line ? [ (8A00AA1F)].Actor.GetBaseAV() - "Actor.psc" Line 163 [Active effect 1 on (8A00AA1F)].FXDragonBloodDamageScript.dragonBloodInit() - "FXDragonBloodDamageScript.psc" Line 243 [Active effect 1 on (8A00AA1F)].FXDragonBloodDamageScript.OnEffectStart() - "FXDragonBloodDamageScript.psc" Line 301 [05/30/2015 - 09:32:07PM] Error: Actor value "Santé" does not exist. stack: [ (8A00AA1F)].Actor.GetActorValue() - "<native>" Line ? [ (8A00AA1F)].Actor.GetAV() - "Actor.psc" Line 150 [Active effect 1 on (8A00AA1F)].FXDragonBloodDamageScript.dragonBloodInit() - "FXDragonBloodDamageScript.psc" Line 246 [Active effect 1 on (8A00AA1F)].FXDragonBloodDamageScript.OnEffectStart() - "FXDragonBloodDamageScript.psc" Line 301 [05/30/2015 - 09:32:07PM] Error: Actor value "Santé" does not exist. stack: [ (8A00AA1F)].Actor.GetActorValue() - "<native>" Line ? [ (8A00AA1F)].Actor.GetAV() - "Actor.psc" Line 150 [Active effect 1 on (8A00AA1F)].FXDragonBloodDamageScript.dragonBloodInit() - "FXDragonBloodDamageScript.psc" Line 247 [Active effect 1 on (8A00AA1F)].FXDragonBloodDamageScript.OnEffectStart() - "FXDragonBloodDamageScript.psc" Line 301 [05/30/2015 - 09:32:07PM] Error: Actor value "Santé" does not exist. stack: [ (8A00AA1F)].Actor.GetActorValue() - "<native>" Line ? [ (8A00AA1F)].Actor.GetAV() - "Actor.psc" Line 150 [Active effect 1 on (8A00AA1F)].FXDragonBloodDamageScript.dragonBloodInit() - "FXDragonBloodDamageScript.psc" Line 248 [Active effect 1 on (8A00AA1F)].FXDragonBloodDamageScript.OnEffectStart() - "FXDragonBloodDamageScript.psc" Line 301 [05/30/2015 - 09:32:07PM] Error: Actor value "Santé" does not exist. stack: [ (8A00AA1F)].Actor.GetActorValue() - "<native>" Line ? [ (8A00AA1F)].Actor.GetAV() - "Actor.psc" Line 150 [Active effect 1 on (8A00AA1F)].FXDragonBloodDamageScript.dragonBloodInit() - "FXDragonBloodDamageScript.psc" Line 249 [Active effect 1 on (8A00AA1F)].FXDragonBloodDamageScript.OnEffectStart() - "FXDragonBloodDamageScript.psc" Line 301 [05/30/2015 - 09:32:09PM] Error: Cannot place a None object stack: [ (00000014)].Actor.PlaceAtMe() - "<native>" Line ? [zadQuest (1900F624)].zadlibs.GetDeviceKey() - "zadLibs.psc" Line 641 [dcur_mainlib (D2024495)].dcur_library.IsWearingLockedGag() - "dcur_library.psc" Line 2439 [dcur_mainlib (D2024495)].dcur_library.checkchastity() - "dcur_library.psc" Line 2407 [dcur_clocktick (D204F16F)].dcur_clocktickScript.OnUpdate() - "dcur_clocktickScript.psc" Line 336 [05/30/2015 - 09:32:09PM] [Zad] ((WARNING)): GetDeviceKey received non DD argument. [05/30/2015 - 09:32:09PM] Error: Cannot call Delete() on a None object, aborting function call stack: [zadQuest (1900F624)].zadlibs.GetDeviceKey() - "zadLibs.psc" Line 648 [dcur_mainlib (D2024495)].dcur_library.IsWearingLockedGag() - "dcur_library.psc" Line 2439 [dcur_mainlib (D2024495)].dcur_library.checkchastity() - "dcur_library.psc" Line 2407 [dcur_clocktick (D204F16F)].dcur_clocktickScript.OnUpdate() - "dcur_clocktickScript.psc" Line 336 [05/30/2015 - 09:32:09PM] Error: None is not a valid inventory item stack: [ (00000014)].Actor.GetItemCount() - "<native>" Line ? [dcur_mainlib (D2024495)].dcur_library.grouphasspecifickeys() - "dcur_library.psc" Line 2359 [dcur_mainlib (D2024495)].dcur_library.IsWearingLockedGag() - "dcur_library.psc" Line 2439 [dcur_mainlib (D2024495)].dcur_library.checkchastity() - "dcur_library.psc" Line 2407 [dcur_clocktick (D204F16F)].dcur_clocktickScript.OnUpdate() - "dcur_clocktickScript.psc" Line 336 [05/30/2015 - 09:32:12PM] [Zad]: EndThirdPersonAnimation(Nyssa,[False, False]) [05/30/2015 - 09:32:12PM] [Zad]: UpdateControls() [05/30/2015 - 09:32:15PM] [Zad]: UpdateExposure([Actor < (00000014)>],0.300000,False) Line 301 [05/30/2015 - 09:37:02PM] [Zad]: RemoveHeavyBondage(Armbinder) [05/30/2015 - 09:37:02PM] Error: Cannot call GetName() on a None object, aborting function call stack: [zadQuest (1900F624)].zadlibs.RemoveDevice() - "zadLibs.psc" Line 495 [zadArmbinderQuest (19029AD2)].zadarmbinderquestscript.RemoveHeavyBondage() - "zadHeavyBondageQuestScript.psc" Line 111 [zadArmbinderQuest (19029AD2)].zadarmbinderquestscript.DeviceMenuRemove() - "zadArmbinderQuestScript.psc" Line 18 [zadArmbinderQuest (19029AD2)].zadarmbinderquestscript.ShowDeviceMenu() - "zadHeavyBondageQuestScript.psc" Line 64 [Active effect 29 on (00000014)].zadArmbinderEffect.OnKeyDown() - "zadArmbinderEffect.psc" Line 101 [05/30/2015 - 09:37:02PM] Warning: Assigning None to a non-object variable named "::temp7" stack: [zadQuest (1900F624)].zadlibs.RemoveDevice() - "zadLibs.psc" Line 495 [zadArmbinderQuest (19029AD2)].zadarmbinderquestscript.RemoveHeavyBondage() - "zadHeavyBondageQuestScript.psc" Line 111 [zadArmbinderQuest (19029AD2)].zadarmbinderquestscript.DeviceMenuRemove() - "zadArmbinderQuestScript.psc" Line 18 [zadArmbinderQuest (19029AD2)].zadarmbinderquestscript.ShowDeviceMenu() - "zadHeavyBondageQuestScript.psc" Line 64 [Active effect 29 on (00000014)].zadArmbinderEffect.OnKeyDown() - "zadArmbinderEffect.psc" Line 101 [05/30/2015 - 09:37:02PM] [Zad]: RemoveDevice called for [05/30/2015 - 09:37:02PM] Error: Cannot check to for a None item to be equipped stack: [ (00000014)].Actor.IsEquipped() - "<native>" Line ? [zadQuest (1900F624)].zadlibs.RemoveDevice() - "zadLibs.psc" Line 496 [zadArmbinderQuest (19029AD2)].zadarmbinderquestscript.RemoveHeavyBondage() - "zadHeavyBondageQuestScript.psc" Line 111 [zadArmbinderQuest (19029AD2)].zadarmbinderquestscript.DeviceMenuRemove() - "zadArmbinderQuestScript.psc" Line 18 [zadArmbinderQuest (19029AD2)].zadarmbinderquestscript.ShowDeviceMenu() - "zadHeavyBondageQuestScript.psc" Line 64 [Active effect 29 on (00000014)].zadArmbinderEffect.OnKeyDown() - "zadArmbinderEffect.psc" Line 101 [05/30/2015 - 09:37:02PM] Error: Cannot check to for a None item to be equipped stack: [ (00000014)].Actor.IsEquipped() - "<native>" Line ? [zadQuest (1900F624)].zadlibs.RemoveDevice() - "zadLibs.psc" Line 496 [zadArmbinderQuest (19029AD2)].zadarmbinderquestscript.RemoveHeavyBondage() - "zadHeavyBondageQuestScript.psc" Line 111 [zadArmbinderQuest (19029AD2)].zadarmbinderquestscript.DeviceMenuRemove() - "zadArmbinderQuestScript.psc" Line 18 [zadArmbinderQuest (19029AD2)].zadarmbinderquestscript.ShowDeviceMenu() - "zadHeavyBondageQuestScript.psc" Line 64 [Active effect 29 on (00000014)].zadArmbinderEffect.OnKeyDown() - "zadArmbinderEffect.psc" Line 101 [05/30/2015 - 09:37:02PM] [Zad] ((WARNING)): RemoveDevice called for None, but this device is not currently worn. [05/30/2015 - 09:37:02PM] [Zad]: Sending device event DeviceRemovedArmbinder(Nyssa:1) [05/30/2015 - 09:37:02PM] [slaUtilScr <sla_Framework (1804290F)>]: Nyssa got 2 exposure for [05/30/2015 - 09:37:03PM] Error: Actor value "Santé" does not exist. stack: [ (8A00AA1F)].Actor.GetActorValue() - "<native>" Line ? [Active effect 1 on (8A00AA1F)].FXDragonBloodDamageScript.OnEffectStart() - "FXDragonBloodDamageScript.psc" Line 301 [05/30/2015 - 09:37:03PM] Error: Actor value "Santé" does not exist. stack: [ (8A00AA1F)].Actor.GetBaseActorValue() - "<native>" Line ? [ (8A00AA1F)].Actor.GetBaseAV() - "Actor.psc" Line 163 [Active effect 1 on (8A00AA1F)].FXDragonBloodDamageScript.dragonBloodInit() - "FXDragonBloodDamageScript.psc" Line 240 [Active effect 1 on (8A00AA1F)].FXDragonBloodDamageScript.OnEffectStart() - "FXDragonBloodDamageScript.psc" Line 301 [05/30/2015 - 09:37:03PM] Error: Actor value "Santé" does not exist. stack: [ (8A00AA1F)].Actor.GetBaseActorValue() - "<native>" Line ? [ (8A00AA1F)].Actor.GetBaseAV() - "Actor.psc" Line 163 [Active effect 1 on (8A00AA1F)].FXDragonBloodDamageScript.dragonBloodInit() - "FXDragonBloodDamageScript.psc" Line 241 [Active effect 1 on (8A00AA1F)].FXDragonBloodDamageScript.OnEffectStart() - "FXDragonBloodDamageScript.psc" Line 301 [05/30/2015 - 09:37:03PM] Error: Actor value "Santé" does not exist. stack: [ (8A00AA1F)].Actor.GetBaseActorValue() - "<native>" Line ? [ (8A00AA1F)].Actor.GetBaseAV() - "Actor.psc" Line 163 [Active effect 1 on (8A00AA1F)].FXDragonBloodDamageScript.dragonBloodInit() - "FXDragonBloodDamageScript.psc" Line 242 [Active effect 1 on (8A00AA1F)].FXDragonBloodDamageScript.OnEffectStart() - "FXDragonBloodDamageScript.psc" Line 301 [05/30/2015 - 09:37:03PM] Error: Actor value "Santé" does not exist. stack: [ (8A00AA1F)].Actor.GetBaseActorValue() - "<native>" Line ? [ (8A00AA1F)].Actor.GetBaseAV() - "Actor.psc" Line 163 [Active effect 1 on (8A00AA1F)].FXDragonBloodDamageScript.dragonBloodInit() - "FXDragonBloodDamageScript.psc" Line 243 [Active effect 1 on (8A00AA1F)].FXDragonBloodDamageScript.OnEffectStart() - "FXDragonBloodDamageScript.psc" Line 301 [05/30/2015 - 09:37:03PM] Error: Actor value "Santé" does not exist. stack: [ (8A00AA1F)].Actor.GetActorValue() - "<native>" Line ? [ (8A00AA1F)].Actor.GetAV() - "Actor.psc" Line 150 [Active effect 1 on (8A00AA1F)].FXDragonBloodDamageScript.dragonBloodInit() - "FXDragonBloodDamageScript.psc" Line 246 [Active effect 1 on (8A00AA1F)].FXDragonBloodDamageScript.OnEffectStart() - "FXDragonBloodDamageScript.psc" Line 301 [05/30/2015 - 09:37:03PM] Error: Actor value "Santé" does not exist. stack: [ (8A00AA1F)].Actor.GetActorValue() - "<native>" Line ? [ (8A00AA1F)].Actor.GetAV() - "Actor.psc" Line 150 [Active effect 1 on (8A00AA1F)].FXDragonBloodDamageScript.dragonBloodInit() - "FXDragonBloodDamageScript.psc" Line 247 [Active effect 1 on (8A00AA1F)].FXDragonBloodDamageScript.OnEffectStart() - "FXDragonBloodDamageScript.psc" Line 301 [05/30/2015 - 09:37:03PM] Error: Actor value "Santé" does not exist. stack: [ (8A00AA1F)].Actor.GetActorValue() - "<native>" Line ? [ (8A00AA1F)].Actor.GetAV() - "Actor.psc" Line 150 [Active effect 1 on (8A00AA1F)].FXDragonBloodDamageScript.dragonBloodInit() - "FXDragonBloodDamageScript.psc" Line 248 [Active effect 1 on (8A00AA1F)].FXDragonBloodDamageScript.OnEffectStart() - "FXDragonBloodDamageScript.psc" Line 301 [05/30/2015 - 09:37:03PM] Error: Actor value "Santé" does not exist. stack: [ (8A00AA1F)].Actor.GetActorValue() - "<native>" Line ? [ (8A00AA1F)].Actor.GetAV() - "Actor.psc" Line 150 [Active effect 1 on (8A00AA1F)].FXDragonBloodDamageScript.dragonBloodInit() - "FXDragonBloodDamageScript.psc" Line 249 [Active effect 1 on (8A00AA1F)].FXDragonBloodDamageScript.OnEffectStart() - "FXDragonBloodDamageScript.psc" Line 301 Two part of the log, one for the part when I try to escape with struggle (middle choice), the other when I ty to take off the armbinder. Seems a lot of error or warning... Can you translate me this, Veladarius ? There is an issue with the Integration scripts and it is not able to identify a property. There is also an issue with whatever mod is at load position 8A in your order, it is constantly trying to change an actor value that does not exist. It may be that whatever is at 8A is the cause (overloaded things and caused errors) or was also damaged by something. What mod is at 8A?
Slorm Posted May 30, 2015 Posted May 30, 2015 @Kimy If it's straightforward could you add a toggle to Miscellaneous to allow the undress to use SerialStrip animations. You could also add some extra text in the box along the line of "You feel an irresistible urge to remove all your clothes etc" (or something along those lines), then the other text boxes can kick in
limonotu Posted May 30, 2015 Posted May 30, 2015 Line 301 [05/30/2015 - 09:32:01PM] [DCUR] Periodical update starts [05/30/2015 - 09:32:02PM] [Zad]: StartThirdPersonAnimation(Nyssa,[idle <DDZaZAPCArmBZaDS03 (19032CC0)>]) [05/30/2015 - 09:32:02PM] [Zad]: Debug-1 [05/30/2015 - 09:32:02PM] [Zad]: Debug-2 [05/30/2015 - 09:32:02PM] [Zad]: Debug-3 [05/30/2015 - 09:32:02PM] [Zad]: Debug-4 [05/30/2015 - 09:32:02PM] [Zad]: Debug-5 [05/30/2015 - 09:32:02PM] [Zad]: Debug-6 [05/30/2015 - 09:32:02PM] [Zad]: Debug-7 [05/30/2015 - 09:32:02PM] [Zad]: Debug-8 [05/30/2015 - 09:32:02PM] [Zad]: Debug-9 [05/30/2015 - 09:32:07PM] Error: Actor value "Santé" does not exist. stack: [ (8A00AA1F)].Actor.GetActorValue() - "<native>" Line ? [Active effect 1 on (8A00AA1F)].FXDragonBloodDamageScript.OnEffectStart() - "FXDragonBloodDamageScript.psc" Line 301 [05/30/2015 - 09:32:07PM] Error: Actor value "Santé" does not exist. stack: [ (8A00AA1F)].Actor.GetBaseActorValue() - "<native>" Line ? [ (8A00AA1F)].Actor.GetBaseAV() - "Actor.psc" Line 163 [Active effect 1 on (8A00AA1F)].FXDragonBloodDamageScript.dragonBloodInit() - "FXDragonBloodDamageScript.psc" Line 240 [Active effect 1 on (8A00AA1F)].FXDragonBloodDamageScript.OnEffectStart() - "FXDragonBloodDamageScript.psc" Line 301 [05/30/2015 - 09:32:07PM] Error: Actor value "Santé" does not exist. stack: [ (8A00AA1F)].Actor.GetBaseActorValue() - "<native>" Line ? [ (8A00AA1F)].Actor.GetBaseAV() - "Actor.psc" Line 163 [Active effect 1 on (8A00AA1F)].FXDragonBloodDamageScript.dragonBloodInit() - "FXDragonBloodDamageScript.psc" Line 241 [Active effect 1 on (8A00AA1F)].FXDragonBloodDamageScript.OnEffectStart() - "FXDragonBloodDamageScript.psc" Line 301 [05/30/2015 - 09:32:07PM] Error: Actor value "Santé" does not exist. stack: [ (8A00AA1F)].Actor.GetBaseActorValue() - "<native>" Line ? [ (8A00AA1F)].Actor.GetBaseAV() - "Actor.psc" Line 163 [Active effect 1 on (8A00AA1F)].FXDragonBloodDamageScript.dragonBloodInit() - "FXDragonBloodDamageScript.psc" Line 242 [Active effect 1 on (8A00AA1F)].FXDragonBloodDamageScript.OnEffectStart() - "FXDragonBloodDamageScript.psc" Line 301 [05/30/2015 - 09:32:07PM] Error: Actor value "Santé" does not exist. stack: [ (8A00AA1F)].Actor.GetBaseActorValue() - "<native>" Line ? [ (8A00AA1F)].Actor.GetBaseAV() - "Actor.psc" Line 163 [Active effect 1 on (8A00AA1F)].FXDragonBloodDamageScript.dragonBloodInit() - "FXDragonBloodDamageScript.psc" Line 243 [Active effect 1 on (8A00AA1F)].FXDragonBloodDamageScript.OnEffectStart() - "FXDragonBloodDamageScript.psc" Line 301 [05/30/2015 - 09:32:07PM] Error: Actor value "Santé" does not exist. stack: [ (8A00AA1F)].Actor.GetActorValue() - "<native>" Line ? [ (8A00AA1F)].Actor.GetAV() - "Actor.psc" Line 150 [Active effect 1 on (8A00AA1F)].FXDragonBloodDamageScript.dragonBloodInit() - "FXDragonBloodDamageScript.psc" Line 246 [Active effect 1 on (8A00AA1F)].FXDragonBloodDamageScript.OnEffectStart() - "FXDragonBloodDamageScript.psc" Line 301 [05/30/2015 - 09:32:07PM] Error: Actor value "Santé" does not exist. stack: [ (8A00AA1F)].Actor.GetActorValue() - "<native>" Line ? [ (8A00AA1F)].Actor.GetAV() - "Actor.psc" Line 150 [Active effect 1 on (8A00AA1F)].FXDragonBloodDamageScript.dragonBloodInit() - "FXDragonBloodDamageScript.psc" Line 247 [Active effect 1 on (8A00AA1F)].FXDragonBloodDamageScript.OnEffectStart() - "FXDragonBloodDamageScript.psc" Line 301 [05/30/2015 - 09:32:07PM] Error: Actor value "Santé" does not exist. stack: [ (8A00AA1F)].Actor.GetActorValue() - "<native>" Line ? [ (8A00AA1F)].Actor.GetAV() - "Actor.psc" Line 150 [Active effect 1 on (8A00AA1F)].FXDragonBloodDamageScript.dragonBloodInit() - "FXDragonBloodDamageScript.psc" Line 248 [Active effect 1 on (8A00AA1F)].FXDragonBloodDamageScript.OnEffectStart() - "FXDragonBloodDamageScript.psc" Line 301 [05/30/2015 - 09:32:07PM] Error: Actor value "Santé" does not exist. stack: [ (8A00AA1F)].Actor.GetActorValue() - "<native>" Line ? [ (8A00AA1F)].Actor.GetAV() - "Actor.psc" Line 150 [Active effect 1 on (8A00AA1F)].FXDragonBloodDamageScript.dragonBloodInit() - "FXDragonBloodDamageScript.psc" Line 249 [Active effect 1 on (8A00AA1F)].FXDragonBloodDamageScript.OnEffectStart() - "FXDragonBloodDamageScript.psc" Line 301 [05/30/2015 - 09:32:09PM] Error: Cannot place a None object stack: [ (00000014)].Actor.PlaceAtMe() - "<native>" Line ? [zadQuest (1900F624)].zadlibs.GetDeviceKey() - "zadLibs.psc" Line 641 [dcur_mainlib (D2024495)].dcur_library.IsWearingLockedGag() - "dcur_library.psc" Line 2439 [dcur_mainlib (D2024495)].dcur_library.checkchastity() - "dcur_library.psc" Line 2407 [dcur_clocktick (D204F16F)].dcur_clocktickScript.OnUpdate() - "dcur_clocktickScript.psc" Line 336 [05/30/2015 - 09:32:09PM] [Zad] ((WARNING)): GetDeviceKey received non DD argument. [05/30/2015 - 09:32:09PM] Error: Cannot call Delete() on a None object, aborting function call stack: [zadQuest (1900F624)].zadlibs.GetDeviceKey() - "zadLibs.psc" Line 648 [dcur_mainlib (D2024495)].dcur_library.IsWearingLockedGag() - "dcur_library.psc" Line 2439 [dcur_mainlib (D2024495)].dcur_library.checkchastity() - "dcur_library.psc" Line 2407 [dcur_clocktick (D204F16F)].dcur_clocktickScript.OnUpdate() - "dcur_clocktickScript.psc" Line 336 [05/30/2015 - 09:32:09PM] Error: None is not a valid inventory item stack: [ (00000014)].Actor.GetItemCount() - "<native>" Line ? [dcur_mainlib (D2024495)].dcur_library.grouphasspecifickeys() - "dcur_library.psc" Line 2359 [dcur_mainlib (D2024495)].dcur_library.IsWearingLockedGag() - "dcur_library.psc" Line 2439 [dcur_mainlib (D2024495)].dcur_library.checkchastity() - "dcur_library.psc" Line 2407 [dcur_clocktick (D204F16F)].dcur_clocktickScript.OnUpdate() - "dcur_clocktickScript.psc" Line 336 [05/30/2015 - 09:32:12PM] [Zad]: EndThirdPersonAnimation(Nyssa,[False, False]) [05/30/2015 - 09:32:12PM] [Zad]: UpdateControls() [05/30/2015 - 09:32:15PM] [Zad]: UpdateExposure([Actor < (00000014)>],0.300000,False) Line 301 [05/30/2015 - 09:37:02PM] [Zad]: RemoveHeavyBondage(Armbinder) [05/30/2015 - 09:37:02PM] Error: Cannot call GetName() on a None object, aborting function call stack: [zadQuest (1900F624)].zadlibs.RemoveDevice() - "zadLibs.psc" Line 495 [zadArmbinderQuest (19029AD2)].zadarmbinderquestscript.RemoveHeavyBondage() - "zadHeavyBondageQuestScript.psc" Line 111 [zadArmbinderQuest (19029AD2)].zadarmbinderquestscript.DeviceMenuRemove() - "zadArmbinderQuestScript.psc" Line 18 [zadArmbinderQuest (19029AD2)].zadarmbinderquestscript.ShowDeviceMenu() - "zadHeavyBondageQuestScript.psc" Line 64 [Active effect 29 on (00000014)].zadArmbinderEffect.OnKeyDown() - "zadArmbinderEffect.psc" Line 101 [05/30/2015 - 09:37:02PM] Warning: Assigning None to a non-object variable named "::temp7" stack: [zadQuest (1900F624)].zadlibs.RemoveDevice() - "zadLibs.psc" Line 495 [zadArmbinderQuest (19029AD2)].zadarmbinderquestscript.RemoveHeavyBondage() - "zadHeavyBondageQuestScript.psc" Line 111 [zadArmbinderQuest (19029AD2)].zadarmbinderquestscript.DeviceMenuRemove() - "zadArmbinderQuestScript.psc" Line 18 [zadArmbinderQuest (19029AD2)].zadarmbinderquestscript.ShowDeviceMenu() - "zadHeavyBondageQuestScript.psc" Line 64 [Active effect 29 on (00000014)].zadArmbinderEffect.OnKeyDown() - "zadArmbinderEffect.psc" Line 101 [05/30/2015 - 09:37:02PM] [Zad]: RemoveDevice called for [05/30/2015 - 09:37:02PM] Error: Cannot check to for a None item to be equipped stack: [ (00000014)].Actor.IsEquipped() - "<native>" Line ? [zadQuest (1900F624)].zadlibs.RemoveDevice() - "zadLibs.psc" Line 496 [zadArmbinderQuest (19029AD2)].zadarmbinderquestscript.RemoveHeavyBondage() - "zadHeavyBondageQuestScript.psc" Line 111 [zadArmbinderQuest (19029AD2)].zadarmbinderquestscript.DeviceMenuRemove() - "zadArmbinderQuestScript.psc" Line 18 [zadArmbinderQuest (19029AD2)].zadarmbinderquestscript.ShowDeviceMenu() - "zadHeavyBondageQuestScript.psc" Line 64 [Active effect 29 on (00000014)].zadArmbinderEffect.OnKeyDown() - "zadArmbinderEffect.psc" Line 101 [05/30/2015 - 09:37:02PM] Error: Cannot check to for a None item to be equipped stack: [ (00000014)].Actor.IsEquipped() - "<native>" Line ? [zadQuest (1900F624)].zadlibs.RemoveDevice() - "zadLibs.psc" Line 496 [zadArmbinderQuest (19029AD2)].zadarmbinderquestscript.RemoveHeavyBondage() - "zadHeavyBondageQuestScript.psc" Line 111 [zadArmbinderQuest (19029AD2)].zadarmbinderquestscript.DeviceMenuRemove() - "zadArmbinderQuestScript.psc" Line 18 [zadArmbinderQuest (19029AD2)].zadarmbinderquestscript.ShowDeviceMenu() - "zadHeavyBondageQuestScript.psc" Line 64 [Active effect 29 on (00000014)].zadArmbinderEffect.OnKeyDown() - "zadArmbinderEffect.psc" Line 101 [05/30/2015 - 09:37:02PM] [Zad] ((WARNING)): RemoveDevice called for None, but this device is not currently worn. [05/30/2015 - 09:37:02PM] [Zad]: Sending device event DeviceRemovedArmbinder(Nyssa:1) [05/30/2015 - 09:37:02PM] [slaUtilScr <sla_Framework (1804290F)>]: Nyssa got 2 exposure for [05/30/2015 - 09:37:03PM] Error: Actor value "Santé" does not exist. stack: [ (8A00AA1F)].Actor.GetActorValue() - "<native>" Line ? [Active effect 1 on (8A00AA1F)].FXDragonBloodDamageScript.OnEffectStart() - "FXDragonBloodDamageScript.psc" Line 301 [05/30/2015 - 09:37:03PM] Error: Actor value "Santé" does not exist. stack: [ (8A00AA1F)].Actor.GetBaseActorValue() - "<native>" Line ? [ (8A00AA1F)].Actor.GetBaseAV() - "Actor.psc" Line 163 [Active effect 1 on (8A00AA1F)].FXDragonBloodDamageScript.dragonBloodInit() - "FXDragonBloodDamageScript.psc" Line 240 [Active effect 1 on (8A00AA1F)].FXDragonBloodDamageScript.OnEffectStart() - "FXDragonBloodDamageScript.psc" Line 301 [05/30/2015 - 09:37:03PM] Error: Actor value "Santé" does not exist. stack: [ (8A00AA1F)].Actor.GetBaseActorValue() - "<native>" Line ? [ (8A00AA1F)].Actor.GetBaseAV() - "Actor.psc" Line 163 [Active effect 1 on (8A00AA1F)].FXDragonBloodDamageScript.dragonBloodInit() - "FXDragonBloodDamageScript.psc" Line 241 [Active effect 1 on (8A00AA1F)].FXDragonBloodDamageScript.OnEffectStart() - "FXDragonBloodDamageScript.psc" Line 301 [05/30/2015 - 09:37:03PM] Error: Actor value "Santé" does not exist. stack: [ (8A00AA1F)].Actor.GetBaseActorValue() - "<native>" Line ? [ (8A00AA1F)].Actor.GetBaseAV() - "Actor.psc" Line 163 [Active effect 1 on (8A00AA1F)].FXDragonBloodDamageScript.dragonBloodInit() - "FXDragonBloodDamageScript.psc" Line 242 [Active effect 1 on (8A00AA1F)].FXDragonBloodDamageScript.OnEffectStart() - "FXDragonBloodDamageScript.psc" Line 301 [05/30/2015 - 09:37:03PM] Error: Actor value "Santé" does not exist. stack: [ (8A00AA1F)].Actor.GetBaseActorValue() - "<native>" Line ? [ (8A00AA1F)].Actor.GetBaseAV() - "Actor.psc" Line 163 [Active effect 1 on (8A00AA1F)].FXDragonBloodDamageScript.dragonBloodInit() - "FXDragonBloodDamageScript.psc" Line 243 [Active effect 1 on (8A00AA1F)].FXDragonBloodDamageScript.OnEffectStart() - "FXDragonBloodDamageScript.psc" Line 301 [05/30/2015 - 09:37:03PM] Error: Actor value "Santé" does not exist. stack: [ (8A00AA1F)].Actor.GetActorValue() - "<native>" Line ? [ (8A00AA1F)].Actor.GetAV() - "Actor.psc" Line 150 [Active effect 1 on (8A00AA1F)].FXDragonBloodDamageScript.dragonBloodInit() - "FXDragonBloodDamageScript.psc" Line 246 [Active effect 1 on (8A00AA1F)].FXDragonBloodDamageScript.OnEffectStart() - "FXDragonBloodDamageScript.psc" Line 301 [05/30/2015 - 09:37:03PM] Error: Actor value "Santé" does not exist. stack: [ (8A00AA1F)].Actor.GetActorValue() - "<native>" Line ? [ (8A00AA1F)].Actor.GetAV() - "Actor.psc" Line 150 [Active effect 1 on (8A00AA1F)].FXDragonBloodDamageScript.dragonBloodInit() - "FXDragonBloodDamageScript.psc" Line 247 [Active effect 1 on (8A00AA1F)].FXDragonBloodDamageScript.OnEffectStart() - "FXDragonBloodDamageScript.psc" Line 301 [05/30/2015 - 09:37:03PM] Error: Actor value "Santé" does not exist. stack: [ (8A00AA1F)].Actor.GetActorValue() - "<native>" Line ? [ (8A00AA1F)].Actor.GetAV() - "Actor.psc" Line 150 [Active effect 1 on (8A00AA1F)].FXDragonBloodDamageScript.dragonBloodInit() - "FXDragonBloodDamageScript.psc" Line 248 [Active effect 1 on (8A00AA1F)].FXDragonBloodDamageScript.OnEffectStart() - "FXDragonBloodDamageScript.psc" Line 301 [05/30/2015 - 09:37:03PM] Error: Actor value "Santé" does not exist. stack: [ (8A00AA1F)].Actor.GetActorValue() - "<native>" Line ? [ (8A00AA1F)].Actor.GetAV() - "Actor.psc" Line 150 [Active effect 1 on (8A00AA1F)].FXDragonBloodDamageScript.dragonBloodInit() - "FXDragonBloodDamageScript.psc" Line 249 [Active effect 1 on (8A00AA1F)].FXDragonBloodDamageScript.OnEffectStart() - "FXDragonBloodDamageScript.psc" Line 301 Two part of the log, one for the part when I try to escape with struggle (middle choice), the other when I ty to take off the armbinder. Seems a lot of error or warning... Can you translate me this, Veladarius ? There is an issue with the Integration scripts and it is not able to identify a property. There is also an issue with whatever mod is at load position 8A in your order, it is constantly trying to change an actor value that does not exist. It may be that whatever is at 8A is the cause (overloaded things and caused errors) or was also damaged by something. What mod is at 8A? Well, I use Mod Organiser and the priority order is just with number. But I have something else with both nuber and letter, 'Mod Index'. For the index 8A, it was "Bellyaches New Dragon Species"... but I didn't see how this mod could break Devious Devices... So I transfer it one line down, here a new log when I try to remove the armbinder with the first choice. Line 336 [05/30/2015 - 11:23:04PM] [Zad]: RemoveHeavyBondage(Armbinder) [05/30/2015 - 11:23:04PM] Error: Cannot call GetName() on a None object, aborting function call stack: [zadQuest (1900F624)].zadlibs.RemoveDevice() - "zadLibs.psc" Line 495 [zadArmbinderQuest (19029AD2)].zadarmbinderquestscript.RemoveHeavyBondage() - "zadHeavyBondageQuestScript.psc" Line 111 [zadArmbinderQuest (19029AD2)].zadarmbinderquestscript.DeviceMenuRemove() - "zadArmbinderQuestScript.psc" Line 18 [zadArmbinderQuest (19029AD2)].zadarmbinderquestscript.ShowDeviceMenu() - "zadHeavyBondageQuestScript.psc" Line 64 [Active effect 29 on (00000014)].zadArmbinderEffect.OnKeyDown() - "zadArmbinderEffect.psc" Line 101 [05/30/2015 - 11:23:04PM] Warning: Assigning None to a non-object variable named "::temp7" stack: [zadQuest (1900F624)].zadlibs.RemoveDevice() - "zadLibs.psc" Line 495 [zadArmbinderQuest (19029AD2)].zadarmbinderquestscript.RemoveHeavyBondage() - "zadHeavyBondageQuestScript.psc" Line 111 [zadArmbinderQuest (19029AD2)].zadarmbinderquestscript.DeviceMenuRemove() - "zadArmbinderQuestScript.psc" Line 18 [zadArmbinderQuest (19029AD2)].zadarmbinderquestscript.ShowDeviceMenu() - "zadHeavyBondageQuestScript.psc" Line 64 [Active effect 29 on (00000014)].zadArmbinderEffect.OnKeyDown() - "zadArmbinderEffect.psc" Line 101 [05/30/2015 - 11:23:04PM] [Zad]: RemoveDevice called for [05/30/2015 - 11:23:04PM] Error: Cannot check to for a None item to be equipped stack: [ (00000014)].Actor.IsEquipped() - "" Line ? [zadQuest (1900F624)].zadlibs.RemoveDevice() - "zadLibs.psc" Line 496 [zadArmbinderQuest (19029AD2)].zadarmbinderquestscript.RemoveHeavyBondage() - "zadHeavyBondageQuestScript.psc" Line 111 [zadArmbinderQuest (19029AD2)].zadarmbinderquestscript.DeviceMenuRemove() - "zadArmbinderQuestScript.psc" Line 18 [zadArmbinderQuest (19029AD2)].zadarmbinderquestscript.ShowDeviceMenu() - "zadHeavyBondageQuestScript.psc" Line 64 [Active effect 29 on (00000014)].zadArmbinderEffect.OnKeyDown() - "zadArmbinderEffect.psc" Line 101 [05/30/2015 - 11:23:04PM] Error: Cannot check to for a None item to be equipped stack: [ (00000014)].Actor.IsEquipped() - "" Line ? [zadQuest (1900F624)].zadlibs.RemoveDevice() - "zadLibs.psc" Line 496 [zadArmbinderQuest (19029AD2)].zadarmbinderquestscript.RemoveHeavyBondage() - "zadHeavyBondageQuestScript.psc" Line 111 [zadArmbinderQuest (19029AD2)].zadarmbinderquestscript.DeviceMenuRemove() - "zadArmbinderQuestScript.psc" Line 18 [zadArmbinderQuest (19029AD2)].zadarmbinderquestscript.ShowDeviceMenu() - "zadHeavyBondageQuestScript.psc" Line 64 [Active effect 29 on (00000014)].zadArmbinderEffect.OnKeyDown() - "zadArmbinderEffect.psc" Line 101 [05/30/2015 - 11:23:04PM] [Zad] ((WARNING)): RemoveDevice called for None, but this device is not currently worn. [05/30/2015 - 11:23:04PM] [Zad]: Sending device event DeviceRemovedArmbinder(Nyssa:1) [05/30/2015 - 11:23:04PM] [slaUtilScr ]: Nyssa got 2 exposure for [05/30/2015 - 11:23:06PM] Error: Actor value "Santé" does not exist. stack: [ (8B00AA1F)].Actor.GetActorValue() - "" Line ? [Active effect 1 on (8B00AA1F)].FXDragonBloodDamageScript.OnEffectStart() - "FXDragonBloodDamageScript.psc" Line 301 [05/30/2015 - 11:23:06PM] Error: Actor value "Santé" does not exist. stack: [ (8B00AA1F)].Actor.GetBaseActorValue() - "" Line ? [ (8B00AA1F)].Actor.GetBaseAV() - "Actor.psc" Line 163 [Active effect 1 on (8B00AA1F)].FXDragonBloodDamageScript.dragonBloodInit() - "FXDragonBloodDamageScript.psc" Line 240 [Active effect 1 on (8B00AA1F)].FXDragonBloodDamageScript.OnEffectStart() - "FXDragonBloodDamageScript.psc" Line 301 [05/30/2015 - 11:23:06PM] Error: Actor value "Santé" does not exist. stack: [ (8B00AA1F)].Actor.GetBaseActorValue() - "" Line ? [ (8B00AA1F)].Actor.GetBaseAV() - "Actor.psc" Line 163 [Active effect 1 on (8B00AA1F)].FXDragonBloodDamageScript.dragonBloodInit() - "FXDragonBloodDamageScript.psc" Line 241 [Active effect 1 on (8B00AA1F)].FXDragonBloodDamageScript.OnEffectStart() - "FXDragonBloodDamageScript.psc" Line 301 [05/30/2015 - 11:23:06PM] Error: Actor value "Santé" does not exist. stack: [ (8B00AA1F)].Actor.GetBaseActorValue() - "" Line ? [ (8B00AA1F)].Actor.GetBaseAV() - "Actor.psc" Line 163 [Active effect 1 on (8B00AA1F)].FXDragonBloodDamageScript.dragonBloodInit() - "FXDragonBloodDamageScript.psc" Line 242 [Active effect 1 on (8B00AA1F)].FXDragonBloodDamageScript.OnEffectStart() - "FXDragonBloodDamageScript.psc" Line 301 [05/30/2015 - 11:23:06PM] Error: Actor value "Santé" does not exist. stack: [ (8B00AA1F)].Actor.GetBaseActorValue() - "" Line ? [ (8B00AA1F)].Actor.GetBaseAV() - "Actor.psc" Line 163 [Active effect 1 on (8B00AA1F)].FXDragonBloodDamageScript.dragonBloodInit() - "FXDragonBloodDamageScript.psc" Line 243 [Active effect 1 on (8B00AA1F)].FXDragonBloodDamageScript.OnEffectStart() - "FXDragonBloodDamageScript.psc" Line 301 [05/30/2015 - 11:23:06PM] Error: Actor value "Santé" does not exist. stack: [ (8B00AA1F)].Actor.GetActorValue() - "" Line ? [ (8B00AA1F)].Actor.GetAV() - "Actor.psc" Line 150 [Active effect 1 on (8B00AA1F)].FXDragonBloodDamageScript.dragonBloodInit() - "FXDragonBloodDamageScript.psc" Line 246 [Active effect 1 on (8B00AA1F)].FXDragonBloodDamageScript.OnEffectStart() - "FXDragonBloodDamageScript.psc" Line 301 [05/30/2015 - 11:23:06PM] Error: Actor value "Santé" does not exist. stack: [ (8B00AA1F)].Actor.GetActorValue() - "" Line ? [ (8B00AA1F)].Actor.GetAV() - "Actor.psc" Line 150 [Active effect 1 on (8B00AA1F)].FXDragonBloodDamageScript.dragonBloodInit() - "FXDragonBloodDamageScript.psc" Line 247 [Active effect 1 on (8B00AA1F)].FXDragonBloodDamageScript.OnEffectStart() - "FXDragonBloodDamageScript.psc" Line 301 [05/30/2015 - 11:23:06PM] Error: Actor value "Santé" does not exist. stack: [ (8B00AA1F)].Actor.GetActorValue() - "" Line ? [ (8B00AA1F)].Actor.GetAV() - "Actor.psc" Line 150 [Active effect 1 on (8B00AA1F)].FXDragonBloodDamageScript.dragonBloodInit() - "FXDragonBloodDamageScript.psc" Line 248 [Active effect 1 on (8B00AA1F)].FXDragonBloodDamageScript.OnEffectStart() - "FXDragonBloodDamageScript.psc" Line 301 [05/30/2015 - 11:23:06PM] Error: Actor value "Santé" does not exist. stack: [ (8B00AA1F)].Actor.GetActorValue() - "" Line ? [ (8B00AA1F)].Actor.GetAV() - "Actor.psc" Line 150 [Active effect 1 on (8B00AA1F)].FXDragonBloodDamageScript.dragonBloodInit() - "FXDragonBloodDamageScript.psc" Line 249 [Active effect 1 on (8B00AA1F)].FXDragonBloodDamageScript.OnEffectStart() - "FXDragonBloodDamageScript.psc" Line 301 [05/30/2015 - 11:23:12PM] VM is freezing... [05/30/2015 - 11:23:12PM] VM is frozen ...Now it's '8B', exactly like the new index of Bellyache dragons... Well, I will test without this mod. Edit: here the log without Bellyache: [Zad]: RemoveHeavyBondage(Armbinder) [05/30/2015 - 11:53:04PM] Error: Cannot call GetName() on a None object, aborting function call stack: [zadQuest (1900F624)].zadlibs.RemoveDevice() - "zadLibs.psc" Line 495 [zadArmbinderQuest (19029AD2)].zadarmbinderquestscript.RemoveHeavyBondage() - "zadHeavyBondageQuestScript.psc" Line 111 [zadArmbinderQuest (19029AD2)].zadarmbinderquestscript.DeviceMenuRemove() - "zadArmbinderQuestScript.psc" Line 18 [zadArmbinderQuest (19029AD2)].zadarmbinderquestscript.ShowDeviceMenu() - "zadHeavyBondageQuestScript.psc" Line 64 [Active effect 29 on (00000014)].zadArmbinderEffect.OnKeyDown() - "zadArmbinderEffect.psc" Line 101 [05/30/2015 - 11:53:04PM] Warning: Assigning None to a non-object variable named "::temp7" stack: [zadQuest (1900F624)].zadlibs.RemoveDevice() - "zadLibs.psc" Line 495 [zadArmbinderQuest (19029AD2)].zadarmbinderquestscript.RemoveHeavyBondage() - "zadHeavyBondageQuestScript.psc" Line 111 [zadArmbinderQuest (19029AD2)].zadarmbinderquestscript.DeviceMenuRemove() - "zadArmbinderQuestScript.psc" Line 18 [zadArmbinderQuest (19029AD2)].zadarmbinderquestscript.ShowDeviceMenu() - "zadHeavyBondageQuestScript.psc" Line 64 [Active effect 29 on (00000014)].zadArmbinderEffect.OnKeyDown() - "zadArmbinderEffect.psc" Line 101 [05/30/2015 - 11:53:04PM] [Zad]: RemoveDevice called for [05/30/2015 - 11:53:04PM] Error: Cannot check to for a None item to be equipped stack: [ (00000014)].Actor.IsEquipped() - "<native>" Line ? [zadQuest (1900F624)].zadlibs.RemoveDevice() - "zadLibs.psc" Line 496 [zadArmbinderQuest (19029AD2)].zadarmbinderquestscript.RemoveHeavyBondage() - "zadHeavyBondageQuestScript.psc" Line 111 [zadArmbinderQuest (19029AD2)].zadarmbinderquestscript.DeviceMenuRemove() - "zadArmbinderQuestScript.psc" Line 18 [zadArmbinderQuest (19029AD2)].zadarmbinderquestscript.ShowDeviceMenu() - "zadHeavyBondageQuestScript.psc" Line 64 [Active effect 29 on (00000014)].zadArmbinderEffect.OnKeyDown() - "zadArmbinderEffect.psc" Line 101 [05/30/2015 - 11:53:04PM] Error: Cannot check to for a None item to be equipped stack: [ (00000014)].Actor.IsEquipped() - "<native>" Line ? [zadQuest (1900F624)].zadlibs.RemoveDevice() - "zadLibs.psc" Line 496 [zadArmbinderQuest (19029AD2)].zadarmbinderquestscript.RemoveHeavyBondage() - "zadHeavyBondageQuestScript.psc" Line 111 [zadArmbinderQuest (19029AD2)].zadarmbinderquestscript.DeviceMenuRemove() - "zadArmbinderQuestScript.psc" Line 18 [zadArmbinderQuest (19029AD2)].zadarmbinderquestscript.ShowDeviceMenu() - "zadHeavyBondageQuestScript.psc" Line 64 [Active effect 29 on (00000014)].zadArmbinderEffect.OnKeyDown() - "zadArmbinderEffect.psc" Line 101 [05/30/2015 - 11:53:04PM] [Zad] ((WARNING)): RemoveDevice called for None, but this device is not currently worn. [05/30/2015 - 11:53:04PM] [Zad]: Sending device event DeviceRemovedArmbinder(Nyssa:1) [05/30/2015 - 11:53:04PM] [slaUtilScr <sla_Framework (1604290F)>]: Nyssa got 2 exposure for [05/30/2015 - 11:53:04PM] Error: Cannot place a None object stack: [ (00000014)].Actor.PlaceAtMe() - "<native>" Line ? [zadQuest (1900F624)].zadlibs.GetDeviceKey() - "zadLibs.psc" Line 641 [dcur_mainlib (D0024495)].dcur_library.IsWearingLockedGag() - "dcur_library.psc" Line 2439 [dcur_mainlib (D0024495)].dcur_library.checkchastity() - "dcur_library.psc" Line 2407 [dcur_clocktick (D004F16F)].dcur_clocktickScript.OnUpdate() - "dcur_clocktickScript.psc" Line 336 [05/30/2015 - 11:53:04PM] [Zad] ((WARNING)): GetDeviceKey received non DD argument. [05/30/2015 - 11:53:04PM] Error: Cannot call Delete() on a None object, aborting function call stack: [zadQuest (1900F624)].zadlibs.GetDeviceKey() - "zadLibs.psc" Line 648 [dcur_mainlib (D0024495)].dcur_library.IsWearingLockedGag() - "dcur_library.psc" Line 2439 [dcur_mainlib (D0024495)].dcur_library.checkchastity() - "dcur_library.psc" Line 2407 [dcur_clocktick (D004F16F)].dcur_clocktickScript.OnUpdate() - "dcur_clocktickScript.psc" Line 336 [05/30/2015 - 11:53:04PM] Error: None is not a valid inventory item stack: [ (00000014)].Actor.GetItemCount() - "<native>" Line ? [dcur_mainlib (D0024495)].dcur_library.grouphasspecifickeys() - "dcur_library.psc" Line 2359 [dcur_mainlib (D0024495)].dcur_library.IsWearingLockedGag() - "dcur_library.psc" Line 2439 [dcur_mainlib (D0024495)].dcur_library.checkchastity() - "dcur_library.psc" Line 2407 [dcur_clocktick (D004F16F)].dcur_clocktickScript.OnUpdate() - "dcur_clocktickScript.psc" Line 336 [05/30/2015 - 11:53:10PM] VM is freezing... [05/30/2015 - 11:53:10PM] VM is frozen Edit 2: Tried again with Bellyache (F5 this time): [Zad]: RemoveHeavyBondage(Armbinder) [05/31/2015 - 12:09:04AM] Error: Cannot call GetName() on a None object, aborting function call stack: [zadQuest (1900F624)].zadlibs.RemoveDevice() - "zadLibs.psc" Line 495 [zadArmbinderQuest (19029AD2)].zadarmbinderquestscript.RemoveHeavyBondage() - "zadHeavyBondageQuestScript.psc" Line 111 [zadArmbinderQuest (19029AD2)].zadarmbinderquestscript.DeviceMenuRemove() - "zadArmbinderQuestScript.psc" Line 18 [zadArmbinderQuest (19029AD2)].zadarmbinderquestscript.ShowDeviceMenu() - "zadHeavyBondageQuestScript.psc" Line 64 [Active effect 20 on (00000014)].zadArmbinderEffect.OnKeyDown() - "zadArmbinderEffect.psc" Line 101 [05/31/2015 - 12:09:04AM] Warning: Assigning None to a non-object variable named "::temp7" stack: [zadQuest (1900F624)].zadlibs.RemoveDevice() - "zadLibs.psc" Line 495 [zadArmbinderQuest (19029AD2)].zadarmbinderquestscript.RemoveHeavyBondage() - "zadHeavyBondageQuestScript.psc" Line 111 [zadArmbinderQuest (19029AD2)].zadarmbinderquestscript.DeviceMenuRemove() - "zadArmbinderQuestScript.psc" Line 18 [zadArmbinderQuest (19029AD2)].zadarmbinderquestscript.ShowDeviceMenu() - "zadHeavyBondageQuestScript.psc" Line 64 [Active effect 20 on (00000014)].zadArmbinderEffect.OnKeyDown() - "zadArmbinderEffect.psc" Line 101 [05/31/2015 - 12:09:04AM] [Zad]: RemoveDevice called for [05/31/2015 - 12:09:04AM] Error: Cannot check to for a None item to be equipped stack: [ (00000014)].Actor.IsEquipped() - "" Line ? [zadQuest (1900F624)].zadlibs.RemoveDevice() - "zadLibs.psc" Line 496 [zadArmbinderQuest (19029AD2)].zadarmbinderquestscript.RemoveHeavyBondage() - "zadHeavyBondageQuestScript.psc" Line 111 [zadArmbinderQuest (19029AD2)].zadarmbinderquestscript.DeviceMenuRemove() - "zadArmbinderQuestScript.psc" Line 18 [zadArmbinderQuest (19029AD2)].zadarmbinderquestscript.ShowDeviceMenu() - "zadHeavyBondageQuestScript.psc" Line 64 [Active effect 20 on (00000014)].zadArmbinderEffect.OnKeyDown() - "zadArmbinderEffect.psc" Line 101 [05/31/2015 - 12:09:04AM] Error: Cannot check to for a None item to be equipped stack: [ (00000014)].Actor.IsEquipped() - "" Line ? [zadQuest (1900F624)].zadlibs.RemoveDevice() - "zadLibs.psc" Line 496 [zadArmbinderQuest (19029AD2)].zadarmbinderquestscript.RemoveHeavyBondage() - "zadHeavyBondageQuestScript.psc" Line 111 [zadArmbinderQuest (19029AD2)].zadarmbinderquestscript.DeviceMenuRemove() - "zadArmbinderQuestScript.psc" Line 18 [zadArmbinderQuest (19029AD2)].zadarmbinderquestscript.ShowDeviceMenu() - "zadHeavyBondageQuestScript.psc" Line 64 [Active effect 20 on (00000014)].zadArmbinderEffect.OnKeyDown() - "zadArmbinderEffect.psc" Line 101 [05/31/2015 - 12:09:04AM] [Zad] ((WARNING)): RemoveDevice called for None, but this device is not currently worn. [05/31/2015 - 12:09:04AM] [Zad]: Sending device event DeviceRemovedArmbinder(Nyssa:1) [05/31/2015 - 12:09:04AM] [slaUtilScr ]: Nyssa got 2 exposure for [05/31/2015 - 12:09:11AM] VM is freezing... [05/31/2015 - 12:09:11AM] VM is frozen Much less lines, and apparently no conflict with the mod, but still doesn't work...
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