Jump to content

Devious Devices - Captured Dreams Shop v4.15 - files removed


Recommended Posts

 

 

 

 

 

 

 

 

 

 

 

I wish, it sometimes also gives me trouble with not finishing right: i clean all dust piles (easy difficulty so i have quest-arrows) but when i go to Markus, i just get the "im done for today, rest can wait"-chat.

i guess i should try to go back to ddi 2.9.2

 

 

I am going to go through Manor Slave and see if I can see what is happening. What is supposed to happen is it sets how many piles of dust it is you are to clean up and sets the fist pile in place. Once you clean it it checks to see if that pile was enough, if so it updates that the task is done and ends, otherwise it sets a new pile in place. If it has not set a new pile in place then it knows it finished so I am figuring that the task status is not updating for some reason. Since there are 4 tasks per day (A, B, C and D) and 7 possible jobs there is a function that looks up what task letter the job went with and updates it accordingly. You can see the status with the following variables:

 

Lettered tasks are A - D, numbered tasks are 1 - 7

Task_A   - which job was assigned for it.

Task_A_Status   - status of the task - 0 not assigned, 1 assigned, 2 complete, 3 failed

Task1   - If it is available to be assigned or not - 0 no, 1 yes

Task1_Status   - status of the task - 0 not assigned, 1 assigned, 2 running, 3 complete, 4 failed   - there are some tasks that have different variables

Task1Is   - which letter goes with the task - 1 A, 2 B, 3 C, 4 D  - This is used to look up which letter goes with the task. Since this is used to tell which task letter goes with the task number if a task is assigned more than once (which it should not be) then only the last letter assigned will get updated.

 

 

hmm, ive only seen 3 jobs. Sweeping, make firewood and get items from whiterun market and i played enough days to get promoted to sleep in ?rayaini?`s room.

Perhaps it happened when i got sweeping second time and it was allready in complete-status? But i still should have seen more different jobs :-/

 

edit. im starting believe that i have some mod that brakes things since only quest that have worked without problems was ironically embassy-quest, mine, retreat and delivery. Ill attach loadorder if somebody has some ideas since im running out.

 

 

I know the HUD says that when Marcus orders a task performed, it's one of four day-jobs that are sequentially assigned (a through D)

and randomly assigned  specific tasks within those four jobs.

I know it's random because sometimes Marcus will assign sweeping after sweeping.

 

And I can almost make out what you said,

that the specific tasks have a status.

 

So armed with what I think you said,

I want to maybe devise a strategy:

Save-game, Talk to Marcus about having finished specific tasks.

If the response available is "I'm done, I'm on strike"

then reload but then, before speaking,

set taskx_status to 1 (This is the part I'm unclear on)

and also set taskx to 0 (Make it unavailable)

 

Problem: which task goes with which number.(1-7)

Also if tasks are unavailable because they were done already (Like wood or buying milk)

Make them available again, maybe. But the batch file or console command should only be for completing a specific task.

The other stuff is wrapping my head around why easy assignments never repeat.

 

 

 

No task should be repeated in the same day. Once the availability is set so it is unavailable it should not be able to be picked again that day at all.

 

Actually there are 8 tasks, I forgot about the last one I added:

1- sweep

2- chop woord

3- get water

4- go to market

5- gardening / build planters

6- meet with manor npc

7- Customer Assist 02

8- Customer Assist 01

 

7 and 8 are only available if the customer is present.

 

Tasks are set to unavailable as soon as they are selected to be assigned.

 

 

 

Hmmm, my PC has been a manor slave for a week now or so and she only gets the first three tasks assigned, none of the others. I also couldn't observe any progression (iirc to the first floor with Rayani?), but I'm not sure if ten ingame days or so are enough for that.

 

Edit: I attached a minimal Papyrus log - loading a save from early morning, talking to Markus, getting sweeping+firewood assigned. I don't see anything suspicious.

 

 

Completing 2 tasks gets you 0 points, each extra (up to 2 currently) gets you an extra point each. If I remember right it takes 15 points to be moved.

 

There is a time cutoff to get tasks assigned so my guess is that it is taking time to do the tasks, especially since 1 and 3 take a lot of time.

 

Currently I am in the middle of rebuilding ManorSlave it is in pieces on my pc so I can only offer limited help. I believe the variable ManorStatus is the one you want to look at, when it hits 30 points you have some options given to you.

 

The new version will have 12 tasks and each will be worth points based on the time it takes to complete them. Get them done faster and do more and you advance faster.

Link to comment

 

 

 

 

 

 

 

 

 

 

 

 

I wish, it sometimes also gives me trouble with not finishing right: i clean all dust piles (easy difficulty so i have quest-arrows) but when i go to Markus, i just get the "im done for today, rest can wait"-chat.

i guess i should try to go back to ddi 2.9.2

 

 

I am going to go through Manor Slave and see if I can see what is happening. What is supposed to happen is it sets how many piles of dust it is you are to clean up and sets the fist pile in place. Once you clean it it checks to see if that pile was enough, if so it updates that the task is done and ends, otherwise it sets a new pile in place. If it has not set a new pile in place then it knows it finished so I am figuring that the task status is not updating for some reason. Since there are 4 tasks per day (A, B, C and D) and 7 possible jobs there is a function that looks up what task letter the job went with and updates it accordingly. You can see the status with the following variables:

 

Lettered tasks are A - D, numbered tasks are 1 - 7

Task_A   - which job was assigned for it.

Task_A_Status   - status of the task - 0 not assigned, 1 assigned, 2 complete, 3 failed

Task1   - If it is available to be assigned or not - 0 no, 1 yes

Task1_Status   - status of the task - 0 not assigned, 1 assigned, 2 running, 3 complete, 4 failed   - there are some tasks that have different variables

Task1Is   - which letter goes with the task - 1 A, 2 B, 3 C, 4 D  - This is used to look up which letter goes with the task. Since this is used to tell which task letter goes with the task number if a task is assigned more than once (which it should not be) then only the last letter assigned will get updated.

 

 

hmm, ive only seen 3 jobs. Sweeping, make firewood and get items from whiterun market and i played enough days to get promoted to sleep in ?rayaini?`s room.

Perhaps it happened when i got sweeping second time and it was allready in complete-status? But i still should have seen more different jobs :-/

 

edit. im starting believe that i have some mod that brakes things since only quest that have worked without problems was ironically embassy-quest, mine, retreat and delivery. Ill attach loadorder if somebody has some ideas since im running out.

 

 

I know the HUD says that when Marcus orders a task performed, it's one of four day-jobs that are sequentially assigned (a through D)

and randomly assigned  specific tasks within those four jobs.

I know it's random because sometimes Marcus will assign sweeping after sweeping.

 

And I can almost make out what you said,

that the specific tasks have a status.

 

So armed with what I think you said,

I want to maybe devise a strategy:

Save-game, Talk to Marcus about having finished specific tasks.

If the response available is "I'm done, I'm on strike"

then reload but then, before speaking,

set taskx_status to 1 (This is the part I'm unclear on)

and also set taskx to 0 (Make it unavailable)

 

Problem: which task goes with which number.(1-7)

Also if tasks are unavailable because they were done already (Like wood or buying milk)

Make them available again, maybe. But the batch file or console command should only be for completing a specific task.

The other stuff is wrapping my head around why easy assignments never repeat.

 

 

 

No task should be repeated in the same day. Once the availability is set so it is unavailable it should not be able to be picked again that day at all.

 

Actually there are 8 tasks, I forgot about the last one I added:

1- sweep

2- chop woord

3- get water

4- go to market

5- gardening / build planters

6- meet with manor npc

7- Customer Assist 02

8- Customer Assist 01

 

7 and 8 are only available if the customer is present.

 

Tasks are set to unavailable as soon as they are selected to be assigned.

 

 

 

Hmmm, my PC has been a manor slave for a week now or so and she only gets the first three tasks assigned, none of the others. I also couldn't observe any progression (iirc to the first floor with Rayani?), but I'm not sure if ten ingame days or so are enough for that.

 

Edit: I attached a minimal Papyrus log - loading a save from early morning, talking to Markus, getting sweeping+firewood assigned. I don't see anything suspicious.

 

 

Completing 2 tasks gets you 0 points, each extra (up to 2 currently) gets you an extra point each. If I remember right it takes 15 points to be moved.

 

There is a time cutoff to get tasks assigned so my guess is that it is taking time to do the tasks, especially since 1 and 3 take a lot of time.

 

Currently I am in the middle of rebuilding ManorSlave it is in pieces on my pc so I can only offer limited help. I believe the variable ManorStatus is the one you want to look at, when it hits 30 points you have some options given to you.

 

The new version will have 12 tasks and each will be worth points based on the time it takes to complete them. Get them done faster and do more and you advance faster.

 

 

last time i played through manor slave (has been a while) on 4.15 after completing all 4 tasks i was getting 3 points. that is how i got moved to rayani's room by the 4th day. i do know it would take atleast 10 days to complete manor slave, atleast for me it did.

 

im wondering if maybe my game bugged out and gave me a point for doing the first 2 tasks.

 

i do have a question about manor slave, is rayani ever suppose to get time with you in the v.i.p. suite? i know i havent gotten her as a v.i.p. when doing the manor slave play through even though she said she would talk to master about getting some alone time with the pc, or is the alone time coming in a future update?

Link to comment

 

 

 

 

 

 

 

 

 

 

 

 

 

I wish, it sometimes also gives me trouble with not finishing right: i clean all dust piles (easy difficulty so i have quest-arrows) but when i go to Markus, i just get the "im done for today, rest can wait"-chat.

i guess i should try to go back to ddi 2.9.2

 

 

I am going to go through Manor Slave and see if I can see what is happening. What is supposed to happen is it sets how many piles of dust it is you are to clean up and sets the fist pile in place. Once you clean it it checks to see if that pile was enough, if so it updates that the task is done and ends, otherwise it sets a new pile in place. If it has not set a new pile in place then it knows it finished so I am figuring that the task status is not updating for some reason. Since there are 4 tasks per day (A, B, C and D) and 7 possible jobs there is a function that looks up what task letter the job went with and updates it accordingly. You can see the status with the following variables:

 

Lettered tasks are A - D, numbered tasks are 1 - 7

Task_A   - which job was assigned for it.

Task_A_Status   - status of the task - 0 not assigned, 1 assigned, 2 complete, 3 failed

Task1   - If it is available to be assigned or not - 0 no, 1 yes

Task1_Status   - status of the task - 0 not assigned, 1 assigned, 2 running, 3 complete, 4 failed   - there are some tasks that have different variables

Task1Is   - which letter goes with the task - 1 A, 2 B, 3 C, 4 D  - This is used to look up which letter goes with the task. Since this is used to tell which task letter goes with the task number if a task is assigned more than once (which it should not be) then only the last letter assigned will get updated.

 

 

hmm, ive only seen 3 jobs. Sweeping, make firewood and get items from whiterun market and i played enough days to get promoted to sleep in ?rayaini?`s room.

Perhaps it happened when i got sweeping second time and it was allready in complete-status? But i still should have seen more different jobs :-/

 

edit. im starting believe that i have some mod that brakes things since only quest that have worked without problems was ironically embassy-quest, mine, retreat and delivery. Ill attach loadorder if somebody has some ideas since im running out.

 

 

I know the HUD says that when Marcus orders a task performed, it's one of four day-jobs that are sequentially assigned (a through D)

and randomly assigned  specific tasks within those four jobs.

I know it's random because sometimes Marcus will assign sweeping after sweeping.

 

And I can almost make out what you said,

that the specific tasks have a status.

 

So armed with what I think you said,

I want to maybe devise a strategy:

Save-game, Talk to Marcus about having finished specific tasks.

If the response available is "I'm done, I'm on strike"

then reload but then, before speaking,

set taskx_status to 1 (This is the part I'm unclear on)

and also set taskx to 0 (Make it unavailable)

 

Problem: which task goes with which number.(1-7)

Also if tasks are unavailable because they were done already (Like wood or buying milk)

Make them available again, maybe. But the batch file or console command should only be for completing a specific task.

The other stuff is wrapping my head around why easy assignments never repeat.

 

 

 

No task should be repeated in the same day. Once the availability is set so it is unavailable it should not be able to be picked again that day at all.

 

Actually there are 8 tasks, I forgot about the last one I added:

1- sweep

2- chop woord

3- get water

4- go to market

5- gardening / build planters

6- meet with manor npc

7- Customer Assist 02

8- Customer Assist 01

 

7 and 8 are only available if the customer is present.

 

Tasks are set to unavailable as soon as they are selected to be assigned.

 

 

 

Hmmm, my PC has been a manor slave for a week now or so and she only gets the first three tasks assigned, none of the others. I also couldn't observe any progression (iirc to the first floor with Rayani?), but I'm not sure if ten ingame days or so are enough for that.

 

Edit: I attached a minimal Papyrus log - loading a save from early morning, talking to Markus, getting sweeping+firewood assigned. I don't see anything suspicious.

 

 

Completing 2 tasks gets you 0 points, each extra (up to 2 currently) gets you an extra point each. If I remember right it takes 15 points to be moved.

 

There is a time cutoff to get tasks assigned so my guess is that it is taking time to do the tasks, especially since 1 and 3 take a lot of time.

 

Currently I am in the middle of rebuilding ManorSlave it is in pieces on my pc so I can only offer limited help. I believe the variable ManorStatus is the one you want to look at, when it hits 30 points you have some options given to you.

 

The new version will have 12 tasks and each will be worth points based on the time it takes to complete them. Get them done faster and do more and you advance faster.

 

 

last time i played through manor slave (has been a while) on 4.15 after completing all 4 tasks i was getting 3 points. that is how i got moved to rayani's room by the 4th day. i do know it would take atleast 10 days to complete manor slave, atleast for me it did.

 

im wondering if maybe my game bugged out and gave me a point for doing the first 2 tasks.

 

i do have a question about manor slave, is rayani ever suppose to get time with you in the v.i.p. suite? i know i havent gotten her as a v.i.p. when doing the manor slave play through even though she said she would talk to master about getting some alone time with the pc, or is the alone time coming in a future update?

 

 

Time with Rayani and Ariasha will be set up as part of Manor Slave, Relationship Slave and maybe as a non slave (have not decided on that one yet). These should be part of the next release.

Link to comment

Hi, I've found the Dwemmer core thanks.

I've maked some quests for the Master.

But sadly I'm stuck. The master sent me to the Lighthouse. But the marker send me to Darian and no dialogues options availables about item.

 

Can you help me... again ? Thanks.

 

Something is very wrong if you can walk up to him and start talking to him as he has a force greet package with a radius of 2000 units (you should make it less than half way to him from the trail to the light house). Use <id>.start() with the ID being xx19365c and run it as soon as you can see the lighthouse.

Link to comment

Ok, yes I think it's something wrong.

Bad install maybe :/ I'll post soon.

 

Ty a lot.

 

Bad install's don't do things like this. A bad install would be things like missing meshes or textures where this is more likely an issue with papyrus that interfered with the quest setup and start. Post your most recent log of game play (at least 10 minutes worth of play).

Link to comment

A lot of errors apparently :/

 

Last Papyrus Log :

 

[10/30/2017 - 01:41:01PM] Papyrus log opened (PC)
[10/30/2017 - 01:41:01PM] Function GetEffectMagnitudes in the empty state on type Ingredient does not exist. Function will not be flagged as callable from tasklets.
[10/30/2017 - 01:41:01PM] Update budget: 1.200000ms (Extra tasklet budget: 1.200000ms, Load screen budget: 2000.000000ms)
[10/30/2017 - 01:41:01PM] Memory page: 128 (min) 512 (max) 76800 (max total)
[10/30/2017 - 01:41:11PM] Cannot open store for class "dlc1scwispwallscript", missing file?
[10/30/2017 - 01:41:11PM] Cannot open store for class "DLC2BenthicLurkerFXSCRIPT", missing file?
[10/30/2017 - 01:41:11PM] Cannot open store for class "fnissmquestscript", missing file?
[10/30/2017 - 01:41:11PM] Cannot open store for class "fnissmconfigmenu", missing file?
[10/30/2017 - 01:41:11PM] Cannot open store for class "MagicDrain", missing file?
[10/30/2017 - 01:41:12PM] Cannot open store for class "daymoyl_PlayerValidateQuestAlias", missing file?
[10/30/2017 - 01:41:12PM] Cannot open store for class "daymoyl_QuestTemplate", missing file?
[10/30/2017 - 01:41:12PM] Error: Unable to link "daymoyl_QuestTemplate" - the parent of "_SDDA_BlackoutEnslavement".
[10/30/2017 - 01:41:12PM] ERROR: Unable to bind script _SDDA_BlackoutEnslavement to _SDDA_BlackoutEnslavement (2B1C51CB) because their base types do not match
[10/30/2017 - 01:41:12PM] ERROR: Unable to bind script _SDDA_BlackoutEnslavementCreature to _SDDA_BlackoutEnslavementCreature (2B1C61F2) because their base types do not match
[10/30/2017 - 01:41:12PM] ERROR: Unable to bind script _SDDA_BlackoutSpriggan to _SDDA_BlackoutSpriggan (2B1C61F3) because their base types do not match
[10/30/2017 - 01:41:12PM] ERROR: Unable to bind script _SDDA_DeathDreamworld to _SDDA_DeathDreamworld (2B1C61F4) because their base types do not match
[10/30/2017 - 01:41:12PM] ERROR: Unable to bind script _SDDA_BlackoutDreamworld to _SDDA_BlackoutDreamworld (2B1C61F5) because their base types do not match
[10/30/2017 - 01:41:13PM] Cannot open store for class "xazpescorttoprison", missing file?
[10/30/2017 - 01:41:13PM] Cannot open store for class "vkjmq", missing file?
[10/30/2017 - 01:41:13PM] Cannot open store for class "pchswolfclubdaymoyl", missing file?
[10/30/2017 - 01:41:13PM] Cannot open store for class "dcur_lbquestscript", missing file?
[10/30/2017 - 01:41:13PM] Cannot open store for class "wd_util", missing file?
[10/30/2017 - 01:41:13PM] Cannot open store for class "SLSF_CompatibilityScript", missing file?
[10/30/2017 - 01:41:13PM] Cannot open store for class "CDxCellController", missing file?
[10/30/2017 - 01:41:13PM] Cannot open store for class "dcur_mcmconfig", missing file?
[10/30/2017 - 01:41:13PM] Cannot open store for class "slv_enforcerlocationcheck", missing file?
[10/30/2017 - 01:41:13PM] Cannot open store for class "EggFactoryShare", missing file?
[10/30/2017 - 01:41:13PM] Cannot open store for class "EggFactoryHealingRing", missing file?
[10/30/2017 - 01:41:13PM] Cannot open store for class "EggFactoryNPC", missing file?
[10/30/2017 - 01:41:13PM] Cannot open store for class "EggFactoryDestructionScript2", missing file?
[10/30/2017 - 01:41:13PM] Cannot open store for class "SF_SLWG_WhoreFollowerScene_03045DEE", missing file?
[10/30/2017 - 01:41:13PM] ERROR: Unable to bind script SF_SLWG_WhoreFollowerScene_03045DEE to  (32045DEE) because their base types do not match
[10/30/2017 - 01:41:13PM] ERROR: Unable to bind script Defeatdadefeated to DefeatPADefeated (330C16D8) because their base types do not match
[10/30/2017 - 01:41:13PM] ERROR: Unable to bind script defeatdatrigger to DefeatPlayerQST (33000D62) because their base types do not match
[10/30/2017 - 01:41:13PM] ERROR: Unable to bind script DefeatDALeftForDead to DefeatPALeftForDead (330C1173) because their base types do not match
[10/30/2017 - 01:41:13PM] ERROR: Unable to bind script JaxonzConsolePlugIn to JaxonzEnhGrabUpdateQuest (34000D62) because their base types do not match
[10/30/2017 - 01:41:13PM] ERROR: Unable to bind script JaxonzEnhGrabObject to JaxonzEnhGrabUpdateQuest (34000D62) because their base types do not match
[10/30/2017 - 01:41:13PM] Cannot open store for class "zzEstrusOnLoadScript", missing file?
[10/30/2017 - 01:41:13PM] Cannot open store for class "PF_zzEstrusPackageDoNothingO_0101C3CF", missing file?
[10/30/2017 - 01:41:13PM] ERROR: Unable to bind script PF_zzEstrusPackageDoNothingO_0101C3CF to  (3601C3CF) because their base types do not match
[10/30/2017 - 01:41:13PM] Cannot open store for class "PF_MariaBDSMSexPlug_0679FEFB", missing file?
[10/30/2017 - 01:41:13PM] ERROR: Unable to bind script PF_MariaBDSMSexPlug_0679FEFB to  (4179FEFB) because their base types do not match
[10/30/2017 - 01:41:13PM] Error: Unable to link type of variable "::QuestList_var" on object "kzy_daymoylPlayerValidateQuestAlias"
[10/30/2017 - 01:41:13PM] Error: Unable to link type of property "QuestList" on object "kzy_daymoylPlayerValidateQuestAlias"
[10/30/2017 - 01:41:13PM] Error: Unable to link types associated with function "RegisterQuests" in state "" on object "kzy_daymoylPlayerValidateQuestAlias".
[10/30/2017 - 01:41:13PM] Cannot open store for class "daymoyl_monitorregistry", missing file?
[10/30/2017 - 01:41:13PM] ERROR: Unable to bind script kzy_DA_Arachnophobia to kzy_Arachnophobia (420085EE) because their base types do not match
[10/30/2017 - 01:41:14PM] ERROR: Unable to bind script defaultsetstageonplayeracquire to  (223B145F) because their base types do not match
[10/30/2017 - 01:41:14PM] ERROR: Unable to bind script defaultsetstageonplayeracquire to Item 1 in container  (222B9E1A) because their base types do not match
[10/30/2017 - 01:41:15PM] Cannot open store for class "tir_bedslave_scr", missing file?
[10/30/2017 - 01:41:15PM] ERROR: Unable to bind script tir_bedslave_scr to  (20069DCD) because their base types do not match
[10/30/2017 - 01:41:15PM] ERROR: Unable to bind script defaultsetstageonplayeracquire to  (226E8564) because their base types do not match
[10/30/2017 - 01:41:15PM] ERROR: Unable to bind script defaultsetstageonplayeracquire to  (2258EB4F) because their base types do not match
[10/30/2017 - 01:41:15PM] ERROR: Unable to bind script defaultsetstageonplayeracquire to  (22768616) because their base types do not match
[10/30/2017 - 01:41:15PM] ERROR: Unable to bind script aTIDDialogueArenaOponentDeathScript to  (22292335) because their base types do not match
[10/30/2017 - 01:41:15PM] ERROR: Unable to bind script aTIDDialogueArenaOponentDeathScript to  (2229232F) because their base types do not match
[10/30/2017 - 01:41:15PM] ERROR: Unable to bind script aTIDDialogueArenaOponentDeathScript to  (2229232D) because their base types do not match
[10/30/2017 - 01:41:15PM] ERROR: Unable to bind script defaultsetstageonplayeracquire to  (22489633) because their base types do not match
[10/30/2017 - 01:41:20PM] ERROR: Unable to bind script DLC2WaterScript to alias Water on quest DLC2TTF2 (0401AAC8) because their base types do not match
[10/30/2017 - 01:41:20PM] warning: Property AshSpawnAttachChancePercent on script DLC2AshSpawnAttackChanceScript attached to alias Player on quest DLC2Init (04016E02) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:20PM] ERROR: Unable to bind script EnthralledVictimAttachScript to alias VampireEnthrallAlias01 on quest VampireDominationAlias (1C379F0E) because their base types do not match
[10/30/2017 - 01:41:20PM] ERROR: Unable to bind script EnthralledVictimAttachScript to alias VampireEnthrallAlias02 on quest VampireDominationAlias (1C379F0E) because their base types do not match
[10/30/2017 - 01:41:20PM] ERROR: Unable to bind script EnthralledVictimAttachScript to alias VampireEnthrallAlias03 on quest VampireDominationAlias (1C379F0E) because their base types do not match
[10/30/2017 - 01:41:20PM] ERROR: Unable to bind script EnthralledVictimAttachScript to alias VampireEnthrallAlias04 on quest VampireDominationAlias (1C379F0E) because their base types do not match
[10/30/2017 - 01:41:20PM] ERROR: Unable to bind script EnthralledVictimAttachScript to alias VampireEnthrallAlias05 on quest VampireDominationAlias (1C379F0E) because their base types do not match
[10/30/2017 - 01:41:20PM] ERROR: Unable to bind script EnthralledVictimAttachScript to alias VampireEnthrallAlias06 on quest VampireDominationAlias (1C379F0E) because their base types do not match
[10/30/2017 - 01:41:20PM] ERROR: Unable to bind script EnthralledVictimAttachScript to alias VampireEnthrallAlias07 on quest VampireDominationAlias (1C379F0E) because their base types do not match
[10/30/2017 - 01:41:20PM] ERROR: Unable to bind script EnthralledVictimAttachScript to alias VampireEnthrallAlias08 on quest VampireDominationAlias (1C379F0E) because their base types do not match
[10/30/2017 - 01:41:20PM] ERROR: Unable to bind script EnthralledVictimAttachScript to alias VampireEnthrallAlias09 on quest VampireDominationAlias (1C379F0E) because their base types do not match
[10/30/2017 - 01:41:20PM] ERROR: Unable to bind script EnthralledVictimAttachScript to alias VampireEnthrallAlias10 on quest VampireDominationAlias (1C379F0E) because their base types do not match
[10/30/2017 - 01:41:20PM] ERROR: Unable to bind script aTIDDialogueArenaOponentDeathScript to alias ArenaOponent on quest aTIDDialogueArena (2245A39A) because their base types do not match
[10/30/2017 - 01:41:20PM] warning: Property aTIDDialogue on script aTIDDialogueArenaPetDeathScript attached to alias aTIDArenaPet on quest aTIDDialogueServices (22393826) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:20PM] ERROR: Unable to bind script aTIDDialogueArenaOponentDeathScript to alias aTIDArenaOponent on quest aTIDDialogueServices (22393826) because their base types do not match
[10/30/2017 - 01:41:20PM] ERROR: Unable to bind script aTID1SlaveTaskKozelMilkMachineScript to alias PlayerRef on quest aTID1SlaveTaskKozel (2229729F) because their base types do not match
[10/30/2017 - 01:41:20PM] ERROR: Unable to bind script aTID1SlaveTaskKozelSennaScript to alias aTIDSennaREF on quest aTID1SlaveTaskKozel (2229729F) because their base types do not match
[10/30/2017 - 01:41:20PM] ERROR: Unable to bind script aTID4Ebd2PlayerAliasScript to alias Player on quest aTID4End2 (22694019) because their base types do not match
[10/30/2017 - 01:41:20PM] warning: Property WhoreRI on script slsw_scum attached to alias PlayerAlias on quest SLSW (29002863) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:20PM] warning: Property CWSiegeDefendObj on script slsw_scum attached to alias PlayerAlias on quest SLSW (29002863) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:20PM] warning: Property WhoreWH on script slsw_scum attached to alias PlayerAlias on quest SLSW (29002863) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:20PM] warning: Property Work1 on script slsw_scum attached to alias PlayerAlias on quest SLSW (29002863) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:20PM] warning: Property CWSiegeAttackObj on script slsw_scum attached to alias PlayerAlias on quest SLSW (29002863) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:20PM] warning: Property WhoreMK on script slsw_scum attached to alias PlayerAlias on quest SLSW (29002863) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:20PM] warning: Property Work2 on script slsw_scum attached to alias PlayerAlias on quest SLSW (29002863) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:20PM] warning: Property Work3 on script slsw_scum attached to alias PlayerAlias on quest SLSW (29002863) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:20PM] warning: Property WhoreSO on script slsw_scum attached to alias PlayerAlias on quest SLSW (29002863) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:20PM] warning: Property WhoreWR on script slsw_scum attached to alias PlayerAlias on quest SLSW (29002863) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:20PM] warning: Property WorkScript on script slsw_scum attached to alias PlayerAlias on quest SLSW (29002863) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:20PM] ERROR: Unable to bind script daymoyl_PlayerValidateQuestAlias to alias PlayerRef on quest _SDDA_Register (2B1C51CA) because their base types do not match
[10/30/2017 - 01:41:20PM] ERROR: Property _SD_dreamerScript on script _sdras_player attached to alias _SDRA_player on quest _SD_controller (2B000D64) cannot be bound because alias _SDRA_dreamer on quest _SD_dream (2B03E470) is not the right type
[10/30/2017 - 01:41:20PM] ERROR: Unable to bind script daymoyl_PlayerValidateQuestAlias to alias PlayerRef on quest DefeatPlayerQST (33000D62) because their base types do not match
[10/30/2017 - 01:41:21PM] ERROR: Unable to bind script zzEstrusOnLoadScript to alias zzEstrusPlayer on quest zzEstrusQuest (36004888) because their base types do not match
[10/30/2017 - 01:41:21PM] ERROR: Property zzEstrusAnimEventCore on script zzestrusquestcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (36004888) cannot be bound because alias zzEstrusPlayer on quest zzEstrusQuest (36004888) is not the right type
[10/30/2017 - 01:41:21PM] ERROR: Property zzEstrusInitCore on script zzestrusquestcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (36004888) cannot be bound because alias zzEstrusPlayer on quest zzEstrusQuest (36004888) is not the right type
[10/30/2017 - 01:41:21PM] ERROR: Property zzEstrusAnimEventCore on script zzestrusinitcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (36004888) cannot be bound because alias zzEstrusPlayer on quest zzEstrusQuest (36004888) is not the right type
[10/30/2017 - 01:41:21PM] ERROR: Property thePony on script MariaPonyGirlScript attached to alias Pony on quest MariaPonyGirl (41CF2825) cannot be bound because alias Player on quest Maria000 (41052CE7) is not the right type
[10/30/2017 - 01:41:21PM] warning: Property QuestList on script kzy_daymoylPlayerValidateQuestAlias attached to alias Player on quest kzy_Arachnophobia_Integration (4202A55E) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property kzy_Entangled on script kzy_arachnophobiaconfig attached to kzyArachnophobiaConfig (420075C1) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property kzy_Overview on script kzy_arachnophobiaconfig attached to kzyArachnophobiaConfig (420075C1) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] ERROR: Property aTID2SideQuestMutator on script aTID2SideQuestMutatorLeverScript attached to  (220ECF3F) cannot be bound because <NULL form> (22425CDF) is not the right type
[10/30/2017 - 01:41:21PM] warning: Property FollowerDismissMessageCompanionsMale on script DLC2HirelingQuestScript attached to DLC2HirelingQuest (04038566) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property FollowerDismissMessageWait on script DLC2HirelingQuestScript attached to DLC2HirelingQuest (04038566) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property FollowerDismissMessageWedding on script DLC2HirelingQuestScript attached to DLC2HirelingQuest (04038566) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property DismissedFollower on script DLC2HirelingQuestScript attached to DLC2HirelingQuest (04038566) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property FollowerDismissMessage on script DLC2HirelingQuestScript attached to DLC2HirelingQuest (04038566) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property FollowerDismissMessageCompanions on script DLC2HirelingQuestScript attached to DLC2HirelingQuest (04038566) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property FollowerDismissMessageCompanionsFemale on script DLC2HirelingQuestScript attached to DLC2HirelingQuest (04038566) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property DLC2RRTeldrynSero on script DLC2HirelingQuestScript attached to DLC2HirelingQuest (04038566) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property girl on script sluts_test_cart_cross attached to  (2F00EBD0) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property SLSW_DrugBrothel on script slsw_mcmconfig attached to SLSW (29002863) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property SLSW_Twig on script slsw_mcmconfig attached to SLSW (29002863) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property SLSW_Lilly on script slsw_mcmconfig attached to SLSW (29002863) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property SLSW_Brothel on script slsw_mcmconfig attached to SLSW (29002863) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property HoSuccubusDrain on script hoslddthread attached to HoSLDDThread00 (1D00B46F) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property HoSuccubusDrainGlowVicSpell on script hoslddthread attached to HoSLDDThread00 (1D00B46F) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property HoSLDDPowers on script hoslddthread attached to HoSLDDThread00 (1D00B46F) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property pSoulGemBlackFilled on script hoslddthread attached to HoSLDDThread00 (1D00B46F) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property MAGDragonPowerAbsorbManEffect on script hoslddthread attached to HoSLDDThread00 (1D00B46F) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property DraugrRace on script hoslddthread attached to HoSLDDThread00 (1D00B46F) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property MAGDragonPowerAbsorbEffect on script hoslddthread attached to HoSLDDThread00 (1D00B46F) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property ActorTypeNPC on script hoslddthread attached to HoSLDDThread00 (1D00B46F) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property pSoulGemBlack on script hoslddthread attached to HoSLDDThread00 (1D00B46F) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property DragonPowerAbsorbFXS on script hoslddthread attached to HoSLDDThread00 (1D00B46F) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property Vampire on script hoslddthread attached to HoSLDDThread00 (1D00B46F) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property HoFeedTransitionSpell on script hoslddthread attached to HoSLDDThread00 (1D00B46F) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property HoSuccubusDrainGlow on script hoslddthread attached to HoSLDDThread00 (1D00B46F) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property HoSoulAbrosb on script hoslddthread attached to HoSLDDThread00 (1D00B46F) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property HoDrainFeaturesSpell on script hoslddthread attached to HoSLDDThread00 (1D00B46F) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property aTID3SideQuestMolag on script aTID3FreeMachineryScript attached to aTID3ZFree (220B31CC) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] ERROR: Property LinkedActivator on script MGR02PillarScript attached to  (2006A350) cannot be bound because <NULL form> (2006A34F) is not the right type
[10/30/2017 - 01:41:21PM] warning: Property DLC1VampireChangeEffect on script dlc1playervampirechangescript attached to DLC1PlayerVampireQuest (020071D0) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property PlatePosition on script dlc2toldarstombpuzzleplatescript attached to  (04027115) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property PlatePosition on script dlc2toldarstombpuzzleplatescript attached to  (04027114) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property TG05KarliahInvisibilitySpell on script tg06questscript attached to TG06 (00021552) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property PlatePosition on script dlc2toldarstombpuzzleplatescript attached to  (04027116) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property PlatePosition on script dlc2toldarstombpuzzleplatescript attached to  (04027113) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] ERROR: Property Bed on script RentRoomScript attached to  (2A00D553) cannot be bound because <NULL form> (0700B445) is not the right type
[10/30/2017 - 01:41:21PM] warning: Property MariaWJRemoveRestraints on script MariaWJGroupSexJobScript attached to  (4162EEA7) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property PlatePosition on script dlc2toldarstombpuzzleplatescript attached to  (04027110) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] ERROR: Property theMaster on script SF_MariaEdensSlaveHuntFinish_071A9F03 attached to  (411A9F03) cannot be bound because <NULL alias> (2) on <NULL quest> (41052CE7) is not the right type
[10/30/2017 - 01:41:21PM] ERROR: Property LexiconStand on script DA04HubScript attached to  (22086BC8) cannot be bound because <NULL alias> (1) on <NULL quest> (220B31CC) is not the right type
[10/30/2017 - 01:41:21PM] ERROR: Property SecretDoor on script dunLostEchoCaveBurnMushrooms attached to  (22063DB7) cannot be bound because <NULL form> (22063C52) is not the right type
[10/30/2017 - 01:41:21PM] ERROR: Property myActor on script dunPinewatchMakeHostileScript attached to  (200610AC) cannot be bound because <NULL form> (200610DC) is not the right type
[10/30/2017 - 01:41:21PM] warning: Property PlatePosition on script dlc2toldarstombpuzzleplatescript attached to  (04027117) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property AugmentedFrost on script DLC1SeranaLevelingScript attached to  (02003BA8) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property MagicResistance30 on script DLC1SeranaLevelingScript attached to  (02003BA8) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property Bladesman90 on script DLC1SeranaLevelingScript attached to  (02003BA8) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property HackAndSlash60 on script DLC1SeranaLevelingScript attached to  (02003BA8) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property MagicResistance50 on script DLC1SeranaLevelingScript attached to  (02003BA8) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property MageArmor50 on script DLC1SeranaLevelingScript attached to  (02003BA8) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property MageArmor30 on script DLC1SeranaLevelingScript attached to  (02003BA8) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property Necromancy on script DLC1SeranaLevelingScript attached to  (02003BA8) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property WindWalker on script DLC1SeranaLevelingScript attached to  (02003BA8) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property SavageStrike on script DLC1SeranaLevelingScript attached to  (02003BA8) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property HackAndSlash90 on script DLC1SeranaLevelingScript attached to  (02003BA8) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property Bladesman60 on script DLC1SeranaLevelingScript attached to  (02003BA8) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property DarkSouls on script DLC1SeranaLevelingScript attached to  (02003BA8) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property PlatePosition on script dlc2toldarstombpuzzleplatescript attached to  (0402710F) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property bModActive on script jaxonzenhgrab attached to JaxonzEnhGrabUpdateQuest (34000D62) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property Alias_LevitationTarget on script DLC2_QF_DLC2DialogueTelMithry_02017E85 attached to DLC2DialogueTelMithryn (04017E85) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] ERROR: Property jailDoor on script MariaTGotoJailScript attached to  (41B2F69A) cannot be bound because <NULL alias> (3) on <NULL quest> (41B2A75C) is not the right type
[10/30/2017 - 01:41:21PM] ERROR: Property LexiconStand on script DA04ArmillaryScript attached to  (22086B9E) cannot be bound because <NULL alias> (1) on <NULL quest> (220B31CC) is not the right type
[10/30/2017 - 01:41:21PM] ERROR: Property LampLight on script blackreachElevatorButtonScript attached to  (22193F8D) cannot be bound because <NULL form> (221365B7) is not the right type
[10/30/2017 - 01:41:21PM] ERROR: Property Gears02 on script blackreachElevatorButtonScript attached to  (22193F8D) cannot be bound because <NULL form> (22193F8C) is not the right type
[10/30/2017 - 01:41:21PM] ERROR: Property Gears05 on script blackreachElevatorButtonScript attached to  (22193F8D) cannot be bound because <NULL form> (22193F8B) is not the right type
[10/30/2017 - 01:41:21PM] ERROR: Property Gears06 on script blackreachElevatorButtonScript attached to  (22193F8D) cannot be bound because <NULL form> (22193F91) is not the right type
[10/30/2017 - 01:41:21PM] ERROR: Property LampFlame on script blackreachElevatorButtonScript attached to  (22193F8D) cannot be bound because <NULL form> (221365B6) is not the right type
[10/30/2017 - 01:41:21PM] ERROR: Property Gears04 on script blackreachElevatorButtonScript attached to  (22193F8D) cannot be bound because <NULL form> (22193F8F) is not the right type
[10/30/2017 - 01:41:21PM] ERROR: Property Gears01 on script blackreachElevatorButtonScript attached to  (22193F8D) cannot be bound because <NULL form> (22193F90) is not the right type
[10/30/2017 - 01:41:21PM] ERROR: Property aTID2zEnd on script aTID2zEndChaurTriggerScript attached to  (22190F09) cannot be bound because <NULL form> (22060FBA) is not the right type
[10/30/2017 - 01:41:21PM] warning: Property FoxClubDog on script FoxClubMainQuestScript attached to FoxClubMainQuest (270BD934) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property FoxClubDogCageGate on script FoxClubMainQuestScript attached to FoxClubMainQuest (270BD934) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] ERROR: Property Pages on script sluts_mcm attached to sluts_kicker (2F0012C6) cannot be initialized because the value is the incorrect type
[10/30/2017 - 01:41:21PM] warning: Property Axe on script DLC2DBAncientDragonbornSCRIPT attached to  (0401DC33) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property PlatePosition on script dlc2toldarstombpuzzleplatescript attached to  (04027112) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property PlatePosition on script dlc2toldarstombpuzzleplatescript attached to  (04027111) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] VM is freezing...
[10/30/2017 - 01:41:21PM] VM is frozen
[10/30/2017 - 01:41:21PM] Reverting game...
[10/30/2017 - 01:41:21PM] ERROR: Unable to bind script defeatdatrigger to DefeatPlayerQST (33000D62) because their base types do not match
[10/30/2017 - 01:41:21PM] ERROR: Unable to bind script aTIDDialogueArenaOponentDeathScript to  (2229232D) because their base types do not match
[10/30/2017 - 01:41:21PM] ERROR: Unable to bind script aTIDDialogueArenaOponentDeathScript to  (2229232F) because their base types do not match
[10/30/2017 - 01:41:21PM] ERROR: Unable to bind script aTIDDialogueArenaOponentDeathScript to  (22292335) because their base types do not match
[10/30/2017 - 01:41:21PM] ERROR: Unable to bind script defaultsetstageonplayeracquire to  (2258EB4F) because their base types do not match
[10/30/2017 - 01:41:21PM] ERROR: Unable to bind script _SDDA_DeathDreamworld to _SDDA_DeathDreamworld (2B1C61F4) because their base types do not match
[10/30/2017 - 01:41:21PM] ERROR: Unable to bind script _SDDA_BlackoutDreamworld to _SDDA_BlackoutDreamworld (2B1C61F5) because their base types do not match
[10/30/2017 - 01:41:21PM] ERROR: Unable to bind script _SDDA_BlackoutSpriggan to _SDDA_BlackoutSpriggan (2B1C61F3) because their base types do not match
[10/30/2017 - 01:41:21PM] ERROR: Unable to bind script _SDDA_BlackoutEnslavementCreature to _SDDA_BlackoutEnslavementCreature (2B1C61F2) because their base types do not match
[10/30/2017 - 01:41:21PM] ERROR: Unable to bind script tir_bedslave_scr to  (20069DCD) because their base types do not match
[10/30/2017 - 01:41:21PM] ERROR: Unable to bind script defaultsetstageonplayeracquire to Item 1 in container  (222B9E1A) because their base types do not match
[10/30/2017 - 01:41:21PM] ERROR: Unable to bind script kzy_DA_Arachnophobia to kzy_Arachnophobia (420085EE) because their base types do not match
[10/30/2017 - 01:41:21PM] ERROR: Unable to bind script defaultsetstageonplayeracquire to  (22768616) because their base types do not match
[10/30/2017 - 01:41:21PM] ERROR: Unable to bind script defaultsetstageonplayeracquire to  (223B145F) because their base types do not match
[10/30/2017 - 01:41:21PM] ERROR: Unable to bind script defaultsetstageonplayeracquire to  (226E8564) because their base types do not match
[10/30/2017 - 01:41:21PM] ERROR: Unable to bind script defaultsetstageonplayeracquire to  (22489633) because their base types do not match
[10/30/2017 - 01:41:21PM] ERROR: Unable to bind script PF_MariaBDSMSexPlug_0679FEFB to  (4179FEFB) because their base types do not match
[10/30/2017 - 01:41:21PM] ERROR: Unable to bind script JaxonzConsolePlugIn to JaxonzEnhGrabUpdateQuest (34000D62) because their base types do not match
[10/30/2017 - 01:41:21PM] ERROR: Unable to bind script JaxonzEnhGrabObject to JaxonzEnhGrabUpdateQuest (34000D62) because their base types do not match
[10/30/2017 - 01:41:21PM] ERROR: Unable to bind script DefeatDALeftForDead to DefeatPALeftForDead (330C1173) because their base types do not match
[10/30/2017 - 01:41:21PM] ERROR: Unable to bind script Defeatdadefeated to DefeatPADefeated (330C16D8) because their base types do not match
[10/30/2017 - 01:41:21PM] ERROR: Unable to bind script SF_SLWG_WhoreFollowerScene_03045DEE to  (32045DEE) because their base types do not match
[10/30/2017 - 01:41:21PM] ERROR: Unable to bind script _SDDA_BlackoutEnslavement to _SDDA_BlackoutEnslavement (2B1C51CB) because their base types do not match
[10/30/2017 - 01:41:21PM] ERROR: Unable to bind script PF_zzEstrusPackageDoNothingO_0101C3CF to  (3601C3CF) because their base types do not match
[10/30/2017 - 01:41:21PM] ERROR: Unable to bind script EnthralledVictimAttachScript to alias VampireEnthrallAlias03 on quest VampireDominationAlias (1C379F0E) because their base types do not match
[10/30/2017 - 01:41:21PM] ERROR: Unable to bind script EnthralledVictimAttachScript to alias VampireEnthrallAlias10 on quest VampireDominationAlias (1C379F0E) because their base types do not match
[10/30/2017 - 01:41:21PM] ERROR: Unable to bind script EnthralledVictimAttachScript to alias VampireEnthrallAlias07 on quest VampireDominationAlias (1C379F0E) because their base types do not match
[10/30/2017 - 01:41:21PM] ERROR: Unable to bind script DLC2WaterScript to alias Water on quest DLC2TTF2 (0401AAC8) because their base types do not match
[10/30/2017 - 01:41:21PM] ERROR: Unable to bind script EnthralledVictimAttachScript to alias VampireEnthrallAlias02 on quest VampireDominationAlias (1C379F0E) because their base types do not match
[10/30/2017 - 01:41:21PM] ERROR: Unable to bind script aTIDDialogueArenaOponentDeathScript to alias ArenaOponent on quest aTIDDialogueArena (2245A39A) because their base types do not match
[10/30/2017 - 01:41:21PM] ERROR: Unable to bind script daymoyl_PlayerValidateQuestAlias to alias PlayerRef on quest _SDDA_Register (2B1C51CA) because their base types do not match
[10/30/2017 - 01:41:21PM] ERROR: Unable to bind script EnthralledVictimAttachScript to alias VampireEnthrallAlias06 on quest VampireDominationAlias (1C379F0E) because their base types do not match
[10/30/2017 - 01:41:21PM] ERROR: Unable to bind script EnthralledVictimAttachScript to alias VampireEnthrallAlias09 on quest VampireDominationAlias (1C379F0E) because their base types do not match
[10/30/2017 - 01:41:21PM] ERROR: Unable to bind script aTIDDialogueArenaOponentDeathScript to alias aTIDArenaOponent on quest aTIDDialogueServices (22393826) because their base types do not match
[10/30/2017 - 01:41:21PM] ERROR: Unable to bind script EnthralledVictimAttachScript to alias VampireEnthrallAlias05 on quest VampireDominationAlias (1C379F0E) because their base types do not match
[10/30/2017 - 01:41:21PM] ERROR: Unable to bind script aTID1SlaveTaskKozelSennaScript to alias aTIDSennaREF on quest aTID1SlaveTaskKozel (2229729F) because their base types do not match
[10/30/2017 - 01:41:21PM] ERROR: Unable to bind script daymoyl_PlayerValidateQuestAlias to alias PlayerRef on quest DefeatPlayerQST (33000D62) because their base types do not match
[10/30/2017 - 01:41:21PM] ERROR: Unable to bind script EnthralledVictimAttachScript to alias VampireEnthrallAlias04 on quest VampireDominationAlias (1C379F0E) because their base types do not match
[10/30/2017 - 01:41:21PM] ERROR: Unable to bind script zzEstrusOnLoadScript to alias zzEstrusPlayer on quest zzEstrusQuest (36004888) because their base types do not match
[10/30/2017 - 01:41:21PM] ERROR: Unable to bind script EnthralledVictimAttachScript to alias VampireEnthrallAlias08 on quest VampireDominationAlias (1C379F0E) because their base types do not match
[10/30/2017 - 01:41:21PM] ERROR: Unable to bind script EnthralledVictimAttachScript to alias VampireEnthrallAlias01 on quest VampireDominationAlias (1C379F0E) because their base types do not match
[10/30/2017 - 01:41:21PM] ERROR: Unable to bind script aTID4Ebd2PlayerAliasScript to alias Player on quest aTID4End2 (22694019) because their base types do not match
[10/30/2017 - 01:41:21PM] ERROR: Unable to bind script aTID1SlaveTaskKozelMilkMachineScript to alias PlayerRef on quest aTID1SlaveTaskKozel (2229729F) because their base types do not match
[10/30/2017 - 01:41:21PM] warning: Property kzy_Entangled on script kzy_arachnophobiaconfig attached to kzyArachnophobiaConfig (420075C1) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property kzy_Overview on script kzy_arachnophobiaconfig attached to kzyArachnophobiaConfig (420075C1) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] ERROR: Property aTID2SideQuestMutator on script aTID2SideQuestMutatorLeverScript attached to  (220ECF3F) cannot be bound because <NULL form> (22425CDF) is not the right type
[10/30/2017 - 01:41:21PM] warning: Property girl on script sluts_test_cart_cross attached to  (2F00EBD0) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] ERROR: Property myActor on script dunPinewatchMakeHostileScript attached to  (200610AC) cannot be bound because <NULL form> (200610DC) is not the right type
[10/30/2017 - 01:41:21PM] warning: Property AshSpawnAttachChancePercent on script DLC2AshSpawnAttackChanceScript attached to alias Player on quest DLC2Init (04016E02) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property WhoreRI on script slsw_scum attached to alias PlayerAlias on quest SLSW (29002863) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property CWSiegeDefendObj on script slsw_scum attached to alias PlayerAlias on quest SLSW (29002863) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property WhoreWH on script slsw_scum attached to alias PlayerAlias on quest SLSW (29002863) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property Work1 on script slsw_scum attached to alias PlayerAlias on quest SLSW (29002863) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property CWSiegeAttackObj on script slsw_scum attached to alias PlayerAlias on quest SLSW (29002863) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property WhoreMK on script slsw_scum attached to alias PlayerAlias on quest SLSW (29002863) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property Work2 on script slsw_scum attached to alias PlayerAlias on quest SLSW (29002863) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property Work3 on script slsw_scum attached to alias PlayerAlias on quest SLSW (29002863) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property WhoreSO on script slsw_scum attached to alias PlayerAlias on quest SLSW (29002863) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property WhoreWR on script slsw_scum attached to alias PlayerAlias on quest SLSW (29002863) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property WorkScript on script slsw_scum attached to alias PlayerAlias on quest SLSW (29002863) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property FoxClubDog on script FoxClubMainQuestScript attached to FoxClubMainQuest (270BD934) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property FoxClubDogCageGate on script FoxClubMainQuestScript attached to FoxClubMainQuest (270BD934) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property aTIDDialogue on script aTIDDialogueArenaPetDeathScript attached to alias aTIDArenaPet on quest aTIDDialogueServices (22393826) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property SLSW_DrugBrothel on script slsw_mcmconfig attached to SLSW (29002863) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property SLSW_Twig on script slsw_mcmconfig attached to SLSW (29002863) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property SLSW_Lilly on script slsw_mcmconfig attached to SLSW (29002863) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property SLSW_Brothel on script slsw_mcmconfig attached to SLSW (29002863) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property QuestList on script kzy_daymoylPlayerValidateQuestAlias attached to alias Player on quest kzy_Arachnophobia_Integration (4202A55E) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property HoSuccubusDrain on script hoslddthread attached to HoSLDDThread00 (1D00B46F) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property HoSuccubusDrainGlowVicSpell on script hoslddthread attached to HoSLDDThread00 (1D00B46F) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property HoSLDDPowers on script hoslddthread attached to HoSLDDThread00 (1D00B46F) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property pSoulGemBlackFilled on script hoslddthread attached to HoSLDDThread00 (1D00B46F) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property MAGDragonPowerAbsorbManEffect on script hoslddthread attached to HoSLDDThread00 (1D00B46F) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property DraugrRace on script hoslddthread attached to HoSLDDThread00 (1D00B46F) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property MAGDragonPowerAbsorbEffect on script hoslddthread attached to HoSLDDThread00 (1D00B46F) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property ActorTypeNPC on script hoslddthread attached to HoSLDDThread00 (1D00B46F) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property pSoulGemBlack on script hoslddthread attached to HoSLDDThread00 (1D00B46F) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property DragonPowerAbsorbFXS on script hoslddthread attached to HoSLDDThread00 (1D00B46F) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property Vampire on script hoslddthread attached to HoSLDDThread00 (1D00B46F) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property HoFeedTransitionSpell on script hoslddthread attached to HoSLDDThread00 (1D00B46F) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property HoSuccubusDrainGlow on script hoslddthread attached to HoSLDDThread00 (1D00B46F) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property HoSoulAbrosb on script hoslddthread attached to HoSLDDThread00 (1D00B46F) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property HoDrainFeaturesSpell on script hoslddthread attached to HoSLDDThread00 (1D00B46F) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] ERROR: Property LinkedActivator on script MGR02PillarScript attached to  (2006A350) cannot be bound because <NULL form> (2006A34F) is not the right type
[10/30/2017 - 01:41:21PM] ERROR: Property Pages on script sluts_mcm attached to sluts_kicker (2F0012C6) cannot be initialized because the value is the incorrect type
[10/30/2017 - 01:41:21PM] warning: Property DLC1VampireChangeEffect on script dlc1playervampirechangescript attached to DLC1PlayerVampireQuest (020071D0) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property PlatePosition on script dlc2toldarstombpuzzleplatescript attached to  (0402710F) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] ERROR: Property LexiconStand on script DA04HubScript attached to  (22086BC8) cannot be bound because <NULL alias> (1) on <NULL quest> (220B31CC) is not the right type
[10/30/2017 - 01:41:21PM] warning: Property PlatePosition on script dlc2toldarstombpuzzleplatescript attached to  (04027115) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property PlatePosition on script dlc2toldarstombpuzzleplatescript attached to  (04027114) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property FollowerDismissMessageCompanionsMale on script DLC2HirelingQuestScript attached to DLC2HirelingQuest (04038566) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property FollowerDismissMessageWait on script DLC2HirelingQuestScript attached to DLC2HirelingQuest (04038566) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property FollowerDismissMessageWedding on script DLC2HirelingQuestScript attached to DLC2HirelingQuest (04038566) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property DismissedFollower on script DLC2HirelingQuestScript attached to DLC2HirelingQuest (04038566) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property FollowerDismissMessage on script DLC2HirelingQuestScript attached to DLC2HirelingQuest (04038566) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property FollowerDismissMessageCompanions on script DLC2HirelingQuestScript attached to DLC2HirelingQuest (04038566) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property FollowerDismissMessageCompanionsFemale on script DLC2HirelingQuestScript attached to DLC2HirelingQuest (04038566) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property DLC2RRTeldrynSero on script DLC2HirelingQuestScript attached to DLC2HirelingQuest (04038566) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property TG05KarliahInvisibilitySpell on script tg06questscript attached to TG06 (00021552) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property PlatePosition on script dlc2toldarstombpuzzleplatescript attached to  (04027117) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property PlatePosition on script dlc2toldarstombpuzzleplatescript attached to  (04027116) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property PlatePosition on script dlc2toldarstombpuzzleplatescript attached to  (04027113) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] ERROR: Property LampLight on script blackreachElevatorButtonScript attached to  (22193F8D) cannot be bound because <NULL form> (221365B7) is not the right type
[10/30/2017 - 01:41:21PM] ERROR: Property Gears02 on script blackreachElevatorButtonScript attached to  (22193F8D) cannot be bound because <NULL form> (22193F8C) is not the right type
[10/30/2017 - 01:41:21PM] ERROR: Property Gears05 on script blackreachElevatorButtonScript attached to  (22193F8D) cannot be bound because <NULL form> (22193F8B) is not the right type
[10/30/2017 - 01:41:21PM] ERROR: Property Gears06 on script blackreachElevatorButtonScript attached to  (22193F8D) cannot be bound because <NULL form> (22193F91) is not the right type
[10/30/2017 - 01:41:21PM] ERROR: Property LampFlame on script blackreachElevatorButtonScript attached to  (22193F8D) cannot be bound because <NULL form> (221365B6) is not the right type
[10/30/2017 - 01:41:21PM] ERROR: Property Gears04 on script blackreachElevatorButtonScript attached to  (22193F8D) cannot be bound because <NULL form> (22193F8F) is not the right type
[10/30/2017 - 01:41:21PM] ERROR: Property Gears01 on script blackreachElevatorButtonScript attached to  (22193F8D) cannot be bound because <NULL form> (22193F90) is not the right type
[10/30/2017 - 01:41:21PM] ERROR: Property Bed on script RentRoomScript attached to  (2A00D553) cannot be bound because <NULL form> (0700B445) is not the right type
[10/30/2017 - 01:41:21PM] ERROR: Property LexiconStand on script DA04ArmillaryScript attached to  (22086B9E) cannot be bound because <NULL alias> (1) on <NULL quest> (220B31CC) is not the right type
[10/30/2017 - 01:41:21PM] warning: Property PlatePosition on script dlc2toldarstombpuzzleplatescript attached to  (04027110) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:22PM] warning: Property PlatePosition on script dlc2toldarstombpuzzleplatescript attached to  (04027112) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:22PM] warning: Property PlatePosition on script dlc2toldarstombpuzzleplatescript attached to  (04027111) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:22PM] ERROR: Property theMaster on script SF_MariaEdensSlaveHuntFinish_071A9F03 attached to  (411A9F03) cannot be bound because <NULL alias> (2) on <NULL quest> (41052CE7) is not the right type
[10/30/2017 - 01:41:22PM] ERROR: Property jailDoor on script MariaTGotoJailScript attached to  (41B2F69A) cannot be bound because <NULL alias> (3) on <NULL quest> (41B2A75C) is not the right type
[10/30/2017 - 01:41:22PM] warning: Property aTID3SideQuestMolag on script aTID3FreeMachineryScript attached to aTID3ZFree (220B31CC) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:22PM] warning: Property Alias_LevitationTarget on script DLC2_QF_DLC2DialogueTelMithry_02017E85 attached to DLC2DialogueTelMithryn (04017E85) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:22PM] warning: Property bModActive on script jaxonzenhgrab attached to JaxonzEnhGrabUpdateQuest (34000D62) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:22PM] warning: Property AugmentedFrost on script DLC1SeranaLevelingScript attached to  (02003BA8) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:22PM] warning: Property MagicResistance30 on script DLC1SeranaLevelingScript attached to  (02003BA8) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:22PM] warning: Property Bladesman90 on script DLC1SeranaLevelingScript attached to  (02003BA8) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:22PM] warning: Property HackAndSlash60 on script DLC1SeranaLevelingScript attached to  (02003BA8) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:22PM] warning: Property MagicResistance50 on script DLC1SeranaLevelingScript attached to  (02003BA8) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:22PM] warning: Property MageArmor50 on script DLC1SeranaLevelingScript attached to  (02003BA8) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:22PM] warning: Property MageArmor30 on script DLC1SeranaLevelingScript attached to  (02003BA8) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:22PM] warning: Property Necromancy on script DLC1SeranaLevelingScript attached to  (02003BA8) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:22PM] warning: Property WindWalker on script DLC1SeranaLevelingScript attached to  (02003BA8) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:22PM] warning: Property SavageStrike on script DLC1SeranaLevelingScript attached to  (02003BA8) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:22PM] warning: Property HackAndSlash90 on script DLC1SeranaLevelingScript attached to  (02003BA8) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:22PM] warning: Property Bladesman60 on script DLC1SeranaLevelingScript attached to  (02003BA8) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:22PM] warning: Property DarkSouls on script DLC1SeranaLevelingScript attached to  (02003BA8) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:22PM] warning: Property MariaWJRemoveRestraints on script MariaWJGroupSexJobScript attached to  (4162EEA7) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:22PM] ERROR: Property SecretDoor on script dunLostEchoCaveBurnMushrooms attached to  (22063DB7) cannot be bound because <NULL form> (22063C52) is not the right type
[10/30/2017 - 01:41:22PM] ERROR: Property aTID2zEnd on script aTID2zEndChaurTriggerScript attached to  (22190F09) cannot be bound because <NULL form> (22060FBA) is not the right type
[10/30/2017 - 01:41:22PM] warning: Property Axe on script DLC2DBAncientDragonbornSCRIPT attached to  (0401DC33) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:27PM] Loading game...
[10/30/2017 - 01:41:27PM] Cannot open store for class "SSLV_QF_SimpleSlavery_0200492E", missing file?
[10/30/2017 - 01:41:27PM] warning: Unable to get type SSLV_QF_SimpleSlavery_0200492E referenced by the save game. Objects of this type will not be loaded.
[10/30/2017 - 01:41:27PM] Cannot open store for class "sslv_configscr", missing file?
[10/30/2017 - 01:41:27PM] warning: Unable to get type sslv_configscr referenced by the save game. Objects of this type will not be loaded.
[10/30/2017 - 01:41:27PM] warning: Unable to get type kzy_daymoylPlayerValidateQuestAlias referenced by the save game. Objects of this type will not be loaded.
[10/30/2017 - 01:41:27PM] Cannot open store for class "SSLV_MainScr", missing file?
[10/30/2017 - 01:41:27PM] warning: Unable to get type SSLV_MainScr referenced by the save game. Objects of this type will not be loaded.
[10/30/2017 - 01:41:27PM] warning: Could not find type SSLV_QF_SimpleSlavery_0200492E in the type table in save
[10/30/2017 - 01:41:27PM] warning: Could not find type SSLV_MainScr in the type table in save
[10/30/2017 - 01:41:27PM] warning: Could not find type sslv_configscr in the type table in save
[10/30/2017 - 01:41:27PM] warning: Could not find type kzy_daymoylPlayerValidateQuestAlias in the type table in save
[10/30/2017 - 01:41:27PM] VM is thawing...
[10/30/2017 - 01:41:27PM] [_sdras_load] Calling _sd_player maintenance
[10/30/2017 - 01:41:27PM] [Zad]: [OrganicVibrateEffect] Loaded: 20%
[10/30/2017 - 01:41:27PM] [_sdras_player] Register events
[10/30/2017 - 01:41:27PM] SEXLAB - LOADED: Version 16200 / 16200
[10/30/2017 - 01:41:27PM] SexLab Dialogues: Reset SexLab events
[10/30/2017 - 01:41:27PM] [_sdras_load] Init SD+ FNIS aa
[10/30/2017 - 01:41:27PM] [Zad]: [teaser] Loaded: 0%
[10/30/2017 - 01:41:27PM] SexLab MCM Loaded CurrentVerison: 16200 / 16200
[10/30/2017 - 01:41:27PM] error: Native static function TESTScanCellNPCsByFaction could find no matching static function on linked type MiscUtil. Function will not be bound.
[10/30/2017 - 01:41:27PM] @@ PLAYER :Repair
[10/30/2017 - 01:41:27PM] @@ PLAYER :OnInit
[10/30/2017 - 01:41:27PM] [bYOHHouseBuildingPlayerScript <alias Player on quest BYOHHouseBuilding (0300305D)>] OnPlayerLoadGame...
[10/30/2017 - 01:41:27PM] [DCL1VampireTurnPlayerScript <alias Player on quest DLC1VampireTurn (0200588C)>]OnPlayerLoadGame() calling MakeAliasesEyesRed()
[10/30/2017 - 01:41:27PM] [dlc1vampireturnscript <DLC1VampireTurn (0200588C)>]MakeAliasesEyesRed()
[10/30/2017 - 01:41:27PM] sluts: kicker checking for CFTO (accursed be its name)
[10/30/2017 - 01:41:27PM] sluts_kicker: load event detected
[10/30/2017 - 01:41:27PM] DLC2InitCrossDLCScript found: [DLC1VQ01QuestScript <DLC1VQ01 (0200352A)>], [bYOH_QF_BYOHRelationshipAdopt_010042B4 <BYOHRelationshipAdoption (030042B4)>]
[10/30/2017 - 01:41:27PM] FNIS AA started (load)
[10/30/2017 - 01:41:27PM] [Zad]: QuestMonitor is now watching for device events.
[10/30/2017 - 01:41:27PM] [DD] Registering hotkeys: (Drain): 56 (Death):184
[10/30/2017 - 01:41:27PM] [sLD] Reset SexLab events
[10/30/2017 - 01:41:27PM] [Zad]: DevicesUnderneath::Maintenance()
[10/30/2017 - 01:41:27PM] [Zad]: [suction Cups Vibrating] Loaded: 30%
[10/30/2017 - 01:41:27PM] [Zad]: [Cow Bra Event] Loaded: 10%
[10/30/2017 - 01:41:27PM] SLAL: SLAL: OnLoad
[10/30/2017 - 01:41:27PM] SOS Maintenance: loaded version is 300004
[10/30/2017 - 01:41:27PM] SOS Maintenance: 300004 is update
[10/30/2017 - 01:41:27PM] [Zad]: [Chaos Plugs] Loaded: 25%
[10/30/2017 - 01:41:27PM] [Zad]: [blindfold Trip] Loaded: 10%
[10/30/2017 - 01:41:27PM] [Zad]: [Drip] Loaded: 10%
[10/30/2017 - 01:41:27PM] [Zad]: [Posture Collar] Loaded: 10%
[10/30/2017 - 01:41:27PM] [Zad]: [Horny] Loaded: 5%
[10/30/2017 - 01:41:27PM] [Zad]: [Harness] Loaded: 10%
[10/30/2017 - 01:41:27PM] [Zad]: [Armbinder Struggle] Loaded: 15%
[10/30/2017 - 01:41:27PM] [Zad]: [Health Drain] Loaded: 50%
[10/30/2017 - 01:41:27PM] [Zad]: [Restrictive Collar] Loaded: 15%
[10/30/2017 - 01:41:27PM] [Zad]: [Tight Gloves] Loaded: 15%
[10/30/2017 - 01:41:27PM] [Zad]: [Mounted] Loaded: 100%
[10/30/2017 - 01:41:27PM] [Zad]: [Nipple Piercings] Loaded: 55%
[10/30/2017 - 01:41:27PM] [Zad]: [Restraints+Armor] Loaded: 7%
[10/30/2017 - 01:41:27PM] [Zad]: [belt Chafing] Loaded: 10%
[10/30/2017 - 01:41:27PM] [Zad]: [Mana Drain] Loaded: 50%
[10/30/2017 - 01:41:27PM] [Zad]: [stamina Drain] Loaded: 50%
[10/30/2017 - 01:41:27PM] [Zad]: [Wet Padding] Loaded: 10%
[10/30/2017 - 01:41:27PM] [Zad]: [belted Empty] Loaded: 10%
[10/30/2017 - 01:41:27PM] [Zad]: [Periodic Shocks] Loaded: 25%
[10/30/2017 - 01:41:27PM] [Zad]: [bra Chafing] Loaded: 10%
[10/30/2017 - 01:41:27PM] [Zad]: [blindfold Mystery] Loaded: 1%
[10/30/2017 - 01:41:27PM] [slamainscr <sla_Main (08042D62)>]: starting maintenance... Update frequency 120.000000
[10/30/2017 - 01:41:27PM] FNIS aa GetAAprefixList mod: sanguinesDebauchery nMods: 5
[10/30/2017 - 01:41:27PM] FNIS aa GetAAmodID mod: sanguinesDebauchery prefix: sdc modID:3
[10/30/2017 - 01:41:27PM] FNIS aa GetAAsetList mod: sanguinesDebauchery nSets: 40
[10/30/2017 - 01:41:27PM] FNIS aa GetGroupBaseValue - mod/id:sanguinesDebauchery/3 group:10 return:7
[10/30/2017 - 01:41:27PM] FNIS aa GetAAsetList mod: sanguinesDebauchery nSets: 40
[10/30/2017 - 01:41:27PM] FNIS aa GetGroupBaseValue - mod/id:sanguinesDebauchery/3 group:11 return:7
[10/30/2017 - 01:41:27PM] FNIS aa GetAAsetList mod: sanguinesDebauchery nSets: 40
[10/30/2017 - 01:41:27PM] FNIS aa GetGroupBaseValue - mod/id:sanguinesDebauchery/3 group:0 return:7
[10/30/2017 - 01:41:27PM] FNIS aa GetAAprefixList mod: DeviousDevices nMods: 5
[10/30/2017 - 01:41:27PM] FNIS aa GetAAmodID mod: DeviousDevices prefix: abc modID:0
[10/30/2017 - 01:41:27PM] FNIS aa GetAAsetList mod: DeviousDevices nSets: 40
[10/30/2017 - 01:41:27PM] FNIS aa GetGroupBaseValue - mod/id:DeviousDevices/0 group:0 return:1
[10/30/2017 - 01:41:27PM] [sD] SD+ FNIS aa loaded
[10/30/2017 - 01:41:27PM] [_sdras_load] Calling version check
[10/30/2017 - 01:41:27PM] [_sdras_load] Test storageUtil issue
[10/30/2017 - 01:41:27PM] SexLab Dialogues: Reset SexLab events
[10/30/2017 - 01:41:27PM] [Zad]: [Finisher Plug] Loaded: 0%
[10/30/2017 - 01:41:27PM] [_sdras_load]     _SD_sSleepPose:
[10/30/2017 - 01:41:27PM] [_sdras_load]     xpopVersionStr:
[10/30/2017 - 01:41:27PM] [_sdras_load]     SexLab.SavedVoice:
[10/30/2017 - 01:41:27PM] SexLab SexBot: Reset SexLab events
[10/30/2017 - 01:41:27PM] [Zad]: QuestMonitor is now watching for device events.
[10/30/2017 - 01:41:27PM] [DD] OnInit Runs. (Thread): 0
[10/30/2017 - 01:41:27PM] [sD] Registering Alicia player start
[10/30/2017 - 01:41:27PM] [DD] OnInit Runs. (Thread): 1
[10/30/2017 - 01:41:27PM] [DD] OnInit Runs. (Thread): 2
[10/30/2017 - 01:41:27PM] attempting re-attach
[10/30/2017 - 01:41:27PM] sluts: not tethered
[10/30/2017 - 01:41:27PM] sluts: CFTO not detected
[10/30/2017 - 01:41:27PM] [Zad]: [Milk Drip] Loaded: 10%
[10/30/2017 - 01:41:27PM] zbfExternal: Compatibility checking
[10/30/2017 - 01:41:27PM] zbfExternal: -------------------------------------------------------
[10/30/2017 - 01:41:27PM] zbfExternal:                    SexLab version: 16200
[10/30/2017 - 01:41:27PM] zbfExternal:                 SlaveTats version: 1.0.0
[10/30/2017 - 01:41:27PM] zbfExternal:                  RaceMenu version: 7
[10/30/2017 - 01:41:27PM] zbfExternal: Non SexLab Animation Pack version: 0
[10/30/2017 - 01:41:27PM] zbfExternal: -------------------------------------------------------
[10/30/2017 - 01:41:27PM] zbfExternal:                    SexLab support: TRUE
[10/30/2017 - 01:41:27PM] zbfExternal:                   Overlay support: TRUE
[10/30/2017 - 01:41:27PM] zbfExternal:      Non SexLab Animation support: False
[10/30/2017 - 01:41:27PM] zbfExternal: -------------------------------------------------------
[10/30/2017 - 01:41:27PM] [sD] Register devious outfits
[10/30/2017 - 01:41:27PM] [sD]         Registering leather collar
[10/30/2017 - 01:41:27PM] [slamainscr <sla_Main (08042D62)>]: registered for maintenance
[10/30/2017 - 01:41:27PM] [Zad]: [bump Pumps] Loaded: 17%
[10/30/2017 - 01:41:27PM] [Zad]: Set Device Hider slot to 41.
[10/30/2017 - 01:41:27PM] SexLab Stories Devious: Reset SexLab events
[10/30/2017 - 01:41:27PM] [Zad]: RebuildSlotmask()
[10/30/2017 - 01:41:27PM] Cannot open store for class "consoleutil", missing file?
[10/30/2017 - 01:41:27PM] ERROR: Unable to obtain function call information - returning None
stack:
    [zadQuest (0A00F624)].zadbq00.checkBlindfoldDarkFog() - "zadBQ00.psc" Line 143
    [zadQuest (0A00F624)].zadbq00.Maintenance() - "zadBQ00.psc" Line 154
    [alias Player on quest zadQuest (0A00F624)].zadPlayerScript.OnPlayerLoadGame() - "zadPlayerScript.psc" Line 14
[10/30/2017 - 01:41:27PM] [Zad]: Starting update chain.
[10/30/2017 - 01:41:27PM] [slamainscr <sla_Main (08042D62)>]: starting maintenance... Update frequency 120.000000
[10/30/2017 - 01:41:27PM] [Zad]: Devious Devices is now creating animations.
[10/30/2017 - 01:41:27PM] SEXLAB - GetSetAnimation(DDBeltedSolo): Get
[10/30/2017 - 01:41:27PM] InitWidgetLoader()
[10/30/2017 - 01:41:27PM] ERROR: Cannot call SetValueInt() on a None object, aborting function call
stack:
    [alias zzEstrusPlayer on quest zzEstrusQuest (36004888)].zzestrusinitcorescript.checkEdialog() - "zzEstrusInitCoreScript.psc" Line 234
    [alias zzEstrusPlayer on quest zzEstrusQuest (36004888)].zzestrusquestcorescript.firstSessionCheck() - "zzEstrusQuestCoreScript.psc" Line 193
    [alias zzEstrusPlayer on quest zzEstrusQuest (36004888)].zzestrusquestcorescript.OnPlayerLoadGame() - "zzEstrusQuestCoreScript.psc" Line 167
[10/30/2017 - 01:41:27PM] SEXLAB - GetSetAnimation(DDArmbinderSolo): Get
[10/30/2017 - 01:41:27PM] SEXLAB - GetSetAnimation(DDYokeSolo): Get
[10/30/2017 - 01:41:27PM] [Zad]: EnableEventProcessing()
[10/30/2017 - 01:41:27PM] [Zad]: Rehooking Mod Events
[10/30/2017 - 01:41:28PM] [slamainscr <sla_Main (08042D62)>]: registered for maintenance
[10/30/2017 - 01:41:28PM] error: Unbound native function "SetAnimObjectPath" called
[10/30/2017 - 01:41:28PM] [Zad]: [Yoke Struggle] Loaded: 20%
[10/30/2017 - 01:41:28PM] error: Unbound native function "SetAnimObjectPath" called
[10/30/2017 - 01:41:28PM] error: Unbound native function "SetAnimObjectPath" called
[10/30/2017 - 01:41:28PM] [Zad]: [Plug Moan] Loaded: 10%
[10/30/2017 - 01:41:28PM] error: Unbound native function "SetAnimObjectPath" called
[10/30/2017 - 01:41:28PM] error: Unbound native function "SetAnimObjectPath" called
[10/30/2017 - 01:41:28PM] [Zad]: [Vibration] Loaded: 25%
[10/30/2017 - 01:41:28PM] error: Unbound native function "SetAnimObjectPath" called
[10/30/2017 - 01:41:28PM] error: Unbound native function "SetAnimObjectPath" called
[10/30/2017 - 01:41:28PM] ERROR: File "Open Cities Skyrim.esp" does not exist or is not currently loaded.
stack:
    <unknown self>.Game.GetFormFromFile() - "<native>" Line ?
    [ARTHLALWhiterunGuardConfrontationQuest (4829847F)].arth_qf_lalwhiterunguard_0529847f.SetGateAlias() - "ARTH_QF_LALWhiterunGuard_0529847F.psc" Line 47
    [ARTHLALVersionTracking (48049F33)].arth_lal_versiontrackingscript.DLCSupportCheck() - "ARTH_LAL_VersionTrackingScript.psc" Line 75
    [alias Player on quest ARTHLALVersionTracking (48049F33)].ARTH_LAL_VersionTrackingAliasScript.OnPlayerLoadGame() - "ARTH_LAL_VersionTrackingAliasScript.psc" Line 6
[10/30/2017 - 01:41:28PM] [Zad]: [Tight Corset] Loaded: 15%
[10/30/2017 - 01:41:28PM] error: Unbound native function "SetAnimObjectPath" called
[10/30/2017 - 01:41:28PM] error: Unbound native function "SetAnimObjectPath" called
[10/30/2017 - 01:41:28PM] ERROR: Cannot call WornHasKeyword() on a None object, aborting function call
stack:
    [_SD_controller (2B000D64)]._sdqs_fcts_outfit.isArmbinderEquipped() - "_sdqs_fcts_outfit.psc" Line 1264
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 499
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?
[10/30/2017 - 01:41:28PM] warning: Assigning None to a non-object variable named "::temp137"
stack:
    [_SD_controller (2B000D64)]._sdqs_fcts_outfit.isArmbinderEquipped() - "_sdqs_fcts_outfit.psc" Line 1264
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 499
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?
[10/30/2017 - 01:41:28PM] [Zad]: QuestMonitor is now tracking player.
[10/30/2017 - 01:41:28PM] error: Unbound native function "SetAnimObjectPath" called
[10/30/2017 - 01:41:28PM] ERROR: Cannot call WornHasKeyword() on a None object, aborting function call
stack:
    [_SD_controller (2B000D64)]._sdqs_fcts_outfit.isYokeEquipped() - "_sdqs_fcts_outfit.psc" Line 1285
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 499
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?
[10/30/2017 - 01:41:28PM] warning: Assigning None to a non-object variable named "::temp141"
stack:
    [_SD_controller (2B000D64)]._sdqs_fcts_outfit.isYokeEquipped() - "_sdqs_fcts_outfit.psc" Line 1285
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 499
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?
[10/30/2017 - 01:41:28PM] ERROR: Cannot call GetBaseObject() on a None object, aborting function call
stack:
    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 514
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?
[10/30/2017 - 01:41:28PM] ERROR: Cannot call GetName() on a None object, aborting function call
stack:
    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 514
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?
[10/30/2017 - 01:41:28PM] warning: Assigning None to a non-object variable named "::temp7"
stack:
    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 514
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?
[10/30/2017 - 01:41:28PM] FNIS aa SetAnimGroup BAD PARAMETER(S) mod: sanguinesDebauchery actor:  group: _mtidle base: 0 number: 0
[10/30/2017 - 01:41:28PM] ERROR: Cannot call GetBaseObject() on a None object, aborting function call
stack:
    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 515
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?
[10/30/2017 - 01:41:28PM] ERROR: Cannot call GetName() on a None object, aborting function call
stack:
    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 515
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?
[10/30/2017 - 01:41:28PM] warning: Assigning None to a non-object variable named "::temp7"
stack:
    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 515
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?
[10/30/2017 - 01:41:28PM] FNIS aa SetAnimGroup BAD PARAMETER(S) mod: sanguinesDebauchery actor:  group: _mt base: 0 number: 0
[10/30/2017 - 01:41:28PM] ERROR: Cannot call GetBaseObject() on a None object, aborting function call
stack:
    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 516
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?
[10/30/2017 - 01:41:28PM] ERROR: Cannot call GetName() on a None object, aborting function call
stack:
    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 516
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?
[10/30/2017 - 01:41:28PM] warning: Assigning None to a non-object variable named "::temp7"
stack:
    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 516
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?
[10/30/2017 - 01:41:28PM] FNIS aa SetAnimGroup BAD PARAMETER(S) mod: sanguinesDebauchery actor:  group: _mtx base: 0 number: 0
[10/30/2017 - 01:41:28PM] ERROR: Cannot call GetBaseObject() on a None object, aborting function call
stack:
    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 517
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?
[10/30/2017 - 01:41:28PM] ERROR: Cannot call GetName() on a None object, aborting function call
stack:
    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 517
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?
[10/30/2017 - 01:41:28PM] warning: Assigning None to a non-object variable named "::temp7"
stack:
    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 517
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?
[10/30/2017 - 01:41:28PM] FNIS aa SetAnimGroup BAD PARAMETER(S) mod: sanguinesDebauchery actor:  group: _sneakidle base: 0 number: 0
[10/30/2017 - 01:41:28PM] ERROR: Cannot call GetBaseObject() on a None object, aborting function call
stack:
    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 518
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?
[10/30/2017 - 01:41:28PM] ERROR: Cannot call GetName() on a None object, aborting function call
stack:
    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 518
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?
[10/30/2017 - 01:41:28PM] warning: Assigning None to a non-object variable named "::temp7"
stack:
    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 518
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?
[10/30/2017 - 01:41:28PM] FNIS aa SetAnimGroup BAD PARAMETER(S) mod: sanguinesDebauchery actor:  group: _sneakmt base: 0 number: 0
[10/30/2017 - 01:41:28PM] [Zad]: Remove_ABC()
[10/30/2017 - 01:41:28PM] ERROR: Cannot call GetBaseObject() on a None object, aborting function call
stack:
    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65
    [zadQuest (0A00F624)].zadboundcombatscript.SetAA() - "zadBoundCombatScript.psc" Line 202
    [zadQuest (0A00F624)].zadboundcombatscript.Remove_ABC() - "zadBoundCombatScript.psc" Line 150
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 520
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?
[10/30/2017 - 01:41:28PM] ERROR: Cannot call GetName() on a None object, aborting function call
stack:
    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65
    [zadQuest (0A00F624)].zadboundcombatscript.SetAA() - "zadBoundCombatScript.psc" Line 202
    [zadQuest (0A00F624)].zadboundcombatscript.Remove_ABC() - "zadBoundCombatScript.psc" Line 150
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 520
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?
[10/30/2017 - 01:41:28PM] warning: Assigning None to a non-object variable named "::temp7"
stack:
    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65
    [zadQuest (0A00F624)].zadboundcombatscript.SetAA() - "zadBoundCombatScript.psc" Line 202
    [zadQuest (0A00F624)].zadboundcombatscript.Remove_ABC() - "zadBoundCombatScript.psc" Line 150
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 520
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?
[10/30/2017 - 01:41:28PM] FNIS aa SetAnimGroup BAD PARAMETER(S) mod: DeviousDevices actor:  group: _h2heqp base: 0 number: 0
[10/30/2017 - 01:41:28PM] ERROR: Cannot call GetBaseObject() on a None object, aborting function call
stack:
    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65
    [zadQuest (0A00F624)].zadboundcombatscript.SetAA() - "zadBoundCombatScript.psc" Line 203
    [zadQuest (0A00F624)].zadboundcombatscript.Remove_ABC() - "zadBoundCombatScript.psc" Line 150
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 520
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?
[10/30/2017 - 01:41:28PM] ERROR: Cannot call GetName() on a None object, aborting function call
stack:
    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65
    [zadQuest (0A00F624)].zadboundcombatscript.SetAA() - "zadBoundCombatScript.psc" Line 203
    [zadQuest (0A00F624)].zadboundcombatscript.Remove_ABC() - "zadBoundCombatScript.psc" Line 150
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 520
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?
[10/30/2017 - 01:41:28PM] warning: Assigning None to a non-object variable named "::temp7"
stack:
    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65
    [zadQuest (0A00F624)].zadboundcombatscript.SetAA() - "zadBoundCombatScript.psc" Line 203
    [zadQuest (0A00F624)].zadboundcombatscript.Remove_ABC() - "zadBoundCombatScript.psc" Line 150
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 520
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?
[10/30/2017 - 01:41:28PM] FNIS aa SetAnimGroup BAD PARAMETER(S) mod: DeviousDevices actor:  group: _h2hidle base: 0 number: 0
[10/30/2017 - 01:41:28PM] ERROR: Cannot call GetBaseObject() on a None object, aborting function call
stack:
    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65
    [zadQuest (0A00F624)].zadboundcombatscript.SetAA() - "zadBoundCombatScript.psc" Line 204
    [zadQuest (0A00F624)].zadboundcombatscript.Remove_ABC() - "zadBoundCombatScript.psc" Line 150
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 520
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?
[10/30/2017 - 01:41:28PM] ERROR: Cannot call GetName() on a None object, aborting function call
stack:
    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65
    [zadQuest (0A00F624)].zadboundcombatscript.SetAA() - "zadBoundCombatScript.psc" Line 204
    [zadQuest (0A00F624)].zadboundcombatscript.Remove_ABC() - "zadBoundCombatScript.psc" Line 150
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 520
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?
[10/30/2017 - 01:41:28PM] warning: Assigning None to a non-object variable named "::temp7"
stack:
    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65
    [zadQuest (0A00F624)].zadboundcombatscript.SetAA() - "zadBoundCombatScript.psc" Line 204
    [zadQuest (0A00F624)].zadboundcombatscript.Remove_ABC() - "zadBoundCombatScript.psc" Line 150
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 520
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?
[10/30/2017 - 01:41:28PM] FNIS aa SetAnimGroup BAD PARAMETER(S) mod: DeviousDevices actor:  group: _h2hatkpow base: 0 number: 0
[10/30/2017 - 01:41:28PM] ERROR: Cannot call GetBaseObject() on a None object, aborting function call
stack:
    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65
    [zadQuest (0A00F624)].zadboundcombatscript.SetAA() - "zadBoundCombatScript.psc" Line 205
    [zadQuest (0A00F624)].zadboundcombatscript.Remove_ABC() - "zadBoundCombatScript.psc" Line 150
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 520
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?
[10/30/2017 - 01:41:28PM] ERROR: Cannot call GetName() on a None object, aborting function call
stack:
    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65
    [zadQuest (0A00F624)].zadboundcombatscript.SetAA() - "zadBoundCombatScript.psc" Line 205
    [zadQuest (0A00F624)].zadboundcombatscript.Remove_ABC() - "zadBoundCombatScript.psc" Line 150
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 520
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?
[10/30/2017 - 01:41:28PM] warning: Assigning None to a non-object variable named "::temp7"
stack:
    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65
    [zadQuest (0A00F624)].zadboundcombatscript.SetAA() - "zadBoundCombatScript.psc" Line 205
    [zadQuest (0A00F624)].zadboundcombatscript.Remove_ABC() - "zadBoundCombatScript.psc" Line 150
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 520
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?
[10/30/2017 - 01:41:28PM] FNIS aa SetAnimGroup BAD PARAMETER(S) mod: DeviousDevices actor:  group: _h2hatk base: 0 number: 0
[10/30/2017 - 01:41:28PM] ERROR: Cannot call GetBaseObject() on a None object, aborting function call
stack:
    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65
    [zadQuest (0A00F624)].zadboundcombatscript.SetAA() - "zadBoundCombatScript.psc" Line 206
    [zadQuest (0A00F624)].zadboundcombatscript.Remove_ABC() - "zadBoundCombatScript.psc" Line 150
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 520
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?
[10/30/2017 - 01:41:28PM] ERROR: Cannot call GetName() on a None object, aborting function call
stack:
    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65
    [zadQuest (0A00F624)].zadboundcombatscript.SetAA() - "zadBoundCombatScript.psc" Line 206
    [zadQuest (0A00F624)].zadboundcombatscript.Remove_ABC() - "zadBoundCombatScript.psc" Line 150
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 520
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?
[10/30/2017 - 01:41:28PM] warning: Assigning None to a non-object variable named "::temp7"
stack:
    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65
    [zadQuest (0A00F624)].zadboundcombatscript.SetAA() - "zadBoundCombatScript.psc" Line 206
    [zadQuest (0A00F624)].zadboundcombatscript.Remove_ABC() - "zadBoundCombatScript.psc" Line 150
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 520
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?
[10/30/2017 - 01:41:28PM] FNIS aa SetAnimGroup BAD PARAMETER(S) mod: DeviousDevices actor:  group: _h2hstag base: 0 number: 0
[10/30/2017 - 01:41:28PM] ERROR: Cannot call GetBaseObject() on a None object, aborting function call
stack:
    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65
    [zadQuest (0A00F624)].zadboundcombatscript.SetAA() - "zadBoundCombatScript.psc" Line 207
    [zadQuest (0A00F624)].zadboundcombatscript.Remove_ABC() - "zadBoundCombatScript.psc" Line 150
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 520
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?
[10/30/2017 - 01:41:28PM] ERROR: Cannot call GetName() on a None object, aborting function call
stack:
    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65
    [zadQuest (0A00F624)].zadboundcombatscript.SetAA() - "zadBoundCombatScript.psc" Line 207
    [zadQuest (0A00F624)].zadboundcombatscript.Remove_ABC() - "zadBoundCombatScript.psc" Line 150
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 520
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?
[10/30/2017 - 01:41:28PM] warning: Assigning None to a non-object variable named "::temp7"
stack:
    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65
    [zadQuest (0A00F624)].zadboundcombatscript.SetAA() - "zadBoundCombatScript.psc" Line 207
    [zadQuest (0A00F624)].zadboundcombatscript.Remove_ABC() - "zadBoundCombatScript.psc" Line 150
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 520
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?
[10/30/2017 - 01:41:28PM] FNIS aa SetAnimGroup BAD PARAMETER(S) mod: DeviousDevices actor:  group: _jump base: 0 number: 0
[10/30/2017 - 01:41:28PM] ERROR: Cannot call GetBaseObject() on a None object, aborting function call
stack:
    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65
    [zadQuest (0A00F624)].zadboundcombatscript.SetAA() - "zadBoundCombatScript.psc" Line 208
    [zadQuest (0A00F624)].zadboundcombatscript.Remove_ABC() - "zadBoundCombatScript.psc" Line 150
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 520
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?
[10/30/2017 - 01:41:28PM] ERROR: Cannot call GetName() on a None object, aborting function call
stack:
    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65
    [zadQuest (0A00F624)].zadboundcombatscript.SetAA() - "zadBoundCombatScript.psc" Line 208
    [zadQuest (0A00F624)].zadboundcombatscript.Remove_ABC() - "zadBoundCombatScript.psc" Line 150
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 520
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?
[10/30/2017 - 01:41:28PM] warning: Assigning None to a non-object variable named "::temp7"
stack:
    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65
    [zadQuest (0A00F624)].zadboundcombatscript.SetAA() - "zadBoundCombatScript.psc" Line 208
    [zadQuest (0A00F624)].zadboundcombatscript.Remove_ABC() - "zadBoundCombatScript.psc" Line 150
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 520
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?
[10/30/2017 - 01:41:28PM] FNIS aa SetAnimGroup BAD PARAMETER(S) mod: DeviousDevices actor:  group: _sneakmt base: 0 number: 0
[10/30/2017 - 01:41:28PM] ERROR: Cannot call GetBaseObject() on a None object, aborting function call
stack:
    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65
    [zadQuest (0A00F624)].zadboundcombatscript.SetAA() - "zadBoundCombatScript.psc" Line 209
    [zadQuest (0A00F624)].zadboundcombatscript.Remove_ABC() - "zadBoundCombatScript.psc" Line 150
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 520
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?
[10/30/2017 - 01:41:28PM] ERROR: Cannot call GetName() on a None object, aborting function call
stack:
    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65
    [zadQuest (0A00F624)].zadboundcombatscript.SetAA() - "zadBoundCombatScript.psc" Line 209
    [zadQuest (0A00F624)].zadboundcombatscript.Remove_ABC() - "zadBoundCombatScript.psc" Line 150
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 520
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?
[10/30/2017 - 01:41:28PM] warning: Assigning None to a non-object variable named "::temp7"
stack:
    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65
    [zadQuest (0A00F624)].zadboundcombatscript.SetAA() - "zadBoundCombatScript.psc" Line 209
    [zadQuest (0A00F624)].zadboundcombatscript.Remove_ABC() - "zadBoundCombatScript.psc" Line 150
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 520
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?
[10/30/2017 - 01:41:28PM] FNIS aa SetAnimGroup BAD PARAMETER(S) mod: DeviousDevices actor:  group: _sneakidle base: 0 number: 0
[10/30/2017 - 01:41:28PM] ERROR: Cannot call GetBaseObject() on a None object, aborting function call
stack:
    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65
    [zadQuest (0A00F624)].zadboundcombatscript.SetAA() - "zadBoundCombatScript.psc" Line 210
    [zadQuest (0A00F624)].zadboundcombatscript.Remove_ABC() - "zadBoundCombatScript.psc" Line 150
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 520
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?
[10/30/2017 - 01:41:28PM] ERROR: Cannot call GetName() on a None object, aborting function call
stack:
    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65
    [zadQuest (0A00F624)].zadboundcombatscript.SetAA() - "zadBoundCombatScript.psc" Line 210
    [zadQuest (0A00F624)].zadboundcombatscript.Remove_ABC() - "zadBoundCombatScript.psc" Line 150
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 520
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?
[10/30/2017 - 01:41:28PM] warning: Assigning None to a non-object variable named "::temp7"
stack:
    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65
    [zadQuest (0A00F624)].zadboundcombatscript.SetAA() - "zadBoundCombatScript.psc" Line 210
    [zadQuest (0A00F624)].zadboundcombatscript.Remove_ABC() - "zadBoundCombatScript.psc" Line 150
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 520
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?
[10/30/2017 - 01:41:28PM] FNIS aa SetAnimGroup BAD PARAMETER(S) mod: DeviousDevices actor:  group: _sprint base: 0 number: 0
[10/30/2017 - 01:41:28PM] ERROR: Cannot call GetBaseObject() on a None object, aborting function call
stack:
    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65
    [zadQuest (0A00F624)].zadboundcombatscript.SetAA() - "zadBoundCombatScript.psc" Line 212
    [zadQuest (0A00F624)].zadboundcombatscript.Remove_ABC() - "zadBoundCombatScript.psc" Line 150
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 520
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?
[10/30/2017 - 01:41:28PM] ERROR: Cannot call GetName() on a None object, aborting function call
stack:
    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65
    [zadQuest (0A00F624)].zadboundcombatscript.SetAA() - "zadBoundCombatScript.psc" Line 212
    [zadQuest (0A00F624)].zadboundcombatscript.Remove_ABC() - "zadBoundCombatScript.psc" Line 150
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 520
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?
[10/30/2017 - 01:41:28PM] warning: Assigning None to a non-object variable named "::temp7"
stack:
    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65
    [zadQuest (0A00F624)].zadboundcombatscript.SetAA() - "zadBoundCombatScript.psc" Line 212
    [zadQuest (0A00F624)].zadboundcombatscript.Remove_ABC() - "zadBoundCombatScript.psc" Line 150
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 520
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?
[10/30/2017 - 01:41:28PM] FNIS aa SetAnimGroup BAD PARAMETER(S) mod: DeviousDevices actor:  group: _shout base: 0 number: 0
[10/30/2017 - 01:41:28PM] ERROR: Cannot call GetBaseObject() on a None object, aborting function call
stack:
    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65
    [zadQuest (0A00F624)].zadboundcombatscript.SetAA() - "zadBoundCombatScript.psc" Line 213
    [zadQuest (0A00F624)].zadboundcombatscript.Remove_ABC() - "zadBoundCombatScript.psc" Line 150
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 520
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?
[10/30/2017 - 01:41:28PM] ERROR: Cannot call GetName() on a None object, aborting function call
stack:
    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65
    [zadQuest (0A00F624)].zadboundcombatscript.SetAA() - "zadBoundCombatScript.psc" Line 213
    [zadQuest (0A00F624)].zadboundcombatscript.Remove_ABC() - "zadBoundCombatScript.psc" Line 150
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 520
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?
[10/30/2017 - 01:41:28PM] warning: Assigning None to a non-object variable named "::temp7"
stack:
    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65
    [zadQuest (0A00F624)].zadboundcombatscript.SetAA() - "zadBoundCombatScript.psc" Line 213
    [zadQuest (0A00F624)].zadboundcombatscript.Remove_ABC() - "zadBoundCombatScript.psc" Line 150
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 520
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?
[10/30/2017 - 01:41:28PM] FNIS aa SetAnimGroup BAD PARAMETER(S) mod: DeviousDevices actor:  group: _mtx base: 0 number: 0
[10/30/2017 - 01:41:28PM] ERROR: Cannot call GetBaseObject() on a None object, aborting function call
stack:
    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65
    [zadQuest (0A00F624)].zadboundcombatscript.SetAA() - "zadBoundCombatScript.psc" Line 214
    [zadQuest (0A00F624)].zadboundcombatscript.Remove_ABC() - "zadBoundCombatScript.psc" Line 150
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 520
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?
[10/30/2017 - 01:41:28PM] ERROR: Cannot call GetName() on a None object, aborting function call
stack:
    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65
    [zadQuest (0A00F624)].zadboundcombatscript.SetAA() - "zadBoundCombatScript.psc" Line 214
    [zadQuest (0A00F624)].zadboundcombatscript.Remove_ABC() - "zadBoundCombatScript.psc" Line 150
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 520
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?
[10/30/2017 - 01:41:28PM] warning: Assigning None to a non-object variable named "::temp7"
stack:
    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65
    [zadQuest (0A00F624)].zadboundcombatscript.SetAA() - "zadBoundCombatScript.psc" Line 214
    [zadQuest (0A00F624)].zadboundcombatscript.Remove_ABC() - "zadBoundCombatScript.psc" Line 150
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 520
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?
[10/30/2017 - 01:41:28PM] FNIS aa SetAnimGroup BAD PARAMETER(S) mod: DeviousDevices actor:  group: _mt base: 0 number: 0
[10/30/2017 - 01:41:28PM] ERROR: Cannot call GetBaseObject() on a None object, aborting function call
stack:
    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65
    [zadQuest (0A00F624)].zadboundcombatscript.SetAA() - "zadBoundCombatScript.psc" Line 215
    [zadQuest (0A00F624)].zadboundcombatscript.Remove_ABC() - "zadBoundCombatScript.psc" Line 150
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 520
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?
[10/30/2017 - 01:41:28PM] ERROR: Cannot call GetName() on a None object, aborting function call
stack:
    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65
    [zadQuest (0A00F624)].zadboundcombatscript.SetAA() - "zadBoundCombatScript.psc" Line 215
    [zadQuest (0A00F624)].zadboundcombatscript.Remove_ABC() - "zadBoundCombatScript.psc" Line 150
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 520
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?
[10/30/2017 - 01:41:28PM] warning: Assigning None to a non-object variable named "::temp7"
stack:
    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65
    [zadQuest (0A00F624)].zadboundcombatscript.SetAA() - "zadBoundCombatScript.psc" Line 215
    [zadQuest (0A00F624)].zadboundcombatscript.Remove_ABC() - "zadBoundCombatScript.psc" Line 150
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 520
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?
[10/30/2017 - 01:41:28PM] FNIS aa SetAnimGroup BAD PARAMETER(S) mod: DeviousDevices actor:  group: _mtturn base: 0 number: 0
[10/30/2017 - 01:41:28PM] ERROR: Cannot call GetBaseObject() on a None object, aborting function call
stack:
    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65
    [zadQuest (0A00F624)].zadboundcombatscript.SetAA() - "zadBoundCombatScript.psc" Line 216
    [zadQuest (0A00F624)].zadboundcombatscript.Remove_ABC() - "zadBoundCombatScript.psc" Line 150
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 520
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?
[10/30/2017 - 01:41:28PM] ERROR: Cannot call GetName() on a None object, aborting function call
stack:
    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65
    [zadQuest (0A00F624)].zadboundcombatscript.SetAA() - "zadBoundCombatScript.psc" Line 216
    [zadQuest (0A00F624)].zadboundcombatscript.Remove_ABC() - "zadBoundCombatScript.psc" Line 150
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 520
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?
[10/30/2017 - 01:41:28PM] warning: Assigning None to a non-object variable named "::temp7"
stack:
    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65
    [zadQuest (0A00F624)].zadboundcombatscript.SetAA() - "zadBoundCombatScript.psc" Line 216
    [zadQuest (0A00F624)].zadboundcombatscript.Remove_ABC() - "zadBoundCombatScript.psc" Line 150
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 520
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?
[10/30/2017 - 01:41:28PM] FNIS aa SetAnimGroup BAD PARAMETER(S) mod: DeviousDevices actor:  group: _mtidle base: 0 number: 0
[10/30/2017 - 01:41:28PM] ERROR: Cannot call SetAnimationVariableInt() on a None object, aborting function call
stack:
    [zadQuest (0A00F624)].zadboundcombatscript.SetAA() - "zadBoundCombatScript.psc" Line 217
    [zadQuest (0A00F624)].zadboundcombatscript.Remove_ABC() - "zadBoundCombatScript.psc" Line 150
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 520
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?
[10/30/2017 - 01:41:28PM] ERROR: Cannot call WornHasKeyword() on a None object, aborting function call
stack:
    [zadQuest (0A00F624)].zadboundcombatscript.GetSecondaryAAState() - "zadBoundCombatScript.psc" Line 69
    [zadQuest (0A00F624)].zadboundcombatscript.Remove_ABC() - "zadBoundCombatScript.psc" Line 153
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 520
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?
[10/30/2017 - 01:41:28PM] warning: Assigning None to a non-object variable named "::temp7"
stack:
    [zadQuest (0A00F624)].zadboundcombatscript.GetSecondaryAAState() - "zadBoundCombatScript.psc" Line 69
    [zadQuest (0A00F624)].zadboundcombatscript.Remove_ABC() - "zadBoundCombatScript.psc" Line 153
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 520
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?
[10/30/2017 - 01:41:28PM] [sD] Stance override OFF
[10/30/2017 - 01:41:28PM] error: Unbound native function "SetAnimObjectPath" called
[10/30/2017 - 01:41:28PM] error: Unbound native function "SetAnimObjectPath" called
[10/30/2017 - 01:41:28PM] FNIS aa GetAAprefixList mod: XPMSE nMods: 5
[10/30/2017 - 01:41:28PM] FNIS aa GetAAsetList mod: XPMSE nSets: 40
[10/30/2017 - 01:41:28PM] FNIS aa GetAAsetList mod: XPMSE nSets: 40
[10/30/2017 - 01:41:28PM] FNIS aa GetAAsetList mod: XPMSE nSets: 40
[10/30/2017 - 01:41:28PM] FNIS aa GetAAsetList mod: XPMSE nSets: 40
[10/30/2017 - 01:41:28PM] FNIS aa GetAAsetList mod: XPMSE nSets: 40
[10/30/2017 - 01:41:28PM] FNIS aa GetAAsetList mod: XPMSE nSets: 40
[10/30/2017 - 01:41:28PM] FNIS aa GetAAsetList mod: XPMSE nSets: 40
[10/30/2017 - 01:41:28PM] FNIS aa GetAAsetList mod: XPMSE nSets: 40
[10/30/2017 - 01:41:28PM] FNIS aa GetAAsetList mod: XPMSE nSets: 40
[10/30/2017 - 01:41:28PM] FNIS aa GetAAsetList mod: XPMSE nSets: 40
[10/30/2017 - 01:41:28PM] FNIS aa GetAAsetList mod: XPMSE nSets: 40
[10/30/2017 - 01:41:28PM] FNIS aa GetAAsetList mod: XPMSE nSets: 40
[10/30/2017 - 01:41:28PM] FNIS aa GetAAsetList mod: XPMSE nSets: 40
[10/30/2017 - 01:41:28PM] FNIS aa GetAAsetList mod: XPMSE nSets: 40
[10/30/2017 - 01:41:28PM] FNIS aa GetAAsetList mod: XPMSE nSets: 40
[10/30/2017 - 01:41:28PM] error: Unbound native function "SetAnimObjectPath" called
[10/30/2017 - 01:41:28PM] FNIS aa GetAAsetList mod: XPMSE nSets: 40
[10/30/2017 - 01:41:28PM] error: Unbound native function "SetAnimObjectPath" called
[10/30/2017 - 01:41:28PM] error: Unbound native function "SetAnimObjectPath" called
[10/30/2017 - 01:41:28PM] error: Unbound native function "SetAnimObjectPath" called
[10/30/2017 - 01:41:28PM] error: Unbound native function "SetAnimObjectPath" called
[10/30/2017 - 01:41:28PM] error: Unbound native function "SetAnimObjectPath" called
[10/30/2017 - 01:41:28PM] error: Unbound native function "SetAnimObjectPath" called
[10/30/2017 - 01:41:28PM] error: Unbound native function "SetAnimObjectPath" called
[10/30/2017 - 01:41:28PM] error: Unbound native function "SetAnimObjectPath" called
[10/30/2017 - 01:41:28PM] error: Unbound native function "SetAnimObjectPath" called
[10/30/2017 - 01:41:28PM] @@ PLAYER :RegisterEvents
[10/30/2017 - 01:41:28PM] @@ PLAYER :OnHotKeysChanged
[10/30/2017 - 01:41:28PM] error: Unbound native function "SetAnimObjectPath" called
[10/30/2017 - 01:41:28PM] error: Unbound native function "SetAnimObjectPath" called
[10/30/2017 - 01:41:28PM] error: Unbound native function "SetAnimObjectPath" called
[10/30/2017 - 01:41:28PM] error: Unbound native function "SetAnimObjectPath" called
[10/30/2017 - 01:41:28PM] error: Unbound native function "SetAnimObjectPath" called
[10/30/2017 - 01:41:28PM] [Zad]: adding tag Zap for Collar (Leather)
[10/30/2017 - 01:41:28PM] error: Unbound native function "SetAnimObjectPath" called
[10/30/2017 - 01:41:28PM] [Zad]: adding tag Leather for Collar (Leather)
[10/30/2017 - 01:41:28PM] error: Unbound native function "SetAnimObjectPath" called
[10/30/2017 - 01:41:28PM] XPMSE MainQuest Initialization successful.
[10/30/2017 - 01:41:28PM] error: Unbound native function "SetAnimObjectPath" called
[10/30/2017 - 01:41:28PM] [Zad]: adding tag Collar for Collar (Leather)
[10/30/2017 - 01:41:28PM] [sD]         Registering iron collar
[10/30/2017 - 01:41:28PM] error: Unbound native function "SetAnimObjectPath" called
[10/30/2017 - 01:41:28PM] error: Unbound native function "SetAnimObjectPath" called
[10/30/2017 - 01:41:28PM] [Zad]: ZadNpc::DoRegister(1.457180)
[10/30/2017 - 01:41:28PM] [Zad]: RepopulateNpcs()
[10/30/2017 - 01:41:28PM] [Zad]: adding tag Zap for Collar (Iron)
[10/30/2017 - 01:41:28PM] [Zad]: adding tag iron for Collar (Iron)
[10/30/2017 - 01:41:28PM] [Zad]: adding tag Metal for Collar (Iron)
[10/30/2017 - 01:41:28PM] Arachnophobia -  SKI_MeterWidget OnWidgetReset()
[10/30/2017 - 01:41:28PM] Arachnophobia -  SKI_MeterWidget OnWidgetReset()
[10/30/2017 - 01:41:28PM] [Zad]: adding tag Collar for Collar (Iron)
[10/30/2017 - 01:41:28PM] [sD]         Registering iron arm cuffs
[10/30/2017 - 01:41:28PM] [Zad]: Not repopulating NPC slots: Feature is disabled.
[10/30/2017 - 01:41:28PM] [Zad]: ==========Begin Compatibility Checks==========
[10/30/2017 - 01:41:28PM] [Zad]: Please note that Errors related to missing files should be ignored.
[10/30/2017 - 01:41:28PM] [Zad]: [ Dependency Checks ]
[10/30/2017 - 01:41:28PM] [Zad]: DDi version [6.000000]: OK
[10/30/2017 - 01:41:28PM] [Zad]: assets version [3.000000]: OK
[10/30/2017 - 01:41:28PM] [Zad]: ZaZ Animation Pack version [610.000000]: OK
[10/30/2017 - 01:41:28PM] [Zad]: aroused version [20140124.000000]: OK
[10/30/2017 - 01:41:28PM] [Zad]: SexLab version [16200.000000]: OK
[10/30/2017 - 01:41:28PM] [Zad]: [ Third Party Mod Compatibility Checks ]
[10/30/2017 - 01:41:28PM] [Zad]: [ Sanity Checks ]
[10/30/2017 - 01:41:28PM] [Zad]: Verifying that installation is untainted by an unsupported upgrade: OK
[10/30/2017 - 01:41:28PM] [Zad]: ==========End Compatibility Checks==========
[10/30/2017 - 01:41:28PM] [Zad]: Initializing Events arrays.
[10/30/2017 - 01:41:28PM] [Zad]: zadEventSlots::Maintenance()
[10/30/2017 - 01:41:28PM] [Zad]: Config Interval:1.500000. Total number of events: 1. Next staggered update in 1.500000
[10/30/2017 - 01:41:28PM] [Zad]: [Chaos Plugs] Registered. Event #0
[10/30/2017 - 01:41:28PM] [Zad]: [blindfold Trip] Registered. Event #1
[10/30/2017 - 01:41:28PM] [Zad]: [Vibration] Registered. Event #27
[10/30/2017 - 01:41:28PM] [Zad]: [Nipple Piercings] Registered. Event #14
[10/30/2017 - 01:41:28PM] [Zad]: [Wet Padding] Registered. Event #19
[10/30/2017 - 01:41:28PM] [Zad]: [belted Empty] Registered. Event #20
[10/30/2017 - 01:41:28PM] [Zad]: Maintenance_ABC()
[10/30/2017 - 01:41:28PM] [Zad]: [Tight Corset] Registered. Event #2
[10/30/2017 - 01:41:28PM] [Zad]: [Posture Collar] Registered. Event #4
[10/30/2017 - 01:41:28PM] [Zad]: [Drip] Registered. Event #3
[10/30/2017 - 01:41:28PM] [Zad]: Begin skse print test.
[10/30/2017 - 01:41:28PM] [Zad]: End skse print test.
[10/30/2017 - 01:41:28PM] [Zad]: Monitoring Camera state.
[10/30/2017 - 01:41:28PM] [Zad]: [Horny] Registered. Event #6
[10/30/2017 - 01:41:28PM] [Zad]: [bump Pumps] Registered. Event #7
[10/30/2017 - 01:41:28PM] [Zad]: [Health Drain] Registered. Event #8
[10/30/2017 - 01:41:28PM] [Zad]: [Armbinder Struggle] Registered. Event #9
[10/30/2017 - 01:41:28PM] [Zad]: [Restrictive Collar] Registered. Event #10
[10/30/2017 - 01:41:28PM] [Zad]: [Tight Gloves] Registered. Event #12
[10/30/2017 - 01:41:28PM] [Zad]: [Yoke Struggle] Registered. Event #13
[10/30/2017 - 01:41:28PM] [Zad]: [Mana Drain] Registered. Event #16
[10/30/2017 - 01:41:28PM] [Zad]: [stamina Drain] Registered. Event #17
[10/30/2017 - 01:41:28PM] [Zad]: [belt Chafing] Registered. Event #18
[10/30/2017 - 01:41:28PM] [Zad]: [Plug Moan] Registered. Event #21
[10/30/2017 - 01:41:28PM] [DLC2PillarBuilderActorScript < (040177DB)>]OnPackageStart()
[10/30/2017 - 01:41:28PM] [Zad]: [Periodic Shocks] Registered. Event #22
[10/30/2017 - 01:41:28PM] [Zad]: [bra Chafing] Registered. Event #23
[10/30/2017 - 01:41:28PM] [Zad]: [blindfold Mystery] Registered. Event #24
[10/30/2017 - 01:41:28PM] [Zad]: [Finisher Plug] Registered. Event #25
[10/30/2017 - 01:41:29PM] [Zad]: [teaser] Registered. Event #26
[10/30/2017 - 01:41:29PM] [Zad]: adding tag Zap for Iron Cuffs
[10/30/2017 - 01:41:29PM] [Zad]: adding tag iron for Iron Cuffs
[10/30/2017 - 01:41:29PM] [Zad]: [Harness] Registered. Event #5
[10/30/2017 - 01:41:29PM] [Zad]: adding tag Metal for Iron Cuffs
[10/30/2017 - 01:41:29PM] [Zad]: Set slot mask to [338165760]: 338165760
[10/30/2017 - 01:41:29PM] [Zad]: adding tag Arms for Iron Cuffs
[10/30/2017 - 01:41:29PM] [Zad]: adding tag Armbinder for Iron Cuffs
[10/30/2017 - 01:41:29PM] [sD]         Registering iron leg cuffs
[10/30/2017 - 01:41:29PM] [Zad]: [Mounted] Registered. Event #11
[10/30/2017 - 01:41:29PM] [Zad]: [Restraints+Armor] Registered. Event #15
[10/30/2017 - 01:41:29PM] [bYOHHouseBuildingPlayerScript <alias Player on quest BYOHHouseBuilding (0300305D)>]OnItemRemoved [Armor < (0A040F0C)>], itemCount=1
[10/30/2017 - 01:41:29PM] [byohhousebuildingscript <BYOHHouseBuilding (0300305D)>] UpdateLogCount
[10/30/2017 - 01:41:29PM] [Zad]: adding tag Zap for Cuffs (Iron) (Legs)
[10/30/2017 - 01:41:29PM] [bYOHHouseBuildingPlayerScript <alias Player on quest BYOHHouseBuilding (0300305D)>]OnItemAdded [Armor < (0A040F0C)>], itemCount=1
[10/30/2017 - 01:41:29PM] [byohhousebuildingscript <BYOHHouseBuilding (0300305D)>] logcount=0
[10/30/2017 - 01:41:29PM] ERROR: Unable to call Delete - no native object bound to the script object, or object is of incorrect type
stack:
    [item 1 in container  (00000014)].zadHiderScript.Delete() - "<native>" Line ?
    [item 1 in container  (00000014)].zadHiderScript.OnContainerChanged() - "zadHiderScript.psc" Line 5
[10/30/2017 - 01:41:29PM] [Zad]: adding tag iron for Cuffs (Iron) (Legs)
[10/30/2017 - 01:41:29PM] [byohhousebuildingscript <BYOHHouseBuilding (0300305D)>] UpdateLogCount
[10/30/2017 - 01:41:29PM] [Zad]: adding tag Metal for Cuffs (Iron) (Legs)
[10/30/2017 - 01:41:29PM] [Zad]: adding tag Legs for Cuffs (Iron) (Legs)
[10/30/2017 - 01:41:29PM] [Zad]: adding tag Cuffs for Cuffs (Iron) (Legs)
[10/30/2017 - 01:41:29PM] [sD]         Registering wooden gag
[10/30/2017 - 01:41:29PM] [byohhousebuildingscript <BYOHHouseBuilding (0300305D)>] logcount=0
[10/30/2017 - 01:41:29PM] [Zad]: adding tag Zap for Gag (Simple) (WoodBit)
[10/30/2017 - 01:41:29PM] [Zad]: adding tag Wood for Gag (Simple) (WoodBit)
[10/30/2017 - 01:41:29PM] [Zad]: adding tag Leather for Gag (Simple) (WoodBit)
[10/30/2017 - 01:41:29PM] [Zad]: adding tag Gag for Gag (Simple) (WoodBit)
[10/30/2017 - 01:41:29PM] [sD]         Registering leather blinds
[10/30/2017 - 01:41:29PM] [Zad]: adding tag Zap for Blindfold
[10/30/2017 - 01:41:29PM] [Zad]: adding tag Leather for Blindfold
[10/30/2017 - 01:41:29PM] [Zad]: adding tag Blindfold for Blindfold
[10/30/2017 - 01:41:30PM] [CRDE]Mods:OnUpdate running ...
[10/30/2017 - 01:41:30PM] @@ TOOLS :OnPlayerLoadGame+
[10/30/2017 - 01:41:30PM] @@ BUILDER :PrepareNPCS
[10/30/2017 - 01:41:30PM] @@ BUILDER :prepare whore clothes
[10/30/2017 - 01:41:30PM] @@ BUILDER :Prepare outfit VET4
[10/30/2017 - 01:41:30PM] @@ BUILDER :Whores = [[Actor < (270C77BD)>], [Actor < (270BD942)>], [Actor < (2A00D559)>], [Actor < (2A00D55A)>]]
[10/30/2017 - 01:41:30PM] @@ BUILDER :Whores.Length = 4 count = 4
[10/30/2017 - 01:41:30PM] @@ BUILDER :whores = [Actor < (2A00D55A)>]
[10/30/2017 - 01:41:30PM] @@ BUILDER :whore = [Actor < (2A00D55A)>]
[10/30/2017 - 01:41:30PM] [CF][Framework] Creature Framework 1.1.0-pre2 (10021) is initialising
[10/30/2017 - 01:41:30PM] [CF][Framework] JContainers 3.2 is installed
[10/30/2017 - 01:41:30PM] @@ BUILDER :Prepare whore Vanessa's whore 1
[10/30/2017 - 01:41:30PM] [CF][Framework] SexLab 1.62 is installed
[10/30/2017 - 01:41:30PM] [CF][Framework] SexLab Aroused 20140124 is installed
[10/30/2017 - 01:41:30PM] @@ BUILDER :EquipOutfit Vanessa's whore 1 file=MariaNPCOutfits/whore/VET4
[10/30/2017 - 01:41:30PM] ERROR: Unable to call Delete - no native object bound to the script object, or object is of incorrect type
stack:
    [item 1 in container  (2A00D55A)].zadHiderScript.Delete() - "<native>" Line ?
    [item 1 in container  (2A00D55A)].zadHiderScript.OnContainerChanged() - "zadHiderScript.psc" Line 5
[10/30/2017 - 01:41:30PM] ERROR: Unable to call Delete - no native object bound to the script object, or object is of incorrect type
stack:
    [item 2 in container  (2A00D55A)].zadHiderScript.Delete() - "<native>" Line ?
    [item 2 in container  (2A00D55A)].zadHiderScript.OnContainerChanged() - "zadHiderScript.psc" Line 5
[10/30/2017 - 01:41:31PM] @@ BUILDER :whores = [Actor < (2A00D559)>]
[10/30/2017 - 01:41:31PM] @@ BUILDER :whore = [Actor < (2A00D559)>]
[10/30/2017 - 01:41:31PM] @@ BUILDER :Prepare whore Vanessa's whore 2
[10/30/2017 - 01:41:31PM] @@ BUILDER :EquipOutfit Vanessa's whore 2 file=MariaNPCOutfits/whore/VET4
[10/30/2017 - 01:41:31PM] RNPC: Periodic update check.
[10/30/2017 - 01:41:31PM] ERROR: Unable to call Delete - no native object bound to the script object, or object is of incorrect type
stack:
    [item 1 in container  (2A00D559)].zadHiderScript.Delete() - "<native>" Line ?
    [item 1 in container  (2A00D559)].zadHiderScript.OnContainerChanged() - "zadHiderScript.psc" Line 5
[10/30/2017 - 01:41:31PM] ERROR: Unable to call Delete - no native object bound to the script object, or object is of incorrect type
stack:
    [item 2 in container  (2A00D559)].zadHiderScript.Delete() - "<native>" Line ?
    [item 2 in container  (2A00D559)].zadHiderScript.OnContainerChanged() - "zadHiderScript.psc" Line 5
[10/30/2017 - 01:41:31PM] @@ BUILDER :whores = [Actor < (270BD942)>]
[10/30/2017 - 01:41:31PM] @@ BUILDER :whore = [Actor < (270BD942)>]
[10/30/2017 - 01:41:31PM] @@ BUILDER :Prepare whore Wanda's whore 1
[10/30/2017 - 01:41:31PM] @@ BUILDER :EquipOutfit Wanda's whore 1 file=MariaNPCOutfits/whore/VET4
[10/30/2017 - 01:41:31PM] ERROR: Unable to call Delete - no native object bound to the script object, or object is of incorrect type
stack:
    [item 1 in container  (270BD942)].zadHiderScript.Delete() - "<native>" Line ?
    [item 1 in container  (270BD942)].zadHiderScript.OnContainerChanged() - "zadHiderScript.psc" Line 5
[10/30/2017 - 01:41:31PM] ERROR: Unable to call Delete - no native object bound to the script object, or object is of incorrect type
stack:
    [item 2 in container  (270BD942)].zadHiderScript.Delete() - "<native>" Line ?
    [item 2 in container  (270BD942)].zadHiderScript.OnContainerChanged() - "zadHiderScript.psc" Line 5
[10/30/2017 - 01:41:31PM] @@ BUILDER :whores = [Actor < (270C77BD)>]
[10/30/2017 - 01:41:31PM] @@ BUILDER :whore = [Actor < (270C77BD)>]
[10/30/2017 - 01:41:31PM] @@ BUILDER :Prepare whore Wanda's whore 2
[10/30/2017 - 01:41:31PM] @@ BUILDER :EquipOutfit Wanda's whore 2 file=MariaNPCOutfits/whore/VET4
[10/30/2017 - 01:41:31PM] ERROR: Unable to call Delete - no native object bound to the script object, or object is of incorrect type
stack:
    [item 1 in container  (270C77BD)].zadHiderScript.Delete() - "<native>" Line ?
    [item 1 in container  (270C77BD)].zadHiderScript.OnContainerChanged() - "zadHiderScript.psc" Line 5
[10/30/2017 - 01:41:31PM] ERROR: Unable to call Delete - no native object bound to the script object, or object is of incorrect type
stack:
    [item 2 in container  (270C77BD)].zadHiderScript.Delete() - "<native>" Line ?
    [item 2 in container  (270C77BD)].zadHiderScript.OnContainerChanged() - "zadHiderScript.psc" Line 5
[10/30/2017 - 01:41:31PM] @@ BUILDER :Prepare pimp Wanda
[10/30/2017 - 01:41:31PM] [DLC2PillarBuilderActorScript < (040177DB)>]OnPackageStart()
[10/30/2017 - 01:41:31PM] @@ BUILDER :Prepare pimp Vanessa
[10/30/2017 - 01:41:31PM] @@ BUILDER :Prepare pimp Kira
[10/30/2017 - 01:41:32PM] @@ BUILDER :Prepare pimp helper Melinda
[10/30/2017 - 01:41:32PM] @@ BUILDER :Prepare pimp helper Natalie
[10/30/2017 - 01:41:32PM] @@ TOOLS :OnPlayerLoadGame-
[10/30/2017 - 01:41:32PM] [sGO] UpdateLoop:Begin
[10/30/2017 - 01:41:32PM] [sGO] UpdateLoop:Done
[10/30/2017 - 01:41:32PM] [Angrim] checking player race...
[10/30/2017 - 01:41:32PM] [Angrim] player race is Nord
[10/30/2017 - 01:41:32PM] [Angrim] checking if slavery mods are present...
[10/30/2017 - 01:41:33PM] [CF][Framework] Sending register event
[10/30/2017 - 01:41:35PM] [CF][Framework] Beginning JSON registration
[10/30/2017 - 01:41:35PM] [CF][Framework] Found 2 JSON files in creatures.d
[10/30/2017 - 01:41:35PM] [CF][Framework] Already loaded file slnc-mnc-db.json; skipping
[10/30/2017 - 01:41:35PM] [CF][Framework] Already loaded file slnc-mnc-dg.json; skipping
[10/30/2017 - 01:41:35PM] [CF][Framework] Finished JSON registration
[10/30/2017 - 01:41:35PM] [CF][Framework] Forcing active actor restart
[10/30/2017 - 01:41:36PM] [CF][Main Quest] Skipping cloak application; API is restarting active actors
[10/30/2017 - 01:41:37PM] [DLC2PillarBuilderActorScript < (040177DB)>]OnPackageStart()
[10/30/2017 - 01:41:37PM] [CF][Framework] Cleared log Form DB
[10/30/2017 - 01:41:37PM] [CF][Framework] Creature Framework is done initialising
[10/30/2017 - 01:41:38PM] [slamainscr <sla_Main (08042D62)>]:Defered maintenance...
[10/30/2017 - 01:41:38PM] [slamainscr <sla_Main (08042D62)>]: found Devious Devices - Assets.esm
[10/30/2017 - 01:41:38PM] [slamainscr <sla_Main (08042D62)>]: Enabled Desire spell
[10/30/2017 - 01:41:38PM] [slamainscr <sla_Main (08042D62)>]: Updated notification key to 49
[10/30/2017 - 01:41:38PM] [slamainscr <sla_Main (08042D62)>]: finished maintenance
[10/30/2017 - 01:41:38PM] [CF][Main Quest] The cloak is being applied for the first time since game load
[10/30/2017 - 01:41:39PM] [DLC2PillarBuilderActorScript < (040177DB)>]OnPackageStart()
[10/30/2017 - 01:41:46PM] [DD] Hotkey pushed: 38 Player in thread: -1
[10/30/2017 - 01:41:46PM] [DD] HOTKEYS: (Drain): 56 (Death):184
[10/30/2017 - 01:41:56PM] [DD] Hotkey pushed: 44 Player in thread: -1
[10/30/2017 - 01:41:56PM] [DD] HOTKEYS: (Drain): 56 (Death):184
[10/30/2017 - 01:42:06PM] [DLC1VampireSleepScript <DLC1VampireSleep (02008E3B)>]PlayerActivateBed() IsCoffin =False
[10/30/2017 - 01:42:19PM] VM is freezing...
[10/30/2017 - 01:42:19PM] VM is frozen
[10/30/2017 - 01:42:21PM] Saving game...
[10/30/2017 - 01:42:24PM] VM is thawing...
[10/30/2017 - 01:42:24PM] ERROR: Unable to call RegisterForModEvent - no native object bound to the script object, or object is of incorrect type
stack:
    [None].SOS_ActorMagicEffect_Script.RegisterForModEvent() - "<native>" Line ?
    [None].SOS_ActorMagicEffect_Script.OnEffectStart() - "SOS_ActorMagicEffect_Script.psc" Line 39
[10/30/2017 - 01:42:24PM] ERROR: Unable to call RegisterForModEvent - no native object bound to the script object, or object is of incorrect type
stack:
    [None].SOS_ActorMagicEffect_Script.RegisterForModEvent() - "<native>" Line ?
    [None].SOS_ActorMagicEffect_Script.OnEffectStart() - "SOS_ActorMagicEffect_Script.psc" Line 39
[10/30/2017 - 01:42:24PM] ERROR: Unable to call RegisterForModEvent - no native object bound to the script object, or object is of incorrect type
stack:
    [None].SOS_ActorMagicEffect_Script.RegisterForModEvent() - "<native>" Line ?
    [None].SOS_ActorMagicEffect_Script.OnEffectStart() - "SOS_ActorMagicEffect_Script.psc" Line 39
[10/30/2017 - 01:42:24PM] [dlc1radiantscript <DLC1Radiant (02004C1C)>]CreateQuestBasedOnLocation(None)
[10/30/2017 - 01:42:24PM] [dlc1radiantscript <DLC1Radiant (02004C1C)>]CreateQuestBasedOnLocation(None) is NOT creating a quest: as Location is None.
[10/30/2017 - 01:42:24PM] [DCL1VampireTurnPlayerScript <alias Player on quest DLC1VampireTurn (0200588C)>]OnLocationChange()
[10/30/2017 - 01:42:24PM] [bYOHHouseBuildingPlayerScript <alias Player on quest BYOHHouseBuilding (0300305D)>]: [Location < (250012D3)>], None
[10/30/2017 - 01:42:24PM] [byohhousebuildingscript <BYOHHouseBuilding (0300305D)>] PlayerChangeLocation: oldloc=[Location < (250012D3)>], newloc=None
[10/30/2017 - 01:42:24PM] @@ TOOLS :ReleaseSpectators
[10/30/2017 - 01:42:24PM] DARYL - [WeaponRackActivateSCRIPT < (00097C63)>] running OnCellLoad() and AlreadyInit = TRUE
[10/30/2017 - 01:42:24PM] DARYL - [WeaponRackActivateSCRIPT < (00097CF5)>] running OnCellLoad() and AlreadyInit = TRUE
[10/30/2017 - 01:42:24PM] DARYL - [WeaponRackActivateSCRIPT < (00097CF3)>] running OnCellLoad() and AlreadyInit = TRUE
[10/30/2017 - 01:42:24PM] error: Native static function EstrusMFG could find no matching static function on linked type zzestrusutil. Function will not be bound.
[10/30/2017 - 01:42:24PM] DARYL - [WeaponRackActivateSCRIPT < (00097C5D)>] running OnCellLoad() and AlreadyInit = TRUE
[10/30/2017 - 01:42:24PM] DARYL - [WeaponRackActivateSCRIPT < (00097C5B)>] running OnCellLoad() and AlreadyInit = TRUE
[10/30/2017 - 01:42:24PM] DARYL - [WeaponRackActivateSCRIPT < (00097CF7)>] running OnCellLoad() and AlreadyInit = TRUE
[10/30/2017 - 01:42:24PM] DARYL - [WeaponRackActivateSCRIPT < (00097C59)>] running OnCellLoad() and AlreadyInit = TRUE
[10/30/2017 - 01:42:24PM] DARYL - [WeaponRackActivateSCRIPT < (00097C63)>] The TriggerMarker is [WeaponRackTriggerSCRIPT < (00097C62)>]
[10/30/2017 - 01:42:24PM] DARYL - [WeaponRackActivateSCRIPT < (00097CF5)>] The TriggerMarker is [WeaponRackTriggerSCRIPT < (00097CF4)>]
[10/30/2017 - 01:42:24PM] DARYL - [WeaponRackActivateSCRIPT < (00097CF3)>] The TriggerMarker is [WeaponRackTriggerSCRIPT < (00097CF2)>]
[10/30/2017 - 01:42:24PM] DARYL - [WeaponRackActivateSCRIPT < (00097C5D)>] The TriggerMarker is [WeaponRackTriggerSCRIPT < (00097C5C)>]
[10/30/2017 - 01:42:24PM] DARYL - [WeaponRackActivateSCRIPT < (00097C5B)>] The TriggerMarker is [WeaponRackTriggerSCRIPT < (00097C5A)>]
[10/30/2017 - 01:42:24PM] DARYL - [WeaponRackActivateSCRIPT < (00097CF7)>] The TriggerMarker is [WeaponRackTriggerSCRIPT < (00097CF6)>]
[10/30/2017 - 01:42:24PM] DARYL - [WeaponRackActivateSCRIPT < (00097C59)>] The TriggerMarker is [WeaponRackTriggerSCRIPT < (00097C58)>]
[10/30/2017 - 01:42:24PM] [Zad]: OnEquipped(Greir: Plug (Iron) (Anal))
[10/30/2017 - 01:42:24PM] [Zad]: OnEquipped(Ulabae: CD Chastity Belt Padded Silver)
[10/30/2017 - 01:42:24PM] [Zad]: OnEquipped(Ulabae: Plug (Iron) (Anal))
[10/30/2017 - 01:42:24PM] [Zad]: OnEquipped(Laniel: Plug (Iron) (Anal))
[10/30/2017 - 01:42:24PM] [Zad]: OnEquipped(Laniel: CD Chastity Belt Padded Silver)
[10/30/2017 - 01:42:24PM] [Zad]: OnEquipped(Merta: CD Padded Collar Silver)
[10/30/2017 - 01:42:24PM] [Zad]: OnEquipped(Merta: Plug (Iron) (Anal))
[10/30/2017 - 01:42:24PM] [Zad]: OnEquipped(Merta: Little Devils Plug -The Tormentor)
[10/30/2017 - 01:42:24PM] [Zad]: OnEquipped(Hjolfr: CD Chastity Belt Padded Silver)
[10/30/2017 - 01:42:24PM] [Zad]: OnEquipped(Bagamul: Plug (Iron) (Anal))
[10/30/2017 - 01:42:24PM] [Zad]: OnEquipped(Bagamul: CD Chastity Belt Padded Silver)
[10/30/2017 - 01:42:24PM] [Zad]: OnEquipped(Hjolfr: Plug (Iron) (Anal))
[10/30/2017 - 01:42:24PM] [Zad]: OnEquipped(Greir: CD Chastity Belt Padded Silver)
[10/30/2017 - 01:42:24PM] [Zad]: No menus are open. Equipping silently.
[10/30/2017 - 01:42:24PM] [Zad]: No menus are open. Equipping silently.
[10/30/2017 - 01:42:24PM] [Zad]: No menus are open. Equipping silently.
[10/30/2017 - 01:42:24PM] [Zad]: No menus are open. Equipping silently.
[10/30/2017 - 01:42:24PM] [Zad]: No menus are open. Equipping silently.
[10/30/2017 - 01:42:24PM] [Zad]: No menus are open. Equipping silently.
[10/30/2017 - 01:42:24PM] [Zad]: No menus are open. Equipping silently.
[10/30/2017 - 01:42:24PM] [Zad]: No menus are open. Equipping silently.
[10/30/2017 - 01:42:24PM] [Zad]: No menus are open. Equipping silently.
[10/30/2017 - 01:42:24PM] [Zad]: No menus are open. Equipping silently.
[10/30/2017 - 01:42:24PM] [Zad]: No menus are open. Equipping silently.
[10/30/2017 - 01:42:24PM] [Zad]: No menus are open. Equipping silently.
[10/30/2017 - 01:42:24PM] [Zad]: OnEquipped(Fadril: Plug (Inflatable) (Anal))
[10/30/2017 - 01:42:24PM] [Zad]: OnEquipped(Fadril: CD Chastity Belt Padded Silver)
[10/30/2017 - 01:42:24PM] @@ TOOLS :Location ???
[10/30/2017 - 01:42:24PM] DARYL - [WeaponRackActivateSCRIPT < (00097CF3)>] finishing OnCellLoad() and AlreadyInit = TRUE
[10/30/2017 - 01:42:24PM] DARYL - [WeaponRackActivateSCRIPT < (00097CF7)>] finishing OnCellLoad() and AlreadyInit = TRUE
[10/30/2017 - 01:42:24PM] [Zad]: OnEquipped(Greir: Little Helpers Plug - Fighters)
[10/30/2017 - 01:42:24PM] [Zad]: OnEquipped(Raccan: CD Chastity Belt Padded Silver)
[10/30/2017 - 01:42:24PM] [Zad]: No menus are open. Equipping silently.
[10/30/2017 - 01:42:24PM] DARYL - [WeaponRackActivateSCRIPT < (00097C63)>] finishing OnCellLoad() and AlreadyInit = TRUE
[10/30/2017 - 01:42:24PM] DARYL - [WeaponRackActivateSCRIPT < (00097CF5)>] finishing OnCellLoad() and AlreadyInit = TRUE
[10/30/2017 - 01:42:24PM] [Zad]: No menus are open. Equipping silently.
[10/30/2017 - 01:42:24PM] DARYL - [WeaponRackActivateSCRIPT < (00097C5D)>] finishing OnCellLoad() and AlreadyInit = TRUE
[10/30/2017 - 01:42:24PM] DARYL - [WeaponRackActivateSCRIPT < (00097C5B)>] finishing OnCellLoad() and AlreadyInit = TRUE
[10/30/2017 - 01:42:24PM] DARYL - [WeaponRackActivateSCRIPT < (00097C59)>] finishing OnCellLoad() and AlreadyInit = TRUE
[10/30/2017 - 01:42:24PM] [Zad]: OnEquipped(Merta: CD Harness - Black Ebonite)
[10/30/2017 - 01:42:24PM] [Zad]: OnEquipped(Raccan: Plug (Iron) (Anal))
[10/30/2017 - 01:42:24PM] [Zad]: No menus are open. Equipping silently.
[10/30/2017 - 01:42:24PM] [Zad]: OnEquipped(): Detected/fixed broken item state. Raccan has rendered Belt in inventory still.
[10/30/2017 - 01:42:25PM] @@ TOOLS :Location cell= type=-1
[10/30/2017 - 01:42:25PM] [Zad]: OnEquipped(): Detected/fixed broken item state. Raccan has rendered Anal Plug in inventory still.
[10/30/2017 - 01:42:25PM] [sGO] UpdateLoop:Begin
[10/30/2017 - 01:42:25PM] [Zad]: OnEquipped(): Detected/fixed broken item state. Ulabae has rendered Anal Plug in inventory still.
[10/30/2017 - 01:42:25PM] [sGO] UpdateLoop:Done
[10/30/2017 - 01:42:25PM] [Zad]: OnUnequipped(Raccan: Plug (Iron) (Anal))
[10/30/2017 - 01:42:25PM] [Zad]: OnEquipped(): Detected/fixed broken item state. Laniel has rendered Anal Plug in inventory still.
[10/30/2017 - 01:42:25PM] [Zad]: OnUnequipped(Ulabae: Plug (Iron) (Anal))
[10/30/2017 - 01:42:25PM] [Zad]: OnEquipped(): Detected/fixed broken item state. Merta has rendered Collar in inventory still.
[10/30/2017 - 01:42:25PM] [Zad]: OnUnequipped(Laniel: Plug (Iron) (Anal))
[10/30/2017 - 01:42:25PM] [Zad]: OnEquipped(): Detected/fixed broken item state. Laniel has rendered Belt in inventory still.
[10/30/2017 - 01:42:25PM] [Zad]: OnUnequipped(Merta: CD Padded Collar Silver)
[10/30/2017 - 01:42:25PM] [Zad]: OnEquipped(): Detected/fixed broken item state. Merta has rendered Anal Plug in inventory still.
[10/30/2017 - 01:42:25PM] [Zad]: OnUnequipped(Laniel: CD Chastity Belt Padded Silver)
[10/30/2017 - 01:42:25PM] [Zad]: OnEquipped(): Detected/fixed broken item state. Merta has rendered Plugs in inventory still.
[10/30/2017 - 01:42:25PM] [Zad]: OnUnequipped(Merta: Plug (Iron) (Anal))
[10/30/2017 - 01:42:25PM] [Zad]: OnEquipped(): Detected/fixed broken item state. Bagamul has rendered Anal Plug in inventory still.
[10/30/2017 - 01:42:25PM] [Zad]: OnUnequipped(Merta: Little Devils Plug -The Tormentor)
[10/30/2017 - 01:42:25PM] [Zad]: OnEquipped(): Detected/fixed broken item state. Greir has rendered Anal Plug in inventory still.
[10/30/2017 - 01:42:25PM] [Zad]: No menus are open. Equipping silently.
[10/30/2017 - 01:42:25PM] [Zad]: OnUnequipped(Bagamul: Plug (Iron) (Anal))
[10/30/2017 - 01:42:25PM] [Zad]: No menus are open. Equipping silently.
[10/30/2017 - 01:42:25PM] [Zad]: No menus are open. Equipping silently.
[10/30/2017 - 01:42:25PM] [Zad]: OnUnequipped(Greir: Plug (Iron) (Anal))
[10/30/2017 - 01:42:25PM] [Zad]: No menus are open. Equipping silently.
[10/30/2017 - 01:42:25PM] [Zad]: OnUnequipped(Raccan: CD Chastity Belt Padded Silver)
[10/30/2017 - 01:42:25PM] [Zad]: OnEquipped(): Detected/fixed broken item state. Greir has rendered Belt in inventory still.
[10/30/2017 - 01:42:25PM] [Zad]: OnEquipped(): Detected/fixed broken item state. Ulabae has rendered Belt in inventory still.
[10/30/2017 - 01:42:25PM] [CRDE] enslaved: CD player is slave 2
[10/30/2017 - 01:42:25PM] [Zad]: OnUnequipped(Greir: CD Chastity Belt Padded Silver)
[10/30/2017 - 01:42:25PM] [CRDE] closest npc(s):
[10/30/2017 - 01:42:25PM] [Zad]: OnEquipped(): Detected/fixed broken item state. Fadril has rendered Belt in inventory still.
[10/30/2017 - 01:42:25PM] [Zad]: OnEquipped(): Detected/fixed broken item state. Hjolfr has rendered Anal Plug in inventory still.
[10/30/2017 - 01:42:25PM] [Zad]: OnEquipped(): Detected/fixed broken item state. Greir has rendered Plugs in inventory still.
[10/30/2017 - 01:42:25PM] [Zad]: OnUnequipped(Fadril: CD Chastity Belt Padded Silver)
[10/30/2017 - 01:42:25PM] [Zad]: OnUnequipped(Hjolfr: Plug (Iron) (Anal))
[10/30/2017 - 01:42:25PM] [Zad]: OnUnequipped(Greir: Little Helpers Plug - Fighters)
[10/30/2017 - 01:42:25PM] [Zad]: OnEquipped(): Detected/fixed broken item state. Hjolfr has rendered Belt in inventory still.
[10/30/2017 - 01:42:25PM] [Zad]: OnEquipped(): Detected/fixed broken item state. Fadril has rendered Pumps in inventory still.
[10/30/2017 - 01:42:26PM] [Zad]: OnEquipped(): Detected/fixed broken item state. Bagamul has rendered Belt in inventory still.
[10/30/2017 - 01:42:26PM] [Zad]: ReEquipExistingDevices() is working:1
[10/30/2017 - 01:42:26PM] [Zad]: OnUnequipped(Hjolfr: CD Chastity Belt Padded Silver)
[10/30/2017 - 01:42:26PM] [Zad]: OnUnequipped(Fadril: Plug (Inflatable) (Anal))
[10/30/2017 - 01:42:26PM] [Zad]: OnUnequipped(Bagamul: CD Chastity Belt Padded Silver)
[10/30/2017 - 01:42:26PM] [Zad]: OnUnequipped(Ulabae: CD Chastity Belt Padded Silver)
[10/30/2017 - 01:42:26PM] [Zad] ((WARNING)): StoreExposureRate called for actor Merta, but actor already has this information stored.
[10/30/2017 - 01:42:26PM] [Zad]: Sending device event DeviceEquippedHarness(Merta:0)
[10/30/2017 - 01:42:26PM] [Zad]: ReEquipExistingDevices() is working:1
[10/30/2017 - 01:42:26PM] [Zad]: Syncing for actor Merta.
[10/30/2017 - 01:42:26PM] [Zad]: SyncInventory(): Npc is equipping Harness.
[10/30/2017 - 01:42:26PM] [Zad]: SyncInventory(): Equipping Harness.
[10/30/2017 - 01:42:26PM] [Zad]: ReEquipExistingDevices() is working:1
[10/30/2017 - 01:42:26PM] [Zad]: RepopulateNpcs()
[10/30/2017 - 01:42:26PM] [Zad]: Not repopulating NPC slots: Feature is disabled.
[10/30/2017 - 01:42:26PM] [Zad]: original exposure rate was 2.000000. Setting to 6.000000.
[10/30/2017 - 01:42:26PM] [Zad]: CorsetMagic(): No corset equipped, done.
[10/30/2017 - 01:42:29PM] [CF][Creature Apply] Not activating ["Hjolfr" [Actor < (250A9937)>]]; creature isn't registered; race=["Nord" [Race <NordRace (00013746)>]] skin=["" [Armor < (00000D64)>]]
[10/30/2017 - 01:42:29PM] [CF][Creature Apply] Not activating ["Bagamul" [Actor < (250A992D)>]]; creature isn't registered; race=["Orc" [Race <OrcRace (00013747)>]] skin=["" [Armor < (00000D64)>]]
[10/30/2017 - 01:42:29PM] [CF][Creature Apply] Not activating ["Lilly" [Actor < (25192579)>]]; creature isn't registered; race=["Horse" [Race <HorseRace (000131FD)>]] skin=["" [Armor < (0008650E)>]]
[10/30/2017 - 01:42:29PM] [CF][Creature Apply] Not activating ["Élan" [Actor < (0008441A)>]]; creature isn't registered; race=["Deer" [Race <ElkRace (000131ED)>]] skin=["Elkmale" [Armor < (0005E979)>]]
[10/30/2017 - 01:42:29PM] [CF][Creature Apply] Not activating ["Merta" [Actor < (250A9935)>]]; creature isn't registered; race=["Nord" [Race <NordRace (00013746)>]] skin=["" [Armor < (00000D64)>]]
[10/30/2017 - 01:42:29PM] [CF][Creature Apply] Not activating ["Laniel" [Actor < (250A9931)>]]; creature isn't registered; race=["Breton" [Race <BretonRace (00013741)>]] skin=["" [Armor < (00000D64)>]]
[10/30/2017 - 01:42:29PM] [CF][Creature Apply] Not activating ["Renard" [Actor < (00105A11)>]]; creature isn't registered; race=["Fox" [Race <FoxRace (00109C7C)>]] skin=["" [Armor < (000829B4)>]]
[10/30/2017 - 01:42:29PM] [CF][Creature Apply] Not activating ["Élan" [Actor < (00097C51)>]]; creature isn't registered; race=["Deer" [Race <ElkRace (000131ED)>]] skin=["Elkmale" [Armor < (0005E979)>]]
[10/30/2017 - 01:42:29PM] [CF][Creature Apply] Not activating ["Chasseur" [Actor < (00097C68)>]]; creature isn't registered; race=["Imperial" [Race <ImperialRace (00013744)>]] skin=["" [Armor < (00000D64)>]]
[10/30/2017 - 01:42:29PM] [CF][Creature Apply] Not activating ["Ulabae" [Actor < (250A993B)>]]; creature isn't registered; race=["Dark Elf" [Race <DarkElfRace (00013742)>]] skin=["" [Armor < (00000D64)>]]
[10/30/2017 - 01:42:29PM] [CF][Creature Apply] Not activating ["Renard" [Actor < (0010839A)>]]; creature isn't registered; race=["Fox" [Race <FoxRace (00109C7C)>]] skin=["" [Armor < (000829B4)>]]
[10/30/2017 - 01:42:29PM] [CF][Creature Apply] Not activating ["Raccan" [Actor < (250A993F)>]]; creature isn't registered; race=["Redguard" [Race <RedguardRace (00013748)>]] skin=["" [Armor < (00000D64)>]]
[10/30/2017 - 01:42:29PM] [CF][Creature Apply] Not activating ["Greir" [Actor < (250A9933)>]]; creature isn't registered; race=["Nord" [Race <NordRace (00013746)>]] skin=["" [Armor < (00000D64)>]]
[10/30/2017 - 01:42:30PM] [CF][Creature Apply] Not activating ["Fadril" [Actor < (250A9939)>]]; creature isn't registered; race=["Wood Elf" [Race <WoodElfRace (00013749)>]] skin=["" [Armor < (00000D64)>]]
[10/30/2017 - 01:42:30PM] [CF][Creature Apply] Not activating ["Élan" [Actor < (00084419)>]]; creature isn't registered; race=["Deer" [Race <ElkRace (000131ED)>]] skin=["Elkmale" [Armor < (0005E979)>]]
[10/30/2017 - 01:42:30PM] [CF][Creature Apply] Not activating ["Elfe noir" [Actor < (00097C02)>]]; creature isn't registered; race=["Dark Elf" [Race <DarkElfRace (00013742)>]] skin=["" [Armor < (00000D64)>]]
[10/30/2017 - 01:42:39PM] VM is freezing...
[10/30/2017 - 01:42:39PM] VM is frozen
[10/30/2017 - 01:42:40PM] Saving game...
[10/30/2017 - 01:42:50PM] VM is thawing...
[10/30/2017 - 01:42:50PM] [DLC2PillarBuilderActorScript < (040177DD)>]OnPackageStart()
[10/30/2017 - 01:42:50PM] @@ TOOLS :ReleaseSpectators
[10/30/2017 - 01:42:50PM] [DCL1VampireTurnPlayerScript <alias Player on quest DLC1VampireTurn (0200588C)>]OnLocationChange()
[10/30/2017 - 01:42:50PM] [bYOHHouseBuildingPlayerScript <alias Player on quest BYOHHouseBuilding (0300305D)>]: None, [Location < (00018A5A)>]
[10/30/2017 - 01:42:50PM] [dlc1radiantscript <DLC1Radiant (02004C1C)>]CreateQuestBasedOnLocation([Location < (00018A5A)>])
[10/30/2017 - 01:42:50PM] [byohhousebuildingscript <BYOHHouseBuilding (0300305D)>] PlayerChangeLocation: oldloc=None, newloc=[Location < (00018A5A)>]
[10/30/2017 - 01:42:50PM] [DLC2PillarBuilderActorScript < (040177DB)>]OnPackageStart()
[10/30/2017 - 01:42:50PM] SLKR: One hour passes. Checking ...
[10/30/2017 - 01:42:51PM] SLKR: Walled city
[10/30/2017 - 01:42:51PM] [dlc1radiantscript <DLC1Radiant (02004C1C)>]CreateQuestBasedOnLocation([Location < (00018A5A)>]) is NOT creating a quest: as Location is neither DLC1HunterHQLocation nor DLC1VampireCastleLocation
[10/30/2017 - 01:42:51PM] [Zad]: ZadNpc::OnUpdateGameTime()
[10/30/2017 - 01:42:51PM] Updating Orphanables Status: ------------------------
[10/30/2017 - 01:42:51PM] [Zad]: ZadNpc::DoRegister(1.499989)
[10/30/2017 - 01:42:51PM] [Zad]: UpdateExposure([Actor < (00000014)>],0.500000,False)
[10/30/2017 - 01:42:51PM] [CF][Creature Apply] Not activating ["Garde de Solitude" [Actor < (0002E1D2)>]]; creature isn't registered; race=["Nord" [Race <NordRace (00013746)>]] skin=["" [Armor < (00000D64)>]]
[10/30/2017 - 01:42:51PM] SLKR: 1 nearby NPCs
[10/30/2017 - 01:42:51PM] SLKR: Calculated chance is -35%
[10/30/2017 - 01:42:51PM] @@ TOOLS :Location cell= type=0
[10/30/2017 - 01:42:51PM] [CF][Creature Apply] Not activating ["Dervenin" [Actor < (000198DC)>]]; creature isn't registered; race=["Wood Elf" [Race <WoodElfRace (00013749)>]] skin=["" [Armor < (00000D64)>]]
[10/30/2017 - 01:42:51PM] [Zad]: Finished processing events. Re-Polling..
[10/30/2017 - 01:42:51PM] [CF][Creature Apply] Not activating ["Garde de Solitude" [Actor < (0002E1DF)>]]; creature isn't registered; race=["Nord" [Race <NordRace (00013746)>]] skin=["" [Armor < (00000D64)>]]
[10/30/2017 - 01:42:51PM] SOS Actor Schlongify: new schlong for Garde de Solitude got schlong index 0 size 6
[10/30/2017 - 01:42:51PM] SOS Actor Schlongify: new schlong for Garde de Solitude got schlong index 0 size 8
[10/30/2017 - 01:42:51PM] [Zad]: UpdateExposure([Actor < (00000014)>],0.500000,False)
[10/30/2017 - 01:42:51PM] [CF][Creature Apply] Not activating ["Melaran" [WIDeadBodyCleanupScript < (0001A638)>]]; creature isn't registered; race=["High Elf" [Race <HighElfRace (00013743)>]] skin=["" [Armor < (00000D64)>]]
[10/30/2017 - 01:42:51PM] SOS Actor Schlongify: new schlong for Melaran got schlong index 0 size 4
[10/30/2017 - 01:42:51PM] SOS MarkArmorAsConcealing: registering armor as concealing Robe de mage bleue
[10/30/2017 - 01:42:51PM] [Zad]: CheckAllEvents()
[10/30/2017 - 01:42:52PM] [Zad]: Processing [Plug Moan]
[10/30/2017 - 01:42:52PM] [Zad]: Config Interval:1.500000. Total number of events: 1. Next staggered update in 1.500000
[10/30/2017 - 01:42:52PM] -------------------
[10/30/2017 - 01:42:53PM] [DLC2PillarBuilderActorScript < (040177DB)>]OnPackageStart()
[10/30/2017 - 01:42:55PM] RNPC: Periodic update check.
[10/30/2017 - 01:42:56PM] [DLC2PillarBuilderActorScript < (040177DB)>]OnPackageStart()
[10/30/2017 - 01:42:57PM] [CRDE] invalid: Fadril actor is too far away from player now
[10/30/2017 - 01:42:57PM] [CRDE] invalid: Laniel actor is too far away from player now
[10/30/2017 - 01:42:57PM] [CRDE] invalid: Hjolfr actor is too far away from player now
[10/30/2017 - 01:42:57PM] [CRDE] invalid: Bagamul actor is too far away from player now
[10/30/2017 - 01:42:57PM] [CRDE] invalid: Merta actor is too far away from player now
[10/30/2017 - 01:42:57PM] [CRDE] invalid: Merta actor is too far away from player now
[10/30/2017 - 01:42:57PM] [CRDE] No nearby NPCs, leaving early
[10/30/2017 - 01:42:57PM] [CRDE] OnUpdate time:32.237999
[10/30/2017 - 01:42:58PM] [DLC2PillarBuilderActorScript < (040177DB)>]OnPackageStart()
[10/30/2017 - 01:43:08PM] VM is freezing...
[10/30/2017 - 01:43:08PM] VM is frozen
[10/30/2017 - 01:43:09PM] Saving game...
[10/30/2017 - 01:43:18PM] VM is thawing...
[10/30/2017 - 01:43:18PM] [DLC2PillarBuilderActorScript < (040177DB)>]OnPackageStart()
[10/30/2017 - 01:43:18PM] @@ TOOLS :ReleaseSpectators
[10/30/2017 - 01:43:18PM] [bYOHHouseBuildingPlayerScript <alias Player on quest BYOHHouseBuilding (0300305D)>]: [Location < (00018A5A)>], [Location < (00018A53)>]
[10/30/2017 - 01:43:18PM] [byohhousebuildingscript <BYOHHouseBuilding (0300305D)>] PlayerChangeLocation: oldloc=[Location < (00018A5A)>], newloc=[Location < (00018A53)>]
[10/30/2017 - 01:43:18PM] [DCL1VampireTurnPlayerScript <alias Player on quest DLC1VampireTurn (0200588C)>]OnLocationChange()
[10/30/2017 - 01:43:18PM] [dlc1radiantscript <DLC1Radiant (02004C1C)>]CreateQuestBasedOnLocation([Location < (00018A53)>])
[10/30/2017 - 01:43:18PM] SLKR: One hour passes. Checking ...
[10/30/2017 - 01:43:18PM] SLKR: Night
[10/30/2017 - 01:43:18PM] SLKR: Non-walled city
[10/30/2017 - 01:43:19PM] [dlc1radiantscript <DLC1Radiant (02004C1C)>]CreateQuestBasedOnLocation([Location < (00018A53)>]) is NOT creating a quest: as Location is neither DLC1HunterHQLocation nor DLC1VampireCastleLocation
[10/30/2017 - 01:43:19PM] [Zad]: ZadNpc::OnUpdateGameTime()
[10/30/2017 - 01:43:19PM] Updating Orphanables Status: ------------------------
[10/30/2017 - 01:43:19PM] [Zad]: ZadNpc::DoRegister(1.499979)
[10/30/2017 - 01:43:19PM] [Zad]: UpdateExposure([Actor < (00000014)>],0.500000,False)
[10/30/2017 - 01:43:19PM] SOS Actor Schlongify: new schlong for Thonnir got schlong index 0 size 5
[10/30/2017 - 01:43:19PM] @@ TOOLS :Location cell= type=1
[10/30/2017 - 01:43:19PM] SLKR: 3 nearby NPCs
[10/30/2017 - 01:43:19PM] SLKR: Calculated chance is 5%
[10/30/2017 - 01:43:19PM] [Zad]: Finished processing events. Re-Polling..
[10/30/2017 - 01:43:19PM] [Zad]: UpdateExposure([Actor < (00000014)>],0.500000,False)
[10/30/2017 - 01:43:19PM] [Zad]: CheckAllEvents()
[10/30/2017 - 01:43:19PM] SOS Actor Schlongify: new schlong for Garde de Morthal got schlong index 0 size 6
[10/30/2017 - 01:43:20PM] SOS Actor Schlongify: new schlong for Benor got schlong index 0 size 7
[10/30/2017 - 01:43:20PM] SOS Actor Schlongify: new schlong for Jorgen got schlong index 0 size 1
[10/30/2017 - 01:43:20PM] SOS Actor Schlongify: new schlong for Garde de Morthal got schlong index 0 size 9
[10/30/2017 - 01:43:20PM] SOS Actor Schlongify: new schlong for Garde de Morthal got schlong index 0 size 4
[10/30/2017 - 01:43:20PM] SOS Actor Schlongify: new schlong for Légat Taurinus Duilis got schlong index 0 size 4
[10/30/2017 - 01:43:20PM] SOS Actor Schlongify: new schlong for Aslfur got schlong index 0 size 9
[10/30/2017 - 01:43:20PM] [Zad]: Processing [Restraints+Armor]
[10/30/2017 - 01:43:20PM] -------------------
[10/30/2017 - 01:43:20PM] [Zad]: Config Interval:1.500000. Total number of events: 1. Next staggered update in 1.500000
[10/30/2017 - 01:43:33PM] [CF][Creature Apply] Not activating ["Garde de Morthal" [Actor < (0002C82B)>]]; creature isn't registered; race=["Nord" [Race <NordRace (00013746)>]] skin=["" [Armor < (00000D64)>]]
[10/30/2017 - 01:43:33PM] [CF][Creature Apply] Not activating ["Garde de Morthal" [Actor < (0002C822)>]]; creature isn't registered; race=["Nord" [Race <NordRace (00013746)>]] skin=["" [Armor < (00000D64)>]]
[10/30/2017 - 01:43:33PM] [CF][Creature Apply] Not activating ["Garde de Morthal" [Actor < (0002C823)>]]; creature isn't registered; race=["Nord" [Race <NordRace (00013746)>]] skin=["" [Armor < (00000D64)>]]
[10/30/2017 - 01:43:33PM] [CF][Creature Apply] Not activating ["Thonnir" [Actor < (0001AA6B)>]]; creature isn't registered; race=["Nord" [Race <NordRace (00013746)>]] skin=["" [Armor < (00000D64)>]]
[10/30/2017 - 01:43:33PM] [CF][Creature Apply] Not activating ["Poulet" [Actor < (001066D8)>]]; creature isn't registered; race=["rabbit" [Race <ChickenRace (000A919D)>]] skin=["Poulet" [Armor < (000A919C)>]]
[10/30/2017 - 01:43:33PM] [CF][Creature Apply] Not activating ["Légat Taurinus Duilis" [CWFieldCOCrimeFactionScript < (00077DD7)>]]; creature isn't registered; race=["Imperial" [Race <ImperialRace (00013744)>]] skin=["" [Armor < (00000D64)>]]
[10/30/2017 - 01:43:33PM] [CF][Creature Apply] Not activating ["Garde de Morthal" [Actor < (0002C82C)>]]; creature isn't registered; race=["Nord" [Race <NordRace (00013746)>]] skin=["" [Armor < (00000D64)>]]
[10/30/2017 - 01:43:33PM] [CF][Creature Apply] Not activating ["Poulet" [Actor < (001066D7)>]]; creature isn't registered; race=["rabbit" [Race <ChickenRace (000A919D)>]] skin=["Poulet" [Armor < (000A919C)>]]
[10/30/2017 - 01:43:33PM] [CF][Creature Apply] Not activating ["Poulet" [Actor < (001066D9)>]]; creature isn't registered; race=["rabbit" [Race <ChickenRace (000A919D)>]] skin=["Poulet" [Armor < (000A919C)>]]
[10/30/2017 - 01:43:33PM] [CF][Creature Apply] Not activating ["Benor" [Actor < (0001AA65)>]]; creature isn't registered; race=["Nord" [Race <NordRace (00013746)>]] skin=["" [Armor < (00000D64)>]]
[10/30/2017 - 01:43:33PM] [CF][Creature Apply] Not activating ["Jorgen" [Actor < (0001AA60)>]]; creature isn't registered; race=["Nord" [Race <NordRace (00013746)>]] skin=["" [Armor < (00000D64)>]]
[10/30/2017 - 01:43:33PM] [CF][Creature Apply] Not activating ["Lami" [TrainerGoldScript < (0001AA61)>]]; creature isn't registered; race=["Nord" [Race <NordRace (00013746)>]] skin=["" [Armor < (00000D64)>]]
[10/30/2017 - 01:43:33PM] [CF][Creature Apply] Not activating ["Aslfur" [Actor < (0001AA68)>]]; creature isn't registered; race=["Nord" [Race <NordRace (00013746)>]] skin=["" [Armor < (00000D64)>]]
[10/30/2017 - 01:43:37PM] [DD] Hotkey pushed: 39 Player in thread: -1
[10/30/2017 - 01:43:37PM] [DD] HOTKEYS: (Drain): 56 (Death):184
[10/30/2017 - 01:43:37PM] ERROR: Array index 28 is out of range (0-9)
stack:
    [HoSLDDMain (1D00B46E)].hoslddmain.GetClosestActor() - "HoSLDDMain.psc" Line 196
    [HoSLDDMain (1D00B46E)].hoslddmain.StartKissing() - "HoSLDDMain.psc" Line 219
    [HoSLDDMain (1D00B46E)].hoslddmain.OnKeyDown() - "HoSLDDMain.psc" Line 154
[10/30/2017 - 01:43:37PM] ERROR: Array index 28 is out of range (0-9)
stack:
    [HoSLDDMain (1D00B46E)].hoslddmain.GetClosestActor() - "HoSLDDMain.psc" Line 196
    [HoSLDDMain (1D00B46E)].hoslddmain.StartKissing() - "HoSLDDMain.psc" Line 219
    [HoSLDDMain (1D00B46E)].hoslddmain.OnKeyDown() - "HoSLDDMain.psc" Line 154
[10/30/2017 - 01:43:37PM] ERROR: Array index 27 is out of range (0-9)
stack:
    [HoSLDDMain (1D00B46E)].hoslddmain.GetClosestActor() - "HoSLDDMain.psc" Line 196
    [HoSLDDMain (1D00B46E)].hoslddmain.StartKissing() - "HoSLDDMain.psc" Line 219
    [HoSLDDMain (1D00B46E)].hoslddmain.OnKeyDown() - "HoSLDDMain.psc" Line 154
[10/30/2017 - 01:43:37PM] ERROR: Array index 27 is out of range (0-9)
stack:
    [HoSLDDMain (1D00B46E)].hoslddmain.GetClosestActor() - "HoSLDDMain.psc" Line 196
    [HoSLDDMain (1D00B46E)].hoslddmain.StartKissing() - "HoSLDDMain.psc" Line 219
    [HoSLDDMain (1D00B46E)].hoslddmain.OnKeyDown() - "HoSLDDMain.psc" Line 154
[10/30/2017 - 01:43:37PM] ERROR: Array index 26 is out of range (0-9)
stack:
    [HoSLDDMain (1D00B46E)].hoslddmain.GetClosestActor() - "HoSLDDMain.psc" Line 196
    [HoSLDDMain (1D00B46E)].hoslddmain.StartKissing() - "HoSLDDMain.psc" Line 219
    [HoSLDDMain (1D00B46E)].hoslddmain.OnKeyDown() - "HoSLDDMain.psc" Line 154
[10/30/2017 - 01:43:37PM] ERROR: Array index 26 is out of range (0-9)
stack:
    [HoSLDDMain (1D00B46E)].hoslddmain.GetClosestActor() - "HoSLDDMain.psc" Line 196
    [HoSLDDMain (1D00B46E)].hoslddmain.StartKissing() - "HoSLDDMain.psc" Line 219
    [HoSLDDMain (1D00B46E)].hoslddmain.OnKeyDown() - "HoSLDDMain.psc" Line 154
[10/30/2017 - 01:43:37PM] ERROR: Array index 25 is out of range (0-9)
stack:
    [HoSLDDMain (1D00B46E)].hoslddmain.GetClosestActor() - "HoSLDDMain.psc" Line 196
    [HoSLDDMain (1D00B46E)].hoslddmain.StartKissing() - "HoSLDDMain.psc" Line 219
    [HoSLDDMain (1D00B46E)].hoslddmain.OnKeyDown() - "HoSLDDMain.psc" Line 154
[10/30/2017 - 01:43:37PM] ERROR: Array index 25 is out of range (0-9)
stack:
    [HoSLDDMain (1D00B46E)].hoslddmain.GetClosestActor() - "HoSLDDMain.psc" Line 196
    [HoSLDDMain (1D00B46E)].hoslddmain.StartKissing() - "HoSLDDMain.psc" Line 219
    [HoSLDDMain (1D00B46E)].hoslddmain.OnKeyDown() - "HoSLDDMain.psc" Line 154
[10/30/2017 - 01:43:37PM] ERROR: Array index 24 is out of range (0-9)
stack:
    [HoSLDDMain (1D00B46E)].hoslddmain.GetClosestActor() - "HoSLDDMain.psc" Line 196
    [HoSLDDMain (1D00B46E)].hoslddmain.StartKissing() - "HoSLDDMain.psc" Line 219
    [HoSLDDMain (1D00B46E)].hoslddmain.OnKeyDown() - "HoSLDDMain.psc" Line 154
[10/30/2017 - 01:43:37PM] ERROR: Array index 24 is out of range (0-9)
stack:
    [HoSLDDMain (1D00B46E)].hoslddmain.GetClosestActor() - "HoSLDDMain.psc" Line 196
    [HoSLDDMain (1D00B46E)].hoslddmain.StartKissing() - "HoSLDDMain.psc" Line 219
    [HoSLDDMain (1D00B46E)].hoslddmain.OnKeyDown() - "HoSLDDMain.psc" Line 154
[10/30/2017 - 01:43:37PM] ERROR: Array index 23 is out of range (0-9)
stack:
    [HoSLDDMain (1D00B46E)].hoslddmain.GetClosestActor() - "HoSLDDMain.psc" Line 196
    [HoSLDDMain (1D00B46E)].hoslddmain.StartKissing() - "HoSLDDMain.psc" Line 219
    [HoSLDDMain (1D00B46E)].hoslddmain.OnKeyDown() - "HoSLDDMain.psc" Line 154
[10/30/2017 - 01:43:37PM] ERROR: Array index 23 is out of range (0-9)
stack:
    [HoSLDDMain (1D00B46E)].hoslddmain.GetClosestActor() - "HoSLDDMain.psc" Line 196
    [HoSLDDMain (1D00B46E)].hoslddmain.StartKissing() - "HoSLDDMain.psc" Line 219
    [HoSLDDMain (1D00B46E)].hoslddmain.OnKeyDown() - "HoSLDDMain.psc" Line 154
[10/30/2017 - 01:43:37PM] ERROR: Array index 22 is out of range (0-9)
stack:
    [HoSLDDMain (1D00B46E)].hoslddmain.GetClosestActor() - "HoSLDDMain.psc" Line 196
    [HoSLDDMain (1D00B46E)].hoslddmain.StartKissing() - "HoSLDDMain.psc" Line 219
    [HoSLDDMain (1D00B46E)].hoslddmain.OnKeyDown() - "HoSLDDMain.psc" Line 154
[10/30/2017 - 01:43:37PM] ERROR: Array index 22 is out of range (0-9)
stack:
    [HoSLDDMain (1D00B46E)].hoslddmain.GetClosestActor() - "HoSLDDMain.psc" Line 196
    [HoSLDDMain (1D00B46E)].hoslddmain.StartKissing() - "HoSLDDMain.psc" Line 219
    [HoSLDDMain (1D00B46E)].hoslddmain.OnKeyDown() - "HoSLDDMain.psc" Line 154
[10/30/2017 - 01:43:37PM] ERROR: Array index 21 is out of range (0-9)
stack:
    [HoSLDDMain (1D00B46E)].hoslddmain.GetClosestActor() - "HoSLDDMain.psc" Line 196
    [HoSLDDMain (1D00B46E)].hoslddmain.StartKissing() - "HoSLDDMain.psc" Line 219
    [HoSLDDMain (1D00B46E)].hoslddmain.OnKeyDown() - "HoSLDDMain.psc" Line 154
[10/30/2017 - 01:43:37PM] ERROR: Array index 21 is out of range (0-9)
stack:
    [HoSLDDMain (1D00B46E)].hoslddmain.GetClosestActor() - "HoSLDDMain.psc" Line 196
    [HoSLDDMain (1D00B46E)].hoslddmain.StartKissing() - "HoSLDDMain.psc" Line 219
    [HoSLDDMain (1D00B46E)].hoslddmain.OnKeyDown() - "HoSLDDMain.psc" Line 154
[10/30/2017 - 01:43:37PM] ERROR: Array index 20 is out of range (0-9)
stack:
    [HoSLDDMain (1D00B46E)].hoslddmain.GetClosestActor() - "HoSLDDMain.psc" Line 196
    [HoSLDDMain (1D00B46E)].hoslddmain.StartKissing() - "HoSLDDMain.psc" Line 219
    [HoSLDDMain (1D00B46E)].hoslddmain.OnKeyDown() - "HoSLDDMain.psc" Line 154
[10/30/2017 - 01:43:37PM] ERROR: Array index 20 is out of range (0-9)
stack:
    [HoSLDDMain (1D00B46E)].hoslddmain.GetClosestActor() - "HoSLDDMain.psc" Line 196
    [HoSLDDMain (1D00B46E)].hoslddmain.StartKissing() - "HoSLDDMain.psc" Line 219
    [HoSLDDMain (1D00B46E)].hoslddmain.OnKeyDown() - "HoSLDDMain.psc" Line 154
[10/30/2017 - 01:43:37PM] ERROR: Array index 19 is out of range (0-9)
stack:
    [HoSLDDMain (1D00B46E)].hoslddmain.GetClosestActor() - "HoSLDDMain.psc" Line 196
    [HoSLDDMain (1D00B46E)].hoslddmain.StartKissing() - "HoSLDDMain.psc" Line 219
    [HoSLDDMain (1D00B46E)].hoslddmain.OnKeyDown() - "HoSLDDMain.psc" Line 154
[10/30/2017 - 01:43:37PM] ERROR: Array index 19 is out of range (0-9)
stack:
    [HoSLDDMain (1D00B46E)].hoslddmain.GetClosestActor() - "HoSLDDMain.psc" Line 196
    [HoSLDDMain (1D00B46E)].hoslddmain.StartKissing() - "HoSLDDMain.psc" Line 219
    [HoSLDDMain (1D00B46E)].hoslddmain.OnKeyDown() - "HoSLDDMain.psc" Line 154
[10/30/2017 - 01:43:37PM] ERROR: Array index 18 is out of range (0-9)
stack:
    [HoSLDDMain (1D00B46E)].hoslddmain.GetClosestActor() - "HoSLDDMain.psc" Line 196
    [HoSLDDMain (1D00B46E)].hoslddmain.StartKissing() - "HoSLDDMain.psc" Line 219
    [HoSLDDMain (1D00B46E)].hoslddmain.OnKeyDown() - "HoSLDDMain.psc" Line 154
[10/30/2017 - 01:43:37PM] ERROR: Array index 18 is out of range (0-9)
stack:
    [HoSLDDMain (1D00B46E)].hoslddmain.GetClosestActor() - "HoSLDDMain.psc" Line 196
    [HoSLDDMain (1D00B46E)].hoslddmain.StartKissing() - "HoSLDDMain.psc" Line 219
    [HoSLDDMain (1D00B46E)].hoslddmain.OnKeyDown() - "HoSLDDMain.psc" Line 154
[10/30/2017 - 01:43:37PM] ERROR: Array index 17 is out of range (0-9)
stack:
    [HoSLDDMain (1D00B46E)].hoslddmain.GetClosestActor() - "HoSLDDMain.psc" Line 196
    [HoSLDDMain (1D00B46E)].hoslddmain.StartKissing() - "HoSLDDMain.psc" Line 219
    [HoSLDDMain (1D00B46E)].hoslddmain.OnKeyDown() - "HoSLDDMain.psc" Line 154
[10/30/2017 - 01:43:37PM] ERROR: Array index 17 is out of range (0-9)
stack:
    [HoSLDDMain (1D00B46E)].hoslddmain.GetClosestActor() - "HoSLDDMain.psc" Line 196
    [HoSLDDMain (1D00B46E)].hoslddmain.StartKissing() - "HoSLDDMain.psc" Line 219
    [HoSLDDMain (1D00B46E)].hoslddmain.OnKeyDown() - "HoSLDDMain.psc" Line 154
[10/30/2017 - 01:43:37PM] ERROR: Array index 16 is out of range (0-9)
stack:
    [HoSLDDMain (1D00B46E)].hoslddmain.GetClosestActor() - "HoSLDDMain.psc" Line 196
    [HoSLDDMain (1D00B46E)].hoslddmain.StartKissing() - "HoSLDDMain.psc" Line 219
    [HoSLDDMain (1D00B46E)].hoslddmain.OnKeyDown() - "HoSLDDMain.psc" Line 154
[10/30/2017 - 01:43:37PM] ERROR: Array index 16 is out of range (0-9)
stack:
    [HoSLDDMain (1D00B46E)].hoslddmain.GetClosestActor() - "HoSLDDMain.psc" Line 196
    [HoSLDDMain (1D00B46E)].hoslddmain.StartKissing() - "HoSLDDMain.psc" Line 219
    [HoSLDDMain (1D00B46E)].hoslddmain.OnKeyDown() - "HoSLDDMain.psc" Line 154
[10/30/2017 - 01:43:37PM] ERROR: Array index 15 is out of range (0-9)
stack:
    [HoSLDDMain (1D00B46E)].hoslddmain.GetClosestActor() - "HoSLDDMain.psc" Line 196
    [HoSLDDMain (1D00B46E)].hoslddmain.StartKissing() - "HoSLDDMain.psc" Line 219
    [HoSLDDMain (1D00B46E)].hoslddmain.OnKeyDown() - "HoSLDDMain.psc" Line 154
[10/30/2017 - 01:43:37PM] ERROR: Array index 15 is out of range (0-9)
stack:
    [HoSLDDMain (1D00B46E)].hoslddmain.GetClosestActor() - "HoSLDDMain.psc" Line 196
    [HoSLDDMain (1D00B46E)].hoslddmain.StartKissing() - "HoSLDDMain.psc" Line 219
    [HoSLDDMain (1D00B46E)].hoslddmain.OnKeyDown() - "HoSLDDMain.psc" Line 154
[10/30/2017 - 01:43:37PM] ERROR: Array index 14 is out of range (0-9)
stack:
    [HoSLDDMain (1D00B46E)].hoslddmain.GetClosestActor() - "HoSLDDMain.psc" Line 196
    [HoSLDDMain (1D00B46E)].hoslddmain.StartKissing() - "HoSLDDMain.psc" Line 219
    [HoSLDDMain (1D00B46E)].hoslddmain.OnKeyDown() - "HoSLDDMain.psc" Line 154
[10/30/2017 - 01:43:37PM] ERROR: Array index 14 is out of range (0-9)
stack:
    [HoSLDDMain (1D00B46E)].hoslddmain.GetClosestActor() - "HoSLDDMain.psc" Line 196
    [HoSLDDMain (1D00B46E)].hoslddmain.StartKissing() - "HoSLDDMain.psc" Line 219
    [HoSLDDMain (1D00B46E)].hoslddmain.OnKeyDown() - "HoSLDDMain.psc" Line 154
[10/30/2017 - 01:43:37PM] ERROR: Array index 13 is out of range (0-9)
stack:
    [HoSLDDMain (1D00B46E)].hoslddmain.GetClosestActor() - "HoSLDDMain.psc" Line 196
    [HoSLDDMain (1D00B46E)].hoslddmain.StartKissing() - "HoSLDDMain.psc" Line 219
    [HoSLDDMain (1D00B46E)].hoslddmain.OnKeyDown() - "HoSLDDMain.psc" Line 154
[10/30/2017 - 01:43:37PM] ERROR: Array index 13 is out of range (0-9)
stack:
    [HoSLDDMain (1D00B46E)].hoslddmain.GetClosestActor() - "HoSLDDMain.psc" Line 196
    [HoSLDDMain (1D00B46E)].hoslddmain.StartKissing() - "HoSLDDMain.psc" Line 219
    [HoSLDDMain (1D00B46E)].hoslddmain.OnKeyDown() - "HoSLDDMain.psc" Line 154
[10/30/2017 - 01:43:37PM] ERROR: Array index 12 is out of range (0-9)
stack:
    [HoSLDDMain (1D00B46E)].hoslddmain.GetClosestActor() - "HoSLDDMain.psc" Line 196
    [HoSLDDMain (1D00B46E)].hoslddmain.StartKissing() - "HoSLDDMain.psc" Line 219
    [HoSLDDMain (1D00B46E)].hoslddmain.OnKeyDown() - "HoSLDDMain.psc" Line 154
[10/30/2017 - 01:43:37PM] ERROR: Array index 12 is out of range (0-9)
stack:
    [HoSLDDMain (1D00B46E)].hoslddmain.GetClosestActor() - "HoSLDDMain.psc" Line 196
    [HoSLDDMain (1D00B46E)].hoslddmain.StartKissing() - "HoSLDDMain.psc" Line 219
    [HoSLDDMain (1D00B46E)].hoslddmain.OnKeyDown() - "HoSLDDMain.psc" Line 154
[10/30/2017 - 01:43:37PM] ERROR: Array index 11 is out of range (0-9)
stack:
    [HoSLDDMain (1D00B46E)].hoslddmain.GetClosestActor() - "HoSLDDMain.psc" Line 196
    [HoSLDDMain (1D00B46E)].hoslddmain.StartKissing() - "HoSLDDMain.psc" Line 219
    [HoSLDDMain (1D00B46E)].hoslddmain.OnKeyDown() - "HoSLDDMain.psc" Line 154
[10/30/2017 - 01:43:37PM] ERROR: Array index 11 is out of range (0-9)
stack:
    [HoSLDDMain (1D00B46E)].hoslddmain.GetClosestActor() - "HoSLDDMain.psc" Line 196
    [HoSLDDMain (1D00B46E)].hoslddmain.StartKissing() - "HoSLDDMain.psc" Line 219
    [HoSLDDMain (1D00B46E)].hoslddmain.OnKeyDown() - "HoSLDDMain.psc" Line 154
[10/30/2017 - 01:43:37PM] ERROR: Array index 10 is out of range (0-9)
stack:
    [HoSLDDMain (1D00B46E)].hoslddmain.GetClosestActor() - "HoSLDDMain.psc" Line 196
    [HoSLDDMain (1D00B46E)].hoslddmain.StartKissing() - "HoSLDDMain.psc" Line 219
    [HoSLDDMain (1D00B46E)].hoslddmain.OnKeyDown() - "HoSLDDMain.psc" Line 154
[10/30/2017 - 01:43:37PM] ERROR: Array index 10 is out of range (0-9)
stack:
    [HoSLDDMain (1D00B46E)].hoslddmain.GetClosestActor() - "HoSLDDMain.psc" Line 196
    [HoSLDDMain (1D00B46E)].hoslddmain.StartKissing() - "HoSLDDMain.psc" Line 219
    [HoSLDDMain (1D00B46E)].hoslddmain.OnKeyDown() - "HoSLDDMain.psc" Line 154
[10/30/2017 - 01:43:39PM] [sGO] UpdateLoop:Begin
[10/30/2017 - 01:43:39PM] [sGO] UpdateLoop:Done
[10/30/2017 - 01:43:41PM] SOS Actor Schlongify: new schlong for Gorm got schlong index 0 size 3
[10/30/2017 - 01:43:42PM] [CF][Creature Apply] Not activating ["Vasard" [Actor < (0010832F)>]]; creature isn't registered; race=["Vasard" [Race <MudcrabRace (000BA545)>]] skin=["" [Armor < (000E40BA)>]]
[10/30/2017 - 01:43:42PM] [CF][Creature Apply] Not activating ["Gorm" [Actor < (0001AA69)>]]; creature isn't registered; race=["Nord" [Race <NordRace (00013746)>]] skin=["" [Armor < (00000D64)>]]
[10/30/2017 - 01:43:42PM] [CF][Creature Apply] Not activating ["Vasard" [Actor < (00108330)>]]; creature isn't registered; race=["Vasard" [Race <MudcrabRace (000BA545)>]] skin=["" [Armor < (000E40BB)>]]
[10/30/2017 - 01:43:44PM] ERROR:  (000844A5): cannot enable an object with an enable state parent.
stack:
    [ (000844A5)].lvlpredatorscript.Enable() - "<native>" Line ?
    [ (000844A5)].lvlpredatorscript.OnCellLoad() - "LvlPredatorScript.psc" Line 26
[10/30/2017 - 01:43:44PM] ERROR:  (000844A3): cannot enable an object with an enable state parent.
stack:
    [ (000844A3)].lvlpredatorscript.Enable() - "<native>" Line ?
    [ (000844A3)].lvlpredatorscript.OnCellLoad() - "LvlPredatorScript.psc" Line 26
[10/30/2017 - 01:43:44PM] ERROR:  (000844A4): cannot enable an object with an enable state parent.
stack:
    [ (000844A4)].lvlpredatorscript.Enable() - "<native>" Line ?
    [ (000844A4)].lvlpredatorscript.OnCellLoad() - "LvlPredatorScript.psc" Line 26
[10/30/2017 - 01:43:46PM] SOS Actor Schlongify: new schlong for Garde de Morthal got schlong index 0 size 6
[10/30/2017 - 01:45:00PM] [CF][Creature Apply] Not activating ["Vasard" [Actor < (0010832E)>]]; creature isn't registered; race=["Vasard" [Race <MudcrabRace (000BA545)>]] skin=["" [Armor < (000E40BB)>]]
[10/30/2017 - 01:45:07PM] [CF][Creature Apply] Not activating ["Alva" [Actor < (0001AA5C)>]]; creature isn't registered; race=["Nord" [Race <NordRace (00013746)>]] skin=["" [Armor < (00000D64)>]]
[10/30/2017 - 01:45:10PM] RNPC: Periodic update check.
[10/30/2017 - 01:45:12PM] [sGO] UpdateLoop:Begin
[10/30/2017 - 01:45:12PM] [sGO] UpdateLoop:Done
[10/30/2017 - 01:45:13PM] [CF][Creature Apply] Not activating ["Chevreuil" [Actor < (000844D4)>]]; creature isn't registered; race=["Deer" [Race <DeerRace (000CF89B)>]] skin=["Renne" [Armor < (000CF89C)>]]
[10/30/2017 - 01:45:13PM] [CF][Creature Apply] Not activating ["Chevreuil" [Actor < (000844D3)>]]; creature isn't registered; race=["Deer" [Race <DeerRace (000CF89B)>]] skin=["Renne" [Armor < (000CF89C)>]]
[10/30/2017 - 01:45:14PM] [CF][Creature Apply] Not activating ["Élan" [Actor < (000844D2)>]]; creature isn't registered; race=["Deer" [Race <ElkRace (000131ED)>]] skin=["Elkmale" [Armor < (0005E979)>]]
[10/30/2017 - 01:45:16PM] ERROR: Cannot call GetValue() on a None object, aborting function call
stack:
    [ (000E1493)].critterSpawn01.IsActiveTime() - "CritterSpawn.psc" Line 196
    [ (000E1493)].critterSpawn01.ShouldSpawn() - "CritterSpawn.psc" Line 185
    [ (000E1493)].critterSpawn01.OnLoad() - "CritterSpawn.psc" Line 79
[10/30/2017 - 01:45:16PM] warning: Assigning None to a non-object variable named "::temp26"
stack:
    [ (000E1493)].critterSpawn01.IsActiveTime() - "CritterSpawn.psc" Line 196
    [ (000E1493)].critterSpawn01.ShouldSpawn() - "CritterSpawn.psc" Line 185
    [ (000E1493)].critterSpawn01.OnLoad() - "CritterSpawn.psc" Line 79
[10/30/2017 - 01:45:17PM] @@ TOOLS :ReleaseSpectators
[10/30/2017 - 01:45:17PM] [bYOHHouseBuildingPlayerScript <alias Player on quest BYOHHouseBuilding (0300305D)>]: [Location < (00018A53)>], None
[10/30/2017 - 01:45:17PM] [DCL1VampireTurnPlayerScript <alias Player on quest DLC1VampireTurn (0200588C)>]OnLocationChange()
[10/30/2017 - 01:45:17PM] [dlc1radiantscript <DLC1Radiant (02004C1C)>]CreateQuestBasedOnLocation(None)
[10/30/2017 - 01:45:17PM] [byohhousebuildingscript <BYOHHouseBuilding (0300305D)>] PlayerChangeLocation: oldloc=[Location < (00018A53)>], newloc=None
[10/30/2017 - 01:45:17PM] [dlc1radiantscript <DLC1Radiant (02004C1C)>]CreateQuestBasedOnLocation(None) is NOT creating a quest: as Location is None.
[10/30/2017 - 01:45:17PM] @@ TOOLS :Location ???
[10/30/2017 - 01:45:17PM] @@ TOOLS :Location cell= type=-1
[10/30/2017 - 01:45:18PM] ERROR: Cannot call GetValue() on a None object, aborting function call
stack:
    [ (000E1493)].critterSpawn01.IsActiveTime() - "CritterSpawn.psc" Line 196
    [ (000E1493)].critterSpawn01.ShouldSpawn() - "CritterSpawn.psc" Line 185
    [ (000E1493)].critterSpawn01.OnLoad() - "CritterSpawn.psc" Line 79
[10/30/2017 - 01:45:18PM] warning: Assigning None to a non-object variable named "::temp26"
stack:
    [ (000E1493)].critterSpawn01.IsActiveTime() - "CritterSpawn.psc" Line 196
    [ (000E1493)].critterSpawn01.ShouldSpawn() - "CritterSpawn.psc" Line 185
    [ (000E1493)].critterSpawn01.OnLoad() - "CritterSpawn.psc" Line 79
[10/30/2017 - 01:45:18PM] [CRDE] enslaved: CD player is slave 2
[10/30/2017 - 01:45:18PM] [CRDE] closest npc(s): 1:Fadril, 2:Laniel, 3:Hjolfr, 4:Bagamul, 5:Merta, 6:Merta
[10/30/2017 - 01:45:19PM] [CF][Creature Apply] Not activating ["Givrépeire" [lvlpredatorscript < (000844A3)>]]; creature isn't registered; race=["Frostbite Spider" [Race <FrostbiteSpiderRace (000131F8)>]] skin=["" [Armor < (0003636F)>]]
[10/30/2017 - 01:45:19PM] [CF][Creature Apply] Not activating ["Vasard" [Actor < (0010832D)>]]; creature isn't registered; race=["Vasard" [Race <MudcrabRace (000BA545)>]] skin=["" [Armor < (000E40BA)>]]
[10/30/2017 - 01:45:19PM] [CF][Creature Apply] Not activating ["Vasard" [Actor < (0010832B)>]]; creature isn't registered; race=["Vasard" [Race <MudcrabRace (000BA545)>]] skin=["" [Armor < (000E40BB)>]]
[10/30/2017 - 01:45:19PM] [CF][Creature Apply] Not activating ["Givrépeire" [lvlpredatorscript < (000844A4)>]]; creature isn't registered; race=["Frostbite Spider" [Race <FrostbiteSpiderRace (000131F8)>]] skin=["" [Armor < (0003636F)>]]
[10/30/2017 - 01:45:19PM] [CF][Creature Apply] Not activating ["Givrépeire" [lvlpredatorscript < (000844A5)>]]; creature isn't registered; race=["Frostbite Spider" [Race <FrostbiteSpiderRace (000131F8)>]] skin=["" [Armor < (0003636F)>]]
[10/30/2017 - 01:45:19PM] ERROR:  (000844A9): cannot enable an object with an enable state parent.
stack:
    [ (000844A9)].lvlpredatorscript.Enable() - "<native>" Line ?
    [ (000844A9)].lvlpredatorscript.OnCellLoad() - "LvlPredatorScript.psc" Line 26
[10/30/2017 - 01:45:19PM] ERROR:  (000844A8): cannot enable an object with an enable state parent.
stack:
    [ (000844A8)].lvlpredatorscript.Enable() - "<native>" Line ?
    [ (000844A8)].lvlpredatorscript.OnCellLoad() - "LvlPredatorScript.psc" Line 26
[10/30/2017 - 01:45:20PM] ERROR:  (000844AA): cannot enable an object with an enable state parent.
stack:
    [ (000844AA)].lvlpredatorscript.Enable() - "<native>" Line ?
    [ (000844AA)].lvlpredatorscript.OnCellLoad() - "LvlPredatorScript.psc" Line 26
[10/30/2017 - 01:45:20PM] ERROR: Cannot call GetValue() on a None object, aborting function call
stack:
    [ (000E1493)].critterSpawn01.IsActiveTime() - "CritterSpawn.psc" Line 196
    [ (000E1493)].critterSpawn01.ShouldSpawn() - "CritterSpawn.psc" Line 185
    [ (000E1493)].critterSpawn01.OnLoad() - "CritterSpawn.psc" Line 79
[10/30/2017 - 01:45:20PM] warning: Assigning None to a non-object variable named "::temp26"
stack:
    [ (000E1493)].critterSpawn01.IsActiveTime() - "CritterSpawn.psc" Line 196
    [ (000E1493)].critterSpawn01.ShouldSpawn() - "CritterSpawn.psc" Line 185
    [ (000E1493)].critterSpawn01.OnLoad() - "CritterSpawn.psc" Line 79
[10/30/2017 - 01:45:22PM] ERROR: Cannot call GetValue() on a None object, aborting function call
stack:
    [ (000E1493)].critterSpawn01.IsActiveTime() - "CritterSpawn.psc" Line 196
    [ (000E1493)].critterSpawn01.ShouldSpawn() - "CritterSpawn.psc" Line 185
    [ (000E1493)].critterSpawn01.OnLoad() - "CritterSpawn.psc" Line 79
[10/30/2017 - 01:45:22PM] warning: Assigning None to a non-object variable named "::temp26"
stack:
    [ (000E1493)].critterSpawn01.IsActiveTime() - "CritterSpawn.psc" Line 196
    [ (000E1493)].critterSpawn01.ShouldSpawn() - "CritterSpawn.psc" Line 185
    [ (000E1493)].critterSpawn01.OnLoad() - "CritterSpawn.psc" Line 79
[10/30/2017 - 01:45:25PM] [CF][Creature Apply] Not activating ["Vasard" [Actor < (00108329)>]]; creature isn't registered; race=["Vasard" [Race <MudcrabRace (000BA545)>]] skin=["" [Armor < (000E40BA)>]]
[10/30/2017 - 01:45:25PM] [CF][Creature Apply] Not activating ["Vasard" [Actor < (000C260D)>]]; creature isn't registered; race=["Vasard" [Race <MudcrabRace (000BA545)>]] skin=["" [Armor < (000E40BA)>]]
[10/30/2017 - 01:45:25PM] [CF][Creature Apply] Not activating ["Vasard" [Actor < (00108328)>]]; creature isn't registered; race=["Vasard" [Race <MudcrabRace (000BA545)>]] skin=["" [Armor < (000E40BA)>]]
[10/30/2017 - 01:45:25PM] [CF][Creature Apply] Not activating ["Vasard" [Actor < (000C260F)>]]; creature isn't registered; race=["Vasard" [Race <MudcrabRace (000BA545)>]] skin=["" [Armor < (000E40BB)>]]
[10/30/2017 - 01:45:25PM] [CF][Creature Apply] Not activating ["Vasard" [Actor < (000C260E)>]]; creature isn't registered; race=["Vasard" [Race <MudcrabRace (000BA545)>]] skin=["" [Armor < (000E40BA)>]]
[10/30/2017 - 01:45:25PM] [CF][Creature Apply] Not activating ["Vasard" [Actor < (0010832A)>]]; creature isn't registered; race=["Vasard" [Race <MudcrabRace (000BA545)>]] skin=["" [Armor < (000E40BA)>]]
[10/30/2017 - 01:45:25PM] [CF][Creature Apply] Not activating ["Vasard" [Actor < (000C260C)>]]; creature isn't registered; race=["Vasard" [Race <MudcrabRace (000BA545)>]] skin=["" [Armor < (000E40BA)>]]
[10/30/2017 - 01:45:25PM] ERROR: Cannot call Stop() on a None object, aborting function call
stack:
    [ (00107438)].FXCameraAttachScript.OnUnload() - "FXCameraAttachScript.psc" Line 59
[10/30/2017 - 01:45:28PM] [CRDE] No nearby NPCs, leaving early
[10/30/2017 - 01:45:28PM] [CRDE] OnUpdate time:10.269012
[10/30/2017 - 01:45:31PM] [CF][Creature Apply] Not activating ["Vasard" [Actor < (00108324)>]]; creature isn't registered; race=["Vasard" [Race <MudcrabRace (000BA545)>]] skin=["" [Armor < (000E40BA)>]]
[10/30/2017 - 01:45:32PM] [CF][Creature Apply] Not activating ["Vasard" [Actor < (00108325)>]]; creature isn't registered; race=["Vasard" [Race <MudcrabRace (000BA545)>]] skin=["" [Armor < (000E40BA)>]]
[10/30/2017 - 01:45:32PM] [sGO] UpdateLoop:Begin
[10/30/2017 - 01:45:32PM] [sGO] UpdateLoop:Done
[10/30/2017 - 01:45:34PM] ERROR: Cannot call Stop() on a None object, aborting function call
stack:
    [ (00107437)].FXCameraAttachScript.OnUnload() - "FXCameraAttachScript.psc" Line 59
[10/30/2017 - 01:45:37PM] [CF][Creature Apply] Not activating ["Squelette" [masterambushscript < (000D5C6C)>]]; creature isn't registered; race=["Squelette" [Race <skeletonRace (000B7998)>]] skin=["" [Armor < (000B799A)>]]
[10/30/2017 - 01:45:37PM] [CF][Creature Apply] Not activating ["Squelette" [masterambushscript < (000D5C6B)>]]; creature isn't registered; race=["Squelette" [Race <skeletonRace (000B7998)>]] skin=["" [Armor < (000B799A)>]]
[10/30/2017 - 01:45:37PM] [CF][Creature Apply] Not activating ["Squelette" [masterambushscript < (000D5C5F)>]]; creature isn't registered; race=["Squelette" [Race <skeletonRace (000B7998)>]] skin=["" [Armor < (000B799A)>]]
[10/30/2017 - 01:45:37PM] [CF][Creature Apply] Not activating ["Nécromancien novice" [masterambushscript < (000D5C62)>]]; creature isn't registered; race=["Breton" [Race <BretonRace (00013741)>]] skin=["" [Armor < (00000D64)>]]
[10/30/2017 - 01:45:37PM] [CF][Creature Apply] Not activating ["Nécromancien novice" [masterambushscript < (000D5C65)>]]; creature isn't registered; race=["Breton" [Race <BretonRace (00013741)>]] skin=["" [Armor < (00000D64)>]]
[10/30/2017 - 01:45:37PM] [CF][Creature Apply] Not activating ["Poisson carnassier" [Actor < (001083B7)>]]; creature isn't registered; race=["Poisson carnassier" [Race <SlaughterfishRace (00013203)>]] skin=["" [Armor < (0004124A)>]]
[10/30/2017 - 01:45:37PM] [CF][Creature Apply] Not activating ["Nécromancien novice" [masterambushscript < (000D5C6A)>]]; creature isn't registered; race=["Breton" [Race <BretonRace (00013741)>]] skin=["" [Armor < (00000D64)>]]
[10/30/2017 - 01:45:37PM] [CF][Creature Apply] Not activating ["Squelette" [Actor < (000D930E)>]]; creature isn't registered; race=["Squelette" [Race <skeletonRace (000B7998)>]] skin=["" [Armor < (000B799A)>]]
[10/30/2017 - 01:45:40PM] RNPC: Periodic update check.
[10/30/2017 - 01:45:41PM] @@ TOOLS :ReleaseSpectators
[10/30/2017 - 01:45:41PM] [bYOHHouseBuildingPlayerScript <alias Player on quest BYOHHouseBuilding (0300305D)>]: None, [Location < (00019184)>]
[10/30/2017 - 01:45:41PM] [DCL1VampireTurnPlayerScript <alias Player on quest DLC1VampireTurn (0200588C)>]OnLocationChange()
[10/30/2017 - 01:45:41PM] [byohhousebuildingscript <BYOHHouseBuilding (0300305D)>] PlayerChangeLocation: oldloc=None, newloc=[Location < (00019184)>]
[10/30/2017 - 01:45:41PM] [dlc1radiantscript <DLC1Radiant (02004C1C)>]CreateQuestBasedOnLocation([Location < (00019184)>])
[10/30/2017 - 01:45:41PM] [dlc1radiantscript <DLC1Radiant (02004C1C)>]CreateQuestBasedOnLocation([Location < (00019184)>]) is NOT creating a quest: as Location is neither DLC1HunterHQLocation nor DLC1VampireCastleLocation
[10/30/2017 - 01:45:41PM] @@ TOOLS :Location cell= type=4
[10/30/2017 - 01:45:43PM] [CF][Creature Apply] Not activating ["Squelette" [Actor < (000D5C57)>]]; creature isn't registered; race=["Squelette" [Race <skeletonRace (000B7998)>]] skin=["" [Armor < (000B799A)>]]
[10/30/2017 - 01:45:43PM] [CF][Creature Apply] Not activating ["Squelette" [Actor < (000D5C52)>]]; creature isn't registered; race=["Squelette" [Race <skeletonRace (000B7998)>]] skin=["" [Armor < (000B799A)>]]
[10/30/2017 - 01:45:43PM] [CF][Creature Apply] Not activating ["Apprenti nécromancien" [Actor < (000D5C4B)>]]; creature isn't registered; race=["Imperial" [Race <ImperialRace (00013744)>]] skin=["" [Armor < (00000D64)>]]
[10/30/2017 - 01:45:43PM] [CF][Creature Apply] Not activating ["Nécromancien novice" [masterambushscript < (000D5C66)>]]; creature isn't registered; race=["High Elf" [Race <HighElfRace (00013743)>]] skin=["" [Armor < (00000D64)>]]
[10/30/2017 - 01:45:44PM] [CF][Creature Apply] Not activating ["Vasard" [Actor < (001082FF)>]]; creature isn't registered; race=["Vasard" [Race <MudcrabRace (000BA545)>]] skin=["" [Armor < (000E40BA)>]]
[10/30/2017 - 01:45:49PM] @@ TOOLS :ReleaseSpectators
[10/30/2017 - 01:45:49PM] [bYOHHouseBuildingPlayerScript <alias Player on quest BYOHHouseBuilding (0300305D)>]: [Location < (00019184)>], None
[10/30/2017 - 01:45:49PM] [byohhousebuildingscript <BYOHHouseBuilding (0300305D)>] PlayerChangeLocation: oldloc=[Location < (00019184)>], newloc=None
[10/30/2017 - 01:45:49PM] [DCL1VampireTurnPlayerScript <alias Player on quest DLC1VampireTurn (0200588C)>]OnLocationChange()
[10/30/2017 - 01:45:49PM] [dlc1radiantscript <DLC1Radiant (02004C1C)>]CreateQuestBasedOnLocation(None)
[10/30/2017 - 01:45:49PM] [dlc1radiantscript <DLC1Radiant (02004C1C)>]CreateQuestBasedOnLocation(None) is NOT creating a quest: as Location is None.
[10/30/2017 - 01:45:49PM] @@ TOOLS :Location ???
[10/30/2017 - 01:45:49PM] [CF][Creature Apply] Not activating ["Squelette" [Actor < (000D5C45)>]]; creature isn't registered; race=["Squelette" [Race <skeletonRace (000B7998)>]] skin=["" [Armor < (000B799A)>]]
[10/30/2017 - 01:45:49PM] [CF][Creature Apply] Not activating ["Vasard" [Actor < (001082FE)>]]; creature isn't registered; race=["Vasard" [Race <MudcrabRace (000BA545)>]] skin=["" [Armor < (000E40BA)>]]
[10/30/2017 - 01:45:49PM] [CF][Creature Apply] Not activating ["Vasard" [Actor < (00108322)>]]; creature isn't registered; race=["Vasard" [Race <MudcrabRace (000BA545)>]] skin=["" [Armor < (000E40BA)>]]
[10/30/2017 - 01:45:49PM] @@ TOOLS :Location cell= type=-1
[10/30/2017 - 01:45:50PM] [CF][Creature Apply] Not activating ["Vasard" [Actor < (00108321)>]]; creature isn't registered; race=["Vasard" [Race <MudcrabRace (000BA545)>]] skin=["" [Armor < (000E40BB)>]]
[10/30/2017 - 01:45:52PM] [sGO] UpdateLoop:Begin
[10/30/2017 - 01:45:52PM] [sGO] UpdateLoop:Done
[10/30/2017 - 01:45:54PM] @@ TOOLS :ReleaseSpectators
[10/30/2017 - 01:45:54PM] [bYOHHouseBuildingPlayerScript <alias Player on quest BYOHHouseBuilding (0300305D)>]: None, [Location < (00019184)>]
[10/30/2017 - 01:45:54PM] [byohhousebuildingscript <BYOHHouseBuilding (0300305D)>] PlayerChangeLocation: oldloc=None, newloc=[Location < (00019184)>]
[10/30/2017 - 01:45:54PM] [DCL1VampireTurnPlayerScript <alias Player on quest DLC1VampireTurn (0200588C)>]OnLocationChange()
[10/30/2017 - 01:45:54PM] [dlc1radiantscript <DLC1Radiant (02004C1C)>]CreateQuestBasedOnLocation([Location < (00019184)>])
[10/30/2017 - 01:45:54PM] [dlc1radiantscript <DLC1Radiant (02004C1C)>]CreateQuestBasedOnLocation([Location < (00019184)>]) is NOT creating a quest: as Location is neither DLC1HunterHQLocation nor DLC1VampireCastleLocation
[10/30/2017 - 01:45:54PM] @@ TOOLS :Location cell= type=4
[10/30/2017 - 01:45:55PM] ERROR:  (00086356): cannot enable an object with an enable state parent.
stack:
    [ (00086356)].lvlpredatorscript.Enable() - "<native>" Line ?
    [ (00086356)].lvlpredatorscript.OnCellLoad() - "LvlPredatorScript.psc" Line 26
[10/30/2017 - 01:45:55PM] ERROR:  (00086355): cannot enable an object with an enable state parent.
stack:
    [ (00086355)].lvlpredatorscript.Enable() - "<native>" Line ?
    [ (00086355)].lvlpredatorscript.OnCellLoad() - "LvlPredatorScript.psc" Line 26
[10/30/2017 - 01:45:55PM] [CF][Creature Apply] Not activating ["Vasard" [Actor < (00108320)>]]; creature isn't registered; race=["Vasard" [Race <MudcrabRace (000BA545)>]] skin=["" [Armor < (000E40BA)>]]
[10/30/2017 - 01:45:55PM] [CF][Creature Apply] Not activating ["Renard" [Actor < (00108323)>]]; creature isn't registered; race=["Fox" [Race <FoxRace (00109C7C)>]] skin=["" [Armor < (000829B4)>]]
[10/30/2017 - 01:45:58PM] @@ TOOLS :ReleaseSpectators
[10/30/2017 - 01:45:58PM] [bYOHHouseBuildingPlayerScript <alias Player on quest BYOHHouseBuilding (0300305D)>]: [Location < (00019184)>], None
[10/30/2017 - 01:45:58PM] [byohhousebuildingscript <BYOHHouseBuilding (0300305D)>] PlayerChangeLocation: oldloc=[Location < (00019184)>], newloc=None
[10/30/2017 - 01:45:58PM] [DCL1VampireTurnPlayerScript <alias Player on quest DLC1VampireTurn (0200588C)>]OnLocationChange()
[10/30/2017 - 01:45:58PM] [dlc1radiantscript <DLC1Radiant (02004C1C)>]CreateQuestBasedOnLocation(None)
[10/30/2017 - 01:45:58PM] [dlc1radiantscript <DLC1Radiant (02004C1C)>]CreateQuestBasedOnLocation(None) is NOT creating a quest: as Location is None.
[10/30/2017 - 01:45:58PM] @@ TOOLS :Location ???
[10/30/2017 - 01:45:58PM] @@ TOOLS :Location cell= type=-1
[10/30/2017 - 01:46:03PM] [CRDE] enslaved: CD player is slave 2
[10/30/2017 - 01:46:03PM] [CRDE] closest npc(s):
[10/30/2017 - 01:46:04PM] ERROR: Cannot call GetActorBase() on a None object, aborting function call
stack:
    [ (000D980D)].defaultSetStageTRIGSpecificActor.OnTriggerEnter() - "defaultSetStageTRIGSpecificActor.psc" Line 43
[10/30/2017 - 01:46:04PM] [defaultSetStageTRIGSpecificActor < (000D980D)>] didn't trigger for base actor None <> [ActorBase < (000D95E9)>]
[10/30/2017 - 01:46:04PM] [defaultSetStageTRIGSpecificActor < (000D980C)>] didn't trigger for base actor [ActorBase < (000D95E9)>] <> [ActorBase < (00000007)>]
[10/30/2017 - 01:46:08PM] [CF][Creature Apply] Not activating ["Lapin" [Actor < (0010831E)>]]; creature isn't registered; race=["rabbit" [Race <HareRace (0006DC99)>]] skin=["Lapin" [Armor < (0006DC9B)>]]
[10/30/2017 - 01:46:10PM] RNPC: Periodic update check.
[10/30/2017 - 01:46:12PM] [sGO] UpdateLoop:Begin
[10/30/2017 - 01:46:12PM] [sGO] UpdateLoop:Done
[10/30/2017 - 01:46:13PM] [CRDE] No nearby NPCs, leaving early
[10/30/2017 - 01:46:13PM] [CRDE] OnUpdate time:10.135986
[10/30/2017 - 01:46:14PM] [CF][Creature Apply] Not activating ["Meeko" [Actor < (000D95EA)>]]; creature isn't registered; race=["Chien" [Race <DogCompanionRace (000F1AC4)>]] skin=["" [Armor < (0004B2C9)>]]
[10/30/2017 - 01:46:14PM] [CF][Creature Apply] Not activating ["Nordique" [Actor < (000DC17A)>]]; creature isn't registered; race=["Nord" [Race <NordRace (00013746)>]] skin=["" [Armor < (00000D64)>]]
[10/30/2017 - 01:46:18PM] Found 0 nakedActors
[10/30/2017 - 01:46:18PM] slaScanner start time is ....319.640991
[10/30/2017 - 01:46:18PM] Found 0 arousedActors
[10/30/2017 - 01:46:19PM] [defaultSetStageTRIGSpecificActor < (000D980C)>] triggered by [Actor < (00000014)>]
[10/30/2017 - 01:46:19PM] slaScanner end time is ....320.739990
[10/30/2017 - 01:46:19PM] Next update in 120.000000
[10/30/2017 - 01:46:20PM] [CF][Creature Apply] Not activating ["Lapin" [Actor < (0010831D)>]]; creature isn't registered; race=["rabbit" [Race <HareRace (0006DC99)>]] skin=["Lapin" [Armor < (0006DC9B)>]]
[10/30/2017 - 01:46:20PM] [CF][Creature Apply] Not activating ["Renard" [Actor < (0010831F)>]]; creature isn't registered; race=["Fox" [Race <FoxRace (00109C7C)>]] skin=["" [Armor < (000829B4)>]]
[10/30/2017 - 01:46:20PM] [CF][Creature Apply] Not activating ["Lapin" [Actor < (0010831C)>]]; creature isn't registered; race=["rabbit" [Race <HareRace (0006DC99)>]] skin=["Lapin" [Armor < (0006DC9B)>]]
[10/30/2017 - 01:46:20PM] [CF][Creature Apply] Not activating ["Assassin" [Actor < (FF000E82)>]]; creature isn't registered; race=["Dark Elf" [Race <DarkElfRace (00013742)>]] skin=["" [Armor < (00000D64)>]]
[10/30/2017 - 01:46:23PM] ERROR: Unable to call GetParentCell - no native object bound to the script object, or object is of incorrect type
stack:
    [<NULL form> (000D5C65)].masterambushscript.GetParentCell() - "<native>" Line ?
    [<NULL form> (000D5C65)].masterambushscript.OnGetUp() - "masterAmbushScript.psc" Line ?
[10/30/2017 - 01:46:26PM] [CF][Creature Apply] Not activating ["Chevreuil" [Actor < (000DED76)>]]; creature isn't registered; race=["Deer" [Race <DeerRace (000CF89B)>]] skin=["Renne" [Armor < (000CF89C)>]]
[10/30/2017 - 01:46:26PM] [CF][Creature Apply] Not activating ["Chevreuil" [Actor < (000DED75)>]]; creature isn't registered; race=["Deer" [Race <DeerRace (000CF89B)>]] skin=["Renne" [Armor < (000CF89C)>]]
[10/30/2017 - 01:46:26PM] [CF][Creature Apply] Not activating ["Lapin" [Actor < (0010831B)>]]; creature isn't registered; race=["rabbit" [Race <HareRace (0006DC99)>]] skin=["Lapin" [Armor < (0006DC9B)>]]
[10/30/2017 - 01:46:26PM] [CF][Creature Apply] Not activating ["Vigile de Stendarr" [Actor < (FF000EC2)>]]; creature isn't registered; race=["Nord" [Race <NordRace (00013746)>]] skin=["" [Armor < (00000D64)>]]
[10/30/2017 - 01:46:26PM] [CF][Creature Apply] Not activating ["Vigile de Stendarr" [Actor < (FF000EC6)>]]; creature isn't registered; race=["Redguard" [Race <RedguardRace (00013748)>]] skin=["" [Armor < (00000D64)>]]
[10/30/2017 - 01:46:27PM] [CF][Creature Apply] Not activating ["JEUNE VAMPIRE" [Actor < (FF000ECD)>]]; creature isn't registered; race=["Nord" [Race <NordRaceVampire (00088794)>]] skin=["" [Armor < (00000D64)>]]
[10/30/2017 - 01:46:30PM] SOS Actor Schlongify: new schlong for Vigile de Stendarr got schlong index 0 size 9
[10/30/2017 - 01:46:30PM] SOS MarkArmorAsConcealing: registering armor as concealing Robe de novice d'altération
[10/30/2017 - 01:46:32PM] [CF][Creature Apply] Not activating ["Darian" [Actor < (251957D1)>]]; creature isn't registered; race=["Breton" [Race <BretonRace (00013741)>]] skin=["" [Armor < (00000D64)>]]
[10/30/2017 - 01:46:32PM] [CF][Creature Apply] Not activating ["Vasard" [Actor < (0010831A)>]]; creature isn't registered; race=["Vasard" [Race <MudcrabRace (000BA545)>]] skin=["" [Armor < (000E40BA)>]]
[10/30/2017 - 01:46:32PM] [sGO] UpdateLoop:Begin
[10/30/2017 - 01:46:32PM] [sGO] UpdateLoop:Done
[10/30/2017 - 01:46:35PM] SOS Actor Schlongify: new schlong for Darian got schlong index 0 size 5
[10/30/2017 - 01:46:37PM] [defaultSetStageTRIGSpecificActor < (000D980D)>] triggered by [Actor < (000D95EA)>]
[10/30/2017 - 01:46:38PM] [CF][Creature Apply] Not activating ["Chevreuil" [Actor < (0008658E)>]]; creature isn't registered; race=["Deer" [Race <DeerRace (000CF89B)>]] skin=["Renne" [Armor < (000CF89C)>]]
[10/30/2017 - 01:46:40PM] RNPC: Periodic update check.
[10/30/2017 - 01:46:44PM] [DLC1VampireSleepScript <DLC1VampireSleep (02008E3B)>]PlayerActivateBed() IsCoffin =False
[10/30/2017 - 01:46:44PM] [CF][Creature Apply] Not activating ["Chevreuil" [Actor < (000866E4)>]]; creature isn't registered; race=["Deer" [Race <DeerRace (000CF89B)>]] skin=["Renne" [Armor < (000CF89C)>]]
[10/30/2017 - 01:46:48PM] [CRDE] Player is in UI, busy
[10/30/2017 - 01:46:48PM] [CRDE] OnUpdate time:0.066010
[10/30/2017 - 01:46:50PM] [sLD] [Actor < (251957D1)>] sex: 0.000000 - Rel: 0.000000 - Slavery: 0.000000
[10/30/2017 - 01:46:50PM] [sLD] Human speaker: TRUE
[10/30/2017 - 01:46:50PM] [sLD] Beast speaker: False
[10/30/2017 - 01:46:50PM] [sLD] Master beast speaker: False
[10/30/2017 - 01:46:50PM] [sLD] Human relationship: 3.000000
[10/30/2017 - 01:46:50PM] [sLD] Beast relationship: 0.000000
[10/30/2017 - 01:46:50PM] [sLD] _SLD_speakerAlias: [Actor < (251957D1)>]
[10/30/2017 - 01:46:50PM] [sLD] _SLD_humanLoverAlias: [Actor < (2D0687AA)>]
[10/30/2017 - 01:46:50PM] [sLD] _SLD_beastLoverAlias: [Actor < (2D0687AA)>]
[10/30/2017 - 01:46:50PM] [sLD] _SLD_humanMasterAlias: [Actor < (2D0687AA)>]
[10/30/2017 - 01:46:50PM] [sLD] _SLD_humanSlaveAlias: [Actor < (2D0687AA)>]
[10/30/2017 - 01:46:50PM] [sLD] _SLD_beastMasterAlias: [Actor < (2D0687AA)>]
[10/30/2017 - 01:46:50PM] [sLD] _SLD_beastSlaveAlias: [Actor < (2D0687AA)>]
[10/30/2017 - 01:46:50PM] [sLD] Disposition: 0 Trust: 0 Seduction: 0 Corruption: 0
[10/30/2017 - 01:46:50PM] [sLD] Leash: 0 Stance: 0
[10/30/2017 - 01:46:52PM] [sGO] UpdateLoop:Begin
[10/30/2017 - 01:46:52PM] [sGO] UpdateLoop:Done
[10/30/2017 - 01:46:55PM] [DLC2RieklingRescuePlayerScript <alias Player on quest DLC2RieklingRescue (04038C07)>]ProcessingHit OnBeginState() Calling RollForRieklings() and RegisterForSingleUpdate() to reset OnHit Event Capture
[10/30/2017 - 01:46:55PM] [DLC2RieklingRescuePlayerScript <alias Player on quest DLC2RieklingRescue (04038C07)>]ProcessingHit OnBeginState() WasProjectile: False
[10/30/2017 - 01:46:55PM] [DLC2RieklingRescueScript <DLC2RieklingRescue (04038C07)>]RollForRieklings()
[10/30/2017 - 01:46:55PM] [DLC2RieklingRescueScript <DLC2RieklingRescue (04038C07)>]RollForRieklings() chance: 25.000000, roll: 68.000000
[10/30/2017 - 01:46:55PM] [DLC2RieklingRescuePlayerScript <alias Player on quest DLC2RieklingRescue (04038C07)>]OnHit() akProjectile: None
[10/30/2017 - 01:46:55PM] [DLC2RieklingRescuePlayerScript <alias Player on quest DLC2RieklingRescue (04038C07)>]OnHit() akSource: [WEAPON < (000001F4)>]
[10/30/2017 - 01:46:55PM] [DLC2RieklingRescuePlayerScript <alias Player on quest DLC2RieklingRescue (04038C07)>]OnHit() WasProjectile: False
[10/30/2017 - 01:46:56PM] [sD] Humanoid Enslavement check with actor [ [Actor < (0010831A)>] ] - FAILED
[10/30/2017 - 01:46:56PM] [sD]         Actor is not an NPC -
[10/30/2017 - 01:46:56PM]             _SD::actorFactionInList akActor:[Actor < (0010831A)>] found:False
[10/30/2017 - 01:46:56PM]             _SD::actorInBannedFactions akActor:[Actor < (0010831A)>] found:False
[10/30/2017 - 01:46:57PM] [sD] Searching for a racial match for [Race <MudcrabRace (000BA545)>]
[10/30/2017 - 01:46:57PM] [sD] Creature Enslavement check with actor [ [Actor < (0010831A)>] ] - FAILED
[10/30/2017 - 01:46:58PM]             _SD::actorFactionInList akActor:[Actor < (0010831A)>] found:False
[10/30/2017 - 01:46:58PM]             _SD::actorInBannedFactions akActor:[Actor < (0010831A)>] found:False
[10/30/2017 - 01:47:06PM] VM is freezing...
[10/30/2017 - 01:47:06PM] VM is frozen
[10/30/2017 - 01:47:06PM] Saving game...
[10/30/2017 - 01:47:10PM] VM is thawing...
[10/30/2017 - 01:47:15PM] VM is freezing...
[10/30/2017 - 01:47:15PM] VM is frozen
[10/30/2017 - 01:41:01PM] Papyrus log opened (PC)
[10/30/2017 - 01:41:01PM] Function GetEffectMagnitudes in the empty state on type Ingredient does not exist. Function will not be flagged as callable from tasklets.
[10/30/2017 - 01:41:01PM] Update budget: 1.200000ms (Extra tasklet budget: 1.200000ms, Load screen budget: 2000.000000ms)
[10/30/2017 - 01:41:01PM] Memory page: 128 (min) 512 (max) 76800 (max total)
[10/30/2017 - 01:41:11PM] Cannot open store for class "dlc1scwispwallscript", missing file?
[10/30/2017 - 01:41:11PM] Cannot open store for class "DLC2BenthicLurkerFXSCRIPT", missing file?
[10/30/2017 - 01:41:11PM] Cannot open store for class "fnissmquestscript", missing file?
[10/30/2017 - 01:41:11PM] Cannot open store for class "fnissmconfigmenu", missing file?
[10/30/2017 - 01:41:11PM] Cannot open store for class "MagicDrain", missing file?
[10/30/2017 - 01:41:12PM] Cannot open store for class "daymoyl_PlayerValidateQuestAlias", missing file?
[10/30/2017 - 01:41:12PM] Cannot open store for class "daymoyl_QuestTemplate", missing file?
[10/30/2017 - 01:41:12PM] Error: Unable to link "daymoyl_QuestTemplate" - the parent of "_SDDA_BlackoutEnslavement".
[10/30/2017 - 01:41:12PM] ERROR: Unable to bind script _SDDA_BlackoutEnslavement to _SDDA_BlackoutEnslavement (2B1C51CB) because their base types do not match
[10/30/2017 - 01:41:12PM] ERROR: Unable to bind script _SDDA_BlackoutEnslavementCreature to _SDDA_BlackoutEnslavementCreature (2B1C61F2) because their base types do not match
[10/30/2017 - 01:41:12PM] ERROR: Unable to bind script _SDDA_BlackoutSpriggan to _SDDA_BlackoutSpriggan (2B1C61F3) because their base types do not match
[10/30/2017 - 01:41:12PM] ERROR: Unable to bind script _SDDA_DeathDreamworld to _SDDA_DeathDreamworld (2B1C61F4) because their base types do not match
[10/30/2017 - 01:41:12PM] ERROR: Unable to bind script _SDDA_BlackoutDreamworld to _SDDA_BlackoutDreamworld (2B1C61F5) because their base types do not match
[10/30/2017 - 01:41:13PM] Cannot open store for class "xazpescorttoprison", missing file?
[10/30/2017 - 01:41:13PM] Cannot open store for class "vkjmq", missing file?
[10/30/2017 - 01:41:13PM] Cannot open store for class "pchswolfclubdaymoyl", missing file?
[10/30/2017 - 01:41:13PM] Cannot open store for class "dcur_lbquestscript", missing file?
[10/30/2017 - 01:41:13PM] Cannot open store for class "wd_util", missing file?
[10/30/2017 - 01:41:13PM] Cannot open store for class "SLSF_CompatibilityScript", missing file?
[10/30/2017 - 01:41:13PM] Cannot open store for class "CDxCellController", missing file?
[10/30/2017 - 01:41:13PM] Cannot open store for class "dcur_mcmconfig", missing file?
[10/30/2017 - 01:41:13PM] Cannot open store for class "slv_enforcerlocationcheck", missing file?
[10/30/2017 - 01:41:13PM] Cannot open store for class "EggFactoryShare", missing file?
[10/30/2017 - 01:41:13PM] Cannot open store for class "EggFactoryHealingRing", missing file?
[10/30/2017 - 01:41:13PM] Cannot open store for class "EggFactoryNPC", missing file?
[10/30/2017 - 01:41:13PM] Cannot open store for class "EggFactoryDestructionScript2", missing file?
[10/30/2017 - 01:41:13PM] Cannot open store for class "SF_SLWG_WhoreFollowerScene_03045DEE", missing file?
[10/30/2017 - 01:41:13PM] ERROR: Unable to bind script SF_SLWG_WhoreFollowerScene_03045DEE to  (32045DEE) because their base types do not match
[10/30/2017 - 01:41:13PM] ERROR: Unable to bind script Defeatdadefeated to DefeatPADefeated (330C16D8) because their base types do not match
[10/30/2017 - 01:41:13PM] ERROR: Unable to bind script defeatdatrigger to DefeatPlayerQST (33000D62) because their base types do not match
[10/30/2017 - 01:41:13PM] ERROR: Unable to bind script DefeatDALeftForDead to DefeatPALeftForDead (330C1173) because their base types do not match
[10/30/2017 - 01:41:13PM] ERROR: Unable to bind script JaxonzConsolePlugIn to JaxonzEnhGrabUpdateQuest (34000D62) because their base types do not match
[10/30/2017 - 01:41:13PM] ERROR: Unable to bind script JaxonzEnhGrabObject to JaxonzEnhGrabUpdateQuest (34000D62) because their base types do not match
[10/30/2017 - 01:41:13PM] Cannot open store for class "zzEstrusOnLoadScript", missing file?
[10/30/2017 - 01:41:13PM] Cannot open store for class "PF_zzEstrusPackageDoNothingO_0101C3CF", missing file?
[10/30/2017 - 01:41:13PM] ERROR: Unable to bind script PF_zzEstrusPackageDoNothingO_0101C3CF to  (3601C3CF) because their base types do not match
[10/30/2017 - 01:41:13PM] Cannot open store for class "PF_MariaBDSMSexPlug_0679FEFB", missing file?
[10/30/2017 - 01:41:13PM] ERROR: Unable to bind script PF_MariaBDSMSexPlug_0679FEFB to  (4179FEFB) because their base types do not match
[10/30/2017 - 01:41:13PM] Error: Unable to link type of variable "::QuestList_var" on object "kzy_daymoylPlayerValidateQuestAlias"
[10/30/2017 - 01:41:13PM] Error: Unable to link type of property "QuestList" on object "kzy_daymoylPlayerValidateQuestAlias"
[10/30/2017 - 01:41:13PM] Error: Unable to link types associated with function "RegisterQuests" in state "" on object "kzy_daymoylPlayerValidateQuestAlias".
[10/30/2017 - 01:41:13PM] Cannot open store for class "daymoyl_monitorregistry", missing file?
[10/30/2017 - 01:41:13PM] ERROR: Unable to bind script kzy_DA_Arachnophobia to kzy_Arachnophobia (420085EE) because their base types do not match
[10/30/2017 - 01:41:14PM] ERROR: Unable to bind script defaultsetstageonplayeracquire to  (223B145F) because their base types do not match
[10/30/2017 - 01:41:14PM] ERROR: Unable to bind script defaultsetstageonplayeracquire to Item 1 in container  (222B9E1A) because their base types do not match
[10/30/2017 - 01:41:15PM] Cannot open store for class "tir_bedslave_scr", missing file?
[10/30/2017 - 01:41:15PM] ERROR: Unable to bind script tir_bedslave_scr to  (20069DCD) because their base types do not match
[10/30/2017 - 01:41:15PM] ERROR: Unable to bind script defaultsetstageonplayeracquire to  (226E8564) because their base types do not match
[10/30/2017 - 01:41:15PM] ERROR: Unable to bind script defaultsetstageonplayeracquire to  (2258EB4F) because their base types do not match
[10/30/2017 - 01:41:15PM] ERROR: Unable to bind script defaultsetstageonplayeracquire to  (22768616) because their base types do not match
[10/30/2017 - 01:41:15PM] ERROR: Unable to bind script aTIDDialogueArenaOponentDeathScript to  (22292335) because their base types do not match
[10/30/2017 - 01:41:15PM] ERROR: Unable to bind script aTIDDialogueArenaOponentDeathScript to  (2229232F) because their base types do not match
[10/30/2017 - 01:41:15PM] ERROR: Unable to bind script aTIDDialogueArenaOponentDeathScript to  (2229232D) because their base types do not match
[10/30/2017 - 01:41:15PM] ERROR: Unable to bind script defaultsetstageonplayeracquire to  (22489633) because their base types do not match
[10/30/2017 - 01:41:20PM] ERROR: Unable to bind script DLC2WaterScript to alias Water on quest DLC2TTF2 (0401AAC8) because their base types do not match
[10/30/2017 - 01:41:20PM] warning: Property AshSpawnAttachChancePercent on script DLC2AshSpawnAttackChanceScript attached to alias Player on quest DLC2Init (04016E02) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:20PM] ERROR: Unable to bind script EnthralledVictimAttachScript to alias VampireEnthrallAlias01 on quest VampireDominationAlias (1C379F0E) because their base types do not match
[10/30/2017 - 01:41:20PM] ERROR: Unable to bind script EnthralledVictimAttachScript to alias VampireEnthrallAlias02 on quest VampireDominationAlias (1C379F0E) because their base types do not match
[10/30/2017 - 01:41:20PM] ERROR: Unable to bind script EnthralledVictimAttachScript to alias VampireEnthrallAlias03 on quest VampireDominationAlias (1C379F0E) because their base types do not match
[10/30/2017 - 01:41:20PM] ERROR: Unable to bind script EnthralledVictimAttachScript to alias VampireEnthrallAlias04 on quest VampireDominationAlias (1C379F0E) because their base types do not match
[10/30/2017 - 01:41:20PM] ERROR: Unable to bind script EnthralledVictimAttachScript to alias VampireEnthrallAlias05 on quest VampireDominationAlias (1C379F0E) because their base types do not match
[10/30/2017 - 01:41:20PM] ERROR: Unable to bind script EnthralledVictimAttachScript to alias VampireEnthrallAlias06 on quest VampireDominationAlias (1C379F0E) because their base types do not match
[10/30/2017 - 01:41:20PM] ERROR: Unable to bind script EnthralledVictimAttachScript to alias VampireEnthrallAlias07 on quest VampireDominationAlias (1C379F0E) because their base types do not match
[10/30/2017 - 01:41:20PM] ERROR: Unable to bind script EnthralledVictimAttachScript to alias VampireEnthrallAlias08 on quest VampireDominationAlias (1C379F0E) because their base types do not match
[10/30/2017 - 01:41:20PM] ERROR: Unable to bind script EnthralledVictimAttachScript to alias VampireEnthrallAlias09 on quest VampireDominationAlias (1C379F0E) because their base types do not match
[10/30/2017 - 01:41:20PM] ERROR: Unable to bind script EnthralledVictimAttachScript to alias VampireEnthrallAlias10 on quest VampireDominationAlias (1C379F0E) because their base types do not match
[10/30/2017 - 01:41:20PM] ERROR: Unable to bind script aTIDDialogueArenaOponentDeathScript to alias ArenaOponent on quest aTIDDialogueArena (2245A39A) because their base types do not match
[10/30/2017 - 01:41:20PM] warning: Property aTIDDialogue on script aTIDDialogueArenaPetDeathScript attached to alias aTIDArenaPet on quest aTIDDialogueServices (22393826) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:20PM] ERROR: Unable to bind script aTIDDialogueArenaOponentDeathScript to alias aTIDArenaOponent on quest aTIDDialogueServices (22393826) because their base types do not match
[10/30/2017 - 01:41:20PM] ERROR: Unable to bind script aTID1SlaveTaskKozelMilkMachineScript to alias PlayerRef on quest aTID1SlaveTaskKozel (2229729F) because their base types do not match
[10/30/2017 - 01:41:20PM] ERROR: Unable to bind script aTID1SlaveTaskKozelSennaScript to alias aTIDSennaREF on quest aTID1SlaveTaskKozel (2229729F) because their base types do not match
[10/30/2017 - 01:41:20PM] ERROR: Unable to bind script aTID4Ebd2PlayerAliasScript to alias Player on quest aTID4End2 (22694019) because their base types do not match
[10/30/2017 - 01:41:20PM] warning: Property WhoreRI on script slsw_scum attached to alias PlayerAlias on quest SLSW (29002863) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:20PM] warning: Property CWSiegeDefendObj on script slsw_scum attached to alias PlayerAlias on quest SLSW (29002863) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:20PM] warning: Property WhoreWH on script slsw_scum attached to alias PlayerAlias on quest SLSW (29002863) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:20PM] warning: Property Work1 on script slsw_scum attached to alias PlayerAlias on quest SLSW (29002863) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:20PM] warning: Property CWSiegeAttackObj on script slsw_scum attached to alias PlayerAlias on quest SLSW (29002863) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:20PM] warning: Property WhoreMK on script slsw_scum attached to alias PlayerAlias on quest SLSW (29002863) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:20PM] warning: Property Work2 on script slsw_scum attached to alias PlayerAlias on quest SLSW (29002863) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:20PM] warning: Property Work3 on script slsw_scum attached to alias PlayerAlias on quest SLSW (29002863) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:20PM] warning: Property WhoreSO on script slsw_scum attached to alias PlayerAlias on quest SLSW (29002863) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:20PM] warning: Property WhoreWR on script slsw_scum attached to alias PlayerAlias on quest SLSW (29002863) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:20PM] warning: Property WorkScript on script slsw_scum attached to alias PlayerAlias on quest SLSW (29002863) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:20PM] ERROR: Unable to bind script daymoyl_PlayerValidateQuestAlias to alias PlayerRef on quest _SDDA_Register (2B1C51CA) because their base types do not match
[10/30/2017 - 01:41:20PM] ERROR: Property _SD_dreamerScript on script _sdras_player attached to alias _SDRA_player on quest _SD_controller (2B000D64) cannot be bound because alias _SDRA_dreamer on quest _SD_dream (2B03E470) is not the right type
[10/30/2017 - 01:41:20PM] ERROR: Unable to bind script daymoyl_PlayerValidateQuestAlias to alias PlayerRef on quest DefeatPlayerQST (33000D62) because their base types do not match
[10/30/2017 - 01:41:21PM] ERROR: Unable to bind script zzEstrusOnLoadScript to alias zzEstrusPlayer on quest zzEstrusQuest (36004888) because their base types do not match
[10/30/2017 - 01:41:21PM] ERROR: Property zzEstrusAnimEventCore on script zzestrusquestcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (36004888) cannot be bound because alias zzEstrusPlayer on quest zzEstrusQuest (36004888) is not the right type
[10/30/2017 - 01:41:21PM] ERROR: Property zzEstrusInitCore on script zzestrusquestcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (36004888) cannot be bound because alias zzEstrusPlayer on quest zzEstrusQuest (36004888) is not the right type
[10/30/2017 - 01:41:21PM] ERROR: Property zzEstrusAnimEventCore on script zzestrusinitcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (36004888) cannot be bound because alias zzEstrusPlayer on quest zzEstrusQuest (36004888) is not the right type
[10/30/2017 - 01:41:21PM] ERROR: Property thePony on script MariaPonyGirlScript attached to alias Pony on quest MariaPonyGirl (41CF2825) cannot be bound because alias Player on quest Maria000 (41052CE7) is not the right type
[10/30/2017 - 01:41:21PM] warning: Property QuestList on script kzy_daymoylPlayerValidateQuestAlias attached to alias Player on quest kzy_Arachnophobia_Integration (4202A55E) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property kzy_Entangled on script kzy_arachnophobiaconfig attached to kzyArachnophobiaConfig (420075C1) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property kzy_Overview on script kzy_arachnophobiaconfig attached to kzyArachnophobiaConfig (420075C1) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] ERROR: Property aTID2SideQuestMutator on script aTID2SideQuestMutatorLeverScript attached to  (220ECF3F) cannot be bound because <NULL form> (22425CDF) is not the right type
[10/30/2017 - 01:41:21PM] warning: Property FollowerDismissMessageCompanionsMale on script DLC2HirelingQuestScript attached to DLC2HirelingQuest (04038566) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property FollowerDismissMessageWait on script DLC2HirelingQuestScript attached to DLC2HirelingQuest (04038566) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property FollowerDismissMessageWedding on script DLC2HirelingQuestScript attached to DLC2HirelingQuest (04038566) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property DismissedFollower on script DLC2HirelingQuestScript attached to DLC2HirelingQuest (04038566) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property FollowerDismissMessage on script DLC2HirelingQuestScript attached to DLC2HirelingQuest (04038566) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property FollowerDismissMessageCompanions on script DLC2HirelingQuestScript attached to DLC2HirelingQuest (04038566) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property FollowerDismissMessageCompanionsFemale on script DLC2HirelingQuestScript attached to DLC2HirelingQuest (04038566) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property DLC2RRTeldrynSero on script DLC2HirelingQuestScript attached to DLC2HirelingQuest (04038566) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property girl on script sluts_test_cart_cross attached to  (2F00EBD0) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property SLSW_DrugBrothel on script slsw_mcmconfig attached to SLSW (29002863) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property SLSW_Twig on script slsw_mcmconfig attached to SLSW (29002863) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property SLSW_Lilly on script slsw_mcmconfig attached to SLSW (29002863) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property SLSW_Brothel on script slsw_mcmconfig attached to SLSW (29002863) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property HoSuccubusDrain on script hoslddthread attached to HoSLDDThread00 (1D00B46F) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property HoSuccubusDrainGlowVicSpell on script hoslddthread attached to HoSLDDThread00 (1D00B46F) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property HoSLDDPowers on script hoslddthread attached to HoSLDDThread00 (1D00B46F) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property pSoulGemBlackFilled on script hoslddthread attached to HoSLDDThread00 (1D00B46F) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property MAGDragonPowerAbsorbManEffect on script hoslddthread attached to HoSLDDThread00 (1D00B46F) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property DraugrRace on script hoslddthread attached to HoSLDDThread00 (1D00B46F) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property MAGDragonPowerAbsorbEffect on script hoslddthread attached to HoSLDDThread00 (1D00B46F) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property ActorTypeNPC on script hoslddthread attached to HoSLDDThread00 (1D00B46F) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property pSoulGemBlack on script hoslddthread attached to HoSLDDThread00 (1D00B46F) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property DragonPowerAbsorbFXS on script hoslddthread attached to HoSLDDThread00 (1D00B46F) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property Vampire on script hoslddthread attached to HoSLDDThread00 (1D00B46F) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property HoFeedTransitionSpell on script hoslddthread attached to HoSLDDThread00 (1D00B46F) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property HoSuccubusDrainGlow on script hoslddthread attached to HoSLDDThread00 (1D00B46F) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property HoSoulAbrosb on script hoslddthread attached to HoSLDDThread00 (1D00B46F) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property HoDrainFeaturesSpell on script hoslddthread attached to HoSLDDThread00 (1D00B46F) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property aTID3SideQuestMolag on script aTID3FreeMachineryScript attached to aTID3ZFree (220B31CC) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] ERROR: Property LinkedActivator on script MGR02PillarScript attached to  (2006A350) cannot be bound because <NULL form> (2006A34F) is not the right type
[10/30/2017 - 01:41:21PM] warning: Property DLC1VampireChangeEffect on script dlc1playervampirechangescript attached to DLC1PlayerVampireQuest (020071D0) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property PlatePosition on script dlc2toldarstombpuzzleplatescript attached to  (04027115) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property PlatePosition on script dlc2toldarstombpuzzleplatescript attached to  (04027114) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property TG05KarliahInvisibilitySpell on script tg06questscript attached to TG06 (00021552) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property PlatePosition on script dlc2toldarstombpuzzleplatescript attached to  (04027116) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property PlatePosition on script dlc2toldarstombpuzzleplatescript attached to  (04027113) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] ERROR: Property Bed on script RentRoomScript attached to  (2A00D553) cannot be bound because <NULL form> (0700B445) is not the right type
[10/30/2017 - 01:41:21PM] warning: Property MariaWJRemoveRestraints on script MariaWJGroupSexJobScript attached to  (4162EEA7) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property PlatePosition on script dlc2toldarstombpuzzleplatescript attached to  (04027110) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] ERROR: Property theMaster on script SF_MariaEdensSlaveHuntFinish_071A9F03 attached to  (411A9F03) cannot be bound because <NULL alias> (2) on <NULL quest> (41052CE7) is not the right type
[10/30/2017 - 01:41:21PM] ERROR: Property LexiconStand on script DA04HubScript attached to  (22086BC8) cannot be bound because <NULL alias> (1) on <NULL quest> (220B31CC) is not the right type
[10/30/2017 - 01:41:21PM] ERROR: Property SecretDoor on script dunLostEchoCaveBurnMushrooms attached to  (22063DB7) cannot be bound because <NULL form> (22063C52) is not the right type
[10/30/2017 - 01:41:21PM] ERROR: Property myActor on script dunPinewatchMakeHostileScript attached to  (200610AC) cannot be bound because <NULL form> (200610DC) is not the right type
[10/30/2017 - 01:41:21PM] warning: Property PlatePosition on script dlc2toldarstombpuzzleplatescript attached to  (04027117) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property AugmentedFrost on script DLC1SeranaLevelingScript attached to  (02003BA8) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property MagicResistance30 on script DLC1SeranaLevelingScript attached to  (02003BA8) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property Bladesman90 on script DLC1SeranaLevelingScript attached to  (02003BA8) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property HackAndSlash60 on script DLC1SeranaLevelingScript attached to  (02003BA8) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property MagicResistance50 on script DLC1SeranaLevelingScript attached to  (02003BA8) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property MageArmor50 on script DLC1SeranaLevelingScript attached to  (02003BA8) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property MageArmor30 on script DLC1SeranaLevelingScript attached to  (02003BA8) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property Necromancy on script DLC1SeranaLevelingScript attached to  (02003BA8) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property WindWalker on script DLC1SeranaLevelingScript attached to  (02003BA8) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property SavageStrike on script DLC1SeranaLevelingScript attached to  (02003BA8) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property HackAndSlash90 on script DLC1SeranaLevelingScript attached to  (02003BA8) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property Bladesman60 on script DLC1SeranaLevelingScript attached to  (02003BA8) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property DarkSouls on script DLC1SeranaLevelingScript attached to  (02003BA8) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property PlatePosition on script dlc2toldarstombpuzzleplatescript attached to  (0402710F) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property bModActive on script jaxonzenhgrab attached to JaxonzEnhGrabUpdateQuest (34000D62) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property Alias_LevitationTarget on script DLC2_QF_DLC2DialogueTelMithry_02017E85 attached to DLC2DialogueTelMithryn (04017E85) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] ERROR: Property jailDoor on script MariaTGotoJailScript attached to  (41B2F69A) cannot be bound because <NULL alias> (3) on <NULL quest> (41B2A75C) is not the right type
[10/30/2017 - 01:41:21PM] ERROR: Property LexiconStand on script DA04ArmillaryScript attached to  (22086B9E) cannot be bound because <NULL alias> (1) on <NULL quest> (220B31CC) is not the right type
[10/30/2017 - 01:41:21PM] ERROR: Property LampLight on script blackreachElevatorButtonScript attached to  (22193F8D) cannot be bound because <NULL form> (221365B7) is not the right type
[10/30/2017 - 01:41:21PM] ERROR: Property Gears02 on script blackreachElevatorButtonScript attached to  (22193F8D) cannot be bound because <NULL form> (22193F8C) is not the right type
[10/30/2017 - 01:41:21PM] ERROR: Property Gears05 on script blackreachElevatorButtonScript attached to  (22193F8D) cannot be bound because <NULL form> (22193F8B) is not the right type
[10/30/2017 - 01:41:21PM] ERROR: Property Gears06 on script blackreachElevatorButtonScript attached to  (22193F8D) cannot be bound because <NULL form> (22193F91) is not the right type
[10/30/2017 - 01:41:21PM] ERROR: Property LampFlame on script blackreachElevatorButtonScript attached to  (22193F8D) cannot be bound because <NULL form> (221365B6) is not the right type
[10/30/2017 - 01:41:21PM] ERROR: Property Gears04 on script blackreachElevatorButtonScript attached to  (22193F8D) cannot be bound because <NULL form> (22193F8F) is not the right type
[10/30/2017 - 01:41:21PM] ERROR: Property Gears01 on script blackreachElevatorButtonScript attached to  (22193F8D) cannot be bound because <NULL form> (22193F90) is not the right type
[10/30/2017 - 01:41:21PM] ERROR: Property aTID2zEnd on script aTID2zEndChaurTriggerScript attached to  (22190F09) cannot be bound because <NULL form> (22060FBA) is not the right type
[10/30/2017 - 01:41:21PM] warning: Property FoxClubDog on script FoxClubMainQuestScript attached to FoxClubMainQuest (270BD934) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property FoxClubDogCageGate on script FoxClubMainQuestScript attached to FoxClubMainQuest (270BD934) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] ERROR: Property Pages on script sluts_mcm attached to sluts_kicker (2F0012C6) cannot be initialized because the value is the incorrect type
[10/30/2017 - 01:41:21PM] warning: Property Axe on script DLC2DBAncientDragonbornSCRIPT attached to  (0401DC33) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property PlatePosition on script dlc2toldarstombpuzzleplatescript attached to  (04027112) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property PlatePosition on script dlc2toldarstombpuzzleplatescript attached to  (04027111) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] VM is freezing...
[10/30/2017 - 01:41:21PM] VM is frozen
[10/30/2017 - 01:41:21PM] Reverting game...
[10/30/2017 - 01:41:21PM] ERROR: Unable to bind script defeatdatrigger to DefeatPlayerQST (33000D62) because their base types do not match
[10/30/2017 - 01:41:21PM] ERROR: Unable to bind script aTIDDialogueArenaOponentDeathScript to  (2229232D) because their base types do not match
[10/30/2017 - 01:41:21PM] ERROR: Unable to bind script aTIDDialogueArenaOponentDeathScript to  (2229232F) because their base types do not match
[10/30/2017 - 01:41:21PM] ERROR: Unable to bind script aTIDDialogueArenaOponentDeathScript to  (22292335) because their base types do not match
[10/30/2017 - 01:41:21PM] ERROR: Unable to bind script defaultsetstageonplayeracquire to  (2258EB4F) because their base types do not match
[10/30/2017 - 01:41:21PM] ERROR: Unable to bind script _SDDA_DeathDreamworld to _SDDA_DeathDreamworld (2B1C61F4) because their base types do not match
[10/30/2017 - 01:41:21PM] ERROR: Unable to bind script _SDDA_BlackoutDreamworld to _SDDA_BlackoutDreamworld (2B1C61F5) because their base types do not match
[10/30/2017 - 01:41:21PM] ERROR: Unable to bind script _SDDA_BlackoutSpriggan to _SDDA_BlackoutSpriggan (2B1C61F3) because their base types do not match
[10/30/2017 - 01:41:21PM] ERROR: Unable to bind script _SDDA_BlackoutEnslavementCreature to _SDDA_BlackoutEnslavementCreature (2B1C61F2) because their base types do not match
[10/30/2017 - 01:41:21PM] ERROR: Unable to bind script tir_bedslave_scr to  (20069DCD) because their base types do not match
[10/30/2017 - 01:41:21PM] ERROR: Unable to bind script defaultsetstageonplayeracquire to Item 1 in container  (222B9E1A) because their base types do not match
[10/30/2017 - 01:41:21PM] ERROR: Unable to bind script kzy_DA_Arachnophobia to kzy_Arachnophobia (420085EE) because their base types do not match
[10/30/2017 - 01:41:21PM] ERROR: Unable to bind script defaultsetstageonplayeracquire to  (22768616) because their base types do not match
[10/30/2017 - 01:41:21PM] ERROR: Unable to bind script defaultsetstageonplayeracquire to  (223B145F) because their base types do not match
[10/30/2017 - 01:41:21PM] ERROR: Unable to bind script defaultsetstageonplayeracquire to  (226E8564) because their base types do not match
[10/30/2017 - 01:41:21PM] ERROR: Unable to bind script defaultsetstageonplayeracquire to  (22489633) because their base types do not match
[10/30/2017 - 01:41:21PM] ERROR: Unable to bind script PF_MariaBDSMSexPlug_0679FEFB to  (4179FEFB) because their base types do not match
[10/30/2017 - 01:41:21PM] ERROR: Unable to bind script JaxonzConsolePlugIn to JaxonzEnhGrabUpdateQuest (34000D62) because their base types do not match
[10/30/2017 - 01:41:21PM] ERROR: Unable to bind script JaxonzEnhGrabObject to JaxonzEnhGrabUpdateQuest (34000D62) because their base types do not match
[10/30/2017 - 01:41:21PM] ERROR: Unable to bind script DefeatDALeftForDead to DefeatPALeftForDead (330C1173) because their base types do not match
[10/30/2017 - 01:41:21PM] ERROR: Unable to bind script Defeatdadefeated to DefeatPADefeated (330C16D8) because their base types do not match
[10/30/2017 - 01:41:21PM] ERROR: Unable to bind script SF_SLWG_WhoreFollowerScene_03045DEE to  (32045DEE) because their base types do not match
[10/30/2017 - 01:41:21PM] ERROR: Unable to bind script _SDDA_BlackoutEnslavement to _SDDA_BlackoutEnslavement (2B1C51CB) because their base types do not match
[10/30/2017 - 01:41:21PM] ERROR: Unable to bind script PF_zzEstrusPackageDoNothingO_0101C3CF to  (3601C3CF) because their base types do not match
[10/30/2017 - 01:41:21PM] ERROR: Unable to bind script EnthralledVictimAttachScript to alias VampireEnthrallAlias03 on quest VampireDominationAlias (1C379F0E) because their base types do not match
[10/30/2017 - 01:41:21PM] ERROR: Unable to bind script EnthralledVictimAttachScript to alias VampireEnthrallAlias10 on quest VampireDominationAlias (1C379F0E) because their base types do not match
[10/30/2017 - 01:41:21PM] ERROR: Unable to bind script EnthralledVictimAttachScript to alias VampireEnthrallAlias07 on quest VampireDominationAlias (1C379F0E) because their base types do not match
[10/30/2017 - 01:41:21PM] ERROR: Unable to bind script DLC2WaterScript to alias Water on quest DLC2TTF2 (0401AAC8) because their base types do not match
[10/30/2017 - 01:41:21PM] ERROR: Unable to bind script EnthralledVictimAttachScript to alias VampireEnthrallAlias02 on quest VampireDominationAlias (1C379F0E) because their base types do not match
[10/30/2017 - 01:41:21PM] ERROR: Unable to bind script aTIDDialogueArenaOponentDeathScript to alias ArenaOponent on quest aTIDDialogueArena (2245A39A) because their base types do not match
[10/30/2017 - 01:41:21PM] ERROR: Unable to bind script daymoyl_PlayerValidateQuestAlias to alias PlayerRef on quest _SDDA_Register (2B1C51CA) because their base types do not match
[10/30/2017 - 01:41:21PM] ERROR: Unable to bind script EnthralledVictimAttachScript to alias VampireEnthrallAlias06 on quest VampireDominationAlias (1C379F0E) because their base types do not match
[10/30/2017 - 01:41:21PM] ERROR: Unable to bind script EnthralledVictimAttachScript to alias VampireEnthrallAlias09 on quest VampireDominationAlias (1C379F0E) because their base types do not match
[10/30/2017 - 01:41:21PM] ERROR: Unable to bind script aTIDDialogueArenaOponentDeathScript to alias aTIDArenaOponent on quest aTIDDialogueServices (22393826) because their base types do not match
[10/30/2017 - 01:41:21PM] ERROR: Unable to bind script EnthralledVictimAttachScript to alias VampireEnthrallAlias05 on quest VampireDominationAlias (1C379F0E) because their base types do not match
[10/30/2017 - 01:41:21PM] ERROR: Unable to bind script aTID1SlaveTaskKozelSennaScript to alias aTIDSennaREF on quest aTID1SlaveTaskKozel (2229729F) because their base types do not match
[10/30/2017 - 01:41:21PM] ERROR: Unable to bind script daymoyl_PlayerValidateQuestAlias to alias PlayerRef on quest DefeatPlayerQST (33000D62) because their base types do not match
[10/30/2017 - 01:41:21PM] ERROR: Unable to bind script EnthralledVictimAttachScript to alias VampireEnthrallAlias04 on quest VampireDominationAlias (1C379F0E) because their base types do not match
[10/30/2017 - 01:41:21PM] ERROR: Unable to bind script zzEstrusOnLoadScript to alias zzEstrusPlayer on quest zzEstrusQuest (36004888) because their base types do not match
[10/30/2017 - 01:41:21PM] ERROR: Unable to bind script EnthralledVictimAttachScript to alias VampireEnthrallAlias08 on quest VampireDominationAlias (1C379F0E) because their base types do not match
[10/30/2017 - 01:41:21PM] ERROR: Unable to bind script EnthralledVictimAttachScript to alias VampireEnthrallAlias01 on quest VampireDominationAlias (1C379F0E) because their base types do not match
[10/30/2017 - 01:41:21PM] ERROR: Unable to bind script aTID4Ebd2PlayerAliasScript to alias Player on quest aTID4End2 (22694019) because their base types do not match
[10/30/2017 - 01:41:21PM] ERROR: Unable to bind script aTID1SlaveTaskKozelMilkMachineScript to alias PlayerRef on quest aTID1SlaveTaskKozel (2229729F) because their base types do not match
[10/30/2017 - 01:41:21PM] warning: Property kzy_Entangled on script kzy_arachnophobiaconfig attached to kzyArachnophobiaConfig (420075C1) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property kzy_Overview on script kzy_arachnophobiaconfig attached to kzyArachnophobiaConfig (420075C1) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] ERROR: Property aTID2SideQuestMutator on script aTID2SideQuestMutatorLeverScript attached to  (220ECF3F) cannot be bound because <NULL form> (22425CDF) is not the right type
[10/30/2017 - 01:41:21PM] warning: Property girl on script sluts_test_cart_cross attached to  (2F00EBD0) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] ERROR: Property myActor on script dunPinewatchMakeHostileScript attached to  (200610AC) cannot be bound because <NULL form> (200610DC) is not the right type
[10/30/2017 - 01:41:21PM] warning: Property AshSpawnAttachChancePercent on script DLC2AshSpawnAttackChanceScript attached to alias Player on quest DLC2Init (04016E02) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property WhoreRI on script slsw_scum attached to alias PlayerAlias on quest SLSW (29002863) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property CWSiegeDefendObj on script slsw_scum attached to alias PlayerAlias on quest SLSW (29002863) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property WhoreWH on script slsw_scum attached to alias PlayerAlias on quest SLSW (29002863) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property Work1 on script slsw_scum attached to alias PlayerAlias on quest SLSW (29002863) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property CWSiegeAttackObj on script slsw_scum attached to alias PlayerAlias on quest SLSW (29002863) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property WhoreMK on script slsw_scum attached to alias PlayerAlias on quest SLSW (29002863) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property Work2 on script slsw_scum attached to alias PlayerAlias on quest SLSW (29002863) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property Work3 on script slsw_scum attached to alias PlayerAlias on quest SLSW (29002863) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property WhoreSO on script slsw_scum attached to alias PlayerAlias on quest SLSW (29002863) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property WhoreWR on script slsw_scum attached to alias PlayerAlias on quest SLSW (29002863) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property WorkScript on script slsw_scum attached to alias PlayerAlias on quest SLSW (29002863) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property FoxClubDog on script FoxClubMainQuestScript attached to FoxClubMainQuest (270BD934) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property FoxClubDogCageGate on script FoxClubMainQuestScript attached to FoxClubMainQuest (270BD934) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property aTIDDialogue on script aTIDDialogueArenaPetDeathScript attached to alias aTIDArenaPet on quest aTIDDialogueServices (22393826) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property SLSW_DrugBrothel on script slsw_mcmconfig attached to SLSW (29002863) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property SLSW_Twig on script slsw_mcmconfig attached to SLSW (29002863) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property SLSW_Lilly on script slsw_mcmconfig attached to SLSW (29002863) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property SLSW_Brothel on script slsw_mcmconfig attached to SLSW (29002863) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property QuestList on script kzy_daymoylPlayerValidateQuestAlias attached to alias Player on quest kzy_Arachnophobia_Integration (4202A55E) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property HoSuccubusDrain on script hoslddthread attached to HoSLDDThread00 (1D00B46F) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property HoSuccubusDrainGlowVicSpell on script hoslddthread attached to HoSLDDThread00 (1D00B46F) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property HoSLDDPowers on script hoslddthread attached to HoSLDDThread00 (1D00B46F) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property pSoulGemBlackFilled on script hoslddthread attached to HoSLDDThread00 (1D00B46F) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property MAGDragonPowerAbsorbManEffect on script hoslddthread attached to HoSLDDThread00 (1D00B46F) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property DraugrRace on script hoslddthread attached to HoSLDDThread00 (1D00B46F) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property MAGDragonPowerAbsorbEffect on script hoslddthread attached to HoSLDDThread00 (1D00B46F) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property ActorTypeNPC on script hoslddthread attached to HoSLDDThread00 (1D00B46F) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property pSoulGemBlack on script hoslddthread attached to HoSLDDThread00 (1D00B46F) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property DragonPowerAbsorbFXS on script hoslddthread attached to HoSLDDThread00 (1D00B46F) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property Vampire on script hoslddthread attached to HoSLDDThread00 (1D00B46F) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property HoFeedTransitionSpell on script hoslddthread attached to HoSLDDThread00 (1D00B46F) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property HoSuccubusDrainGlow on script hoslddthread attached to HoSLDDThread00 (1D00B46F) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property HoSoulAbrosb on script hoslddthread attached to HoSLDDThread00 (1D00B46F) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property HoDrainFeaturesSpell on script hoslddthread attached to HoSLDDThread00 (1D00B46F) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] ERROR: Property LinkedActivator on script MGR02PillarScript attached to  (2006A350) cannot be bound because <NULL form> (2006A34F) is not the right type
[10/30/2017 - 01:41:21PM] ERROR: Property Pages on script sluts_mcm attached to sluts_kicker (2F0012C6) cannot be initialized because the value is the incorrect type
[10/30/2017 - 01:41:21PM] warning: Property DLC1VampireChangeEffect on script dlc1playervampirechangescript attached to DLC1PlayerVampireQuest (020071D0) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property PlatePosition on script dlc2toldarstombpuzzleplatescript attached to  (0402710F) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] ERROR: Property LexiconStand on script DA04HubScript attached to  (22086BC8) cannot be bound because <NULL alias> (1) on <NULL quest> (220B31CC) is not the right type
[10/30/2017 - 01:41:21PM] warning: Property PlatePosition on script dlc2toldarstombpuzzleplatescript attached to  (04027115) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property PlatePosition on script dlc2toldarstombpuzzleplatescript attached to  (04027114) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property FollowerDismissMessageCompanionsMale on script DLC2HirelingQuestScript attached to DLC2HirelingQuest (04038566) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property FollowerDismissMessageWait on script DLC2HirelingQuestScript attached to DLC2HirelingQuest (04038566) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property FollowerDismissMessageWedding on script DLC2HirelingQuestScript attached to DLC2HirelingQuest (04038566) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property DismissedFollower on script DLC2HirelingQuestScript attached to DLC2HirelingQuest (04038566) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property FollowerDismissMessage on script DLC2HirelingQuestScript attached to DLC2HirelingQuest (04038566) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property FollowerDismissMessageCompanions on script DLC2HirelingQuestScript attached to DLC2HirelingQuest (04038566) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property FollowerDismissMessageCompanionsFemale on script DLC2HirelingQuestScript attached to DLC2HirelingQuest (04038566) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property DLC2RRTeldrynSero on script DLC2HirelingQuestScript attached to DLC2HirelingQuest (04038566) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property TG05KarliahInvisibilitySpell on script tg06questscript attached to TG06 (00021552) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property PlatePosition on script dlc2toldarstombpuzzleplatescript attached to  (04027117) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property PlatePosition on script dlc2toldarstombpuzzleplatescript attached to  (04027116) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] warning: Property PlatePosition on script dlc2toldarstombpuzzleplatescript attached to  (04027113) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:21PM] ERROR: Property LampLight on script blackreachElevatorButtonScript attached to  (22193F8D) cannot be bound because <NULL form> (221365B7) is not the right type
[10/30/2017 - 01:41:21PM] ERROR: Property Gears02 on script blackreachElevatorButtonScript attached to  (22193F8D) cannot be bound because <NULL form> (22193F8C) is not the right type
[10/30/2017 - 01:41:21PM] ERROR: Property Gears05 on script blackreachElevatorButtonScript attached to  (22193F8D) cannot be bound because <NULL form> (22193F8B) is not the right type
[10/30/2017 - 01:41:21PM] ERROR: Property Gears06 on script blackreachElevatorButtonScript attached to  (22193F8D) cannot be bound because <NULL form> (22193F91) is not the right type
[10/30/2017 - 01:41:21PM] ERROR: Property LampFlame on script blackreachElevatorButtonScript attached to  (22193F8D) cannot be bound because <NULL form> (221365B6) is not the right type
[10/30/2017 - 01:41:21PM] ERROR: Property Gears04 on script blackreachElevatorButtonScript attached to  (22193F8D) cannot be bound because <NULL form> (22193F8F) is not the right type
[10/30/2017 - 01:41:21PM] ERROR: Property Gears01 on script blackreachElevatorButtonScript attached to  (22193F8D) cannot be bound because <NULL form> (22193F90) is not the right type
[10/30/2017 - 01:41:21PM] ERROR: Property Bed on script RentRoomScript attached to  (2A00D553) cannot be bound because <NULL form> (0700B445) is not the right type
[10/30/2017 - 01:41:21PM] ERROR: Property LexiconStand on script DA04ArmillaryScript attached to  (22086B9E) cannot be bound because <NULL alias> (1) on <NULL quest> (220B31CC) is not the right type
[10/30/2017 - 01:41:21PM] warning: Property PlatePosition on script dlc2toldarstombpuzzleplatescript attached to  (04027110) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:22PM] warning: Property PlatePosition on script dlc2toldarstombpuzzleplatescript attached to  (04027112) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:22PM] warning: Property PlatePosition on script dlc2toldarstombpuzzleplatescript attached to  (04027111) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:22PM] ERROR: Property theMaster on script SF_MariaEdensSlaveHuntFinish_071A9F03 attached to  (411A9F03) cannot be bound because <NULL alias> (2) on <NULL quest> (41052CE7) is not the right type
[10/30/2017 - 01:41:22PM] ERROR: Property jailDoor on script MariaTGotoJailScript attached to  (41B2F69A) cannot be bound because <NULL alias> (3) on <NULL quest> (41B2A75C) is not the right type
[10/30/2017 - 01:41:22PM] warning: Property aTID3SideQuestMolag on script aTID3FreeMachineryScript attached to aTID3ZFree (220B31CC) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:22PM] warning: Property Alias_LevitationTarget on script DLC2_QF_DLC2DialogueTelMithry_02017E85 attached to DLC2DialogueTelMithryn (04017E85) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:22PM] warning: Property bModActive on script jaxonzenhgrab attached to JaxonzEnhGrabUpdateQuest (34000D62) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:22PM] warning: Property AugmentedFrost on script DLC1SeranaLevelingScript attached to  (02003BA8) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:22PM] warning: Property MagicResistance30 on script DLC1SeranaLevelingScript attached to  (02003BA8) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:22PM] warning: Property Bladesman90 on script DLC1SeranaLevelingScript attached to  (02003BA8) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:22PM] warning: Property HackAndSlash60 on script DLC1SeranaLevelingScript attached to  (02003BA8) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:22PM] warning: Property MagicResistance50 on script DLC1SeranaLevelingScript attached to  (02003BA8) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:22PM] warning: Property MageArmor50 on script DLC1SeranaLevelingScript attached to  (02003BA8) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:22PM] warning: Property MageArmor30 on script DLC1SeranaLevelingScript attached to  (02003BA8) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:22PM] warning: Property Necromancy on script DLC1SeranaLevelingScript attached to  (02003BA8) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:22PM] warning: Property WindWalker on script DLC1SeranaLevelingScript attached to  (02003BA8) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:22PM] warning: Property SavageStrike on script DLC1SeranaLevelingScript attached to  (02003BA8) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:22PM] warning: Property HackAndSlash90 on script DLC1SeranaLevelingScript attached to  (02003BA8) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:22PM] warning: Property Bladesman60 on script DLC1SeranaLevelingScript attached to  (02003BA8) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:22PM] warning: Property DarkSouls on script DLC1SeranaLevelingScript attached to  (02003BA8) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:22PM] warning: Property MariaWJRemoveRestraints on script MariaWJGroupSexJobScript attached to  (4162EEA7) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:22PM] ERROR: Property SecretDoor on script dunLostEchoCaveBurnMushrooms attached to  (22063DB7) cannot be bound because <NULL form> (22063C52) is not the right type
[10/30/2017 - 01:41:22PM] ERROR: Property aTID2zEnd on script aTID2zEndChaurTriggerScript attached to  (22190F09) cannot be bound because <NULL form> (22060FBA) is not the right type
[10/30/2017 - 01:41:22PM] warning: Property Axe on script DLC2DBAncientDragonbornSCRIPT attached to  (0401DC33) cannot be initialized because the script no longer contains that property
[10/30/2017 - 01:41:27PM] Loading game...
[10/30/2017 - 01:41:27PM] Cannot open store for class "SSLV_QF_SimpleSlavery_0200492E", missing file?
[10/30/2017 - 01:41:27PM] warning: Unable to get type SSLV_QF_SimpleSlavery_0200492E referenced by the save game. Objects of this type will not be loaded.
[10/30/2017 - 01:41:27PM] Cannot open store for class "sslv_configscr", missing file?
[10/30/2017 - 01:41:27PM] warning: Unable to get type sslv_configscr referenced by the save game. Objects of this type will not be loaded.
[10/30/2017 - 01:41:27PM] warning: Unable to get type kzy_daymoylPlayerValidateQuestAlias referenced by the save game. Objects of this type will not be loaded.
[10/30/2017 - 01:41:27PM] Cannot open store for class "SSLV_MainScr", missing file?
[10/30/2017 - 01:41:27PM] warning: Unable to get type SSLV_MainScr referenced by the save game. Objects of this type will not be loaded.
[10/30/2017 - 01:41:27PM] warning: Could not find type SSLV_QF_SimpleSlavery_0200492E in the type table in save
[10/30/2017 - 01:41:27PM] warning: Could not find type SSLV_MainScr in the type table in save
[10/30/2017 - 01:41:27PM] warning: Could not find type sslv_configscr in the type table in save
[10/30/2017 - 01:41:27PM] warning: Could not find type kzy_daymoylPlayerValidateQuestAlias in the type table in save
[10/30/2017 - 01:41:27PM] VM is thawing...
[10/30/2017 - 01:41:27PM] [_sdras_load] Calling _sd_player maintenance
[10/30/2017 - 01:41:27PM] [Zad]: [OrganicVibrateEffect] Loaded: 20%
[10/30/2017 - 01:41:27PM] [_sdras_player] Register events
[10/30/2017 - 01:41:27PM] SEXLAB - LOADED: Version 16200 / 16200
[10/30/2017 - 01:41:27PM] SexLab Dialogues: Reset SexLab events
[10/30/2017 - 01:41:27PM] [_sdras_load] Init SD+ FNIS aa
[10/30/2017 - 01:41:27PM] [Zad]: [teaser] Loaded: 0%
[10/30/2017 - 01:41:27PM] SexLab MCM Loaded CurrentVerison: 16200 / 16200
[10/30/2017 - 01:41:27PM] error: Native static function TESTScanCellNPCsByFaction could find no matching static function on linked type MiscUtil. Function will not be bound.
[10/30/2017 - 01:41:27PM] @@ PLAYER :Repair
[10/30/2017 - 01:41:27PM] @@ PLAYER :OnInit
[10/30/2017 - 01:41:27PM] [bYOHHouseBuildingPlayerScript <alias Player on quest BYOHHouseBuilding (0300305D)>] OnPlayerLoadGame...
[10/30/2017 - 01:41:27PM] [DCL1VampireTurnPlayerScript <alias Player on quest DLC1VampireTurn (0200588C)>]OnPlayerLoadGame() calling MakeAliasesEyesRed()
[10/30/2017 - 01:41:27PM] [dlc1vampireturnscript <DLC1VampireTurn (0200588C)>]MakeAliasesEyesRed()
[10/30/2017 - 01:41:27PM] sluts: kicker checking for CFTO (accursed be its name)
[10/30/2017 - 01:41:27PM] sluts_kicker: load event detected
[10/30/2017 - 01:41:27PM] DLC2InitCrossDLCScript found: [DLC1VQ01QuestScript <DLC1VQ01 (0200352A)>], [bYOH_QF_BYOHRelationshipAdopt_010042B4 <BYOHRelationshipAdoption (030042B4)>]
[10/30/2017 - 01:41:27PM] FNIS AA started (load)
[10/30/2017 - 01:41:27PM] [Zad]: QuestMonitor is now watching for device events.
[10/30/2017 - 01:41:27PM] [DD] Registering hotkeys: (Drain): 56 (Death):184
[10/30/2017 - 01:41:27PM] [sLD] Reset SexLab events
[10/30/2017 - 01:41:27PM] [Zad]: DevicesUnderneath::Maintenance()
[10/30/2017 - 01:41:27PM] [Zad]: [suction Cups Vibrating] Loaded: 30%
[10/30/2017 - 01:41:27PM] [Zad]: [Cow Bra Event] Loaded: 10%
[10/30/2017 - 01:41:27PM] SLAL: SLAL: OnLoad
[10/30/2017 - 01:41:27PM] SOS Maintenance: loaded version is 300004
[10/30/2017 - 01:41:27PM] SOS Maintenance: 300004 is update
[10/30/2017 - 01:41:27PM] [Zad]: [Chaos Plugs] Loaded: 25%
[10/30/2017 - 01:41:27PM] [Zad]: [blindfold Trip] Loaded: 10%
[10/30/2017 - 01:41:27PM] [Zad]: [Drip] Loaded: 10%
[10/30/2017 - 01:41:27PM] [Zad]: [Posture Collar] Loaded: 10%
[10/30/2017 - 01:41:27PM] [Zad]: [Horny] Loaded: 5%
[10/30/2017 - 01:41:27PM] [Zad]: [Harness] Loaded: 10%
[10/30/2017 - 01:41:27PM] [Zad]: [Armbinder Struggle] Loaded: 15%
[10/30/2017 - 01:41:27PM] [Zad]: [Health Drain] Loaded: 50%
[10/30/2017 - 01:41:27PM] [Zad]: [Restrictive Collar] Loaded: 15%
[10/30/2017 - 01:41:27PM] [Zad]: [Tight Gloves] Loaded: 15%
[10/30/2017 - 01:41:27PM] [Zad]: [Mounted] Loaded: 100%
[10/30/2017 - 01:41:27PM] [Zad]: [Nipple Piercings] Loaded: 55%
[10/30/2017 - 01:41:27PM] [Zad]: [Restraints+Armor] Loaded: 7%
[10/30/2017 - 01:41:27PM] [Zad]: [belt Chafing] Loaded: 10%
[10/30/2017 - 01:41:27PM] [Zad]: [Mana Drain] Loaded: 50%
[10/30/2017 - 01:41:27PM] [Zad]: [stamina Drain] Loaded: 50%
[10/30/2017 - 01:41:27PM] [Zad]: [Wet Padding] Loaded: 10%
[10/30/2017 - 01:41:27PM] [Zad]: [belted Empty] Loaded: 10%
[10/30/2017 - 01:41:27PM] [Zad]: [Periodic Shocks] Loaded: 25%
[10/30/2017 - 01:41:27PM] [Zad]: [bra Chafing] Loaded: 10%
[10/30/2017 - 01:41:27PM] [Zad]: [blindfold Mystery] Loaded: 1%
[10/30/2017 - 01:41:27PM] [slamainscr <sla_Main (08042D62)>]: starting maintenance... Update frequency 120.000000
[10/30/2017 - 01:41:27PM] FNIS aa GetAAprefixList mod: sanguinesDebauchery nMods: 5
[10/30/2017 - 01:41:27PM] FNIS aa GetAAmodID mod: sanguinesDebauchery prefix: sdc modID:3
[10/30/2017 - 01:41:27PM] FNIS aa GetAAsetList mod: sanguinesDebauchery nSets: 40
[10/30/2017 - 01:41:27PM] FNIS aa GetGroupBaseValue - mod/id:sanguinesDebauchery/3 group:10 return:7
[10/30/2017 - 01:41:27PM] FNIS aa GetAAsetList mod: sanguinesDebauchery nSets: 40
[10/30/2017 - 01:41:27PM] FNIS aa GetGroupBaseValue - mod/id:sanguinesDebauchery/3 group:11 return:7
[10/30/2017 - 01:41:27PM] FNIS aa GetAAsetList mod: sanguinesDebauchery nSets: 40
[10/30/2017 - 01:41:27PM] FNIS aa GetGroupBaseValue - mod/id:sanguinesDebauchery/3 group:0 return:7
[10/30/2017 - 01:41:27PM] FNIS aa GetAAprefixList mod: DeviousDevices nMods: 5
[10/30/2017 - 01:41:27PM] FNIS aa GetAAmodID mod: DeviousDevices prefix: abc modID:0
[10/30/2017 - 01:41:27PM] FNIS aa GetAAsetList mod: DeviousDevices nSets: 40
[10/30/2017 - 01:41:27PM] FNIS aa GetGroupBaseValue - mod/id:DeviousDevices/0 group:0 return:1
[10/30/2017 - 01:41:27PM] [sD] SD+ FNIS aa loaded
[10/30/2017 - 01:41:27PM] [_sdras_load] Calling version check
[10/30/2017 - 01:41:27PM] [_sdras_load] Test storageUtil issue
[10/30/2017 - 01:41:27PM] SexLab Dialogues: Reset SexLab events
[10/30/2017 - 01:41:27PM] [Zad]: [Finisher Plug] Loaded: 0%
[10/30/2017 - 01:41:27PM] [_sdras_load]     _SD_sSleepPose:
[10/30/2017 - 01:41:27PM] [_sdras_load]     xpopVersionStr:
[10/30/2017 - 01:41:27PM] [_sdras_load]     SexLab.SavedVoice:
[10/30/2017 - 01:41:27PM] SexLab SexBot: Reset SexLab events
[10/30/2017 - 01:41:27PM] [Zad]: QuestMonitor is now watching for device events.
[10/30/2017 - 01:41:27PM] [DD] OnInit Runs. (Thread): 0
[10/30/2017 - 01:41:27PM] [sD] Registering Alicia player start
[10/30/2017 - 01:41:27PM] [DD] OnInit Runs. (Thread): 1
[10/30/2017 - 01:41:27PM] [DD] OnInit Runs. (Thread): 2
[10/30/2017 - 01:41:27PM] attempting re-attach
[10/30/2017 - 01:41:27PM] sluts: not tethered
[10/30/2017 - 01:41:27PM] sluts: CFTO not detected
[10/30/2017 - 01:41:27PM] [Zad]: [Milk Drip] Loaded: 10%
[10/30/2017 - 01:41:27PM] zbfExternal: Compatibility checking
[10/30/2017 - 01:41:27PM] zbfExternal: -------------------------------------------------------
[10/30/2017 - 01:41:27PM] zbfExternal:                    SexLab version: 16200
[10/30/2017 - 01:41:27PM] zbfExternal:                 SlaveTats version: 1.0.0
[10/30/2017 - 01:41:27PM] zbfExternal:                  RaceMenu version: 7
[10/30/2017 - 01:41:27PM] zbfExternal: Non SexLab Animation Pack version: 0
[10/30/2017 - 01:41:27PM] zbfExternal: -------------------------------------------------------
[10/30/2017 - 01:41:27PM] zbfExternal:                    SexLab support: TRUE
[10/30/2017 - 01:41:27PM] zbfExternal:                   Overlay support: TRUE
[10/30/2017 - 01:41:27PM] zbfExternal:      Non SexLab Animation support: False
[10/30/2017 - 01:41:27PM] zbfExternal: -------------------------------------------------------
[10/30/2017 - 01:41:27PM] [sD] Register devious outfits
[10/30/2017 - 01:41:27PM] [sD]         Registering leather collar
[10/30/2017 - 01:41:27PM] [slamainscr <sla_Main (08042D62)>]: registered for maintenance
[10/30/2017 - 01:41:27PM] [Zad]: [bump Pumps] Loaded: 17%
[10/30/2017 - 01:41:27PM] [Zad]: Set Device Hider slot to 41.
[10/30/2017 - 01:41:27PM] SexLab Stories Devious: Reset SexLab events
[10/30/2017 - 01:41:27PM] [Zad]: RebuildSlotmask()
[10/30/2017 - 01:41:27PM] Cannot open store for class "consoleutil", missing file?
[10/30/2017 - 01:41:27PM] ERROR: Unable to obtain function call information - returning None
stack:
    [zadQuest (0A00F624)].zadbq00.checkBlindfoldDarkFog() - "zadBQ00.psc" Line 143
    [zadQuest (0A00F624)].zadbq00.Maintenance() - "zadBQ00.psc" Line 154
    [alias Player on quest zadQuest (0A00F624)].zadPlayerScript.OnPlayerLoadGame() - "zadPlayerScript.psc" Line 14
[10/30/2017 - 01:41:27PM] [Zad]: Starting update chain.
[10/30/2017 - 01:41:27PM] [slamainscr <sla_Main (08042D62)>]: starting maintenance... Update frequency 120.000000
[10/30/2017 - 01:41:27PM] [Zad]: Devious Devices is now creating animations.
[10/30/2017 - 01:41:27PM] SEXLAB - GetSetAnimation(DDBeltedSolo): Get
[10/30/2017 - 01:41:27PM] InitWidgetLoader()
[10/30/2017 - 01:41:27PM] ERROR: Cannot call SetValueInt() on a None object, aborting function call
stack:
    [alias zzEstrusPlayer on quest zzEstrusQuest (36004888)].zzestrusinitcorescript.checkEdialog() - "zzEstrusInitCoreScript.psc" Line 234
    [alias zzEstrusPlayer on quest zzEstrusQuest (36004888)].zzestrusquestcorescript.firstSessionCheck() - "zzEstrusQuestCoreScript.psc" Line 193
    [alias zzEstrusPlayer on quest zzEstrusQuest (36004888)].zzestrusquestcorescript.OnPlayerLoadGame() - "zzEstrusQuestCoreScript.psc" Line 167
[10/30/2017 - 01:41:27PM] SEXLAB - GetSetAnimation(DDArmbinderSolo): Get
[10/30/2017 - 01:41:27PM] SEXLAB - GetSetAnimation(DDYokeSolo): Get
[10/30/2017 - 01:41:27PM] [Zad]: EnableEventProcessing()
[10/30/2017 - 01:41:27PM] [Zad]: Rehooking Mod Events
[10/30/2017 - 01:41:28PM] [slamainscr <sla_Main (08042D62)>]: registered for maintenance
[10/30/2017 - 01:41:28PM] error: Unbound native function "SetAnimObjectPath" called
[10/30/2017 - 01:41:28PM] [Zad]: [Yoke Struggle] Loaded: 20%
[10/30/2017 - 01:41:28PM] error: Unbound native function "SetAnimObjectPath" called
[10/30/2017 - 01:41:28PM] error: Unbound native function "SetAnimObjectPath" called
[10/30/2017 - 01:41:28PM] [Zad]: [Plug Moan] Loaded: 10%
[10/30/2017 - 01:41:28PM] error: Unbound native function "SetAnimObjectPath" called
[10/30/2017 - 01:41:28PM] error: Unbound native function "SetAnimObjectPath" called
[10/30/2017 - 01:41:28PM] [Zad]: [Vibration] Loaded: 25%
[10/30/2017 - 01:41:28PM] error: Unbound native function "SetAnimObjectPath" called
[10/30/2017 - 01:41:28PM] error: Unbound native function "SetAnimObjectPath" called
[10/30/2017 - 01:41:28PM] ERROR: File "Open Cities Skyrim.esp" does not exist or is not currently loaded.
stack:
    <unknown self>.Game.GetFormFromFile() - "<native>" Line ?
    [ARTHLALWhiterunGuardConfrontationQuest (4829847F)].arth_qf_lalwhiterunguard_0529847f.SetGateAlias() - "ARTH_QF_LALWhiterunGuard_0529847F.psc" Line 47
    [ARTHLALVersionTracking (48049F33)].arth_lal_versiontrackingscript.DLCSupportCheck() - "ARTH_LAL_VersionTrackingScript.psc" Line 75
    [alias Player on quest ARTHLALVersionTracking (48049F33)].ARTH_LAL_VersionTrackingAliasScript.OnPlayerLoadGame() - "ARTH_LAL_VersionTrackingAliasScript.psc" Line 6
[10/30/2017 - 01:41:28PM] [Zad]: [Tight Corset] Loaded: 15%
[10/30/2017 - 01:41:28PM] error: Unbound native function "SetAnimObjectPath" called
[10/30/2017 - 01:41:28PM] error: Unbound native function "SetAnimObjectPath" called
[10/30/2017 - 01:41:28PM] ERROR: Cannot call WornHasKeyword() on a None object, aborting function call
stack:
    [_SD_controller (2B000D64)]._sdqs_fcts_outfit.isArmbinderEquipped() - "_sdqs_fcts_outfit.psc" Line 1264
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 499
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?
[10/30/2017 - 01:41:28PM] warning: Assigning None to a non-object variable named "::temp137"
stack:
    [_SD_controller (2B000D64)]._sdqs_fcts_outfit.isArmbinderEquipped() - "_sdqs_fcts_outfit.psc" Line 1264
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 499
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?
[10/30/2017 - 01:41:28PM] [Zad]: QuestMonitor is now tracking player.
[10/30/2017 - 01:41:28PM] error: Unbound native function "SetAnimObjectPath" called
[10/30/2017 - 01:41:28PM] ERROR: Cannot call WornHasKeyword() on a None object, aborting function call
stack:
    [_SD_controller (2B000D64)]._sdqs_fcts_outfit.isYokeEquipped() - "_sdqs_fcts_outfit.psc" Line 1285
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 499
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?
[10/30/2017 - 01:41:28PM] warning: Assigning None to a non-object variable named "::temp141"
stack:
    [_SD_controller (2B000D64)]._sdqs_fcts_outfit.isYokeEquipped() - "_sdqs_fcts_outfit.psc" Line 1285
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 499
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?
[10/30/2017 - 01:41:28PM] ERROR: Cannot call GetBaseObject() on a None object, aborting function call
stack:
    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 514
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?
[10/30/2017 - 01:41:28PM] ERROR: Cannot call GetName() on a None object, aborting function call
stack:
    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 514
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?
[10/30/2017 - 01:41:28PM] warning: Assigning None to a non-object variable named "::temp7"
stack:
    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 514
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?
[10/30/2017 - 01:41:28PM] FNIS aa SetAnimGroup BAD PARAMETER(S) mod: sanguinesDebauchery actor:  group: _mtidle base: 0 number: 0
[10/30/2017 - 01:41:28PM] ERROR: Cannot call GetBaseObject() on a None object, aborting function call
stack:
    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 515
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?
[10/30/2017 - 01:41:28PM] ERROR: Cannot call GetName() on a None object, aborting function call
stack:
    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 515
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?
[10/30/2017 - 01:41:28PM] warning: Assigning None to a non-object variable named "::temp7"
stack:
    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 515
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?
[10/30/2017 - 01:41:28PM] FNIS aa SetAnimGroup BAD PARAMETER(S) mod: sanguinesDebauchery actor:  group: _mt base: 0 number: 0
[10/30/2017 - 01:41:28PM] ERROR: Cannot call GetBaseObject() on a None object, aborting function call
stack:
    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 516
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?
[10/30/2017 - 01:41:28PM] ERROR: Cannot call GetName() on a None object, aborting function call
stack:
    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 516
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?
[10/30/2017 - 01:41:28PM] warning: Assigning None to a non-object variable named "::temp7"
stack:
    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 516
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?
[10/30/2017 - 01:41:28PM] FNIS aa SetAnimGroup BAD PARAMETER(S) mod: sanguinesDebauchery actor:  group: _mtx base: 0 number: 0
[10/30/2017 - 01:41:28PM] ERROR: Cannot call GetBaseObject() on a None object, aborting function call
stack:
    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 517
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?
[10/30/2017 - 01:41:28PM] ERROR: Cannot call GetName() on a None object, aborting function call
stack:
    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 517
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?
[10/30/2017 - 01:41:28PM] warning: Assigning None to a non-object variable named "::temp7"
stack:
    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 517
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?
[10/30/2017 - 01:41:28PM] FNIS aa SetAnimGroup BAD PARAMETER(S) mod: sanguinesDebauchery actor:  group: _sneakidle base: 0 number: 0
[10/30/2017 - 01:41:28PM] ERROR: Cannot call GetBaseObject() on a None object, aborting function call
stack:
    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 518
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?
[10/30/2017 - 01:41:28PM] ERROR: Cannot call GetName() on a None object, aborting function call
stack:
    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 518
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?
[10/30/2017 - 01:41:28PM] warning: Assigning None to a non-object variable named "::temp7"
stack:
    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 518
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?
[10/30/2017 - 01:41:28PM] FNIS aa SetAnimGroup BAD PARAMETER(S) mod: sanguinesDebauchery actor:  group: _sneakmt base: 0 number: 0
[10/30/2017 - 01:41:28PM] [Zad]: Remove_ABC()
[10/30/2017 - 01:41:28PM] ERROR: Cannot call GetBaseObject() on a None object, aborting function call
stack:
    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65
    [zadQuest (0A00F624)].zadboundcombatscript.SetAA() - "zadBoundCombatScript.psc" Line 202
    [zadQuest (0A00F624)].zadboundcombatscript.Remove_ABC() - "zadBoundCombatScript.psc" Line 150
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 520
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?
[10/30/2017 - 01:41:28PM] ERROR: Cannot call GetName() on a None object, aborting function call
stack:
    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65
    [zadQuest (0A00F624)].zadboundcombatscript.SetAA() - "zadBoundCombatScript.psc" Line 202
    [zadQuest (0A00F624)].zadboundcombatscript.Remove_ABC() - "zadBoundCombatScript.psc" Line 150
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 520
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?
[10/30/2017 - 01:41:28PM] warning: Assigning None to a non-object variable named "::temp7"
stack:
    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65
    [zadQuest (0A00F624)].zadboundcombatscript.SetAA() - "zadBoundCombatScript.psc" Line 202
    [zadQuest (0A00F624)].zadboundcombatscript.Remove_ABC() - "zadBoundCombatScript.psc" Line 150
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 520
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?
[10/30/2017 - 01:41:28PM] FNIS aa SetAnimGroup BAD PARAMETER(S) mod: DeviousDevices actor:  group: _h2heqp base: 0 number: 0
[10/30/2017 - 01:41:28PM] ERROR: Cannot call GetBaseObject() on a None object, aborting function call
stack:
    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65
    [zadQuest (0A00F624)].zadboundcombatscript.SetAA() - "zadBoundCombatScript.psc" Line 203
    [zadQuest (0A00F624)].zadboundcombatscript.Remove_ABC() - "zadBoundCombatScript.psc" Line 150
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 520
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?
[10/30/2017 - 01:41:28PM] ERROR: Cannot call GetName() on a None object, aborting function call
stack:
    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65
    [zadQuest (0A00F624)].zadboundcombatscript.SetAA() - "zadBoundCombatScript.psc" Line 203
    [zadQuest (0A00F624)].zadboundcombatscript.Remove_ABC() - "zadBoundCombatScript.psc" Line 150
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 520
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?
[10/30/2017 - 01:41:28PM] warning: Assigning None to a non-object variable named "::temp7"
stack:
    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65
    [zadQuest (0A00F624)].zadboundcombatscript.SetAA() - "zadBoundCombatScript.psc" Line 203
    [zadQuest (0A00F624)].zadboundcombatscript.Remove_ABC() - "zadBoundCombatScript.psc" Line 150
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 520
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?
[10/30/2017 - 01:41:28PM] FNIS aa SetAnimGroup BAD PARAMETER(S) mod: DeviousDevices actor:  group: _h2hidle base: 0 number: 0
[10/30/2017 - 01:41:28PM] ERROR: Cannot call GetBaseObject() on a None object, aborting function call
stack:
    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65
    [zadQuest (0A00F624)].zadboundcombatscript.SetAA() - "zadBoundCombatScript.psc" Line 204
    [zadQuest (0A00F624)].zadboundcombatscript.Remove_ABC() - "zadBoundCombatScript.psc" Line 150
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 520
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?
[10/30/2017 - 01:41:28PM] ERROR: Cannot call GetName() on a None object, aborting function call
stack:
    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65
    [zadQuest (0A00F624)].zadboundcombatscript.SetAA() - "zadBoundCombatScript.psc" Line 204
    [zadQuest (0A00F624)].zadboundcombatscript.Remove_ABC() - "zadBoundCombatScript.psc" Line 150
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 520
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?
[10/30/2017 - 01:41:28PM] warning: Assigning None to a non-object variable named "::temp7"
stack:
    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65
    [zadQuest (0A00F624)].zadboundcombatscript.SetAA() - "zadBoundCombatScript.psc" Line 204
    [zadQuest (0A00F624)].zadboundcombatscript.Remove_ABC() - "zadBoundCombatScript.psc" Line 150
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 520
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?
[10/30/2017 - 01:41:28PM] FNIS aa SetAnimGroup BAD PARAMETER(S) mod: DeviousDevices actor:  group: _h2hatkpow base: 0 number: 0
[10/30/2017 - 01:41:28PM] ERROR: Cannot call GetBaseObject() on a None object, aborting function call
stack:
    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65
    [zadQuest (0A00F624)].zadboundcombatscript.SetAA() - "zadBoundCombatScript.psc" Line 205
    [zadQuest (0A00F624)].zadboundcombatscript.Remove_ABC() - "zadBoundCombatScript.psc" Line 150
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 520
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?
[10/30/2017 - 01:41:28PM] ERROR: Cannot call GetName() on a None object, aborting function call
stack:
    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65
    [zadQuest (0A00F624)].zadboundcombatscript.SetAA() - "zadBoundCombatScript.psc" Line 205
    [zadQuest (0A00F624)].zadboundcombatscript.Remove_ABC() - "zadBoundCombatScript.psc" Line 150
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 520
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?
[10/30/2017 - 01:41:28PM] warning: Assigning None to a non-object variable named "::temp7"
stack:
    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65
    [zadQuest (0A00F624)].zadboundcombatscript.SetAA() - "zadBoundCombatScript.psc" Line 205
    [zadQuest (0A00F624)].zadboundcombatscript.Remove_ABC() - "zadBoundCombatScript.psc" Line 150
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 520
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?
[10/30/2017 - 01:41:28PM] FNIS aa SetAnimGroup BAD PARAMETER(S) mod: DeviousDevices actor:  group: _h2hatk base: 0 number: 0
[10/30/2017 - 01:41:28PM] ERROR: Cannot call GetBaseObject() on a None object, aborting function call
stack:
    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65
    [zadQuest (0A00F624)].zadboundcombatscript.SetAA() - "zadBoundCombatScript.psc" Line 206
    [zadQuest (0A00F624)].zadboundcombatscript.Remove_ABC() - "zadBoundCombatScript.psc" Line 150
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 520
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?
[10/30/2017 - 01:41:28PM] ERROR: Cannot call GetName() on a None object, aborting function call
stack:
    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65
    [zadQuest (0A00F624)].zadboundcombatscript.SetAA() - "zadBoundCombatScript.psc" Line 206
    [zadQuest (0A00F624)].zadboundcombatscript.Remove_ABC() - "zadBoundCombatScript.psc" Line 150
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 520
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?
[10/30/2017 - 01:41:28PM] warning: Assigning None to a non-object variable named "::temp7"
stack:
    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65
    [zadQuest (0A00F624)].zadboundcombatscript.SetAA() - "zadBoundCombatScript.psc" Line 206
    [zadQuest (0A00F624)].zadboundcombatscript.Remove_ABC() - "zadBoundCombatScript.psc" Line 150
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 520
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?
[10/30/2017 - 01:41:28PM] FNIS aa SetAnimGroup BAD PARAMETER(S) mod: DeviousDevices actor:  group: _h2hstag base: 0 number: 0
[10/30/2017 - 01:41:28PM] ERROR: Cannot call GetBaseObject() on a None object, aborting function call
stack:
    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65
    [zadQuest (0A00F624)].zadboundcombatscript.SetAA() - "zadBoundCombatScript.psc" Line 207
    [zadQuest (0A00F624)].zadboundcombatscript.Remove_ABC() - "zadBoundCombatScript.psc" Line 150
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 520
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?
[10/30/2017 - 01:41:28PM] ERROR: Cannot call GetName() on a None object, aborting function call
stack:
    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65
    [zadQuest (0A00F624)].zadboundcombatscript.SetAA() - "zadBoundCombatScript.psc" Line 207
    [zadQuest (0A00F624)].zadboundcombatscript.Remove_ABC() - "zadBoundCombatScript.psc" Line 150
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 520
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?
[10/30/2017 - 01:41:28PM] warning: Assigning None to a non-object variable named "::temp7"
stack:
    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65
    [zadQuest (0A00F624)].zadboundcombatscript.SetAA() - "zadBoundCombatScript.psc" Line 207
    [zadQuest (0A00F624)].zadboundcombatscript.Remove_ABC() - "zadBoundCombatScript.psc" Line 150
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 520
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?
[10/30/2017 - 01:41:28PM] FNIS aa SetAnimGroup BAD PARAMETER(S) mod: DeviousDevices actor:  group: _jump base: 0 number: 0
[10/30/2017 - 01:41:28PM] ERROR: Cannot call GetBaseObject() on a None object, aborting function call
stack:
    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65
    [zadQuest (0A00F624)].zadboundcombatscript.SetAA() - "zadBoundCombatScript.psc" Line 208
    [zadQuest (0A00F624)].zadboundcombatscript.Remove_ABC() - "zadBoundCombatScript.psc" Line 150
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 520
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?
[10/30/2017 - 01:41:28PM] ERROR: Cannot call GetName() on a None object, aborting function call
stack:
    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65
    [zadQuest (0A00F624)].zadboundcombatscript.SetAA() - "zadBoundCombatScript.psc" Line 208
    [zadQuest (0A00F624)].zadboundcombatscript.Remove_ABC() - "zadBoundCombatScript.psc" Line 150
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 520
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?
[10/30/2017 - 01:41:28PM] warning: Assigning None to a non-object variable named "::temp7"
stack:
    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65
    [zadQuest (0A00F624)].zadboundcombatscript.SetAA() - "zadBoundCombatScript.psc" Line 208
    [zadQuest (0A00F624)].zadboundcombatscript.Remove_ABC() - "zadBoundCombatScript.psc" Line 150
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 520
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?
[10/30/2017 - 01:41:28PM] FNIS aa SetAnimGroup BAD PARAMETER(S) mod: DeviousDevices actor:  group: _sneakmt base: 0 number: 0
[10/30/2017 - 01:41:28PM] ERROR: Cannot call GetBaseObject() on a None object, aborting function call
stack:
    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65
    [zadQuest (0A00F624)].zadboundcombatscript.SetAA() - "zadBoundCombatScript.psc" Line 209
    [zadQuest (0A00F624)].zadboundcombatscript.Remove_ABC() - "zadBoundCombatScript.psc" Line 150
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 520
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?
[10/30/2017 - 01:41:28PM] ERROR: Cannot call GetName() on a None object, aborting function call
stack:
    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65
    [zadQuest (0A00F624)].zadboundcombatscript.SetAA() - "zadBoundCombatScript.psc" Line 209
    [zadQuest (0A00F624)].zadboundcombatscript.Remove_ABC() - "zadBoundCombatScript.psc" Line 150
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 520
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?
[10/30/2017 - 01:41:28PM] warning: Assigning None to a non-object variable named "::temp7"
stack:
    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65
    [zadQuest (0A00F624)].zadboundcombatscript.SetAA() - "zadBoundCombatScript.psc" Line 209
    [zadQuest (0A00F624)].zadboundcombatscript.Remove_ABC() - "zadBoundCombatScript.psc" Line 150
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 520
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?
[10/30/2017 - 01:41:28PM] FNIS aa SetAnimGroup BAD PARAMETER(S) mod: DeviousDevices actor:  group: _sneakidle base: 0 number: 0
[10/30/2017 - 01:41:28PM] ERROR: Cannot call GetBaseObject() on a None object, aborting function call
stack:
    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65
    [zadQuest (0A00F624)].zadboundcombatscript.SetAA() - "zadBoundCombatScript.psc" Line 210
    [zadQuest (0A00F624)].zadboundcombatscript.Remove_ABC() - "zadBoundCombatScript.psc" Line 150
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 520
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?
[10/30/2017 - 01:41:28PM] ERROR: Cannot call GetName() on a None object, aborting function call
stack:
    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65
    [zadQuest (0A00F624)].zadboundcombatscript.SetAA() - "zadBoundCombatScript.psc" Line 210
    [zadQuest (0A00F624)].zadboundcombatscript.Remove_ABC() - "zadBoundCombatScript.psc" Line 150
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 520
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?
[10/30/2017 - 01:41:28PM] warning: Assigning None to a non-object variable named "::temp7"
stack:
    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65
    [zadQuest (0A00F624)].zadboundcombatscript.SetAA() - "zadBoundCombatScript.psc" Line 210
    [zadQuest (0A00F624)].zadboundcombatscript.Remove_ABC() - "zadBoundCombatScript.psc" Line 150
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 520
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?
[10/30/2017 - 01:41:28PM] FNIS aa SetAnimGroup BAD PARAMETER(S) mod: DeviousDevices actor:  group: _sprint base: 0 number: 0
[10/30/2017 - 01:41:28PM] ERROR: Cannot call GetBaseObject() on a None object, aborting function call
stack:
    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65
    [zadQuest (0A00F624)].zadboundcombatscript.SetAA() - "zadBoundCombatScript.psc" Line 212
    [zadQuest (0A00F624)].zadboundcombatscript.Remove_ABC() - "zadBoundCombatScript.psc" Line 150
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 520
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?
[10/30/2017 - 01:41:28PM] ERROR: Cannot call GetName() on a None object, aborting function call
stack:
    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65
    [zadQuest (0A00F624)].zadboundcombatscript.SetAA() - "zadBoundCombatScript.psc" Line 212
    [zadQuest (0A00F624)].zadboundcombatscript.Remove_ABC() - "zadBoundCombatScript.psc" Line 150
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 520
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?
[10/30/2017 - 01:41:28PM] warning: Assigning None to a non-object variable named "::temp7"
stack:
    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65
    [zadQuest (0A00F624)].zadboundcombatscript.SetAA() - "zadBoundCombatScript.psc" Line 212
    [zadQuest (0A00F624)].zadboundcombatscript.Remove_ABC() - "zadBoundCombatScript.psc" Line 150
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 520
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?
[10/30/2017 - 01:41:28PM] FNIS aa SetAnimGroup BAD PARAMETER(S) mod: DeviousDevices actor:  group: _shout base: 0 number: 0
[10/30/2017 - 01:41:28PM] ERROR: Cannot call GetBaseObject() on a None object, aborting function call
stack:
    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65
    [zadQuest (0A00F624)].zadboundcombatscript.SetAA() - "zadBoundCombatScript.psc" Line 213
    [zadQuest (0A00F624)].zadboundcombatscript.Remove_ABC() - "zadBoundCombatScript.psc" Line 150
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 520
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?
[10/30/2017 - 01:41:28PM] ERROR: Cannot call GetName() on a None object, aborting function call
stack:
    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65
    [zadQuest (0A00F624)].zadboundcombatscript.SetAA() - "zadBoundCombatScript.psc" Line 213
    [zadQuest (0A00F624)].zadboundcombatscript.Remove_ABC() - "zadBoundCombatScript.psc" Line 150
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 520
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?
[10/30/2017 - 01:41:28PM] warning: Assigning None to a non-object variable named "::temp7"
stack:
    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65
    [zadQuest (0A00F624)].zadboundcombatscript.SetAA() - "zadBoundCombatScript.psc" Line 213
    [zadQuest (0A00F624)].zadboundcombatscript.Remove_ABC() - "zadBoundCombatScript.psc" Line 150
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 520
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?
[10/30/2017 - 01:41:28PM] FNIS aa SetAnimGroup BAD PARAMETER(S) mod: DeviousDevices actor:  group: _mtx base: 0 number: 0
[10/30/2017 - 01:41:28PM] ERROR: Cannot call GetBaseObject() on a None object, aborting function call
stack:
    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65
    [zadQuest (0A00F624)].zadboundcombatscript.SetAA() - "zadBoundCombatScript.psc" Line 214
    [zadQuest (0A00F624)].zadboundcombatscript.Remove_ABC() - "zadBoundCombatScript.psc" Line 150
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 520
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?
[10/30/2017 - 01:41:28PM] ERROR: Cannot call GetName() on a None object, aborting function call
stack:
    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65
    [zadQuest (0A00F624)].zadboundcombatscript.SetAA() - "zadBoundCombatScript.psc" Line 214
    [zadQuest (0A00F624)].zadboundcombatscript.Remove_ABC() - "zadBoundCombatScript.psc" Line 150
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 520
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?
[10/30/2017 - 01:41:28PM] warning: Assigning None to a non-object variable named "::temp7"
stack:
    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65
    [zadQuest (0A00F624)].zadboundcombatscript.SetAA() - "zadBoundCombatScript.psc" Line 214
    [zadQuest (0A00F624)].zadboundcombatscript.Remove_ABC() - "zadBoundCombatScript.psc" Line 150
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 520
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?
[10/30/2017 - 01:41:28PM] FNIS aa SetAnimGroup BAD PARAMETER(S) mod: DeviousDevices actor:  group: _mt base: 0 number: 0
[10/30/2017 - 01:41:28PM] ERROR: Cannot call GetBaseObject() on a None object, aborting function call
stack:
    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65
    [zadQuest (0A00F624)].zadboundcombatscript.SetAA() - "zadBoundCombatScript.psc" Line 215
    [zadQuest (0A00F624)].zadboundcombatscript.Remove_ABC() - "zadBoundCombatScript.psc" Line 150
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 520
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?
[10/30/2017 - 01:41:28PM] ERROR: Cannot call GetName() on a None object, aborting function call
stack:
    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65
    [zadQuest (0A00F624)].zadboundcombatscript.SetAA() - "zadBoundCombatScript.psc" Line 215
    [zadQuest (0A00F624)].zadboundcombatscript.Remove_ABC() - "zadBoundCombatScript.psc" Line 150
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 520
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?
[10/30/2017 - 01:41:28PM] warning: Assigning None to a non-object variable named "::temp7"
stack:
    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65
    [zadQuest (0A00F624)].zadboundcombatscript.SetAA() - "zadBoundCombatScript.psc" Line 215
    [zadQuest (0A00F624)].zadboundcombatscript.Remove_ABC() - "zadBoundCombatScript.psc" Line 150
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 520
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?
[10/30/2017 - 01:41:28PM] FNIS aa SetAnimGroup BAD PARAMETER(S) mod: DeviousDevices actor:  group: _mtturn base: 0 number: 0
[10/30/2017 - 01:41:28PM] ERROR: Cannot call GetBaseObject() on a None object, aborting function call
stack:
    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65
    [zadQuest (0A00F624)].zadboundcombatscript.SetAA() - "zadBoundCombatScript.psc" Line 216
    [zadQuest (0A00F624)].zadboundcombatscript.Remove_ABC() - "zadBoundCombatScript.psc" Line 150
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 520
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?
[10/30/2017 - 01:41:28PM] ERROR: Cannot call GetName() on a None object, aborting function call
stack:
    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65
    [zadQuest (0A00F624)].zadboundcombatscript.SetAA() - "zadBoundCombatScript.psc" Line 216
    [zadQuest (0A00F624)].zadboundcombatscript.Remove_ABC() - "zadBoundCombatScript.psc" Line 150
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 520
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?
[10/30/2017 - 01:41:28PM] warning: Assigning None to a non-object variable named "::temp7"
stack:
    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65
    [zadQuest (0A00F624)].zadboundcombatscript.SetAA() - "zadBoundCombatScript.psc" Line 216
    [zadQuest (0A00F624)].zadboundcombatscript.Remove_ABC() - "zadBoundCombatScript.psc" Line 150
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 520
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?
[10/30/2017 - 01:41:28PM] FNIS aa SetAnimGroup BAD PARAMETER(S) mod: DeviousDevices actor:  group: _mtidle base: 0 number: 0
[10/30/2017 - 01:41:28PM] ERROR: Cannot call SetAnimationVariableInt() on a None object, aborting function call
stack:
    [zadQuest (0A00F624)].zadboundcombatscript.SetAA() - "zadBoundCombatScript.psc" Line 217
    [zadQuest (0A00F624)].zadboundcombatscript.Remove_ABC() - "zadBoundCombatScript.psc" Line 150
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 520
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?
[10/30/2017 - 01:41:28PM] ERROR: Cannot call WornHasKeyword() on a None object, aborting function call
stack:
    [zadQuest (0A00F624)].zadboundcombatscript.GetSecondaryAAState() - "zadBoundCombatScript.psc" Line 69
    [zadQuest (0A00F624)].zadboundcombatscript.Remove_ABC() - "zadBoundCombatScript.psc" Line 153
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 520
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?
[10/30/2017 - 01:41:28PM] warning: Assigning None to a non-object variable named "::temp7"
stack:
    [zadQuest (0A00F624)].zadboundcombatscript.GetSecondaryAAState() - "zadBoundCombatScript.psc" Line 69
    [zadQuest (0A00F624)].zadboundcombatscript.Remove_ABC() - "zadBoundCombatScript.psc" Line 153
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 520
    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264
    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?
[10/30/2017 - 01:41:28PM] [sD] Stance override OFF
[10/30/2017 - 01:41:28PM] error: Unbound native function "SetAnimObjectPath" called
[10/30/2017 - 01:41:28PM] error: Unbound native function "SetAnimObjectPath" called
[10/30/2017 - 01:41:28PM] FNIS aa GetAAprefixList mod: XPMSE nMods: 5
[10/30/2017 - 01:41:28PM] FNIS aa GetAAsetList mod: XPMSE nSets: 40
[10/30/2017 - 01:41:28PM] FNIS aa GetAAsetList mod: XPMSE nSets: 40
[10/30/2017 - 01:41:28PM] FNIS aa GetAAsetList mod: XPMSE nSets: 40
[10/30/2017 - 01:41:28PM] FNIS aa GetAAsetList mod: XPMSE nSets: 40
[10/30/2017 - 01:41:28PM] FNIS aa GetAAsetList mod: XPMSE nSets: 40
[10/30/2017 - 01:41:28PM] FNIS aa GetAAsetList mod: XPMSE nSets: 40
[10/30/2017 - 01:41:28PM] FNIS aa GetAAsetList mod: XPMSE nSets: 40
[10/30/2017 - 01:41:28PM] FNIS aa GetAAsetList mod: XPMSE nSets: 40
[10/30/2017 - 01:41:28PM] FNIS aa GetAAsetList mod: XPMSE nSets: 40
[10/30/2017 - 01:41:28PM] FNIS aa GetAAsetList mod: XPMSE nSets: 40
[10/30/2017 - 01:41:28PM] FNIS aa GetAAsetList mod: XPMSE nSets: 40
[10/30/2017 - 01:41:28PM] FNIS aa GetAAsetList mod: XPMSE nSets: 40
[10/30/2017 - 01:41:28PM] FNIS aa GetAAsetList mod: XPMSE nSets: 40
[10/30/2017 - 01:41:28PM] FNIS aa GetAAsetList mod: XPMSE nSets: 40
[10/30/2017 - 01:41:28PM] FNIS aa GetAAsetList mod: XPMSE nSets: 40
[10/30/2017 - 01:41:28PM] error: Unbound native function "SetAnimObjectPath" called
[10/30/2017 - 01:41:28PM] FNIS aa GetAAsetList mod: XPMSE nSets: 40
[10/30/2017 - 01:41:28PM] error: Unbound native function "SetAnimObjectPath" called
[10/30/2017 - 01:41:28PM] error: Unbound native function "SetAnimObjectPath" called
[10/30/2017 - 01:41:28PM] error: Unbound native function "SetAnimObjectPath" called
[10/30/2017 - 01:41:28PM] error: Unbound native function "SetAnimObjectPath" called
[10/30/2017 - 01:41:28PM] error: Unbound native function "SetAnimObjectPath" called
[10/30/2017 - 01:41:28PM] error: Unbound native function "SetAnimObjectPath" called
[10/30/2017 - 01:41:28PM] error: Unbound native function "SetAnimObjectPath" called
[10/30/2017 - 01:41:28PM] error: Unbound native function "SetAnimObjectPath" called
[10/30/2017 - 01:41:28PM] error: Unbound native function "SetAnimObjectPath" called
[10/30/2017 - 01:41:28PM] @@ PLAYER :RegisterEvents
[10/30/2017 - 01:41:28PM] @@ PLAYER :OnHotKeysChanged
[10/30/2017 - 01:41:28PM] error: Unbound native function "SetAnimObjectPath" called
[10/30/2017 - 01:41:28PM] error: Unbound native function "SetAnimObjectPath" called
[10/30/2017 - 01:41:28PM] error: Unbound native function "SetAnimObjectPath" called
[10/30/2017 - 01:41:28PM] error: Unbound native function "SetAnimObjectPath" called
[10/30/2017 - 01:41:28PM] error: Unbound native function "SetAnimObjectPath" called
[10/30/2017 - 01:41:28PM] [Zad]: adding tag Zap for Collar (Leather)
[10/30/2017 - 01:41:28PM] error: Unbound native function "SetAnimObjectPath" called
[10/30/2017 - 01:41:28PM] [Zad]: adding tag Leather for Collar (Leather)
[10/30/2017 - 01:41:28PM] error: Unbound native function "SetAnimObjectPath" called
[10/30/2017 - 01:41:28PM] XPMSE MainQuest Initialization successful.
[10/30/2017 - 01:41:28PM] error: Unbound native function "SetAnimObjectPath" called
[10/30/2017 - 01:41:28PM] [Zad]: adding tag Collar for Collar (Leather)
[10/30/2017 - 01:41:28PM] [sD]         Registering iron collar
[10/30/2017 - 01:41:28PM] error: Unbound native function "SetAnimObjectPath" called
[10/30/2017 - 01:41:28PM] error: Unbound native function "SetAnimObjectPath" called
[10/30/2017 - 01:41:28PM] [Zad]: ZadNpc::DoRegister(1.457180)
[10/30/2017 - 01:41:28PM] [Zad]: RepopulateNpcs()
[10/30/2017 - 01:41:28PM] [Zad]: adding tag Zap for Collar (Iron)
[10/30/2017 - 01:41:28PM] [Zad]: adding tag iron for Collar (Iron)
[10/30/2017 - 01:41:28PM] [Zad]: adding tag Metal for Collar (Iron)
[10/30/2017 - 01:41:28PM] Arachnophobia -  SKI_MeterWidget OnWidgetReset()
[10/30/2017 - 01:41:28PM] Arachnophobia -  SKI_MeterWidget OnWidgetReset()
[10/30/2017 - 01:41:28PM] [Zad]: adding tag Collar for Collar (Iron)
[10/30/2017 - 01:41:28PM] [sD]         Registering iron arm cuffs
[10/30/2017 - 01:41:28PM] [Zad]: Not repopulating NPC slots: Feature is disabled.
[10/30/2017 - 01:41:28PM] [Zad]: ==========Begin Compatibility Checks==========
[10/30/2017 - 01:41:28PM] [Zad]: Please note that Errors related to missing files should be ignored.
[10/30/2017 - 01:41:28PM] [Zad]: [ Dependency Checks ]
[10/30/2017 - 01:41:28PM] [Zad]: DDi version [6.000000]: OK
[10/30/2017 - 01:41:28PM] [Zad]: assets version [3.000000]: OK
[10/30/2017 - 01:41:28PM] [Zad]: ZaZ Animation Pack version [610.000000]: OK
[10/30/2017 - 01:41:28PM] [Zad]: aroused version [20140124.000000]: OK
[10/30/2017 - 01:41:28PM] [Zad]: SexLab version [16200.000000]: OK
[10/30/2017 - 01:41:28PM] [Zad]: [ Third Party Mod Compatibility Checks ]
[10/30/2017 - 01:41:28PM] [Zad]: [ Sanity Checks ]
[10/30/2017 - 01:41:28PM] [Zad]: Verifying that installation is untainted by an unsupported upgrade: OK
[10/30/2017 - 01:41:28PM] [Zad]: ==========End Compatibility Checks==========
[10/30/2017 - 01:41:28PM] [Zad]: Initializing Events arrays.
[10/30/2017 - 01:41:28PM] [Zad]: zadEventSlots::Maintenance()
[10/30/2017 - 01:41:28PM] [Zad]: Config Interval:1.500000. Total number of events: 1. Next staggered update in 1.500000
[10/30/2017 - 01:41:28PM] [Zad]: [Chaos Plugs] Registered. Event #0
[10/30/2017 - 01:41:28PM] [Zad]: [blindfold Trip] Registered. Event #1
[10/30/2017 - 01:41:28PM] [Zad]: [Vibration] Registered. Event #27
[10/30/2017 - 01:41:28PM] [Zad]: [Nipple Piercings] Registered. Event #14
[10/30/2017 - 01:41:28PM] [Zad]: [Wet Padding] Registered. Event #19
[10/30/2017 - 01:41:28PM] [Zad]: [belted Empty] Registered. Event #20
[10/30/2017 - 01:41:28PM] [Zad]: Maintenance_ABC()
[10/30/2017 - 01:41:28PM] [Zad]: [Tight Corset] Registered. Event #2
[10/30/2017 - 01:41:28PM] [Zad]: [Posture Collar] Registered. Event #4
[10/30/2017 - 01:41:28PM] [Zad]: [Drip] Registered. Event #3
[10/30/2017 - 01:41:28PM] [Zad]: Begin skse print test.
[10/30/2017 - 01:41:28PM] [Zad]: End skse print test.
[10/30/2017 - 01:41:28PM] [Zad]: Monitoring Camera state.
[10/30/2017 - 01:41:28PM] [Zad]: [Horny] Registered. Event #6
[10/30/2017 - 01:41:28PM] [Zad]: [bump Pumps] Registered. Event #7
[10/30/2017 - 01:41:28PM] [Zad]: [Health Drain] Registered. Event #8
[10/30/2017 - 01:41:28PM] [Zad]: [Armbinder Struggle] Registered. Event #9
[10/30/2017 - 01:41:28PM] [Zad]: [Restrictive Collar] Registered. Event #10
[10/30/2017 - 01:41:28PM] [Zad]: [Tight Gloves] Registered. Event #12
[10/30/2017 - 01:41:28PM] [Zad]: [Yoke Struggle] Registered. Event #13
[10/30/2017 - 01:41:28PM] [Zad]: [Mana Drain] Registered. Event #16
[10/30/2017 - 01:41:28PM] [Zad]: [stamina Drain] Registered. Event #17
[10/30/2017 - 01:41:28PM] [Zad]: [belt Chafing] Registered. Event #18
[10/30/2017 - 01:41:28PM] [Zad]: [Plug Moan] Registered. Event #21
[10/30/2017 - 01:41:28PM] [DLC2PillarBuilderActorScript < (040177DB)>]OnPackageStart()
[10/30/2017 - 01:41:28PM] [Zad]: [Periodic Shocks] Registered. Event #22
[10/30/2017 - 01:41:28PM] [Zad]: [bra Chafing] Registered. Event #23
[10/30/2017 - 01:41:28PM] [Zad]: [blindfold Mystery] Registered. Event #24
[10/30/2017 - 01:41:28PM] [Zad]: [Finisher Plug] Registered. Event #25
[10/30/2017 - 01:41:29PM] [Zad]: [teaser] Registered. Event #26
[10/30/2017 - 01:41:29PM] [Zad]: adding tag Zap for Iron Cuffs
[10/30/2017 - 01:41:29PM] [Zad]: adding tag iron for Iron Cuffs
[10/30/2017 - 01:41:29PM] [Zad]: [Harness] Registered. Event #5
[10/30/2017 - 01:41:29PM] [Zad]: adding tag Metal for Iron Cuffs
[10/30/2017 - 01:41:29PM] [Zad]: Set slot mask to [338165760]: 338165760
[10/30/2017 - 01:41:29PM] [Zad]: adding tag Arms for Iron Cuffs
[10/30/2017 - 01:41:29PM] [Zad]: adding tag Armbinder for Iron Cuffs
[10/30/2017 - 01:41:29PM] [sD]         Registering iron leg cuffs
[10/30/2017 - 01:41:29PM] [Zad]: [Mounted] Registered. Event #11
[10/30/2017 - 01:41:29PM] [Zad]: [Restraints+Armor] Registered. Event #15
[10/30/2017 - 01:41:29PM] [bYOHHouseBuildingPlayerScript <alias Player on quest BYOHHouseBuilding (0300305D)>]OnItemRemoved [Armor < (0A040F0C)>], itemCount=1
[10/30/2017 - 01:41:29PM] [byohhousebuildingscript <BYOHHouseBuilding (0300305D)>] UpdateLogCount
[10/30/2017 - 01:41:29PM] [Zad]: adding tag Zap for Cuffs (Iron) (Legs)
[10/30/2017 - 01:41:29PM] [bYOHHouseBuildingPlayerScript <alias Player on quest BYOHHouseBuilding (0300305D)>]OnItemAdded [Armor < (0A040F0C)>], itemCount=1
[10/30/2017 - 01:41:29PM] [byohhousebuildingscript <BYOHHouseBuilding (0300305D)>] logcount=0
[10/30/2017 - 01:41:29PM] ERROR: Unable to call Delete - no native object bound to the script object, or object is of incorrect type
stack:
    [item 1 in container  (00000014)].zadHiderScript.Delete() - "<native>" Line ?
    [item 1 in container  (00000014)].zadHiderScript.OnContainerChanged() - "zadHiderScript.psc" Line 5
[10/30/2017 - 01:41:29PM] [Zad]: adding tag iron for Cuffs (Iron) (Legs)
[10/30/2017 - 01:41:29PM] [byohhousebuildingscript <BYOHHouseBuilding (0300305D)>] UpdateLogCount
[10/30/2017 - 01:41:29PM] [Zad]: adding tag Metal for Cuffs (Iron) (Legs)
[10/30/2017 - 01:41:29PM] [Zad]: adding tag Legs for Cuffs (Iron) (Legs)
[10/30/2017 - 01:41:29PM] [Zad]: adding tag Cuffs for Cuffs (Iron) (Legs)
[10/30/2017 - 01:41:29PM] [sD]         Registering wooden gag
[10/30/2017 - 01:41:29PM] [byohhousebuildingscript <BYOHHouseBuilding (0300305D)>] logcount=0
[10/30/2017 - 01:41:29PM] [Zad]: adding tag Zap for Gag (Simple) (WoodBit)
[10/30/2017 - 01:41:29PM] [Zad]: adding tag Wood for Gag (Simple) (WoodBit)
[10/30/2017 - 01:41:29PM] [Zad]: adding tag Leather for Gag (Simple) (WoodBit)
[10/30/2017 - 01:41:29PM] [Zad]: adding tag Gag for Gag (Simple) (WoodBit)
[10/30/2017 - 01:41:29PM] [sD]         Registering leather blinds
[10/30/2017 - 01:41:29PM] [Zad]: adding tag Zap for Blindfold
[10/30/2017 - 01:41:29PM] [Zad]: adding tag Leather for Blindfold
[10/30/2017 - 01:41:29PM] [Zad]: adding tag Blindfold for Blindfold
[10/30/2017 - 01:41:30PM] [CRDE]Mods:OnUpdate running ...
[10/30/2017 - 01:41:30PM] @@ TOOLS :OnPlayerLoadGame+
[10/30/2017 - 01:41:30PM] @@ BUILDER :PrepareNPCS
[10/30/2017 - 01:41:30PM] @@ BUILDER :prepare whore clothes
[10/30/2017 - 01:41:30PM] @@ BUILDER :Prepare outfit VET4
[10/30/2017 - 01:41:30PM] @@ BUILDER :Whores = [[Actor < (270C77BD)>], [Actor < (270BD942)>], [Actor < (2A00D559)>], [Actor < (2A00D55A)>]]
[10/30/2017 - 01:41:30PM] @@ BUILDER :Whores.Length = 4 count = 4
[10/30/2017 - 01:41:30PM] @@ BUILDER :whores = [Actor < (2A00D55A)>]
[10/30/2017 - 01:41:30PM] @@ BUILDER :whore = [Actor < (2A00D55A)>]
[10/30/2017 - 01:41:30PM] [CF][Framework] Creature Framework 1.1.0-pre2 (10021) is initialising
[10/30/2017 - 01:41:30PM] [CF][Framework] JContainers 3.2 is installed
[10/30/2017 - 01:41:30PM] @@ BUILDER :Prepare whore Vanessa's whore 1
[10/30/2017 - 01:41:30PM] [CF][Framework] SexLab 1.62 is installed
[10/30/2017 - 01:41:30PM] [CF][Framework] SexLab Aroused 20140124 is installed
[10/30/2017 - 01:41:30PM] @@ BUILDER :EquipOutfit Vanessa's whore 1 file=MariaNPCOutfits/whore/VET4
[10/30/2017 - 01:41:30PM] ERROR: Unable to call Delete - no native object bound to the script object, or object is of incorrect type
stack:
    [item 1 in container  (2A00D55A)].zadHiderScript.Delete() - "<native>" Line ?
    [item 1 in container  (2A00D55A)].zadHiderScript.OnContainerChanged() - "zadHiderScript.psc" Line 5
[10/30/2017 - 01:41:30PM] ERROR: Unable to call Delete - no native object bound to the script object, or object is of incorrect type
stack:
    [item 2 in container  (2A00D55A)].zadHiderScript.Delete() - "<native>" Line ?
    [item 2 in container  (2A00D55A)].zadHiderScript.OnContainerChanged() - "zadHiderScript.psc" Line 5
[10/30/2017 - 01:41:31PM] @@ BUILDER :whores = [Actor < (2A00D559)>]
[10/30/2017 - 01:41:31PM] @@ BUILDER :whore = [Actor < (2A00D559)>]
[10/30/2017 - 01:41:31PM] @@ BUILDER :Prepare whore Vanessa's whore 2
[10/30/2017 - 01:41:31PM] @@ BUILDER :EquipOutfit Vanessa's whore 2 file=MariaNPCOutfits/whore/VET4
[10/30/2017 - 01:41:31PM] RNPC: Periodic update check.
[10/30/2017 - 01:41:31PM] ERROR: Unable to call Delete - no native object bound to the script object, or object is of incorrect type
stack:
    [item 1 in container  (2A00D559)].zadHiderScript.Delete() - "<native>" Line ?
    [item 1 in container  (2A00D559)].zadHiderScript.OnContainerChanged() - "zadHiderScript.psc" Line 5
[10/30/2017 - 01:41:31PM] ERROR: Unable to call Delete - no native object bound to the script object, or object is of incorrect type
stack:
    [item 2 in container  (2A00D559)].zadHiderScript.Delete() - "<native>" Line ?
    [item 2 in container  (2A00D559)].zadHiderScript.OnContainerChanged() - "zadHiderScript.psc" Line 5
[10/30/2017 - 01:41:31PM] @@ BUILDER :whores = [Actor < (270BD942)>]
[10/30/2017 - 01:41:31PM] @@ BUILDER :whore = [Actor < (270BD942)>]
[10/30/2017 - 01:41:31PM] @@ BUILDER :Prepare whore Wanda's whore 1
[10/30/2017 - 01:41:31PM] @@ BUILDER :EquipOutfit Wanda's whore 1 file=MariaNPCOutfits/whore/VET4
[10/30/2017 - 01:41:31PM] ERROR: Unable to call Delete - no native object bound to the script object, or object is of incorrect type
stack:
    [item 1 in container  (270BD942)].zadHiderScript.Delete() - "<native>" Line ?
    [item 1 in container  (270BD942)].zadHiderScript.OnContainerChanged() - "zadHiderScript.psc" Line 5
[10/30/2017 - 01:41:31PM] ERROR: Unable to call Delete - no native object bound to the script object, or object is of incorrect type
stack:
    [item 2 in container  (270BD942)].zadHiderScript.Delete() - "<native>" Line ?
    [item 2 in container  (270BD942)].zadHiderScript.OnContainerChanged() - "zadHiderScript.psc" Line 5
[10/30/2017 - 01:41:31PM] @@ BUILDER :whores = [Actor < (270C77BD)>]
[10/30/2017 - 01:41:31PM] @@ BUILDER :whore = [Actor < (270C77BD)>]
[10/30/2017 - 01:41:31PM] @@ BUILDER :Prepare whore Wanda's whore 2
[10/30/2017 - 01:41:31PM] @@ BUILDER :EquipOutfit Wanda's whore 2 file=MariaNPCOutfits/whore/VET4
[10/30/2017 - 01:41:31PM] ERROR: Unable to call Delete - no native object bound to the script object, or object is of incorrect type
stack:
    [item 1 in container  (270C77BD)].zadHiderScript.Delete() - "<native>" Line ?
    [item 1 in container  (270C77BD)].zadHiderScript.OnContainerChanged() - "zadHiderScript.psc" Line 5
[10/30/2017 - 01:41:31PM] ERROR: Unable to call Delete - no native object bound to the script object, or object is of incorrect type
stack:
    [item 2 in container  (270C77BD)].zadHiderScript.Delete() - "<native>" Line ?
    [item 2 in container  (270C77BD)].zadHiderScript.OnContainerChanged() - "zadHiderScript.psc" Line 5
[10/30/2017 - 01:41:31PM] @@ BUILDER :Prepare pimp Wanda
[10/30/2017 - 01:41:31PM] [DLC2PillarBuilderActorScript < (040177DB)>]OnPackageStart()
[10/30/2017 - 01:41:31PM] @@ BUILDER :Prepare pimp Vanessa
[10/30/2017 - 01:41:31PM] @@ BUILDER :Prepare pimp Kira
[10/30/2017 - 01:41:32PM] @@ BUILDER :Prepare pimp helper Melinda
[10/30/2017 - 01:41:32PM] @@ BUILDER :Prepare pimp helper Natalie
[10/30/2017 - 01:41:32PM] @@ TOOLS :OnPlayerLoadGame-
[10/30/2017 - 01:41:32PM] [sGO] UpdateLoop:Begin
[10/30/2017 - 01:41:32PM] [sGO] UpdateLoop:Done
[10/30/2017 - 01:41:32PM] [Angrim] checking player race...
[10/30/2017 - 01:41:32PM] [Angrim] player race is Nord
[10/30/2017 - 01:41:32PM] [Angrim] checking if slavery mods are present...
[10/30/2017 - 01:41:33PM] [CF][Framework] Sending register event
[10/30/2017 - 01:41:35PM] [CF][Framework] Beginning JSON registration
[10/30/2017 - 01:41:35PM] [CF][Framework] Found 2 JSON files in creatures.d
[10/30/2017 - 01:41:35PM] [CF][Framework] Already loaded file slnc-mnc-db.json; skipping
[10/30/2017 - 01:41:35PM] [CF][Framework] Already loaded file slnc-mnc-dg.json; skipping
[10/30/2017 - 01:41:35PM] [CF][Framework] Finished JSON registration
[10/30/2017 - 01:41:35PM] [CF][Framework] Forcing active actor restart
[10/30/2017 - 01:41:36PM] [CF][Main Quest] Skipping cloak application; API is restarting active actors
[10/30/2017 - 01:41:37PM] [DLC2PillarBuilderActorScript < (040177DB)>]OnPackageStart()
[10/30/2017 - 01:41:37PM] [CF][Framework] Cleared log Form DB
[10/30/2017 - 01:41:37PM] [CF][Framework] Creature Framework is done initialising
[10/30/2017 - 01:41:38PM] [slamainscr <sla_Main (08042D62)>]:Defered maintenance...
[10/30/2017 - 01:41:38PM] [slamainscr <sla_Main (08042D62)>]: found Devious Devices - Assets.esm
[10/30/2017 - 01:41:38PM] [slamainscr <sla_Main (08042D62)>]: Enabled Desire spell
[10/30/2017 - 01:41:38PM] [slamainscr <sla_Main (08042D62)>]: Updated notification key to 49
[10/30/2017 - 01:41:38PM] [slamainscr <sla_Main (08042D62)>]: finished maintenance
[10/30/2017 - 01:41:38PM] [CF][Main Quest] The cloak is being applied for the first time since game load
[10/30/2017 - 01:41:39PM] [DLC2PillarBuilderActorScript < (040177DB)>]OnPackageStart()
[10/30/2017 - 01:41:46PM] [DD] Hotkey pushed: 38 Player in thread: -1
[10/30/2017 - 01:41:46PM] [DD] HOTKEYS: (Drain): 56 (Death):184
[10/30/2017 - 01:41:56PM] [DD] Hotkey pushed: 44 Player in thread: -1
[10/30/2017 - 01:41:56PM] [DD] HOTKEYS: (Drain): 56 (Death):184
[10/30/2017 - 01:42:06PM] [DLC1VampireSleepScript <DLC1VampireSleep (02008E3B)>]PlayerActivateBed() IsCoffin =False
[10/30/2017 - 01:42:19PM] VM is freezing...
[10/30/2017 - 01:42:19PM] VM is frozen
[10/30/2017 - 01:42:21PM] Saving game...
[10/30/2017 - 01:42:24PM] VM is thawing...
[10/30/2017 - 01:42:24PM] ERROR: Unable to call RegisterForModEvent - no native object bound to the script object, or object is of incorrect type
stack:
    [None].SOS_ActorMagicEffect_Script.RegisterForModEvent() - "<native>" Line ?
    [None].SOS_ActorMagicEffect_Script.OnEffectStart() - "SOS_ActorMagicEffect_Script.psc" Line 39
[10/30/2017 - 01:42:24PM] ERROR: Unable to call RegisterForModEvent - no native object bound to the script object, or object is of incorrect type
stack:
    [None].SOS_ActorMagicEffect_Script.RegisterForModEvent() - "<native>" Line ?
    [None].SOS_ActorMagicEffect_Script.OnEffectStart() - "SOS_ActorMagicEffect_Script.psc" Line 39
[10/30/2017 - 01:42:24PM] ERROR: Unable to call RegisterForModEvent - no native object bound to the script object, or object is of incorrect type
stack:
    [None].SOS_ActorMagicEffect_Script.RegisterForModEvent() - "<native>" Line ?
    [None].SOS_ActorMagicEffect_Script.OnEffectStart() - "SOS_ActorMagicEffect_Script.psc" Line 39
[10/30/2017 - 01:42:24PM] [dlc1radiantscript <DLC1Radiant (02004C1C)>]CreateQuestBasedOnLocation(None)
[10/30/2017 - 01:42:24PM] [dlc1radiantscript <DLC1Radiant (02004C1C)>]CreateQuestBasedOnLocation(None) is NOT creating a quest: as Location is None.
[10/30/2017 - 01:42:24PM] [DCL1VampireTurnPlayerScript <alias Player on quest DLC1VampireTurn (0200588C)>]OnLocationChange()
[10/30/2017 - 01:42:24PM] [bYOHHouseBuildingPlayerScript <alias Player on quest BYOHHouseBuilding (0300305D)>]: [Location < (250012D3)>], None
[10/30/2017 - 01:42:24PM] [byohhousebuildingscript <BYOHHouseBuilding (0300305D)>] PlayerChangeLocation: oldloc=[Location < (250012D3)>], newloc=None
[10/30/2017 - 01:42:24PM] @@ TOOLS :ReleaseSpectators
[10/30/2017 - 01:42:24PM] DARYL - [WeaponRackActivateSCRIPT < (00097C63)>] running OnCellLoad() and AlreadyInit = TRUE
[10/30/2017 - 01:42:24PM] DARYL - [WeaponRackActivateSCRIPT < (00097CF5)>] running OnCellLoad() and AlreadyInit = TRUE
[10/30/2017 - 01:42:24PM] DARYL - [WeaponRackActivateSCRIPT < (00097CF3)>] running OnCellLoad() and AlreadyInit = TRUE
[10/30/2017 - 01:42:24PM] error: Native static function EstrusMFG could find no matching static function on linked type zzestrusutil. Function will not be bound.
[10/30/2017 - 01:42:24PM] DARYL - [WeaponRackActivateSCRIPT < (00097C5D)>] running OnCellLoad() and AlreadyInit = TRUE
[10/30/2017 - 01:42:24PM] DARYL - [WeaponRackActivateSCRIPT < (00097C5B)>] running OnCellLoad() and AlreadyInit = TRUE
[10/30/2017 - 01:42:24PM] DARYL - [WeaponRackActivateSCRIPT < (00097CF7)>] running OnCellLoad() and AlreadyInit = TRUE
[10/30/2017 - 01:42:24PM] DARYL - [WeaponRackActivateSCRIPT < (00097C59)>] running OnCellLoad() and AlreadyInit = TRUE
[10/30/2017 - 01:42:24PM] DARYL - [WeaponRackActivateSCRIPT < (00097C63)>] The TriggerMarker is [WeaponRackTriggerSCRIPT < (00097C62)>]
[10/30/2017 - 01:42:24PM] DARYL - [WeaponRackActivateSCRIPT < (00097CF5)>] The TriggerMarker is [WeaponRackTriggerSCRIPT < (00097CF4)>]
[10/30/2017 - 01:42:24PM] DARYL - [WeaponRackActivateSCRIPT < (00097CF3)>] The TriggerMarker is [WeaponRackTriggerSCRIPT < (00097CF2)>]
[10/30/2017 - 01:42:24PM] DARYL - [WeaponRackActivateSCRIPT < (00097C5D)>] The TriggerMarker is [WeaponRackTriggerSCRIPT < (00097C5C)>]
[10/30/2017 - 01:42:24PM] DARYL - [WeaponRackActivateSCRIPT < (00097C5B)>] The TriggerMarker is [WeaponRackTriggerSCRIPT < (00097C5A)>]
[10/30/2017 - 01:42:24PM] DARYL - [WeaponRackActivateSCRIPT < (00097CF7)>] The TriggerMarker is [WeaponRackTriggerSCRIPT < (00097CF6)>]
[10/30/2017 - 01:42:24PM] DARYL - [WeaponRackActivateSCRIPT < (00097C59)>] The TriggerMarker is [WeaponRackTriggerSCRIPT < (00097C58)>]
[10/30/2017 - 01:42:24PM] [Zad]: OnEquipped(Greir: Plug (Iron) (Anal))
[10/30/2017 - 01:42:24PM] [Zad]: OnEquipped(Ulabae: CD Chastity Belt Padded Silver)
[10/30/2017 - 01:42:24PM] [Zad]: OnEquipped(Ulabae: Plug (Iron) (Anal))
[10/30/2017 - 01:42:24PM] [Zad]: OnEquipped(Laniel: Plug (Iron) (Anal))
[10/30/2017 - 01:42:24PM] [Zad]: OnEquipped(Laniel: CD Chastity Belt Padded Silver)
[10/30/2017 - 01:42:24PM] [Zad]: OnEquipped(Merta: CD Padded Collar Silver)
[10/30/2017 - 01:42:24PM] [Zad]: OnEquipped(Merta: Plug (Iron) (Anal))
[10/30/2017 - 01:42:24PM] [Zad]: OnEquipped(Merta: Little Devils Plug -The Tormentor)
[10/30/2017 - 01:42:24PM] [Zad]: OnEquipped(Hjolfr: CD Chastity Belt Padded Silver)
[10/30/2017 - 01:42:24PM] [Zad]: OnEquipped(Bagamul: Plug (Iron) (Anal))
[10/30/2017 - 01:42:24PM] [Zad]: OnEquipped(Bagamul: CD Chastity Belt Padded Silver)
[10/30/2017 - 01:42:24PM] [Zad]: OnEquipped(Hjolfr: Plug (Iron) (Anal))
[10/30/2017 - 01:42:24PM] [Zad]: OnEquipped(Greir: CD Chastity Belt Padded Silver)
[10/30/2017 - 01:42:24PM] [Zad]: No menus are open. Equipping silently.
[10/30/2017 - 01:42:24PM] [Zad]: No menus are open. Equipping silently.
[10/30/2017 - 01:42:24PM] [Zad]: No menus are open. Equipping silently.
[10/30/2017 - 01:42:24PM] [Zad]: No menus are open. Equipping silently.
[10/30/2017 - 01:42:24PM] [Zad]: No menus are open. Equipping silently.
[10/30/2017 - 01:42:24PM] [Zad]: No menus are open. Equipping silently.
[10/30/2017 - 01:42:24PM] [Zad]: No menus are open. Equipping silently.
[10/30/2017 - 01:42:24PM] [Zad]: No menus are open. Equipping silently.
[10/30/2017 - 01:42:24PM] [Zad]: No menus are open. Equipping silently.
[10/30/2017 - 01:42:24PM] [Zad]: No menus are open. Equipping silently.
[10/30/2017 - 01:42:24PM] [Zad]: No menus are open. Equipping silently.
[10/30/2017 - 01:42:24PM] [Zad]: No menus are open. Equipping silently.
[10/30/2017 - 01:42:24PM] [Zad]: OnEquipped(Fadril: Plug (Inflatable) (Anal))
[10/30/2017 - 01:42:24PM] [Zad]: OnEquipped(Fadril: CD Chastity Belt Padded Silver)
[10/30/2017 - 01:42:24PM] @@ TOOLS :Location ???
[10/30/2017 - 01:42:24PM] DARYL - [WeaponRackActivateSCRIPT < (00097CF3)>] finishing OnCellLoad() and AlreadyInit = TRUE
[10/30/2017 - 01:42:24PM] DARYL - [WeaponRackActivateSCRIPT < (00097CF7)>] finishing OnCellLoad() and AlreadyInit = TRUE
[10/30/2017 - 01:42:24PM] [Zad]: OnEquipped(Greir: Little Helpers Plug - Fighters)
[10/30/2017 - 01:42:24PM] [Zad]: OnEquipped(Raccan: CD Chastity Belt Padded Silver)
[10/30/2017 - 01:42:24PM] [Zad]: No menus are open. Equipping silently.
[10/30/2017 - 01:42:24PM] DARYL - [WeaponRackActivateSCRIPT < (00097C63)>] finishing OnCellLoad() and AlreadyInit = TRUE
[10/30/2017 - 01:42:24PM] DARYL - [WeaponRackActivateSCRIPT < (00097CF5)>] finishing OnCellLoad() and AlreadyInit = TRUE
[10/30/2017 - 01:42:24PM] [Zad]: No menus are open. Equipping silently.
[10/30/2017 - 01:42:24PM] DARYL - [WeaponRackActivateSCRIPT < (00097C5D)>] finishing OnCellLoad() and AlreadyInit = TRUE
[10/30/2017 - 01:42:24PM] DARYL - [WeaponRackActivateSCRIPT < (00097C5B)>] finishing OnCellLoad() and AlreadyInit = TRUE
[10/30/2017 - 01:42:24PM] DARYL - [WeaponRackActivateSCRIPT < (00097C59)>] finishing OnCellLoad() and AlreadyInit = TRUE
[10/30/2017 - 01:42:24PM] [Zad]: OnEquipped(Merta: CD Harness - Black Ebonite)
[10/30/2017 - 01:42:24PM] [Zad]: OnEquipped(Raccan: Plug (Iron) (Anal))
[10/30/2017 - 01:42:24PM] [Zad]: No menus are open. Equipping silently.
[10/30/2017 - 01:42:24PM] [Zad]: OnEquipped(): Detected/fixed broken item state. Raccan has rendered Belt in inventory still.
[10/30/2017 - 01:42:25PM] @@ TOOLS :Location cell= type=-1
[10/30/2017 - 01:42:25PM] [Zad]: OnEquipped(): Detected/fixed broken item state. Raccan has rendered Anal Plug in inventory still.
[10/30/2017 - 01:42:25PM] [sGO] UpdateLoop:Begin
[10/30/2017 - 01:42:25PM] [Zad]: OnEquipped(): Detected/fixed broken item state. Ulabae has rendered Anal Plug in inventory still.
[10/30/2017 - 01:42:25PM] [sGO] UpdateLoop:Done
[10/30/2017 - 01:42:25PM] [Zad]: OnUnequipped(Raccan: Plug (Iron) (Anal))
[10/30/2017 - 01:42:25PM] [Zad]: OnEquipped(): Detected/fixed broken item state. Laniel has rendered Anal Plug in inventory still.
[10/30/2017 - 01:42:25PM] [Zad]: OnUnequipped(Ulabae: Plug (Iron) (Anal))
[10/30/2017 - 01:42:25PM] [Zad]: OnEquipped(): Detected/fixed broken item state. Merta has rendered Collar in inventory still.
[10/30/2017 - 01:42:25PM] [Zad]: OnUnequipped(Laniel: Plug (Iron) (Anal))
[10/30/2017 - 01:42:25PM] [Zad]: OnEquipped(): Detected/fixed broken item state. Laniel has rendered Belt in inventory still.
[10/30/2017 - 01:42:25PM] [Zad]: OnUnequipped(Merta: CD Padded Collar Silver)
[10/30/2017 - 01:42:25PM] [Zad]: OnEquipped(): Detected/fixed broken item state. Merta has rendered Anal Plug in inventory still.
[10/30/2017 - 01:42:25PM] [Zad]: OnUnequipped(Laniel: CD Chastity Belt Padded Silver)
[10/30/2017 - 01:42:25PM] [Zad]: OnEquipped(): Detected/fixed broken item state. Merta has rendered Plugs in inventory still.
[10/30/2017 - 01:42:25PM] [Zad]: OnUnequipped(Merta: Plug (Iron) (Anal))
[10/30/2017 - 01:42:25PM] [Zad]: OnEquipped(): Detected/fixed broken item state. Bagamul has rendered Anal Plug in inventory still.
[10/30/2017 - 01:42:25PM] [Zad]: OnUnequipped(Merta: Little Devils Plug -The Tormentor)
[10/30/2017 - 01:42:25PM] [Zad]: OnEquipped(): Detected/fixed broken item state. Greir has rendered Anal Plug in inventory still.
[10/30/2017 - 01:42:25PM] [Zad]: No menus are open. Equipping silently.
[10/30/2017 - 01:42:25PM] [Zad]: OnUnequipped(Bagamul: Plug (Iron) (Anal))
[10/30/2017 - 01:42:25PM] [Zad]: No menus are open. Equipping silently.
[10/30/2017 - 01:42:25PM] [Zad]: No menus are open. Equipping silently.
[10/30/2017 - 01:42:25PM] [Zad]: OnUnequipped(Greir: Plug (Iron) (Anal))
[10/30/2017 - 01:42:25PM] [Zad]: No menus are open. Equipping silently.
[10/30/2017 - 01:42:25PM] [Zad]: OnUnequipped(Raccan: CD Chastity Belt Padded Silver)
[10/30/2017 - 01:42:25PM] [Zad]: OnEquipped(): Detected/fixed broken item state. Greir has rendered Belt in inventory still.
[10/30/2017 - 01:42:25PM] [Zad]: OnEquipped(): Detected/fixed broken item state. Ulabae has rendered Belt in inventory still.
[10/30/2017 - 01:42:25PM] [CRDE] enslaved: CD player is slave 2
[10/30/2017 - 01:42:25PM] [Zad]: OnUnequipped(Greir: CD Chastity Belt Padded Silver)
[10/30/2017 - 01:42:25PM] [CRDE] closest npc(s):
[10/30/2017 - 01:42:25PM] [Zad]: OnEquipped(): Detected/fixed broken item state. Fadril has rendered Belt in inventory still.
[10/30/2017 - 01:42:25PM] [Zad]: OnEquipped(): Detected/fixed broken item state. Hjolfr has rendered Anal Plug in inventory still.
[10/30/2017 - 01:42:25PM] [Zad]: OnEquipped(): Detected/fixed broken item state. Greir has rendered Plugs in inventory still.
[10/30/2017 - 01:42:25PM] [Zad]: OnUnequipped(Fadril: CD Chastity Belt Padded Silver)
[10/30/2017 - 01:42:25PM] [Zad]: OnUnequipped(Hjolfr: Plug (Iron) (Anal))
[10/30/2017 - 01:42:25PM] [Zad]: OnUnequipped(Greir: Little Helpers Plug - Fighters)
[10/30/2017 - 01:42:25PM] [Zad]: OnEquipped(): Detected/fixed broken item state. Hjolfr has rendered Belt in inventory still.
[10/30/2017 - 01:42:25PM] [Zad]: OnEquipped(): Detected/fixed broken item state. Fadril has rendered Pumps in inventory still.
[10/30/2017 - 01:42:26PM] [Zad]: OnEquipped(): Detected/fixed broken item state. Bagamul has rendered Belt in inventory still.
[10/30/2017 - 01:42:26PM] [Zad]: ReEquipExistingDevices() is working:1
[10/30/2017 - 01:42:26PM] [Zad]: OnUnequipped(Hjolfr: CD Chastity Belt Padded Silver)
[10/30/2017 - 01:42:26PM] [Zad]: OnUnequipped(Fadril: Plug (Inflatable) (Anal))
[10/30/2017 - 01:42:26PM] [Zad]: OnUnequipped(Bagamul: CD Chastity Belt Padded Silver)
[10/30/2017 - 01:42:26PM] [Zad]: OnUnequipped(Ulabae: CD Chastity Belt Padded Silver)
[10/30/2017 - 01:42:26PM] [Zad] ((WARNING)): StoreExposureRate called for actor Merta, but actor already has this information stored.
[10/30/2017 - 01:42:26PM] [Zad]: Sending device event DeviceEquippedHarness(Merta:0)
[10/30/2017 - 01:42:26PM] [Zad]: ReEquipExistingDevices() is working:1
[10/30/2017 - 01:42:26PM] [Zad]: Syncing for actor Merta.
[10/30/2017 - 01:42:26PM] [Zad]: SyncInventory(): Npc is equipping Harness.
[10/30/2017 - 01:42:26PM] [Zad]: SyncInventory(): Equipping Harness.
[10/30/2017 - 01:42:26PM] [Zad]: ReEquipExistingDevices() is working:1
[10/30/2017 - 01:42:26PM] [Zad]: RepopulateNpcs()
[10/30/2017 - 01:42:26PM] [Zad]: Not repopulating NPC slots: Feature is disabled.
[10/30/2017 - 01:42:26PM] [Zad]: original exposure rate was 2.000000. Setting to 6.000000.
[10/30/2017 - 01:42:26PM] [Zad]: CorsetMagic(): No corset equipped, done.
[10/30/2017 - 01:42:29PM] [CF][Creature Apply] Not activating ["Hjolfr" [Actor < (250A9937)>]]; creature isn't registered; race=["Nord" [Race <NordRace (00013746)>]] skin=["" [Armor < (00000D64)>]]
[10/30/2017 - 01:42:29PM] [CF][Creature Apply] Not activating ["Bagamul" [Actor < (250A992D)>]]; creature isn't registered; race=["Orc" [Race <OrcRace (00013747)>]] skin=["" [Armor < (00000D64)>]]
[10/30/2017 - 01:42:29PM] [CF][Creature Apply] Not activating ["Lilly" [Actor < (25192579)>]]; creature isn't registered; race=["Horse" [Race <HorseRace (000131FD)>]] skin=["" [Armor < (0008650E)>]]
[10/30/2017 - 01:42:29PM] [CF][Creature Apply] Not activating ["Élan" [Actor < (0008441A)>]]; creature isn't registered; race=["Deer" [Race <ElkRace (000131ED)>]] skin=["Elkmale" [Armor < (0005E979)>]]
[10/30/2017 - 01:42:29PM] [CF][Creature Apply] Not activating ["Merta" [Actor < (250A9935)>]]; creature isn't registered; race=["Nord" [Race <NordRace (00013746)>]] skin=["" [Armor < (00000D64)>]]
[10/30/2017 - 01:42:29PM] [CF][Creature Apply] Not activating ["Laniel" [Actor < (250A9931)>]]; creature isn't registered; race=["Breton" [Race <BretonRace (00013741)>]] skin=["" [Armor < (00000D64)>]]
[10/30/2017 - 01:42:29PM] [CF][Creature Apply] Not activating ["Renard" [Actor < (00105A11)>]]; creature isn't registered; race=["Fox" [Race <FoxRace (00109C7C)>]] skin=["" [Armor < (000829B4)>]]
[10/30/2017 - 01:42:29PM] [CF][Creature Apply] Not activating ["Élan" [Actor < (00097C51)>]]; creature isn't registered; race=["Deer" [Race <ElkRace (000131ED)>]] skin=["Elkmale" [Armor < (0005E979)>]]
[10/30/2017 - 01:42:29PM] [CF][Creature Apply] Not activating ["Chasseur" [Actor < (00097C68)>]]; creature isn't registered; race=["Imperial" [Race <ImperialRace (00013744)>]] skin=["" [Armor < (00000D64)>]]
[10/30/2017 - 01:42:29PM] [CF][Creature Apply] Not activating ["Ulabae" [Actor < (250A993B)>]]; creature isn't registered; race=["Dark Elf" [Race <DarkElfRace (00013742)>]] skin=["" [Armor < (00000D64)>]]
[10/30/2017 - 01:42:29PM] [CF][Creature Apply] Not activating ["Renard" [Actor < (0010839A)>]]; creature isn't registered; race=["Fox" [Race <FoxRace (00109C7C)>]] skin=["" [Armor < (000829B4)>]]
[10/30/2017 - 01:42:29PM] [CF][Creature Apply] Not activating ["Raccan" [Actor < (250A993F)>]]; creature isn't registered; race=["Redguard" [Race <RedguardRace (00013748)>]] skin=["" [Armor < (00000D64)>]]
[10/30/2017 - 01:42:29PM] [CF][Creature Apply] Not activating ["Greir" [Actor < (250A9933)>]]; creature isn't registered; race=["Nord" [Race <NordRace (00013746)>]] skin=["" [Armor < (00000D64)>]]
[10/30/2017 - 01:42:30PM] [CF][Creature Apply] Not activating ["Fadril" [Actor < (250A9939)>]]; creature isn't registered; race=["Wood Elf" [Race <WoodElfRace (00013749)>]] skin=["" [Armor < (00000D64)>]]
[10/30/2017 - 01:42:30PM] [CF][Creature Apply] Not activating ["Élan" [Actor < (00084419)>]]; creature isn't registered; race=["Deer" [Race <ElkRace (000131ED)>]] skin=["Elkmale" [Armor < (0005E979)>]]
[10/30/2017 - 01:42:30PM] [CF][Creature Apply] Not activating ["Elfe noir" [Actor < (00097C02)>]]; creature isn't registered; race=["Dark Elf" [Race <DarkElfRace (00013742)>]] skin=["" [Armor < (00000D64)>]]
[10/30/2017 - 01:42:39PM] VM is freezing...
[10/30/2017 - 01:42:39PM] VM is frozen
[10/30/2017 - 01:42:40PM] Saving game...
[10/30/2017 - 01:42:50PM] VM is thawing...
[10/30/2017 - 01:42:50PM] [DLC2PillarBuilderActorScript < (040177DD)>]OnPackageStart()
[10/30/2017 - 01:42:50PM] @@ TOOLS :ReleaseSpectators
[10/30/2017 - 01:42:50PM] [DCL1VampireTurnPlayerScript <alias Player on quest DLC1VampireTurn (0200588C)>]OnLocationChange()
[10/30/2017 - 01:42:50PM] [bYOHHouseBuildingPlayerScript <alias Player on quest BYOHHouseBuilding (0300305D)>]: None, [Location < (00018A5A)>]
[10/30/2017 - 01:42:50PM] [dlc1radiantscript <DLC1Radiant (02004C1C)>]CreateQuestBasedOnLocation([Location < (00018A5A)>])
[10/30/2017 - 01:42:50PM] [byohhousebuildingscript <BYOHHouseBuilding (0300305D)>] PlayerChangeLocation: oldloc=None, newloc=[Location < (00018A5A)>]
[10/30/2017 - 01:42:50PM] [DLC2PillarBuilderActorScript < (040177DB)>]OnPackageStart()
[10/30/2017 - 01:42:50PM] SLKR: One hour passes. Checking ...
[10/30/2017 - 01:42:51PM] SLKR: Walled city
[10/30/2017 - 01:42:51PM] [dlc1radiantscript <DLC1Radiant (02004C1C)>]CreateQuestBasedOnLocation([Location < (00018A5A)>]) is NOT creating a quest: as Location is neither DLC1HunterHQLocation nor DLC1VampireCastleLocation
[10/30/2017 - 01:42:51PM] [Zad]: ZadNpc::OnUpdateGameTime()
[10/30/2017 - 01:42:51PM] Updating Orphanables Status: ------------------------
[10/30/2017 - 01:42:51PM] [Zad]: ZadNpc::DoRegister(1.499989)
[10/30/2017 - 01:42:51PM] [Zad]: UpdateExposure([Actor < (00000014)>],0.500000,False)
[10/30/2017 - 01:42:51PM] [CF][Creature Apply] Not activating ["Garde de Solitude" [Actor < (0002E1D2)>]]; creature isn't registered; race=["Nord" [Race <NordRace (00013746)>]] skin=["" [Armor < (00000D64)>]]
[10/30/2017 - 01:42:51PM] SLKR: 1 nearby NPCs
[10/30/2017 - 01:42:51PM] SLKR: Calculated chance is -35%
[10/30/2017 - 01:42:51PM] @@ TOOLS :Location cell= type=0
[10/30/2017 - 01:42:51PM] [CF][Creature Apply] Not activating ["Dervenin" [Actor < (000198DC)>]]; creature isn't registered; race=["Wood Elf" [Race <WoodElfRace (00013749)>]] skin=["" [Armor < (00000D64)>]]
[10/30/2017 - 01:42:51PM] [Zad]: Finished processing events. Re-Polling..
[10/30/2017 - 01:42:51PM] [CF][Creature Apply] Not activating ["Garde de Solitude" [Actor < (0002E1DF)>]]; creature isn't registered; race=["Nord" [Race <NordRace (00013746)>]] skin=["" [Armor < (00000D64)>]]
[10/30/2017 - 01:42:51PM] SOS Actor Schlongify: new schlong for Garde de Solitude got schlong index 0 size 6
[10/30/2017 - 01:42:51PM] SOS Actor Schlongify: new schlong for Garde de Solitude got schlong index 0 size 8
[10/30/2017 - 01:42:51PM] [Zad]: UpdateExposure([Actor < (00000014)>],0.500000,False)
[10/30/2017 - 01:42:51PM] [CF][Creature Apply] Not activating ["Melaran" [WIDeadBodyCleanupScript < (0001A638)>]]; creature isn't registered; race=["High Elf" [Race <HighElfRace (00013743)>]] skin=["" [Armor < (00000D64)>]]
[10/30/2017 - 01:42:51PM] SOS Actor Schlongify: new schlong for Melaran got schlong index 0 size 4
[10/30/2017 - 01:42:51PM] SOS MarkArmorAsConcealing: registering armor as concealing Robe de mage bleue
[10/30/2017 - 01:42:51PM] [Zad]: CheckAllEvents()
[10/30/2017 - 01:42:52PM] [Zad]: Processing [Plug Moan]
[10/30/2017 - 01:42:52PM] [Zad]: Config Interval:1.500000. Total number of events: 1. Next staggered update in 1.500000
[10/30/2017 - 01:42:52PM] -------------------
[10/30/2017 - 01:42:53PM] [DLC2PillarBuilderActorScript < (040177DB)>]OnPackageStart()
[10/30/2017 - 01:42:55PM] RNPC: Periodic update check.
[10/30/2017 - 01:42:56PM] [DLC2PillarBuilderActorScript < (040177DB)>]OnPackageStart()
[10/30/2017 - 01:42:57PM] [CRDE] invalid: Fadril actor is too far away from player now
[10/30/2017 - 01:42:57PM] [CRDE] invalid: Laniel actor is too far away from player now
[10/30/2017 - 01:42:57PM] [CRDE] invalid: Hjolfr actor is too far away from player now
[10/30/2017 - 01:42:57PM] [CRDE] invalid: Bagamul actor is too far away from player now
[10/30/2017 - 01:42:57PM] [CRDE] invalid: Merta actor is too far away from player now
[10/30/2017 - 01:42:57PM] [CRDE] invalid: Merta actor is too far away from player now
[10/30/2017 - 01:42:57PM] [CRDE] No nearby NPCs, leaving early
[10/30/2017 - 01:42:57PM] [CRDE] OnUpdate time:32.237999
[10/30/2017 - 01:42:58PM] [DLC2PillarBuilderActorScript < (040177DB)>]OnPackageStart()
[10/30/2017 - 01:43:08PM] VM is freezing...
[10/30/2017 - 01:43:08PM] VM is frozen
[10/30/2017 - 01:43:09PM] Saving game...
[10/30/2017 - 01:43:18PM] VM is thawing...
[10/30/2017 - 01:43:18PM] [DLC2PillarBuilderActorScript < (040177DB)>]OnPackageStart()
[10/30/2017 - 01:43:18PM] @@ TOOLS :ReleaseSpectators
[10/30/2017 - 01:43:18PM] [bYOHHouseBuildingPlayerScript <alias Player on quest BYOHHouseBuilding (0300305D)>]: [Location < (00018A5A)>], [Location < (00018A53)>]
[10/30/2017 - 01:43:18PM] [byohhousebuildingscript <BYOHHouseBuilding (0300305D)>] PlayerChangeLocation: oldloc=[Location < (00018A5A)>], newloc=[Location < (00018A53)>]
[10/30/2017 - 01:43:18PM] [DCL1VampireTurnPlayerScript <alias Player on quest DLC1VampireTurn (0200588C)>]OnLocationChange()
[10/30/2017 - 01:43:18PM] [dlc1radiantscript <DLC1Radiant (02004C1C)>]CreateQuestBasedOnLocation([Location < (00018A53)>])
[10/30/2017 - 01:43:18PM] SLKR: One hour passes. Checking ...
[10/30/2017 - 01:43:18PM] SLKR: Night
[10/30/2017 - 01:43:18PM] SLKR: Non-walled city
[10/30/2017 - 01:43:19PM] [dlc1radiantscript <DLC1Radiant (02004C1C)>]CreateQuestBasedOnLocation([Location < (00018A53)>]) is NOT creating a quest: as Location is neither DLC1HunterHQLocation nor DLC1VampireCastleLocation
[10/30/2017 - 01:43:19PM] [Zad]: ZadNpc::OnUpdateGameTime()
[10/30/2017 - 01:43:19PM] Updating Orphanables Status: ------------------------
[10/30/2017 - 01:43:19PM] [Zad]: ZadNpc::DoRegister(1.499979)
[10/30/2017 - 01:43:19PM] [Zad]: UpdateExposure([Actor < (00000014)>],0.500000,False)
[10/30/2017 - 01:43:19PM] SOS Actor Schlongify: new schlong for Thonnir got schlong index 0 size 5
[10/30/2017 - 01:43:19PM] @@ TOOLS :Location cell= type=1
[10/30/2017 - 01:43:19PM] SLKR: 3 nearby NPCs
[10/30/2017 - 01:43:19PM] SLKR: Calculated chance is 5%
[10/30/2017 - 01:43:19PM] [Zad]: Finished processing events. Re-Polling..
[10/30/2017 - 01:43:19PM] [Zad]: UpdateExposure([Actor < (00000014)>],0.500000,False)
[10/30/2017 - 01:43:19PM] [Zad]: CheckAllEvents()
[10/30/2017 - 01:43:19PM] SOS Actor Schlongify: new schlong for Garde de Morthal got schlong index 0 size 6
[10/30/2017 - 01:43:20PM] SOS Actor Schlongify: new schlong for Benor got schlong index 0 size 7
[10/30/2017 - 01:43:20PM] SOS Actor Schlongify: new schlong for Jorgen got schlong index 0 size 1
[10/30/2017 - 01:43:20PM] SOS Actor Schlongify: new schlong for Garde de Morthal got schlong index 0 size 9
[10/30/2017 - 01:43:20PM] SOS Actor Schlongify: new schlong for Garde de Morthal got schlong index 0 size 4
[10/30/2017 - 01:43:20PM] SOS Actor Schlongify: new schlong for Légat Taurinus Duilis got schlong index 0 size 4
[10/30/2017 - 01:43:20PM] SOS Actor Schlongify: new schlong for Aslfur got schlong index 0 size 9
[10/30/2017 - 01:43:20PM] [Zad]: Processing [Restraints+Armor]
[10/30/2017 - 01:43:20PM] -------------------
[10/30/2017 - 01:43:20PM] [Zad]: Config Interval:1.500000. Total number of events: 1. Next staggered update in 1.500000
[10/30/2017 - 01:43:33PM] [CF][Creature Apply] Not activating ["Garde de Morthal" [Actor < (0002C82B)>]]; creature isn't registered; race=["Nord" [Race <NordRace (00013746)>]] skin=["" [Armor < (00000D64)>]]
[10/30/2017 - 01:43:33PM] [CF][Creature Apply] Not activating ["Garde de Morthal" [Actor < (0002C822)>]]; creature isn't registered; race=["Nord" [Race <NordRace (00013746)>]] skin=["" [Armor < (00000D64)>]]
[10/30/2017 - 01:43:33PM] [CF][Creature Apply] Not activating ["Garde de Morthal" [Actor < (0002C823)>]]; creature isn't registered; race=["Nord" [Race <NordRace (00013746)>]] skin=["" [Armor < (00000D64)>]]
[10/30/2017 - 01:43:33PM] [CF][Creature Apply] Not activating ["Thonnir" [Actor < (0001AA6B)>]]; creature isn't registered; race=["Nord" [Race <NordRace (00013746)>]] skin=["" [Armor < (00000D64)>]]
[10/30/2017 - 01:43:33PM] [CF][Creature Apply] Not activating ["Poulet" [Actor < (001066D8)>]]; creature isn't registered; race=["rabbit" [Race <ChickenRace (000A919D)>]] skin=["Poulet" [Armor < (000A919C)>]]
[10/30/2017 - 01:43:33PM] [CF][Creature Apply] Not activating ["Légat Taurinus Duilis" [CWFieldCOCrimeFactionScript < (00077DD7)>]]; creature isn't registered; race=["Imperial" [Race <ImperialRace (00013744)>]] skin=["" [Armor < (00000D64)>]]
[10/30/2017 - 01:43:33PM] [CF][Creature Apply] Not activating ["Garde de Morthal" [Actor < (0002C82C)>]]; creature isn't registered; race=["Nord" [Race <NordRace (00013746)>]] skin=["" [Armor < (00000D64)>]]
[10/30/2017 - 01:43:33PM] [CF][Creature Apply] Not activating ["Poulet" [Actor < (001066D7)>]]; creature isn't registered; race=["rabbit" [Race <ChickenRace (000A919D)>]] skin=["Poulet" [Armor < (000A919C)>]]
[10/30/2017 - 01:43:33PM] [CF][Creature Apply] Not activating ["Poulet" [Actor < (001066D9)>]]; creature isn't registered; race=["rabbit" [Race <ChickenRace (000A919D)>]] skin=["Poulet" [Armor < (000A919C)>]]
[10/30/2017 - 01:43:33PM] [CF][Creature Apply] Not activating ["Benor" [Actor < (0001AA65)>]]; creature isn't registered; race=["Nord" [Race <NordRace (00013746)>]] skin=["" [Armor < (00000D64)>]]
[10/30/2017 - 01:43:33PM] [CF][Creature Apply] Not activating ["Jorgen" [Actor < (0001AA60)>]]; creature isn't registered; race=["Nord" [Race <NordRace (00013746)>]] skin=["" [Armor < (00000D64)>]]
[10/30/2017 - 01:43:33PM] [CF][Creature Apply] Not activating ["Lami" [TrainerGoldScript < (0001AA61)>]]; creature isn't registered; race=["Nord" [Race <NordRace (00013746)>]] skin=["" [Armor < (00000D64)>]]
[10/30/2017 - 01:43:33PM] [CF][Creature Apply] Not activating ["Aslfur" [Actor < (0001AA68)>]]; creature isn't registered; race=["Nord" [Race <NordRace (00013746)>]] skin=["" [Armor < (00000D64)>]]
[10/30/2017 - 01:43:37PM] [DD] Hotkey pushed: 39 Player in thread: -1
[10/30/2017 - 01:43:37PM] [DD] HOTKEYS: (Drain): 56 (Death):184
[10/30/2017 - 01:43:37PM] ERROR: Array index 28 is out of range (0-9)
stack:
    [HoSLDDMain (1D00B46E)].hoslddmain.GetClosestActor() - "HoSLDDMain.psc" Line 196
    [HoSLDDMain (1D00B46E)].hoslddmain.StartKissing() - "HoSLDDMain.psc" Line 219
    [HoSLDDMain (1D00B46E)].hoslddmain.OnKeyDown() - "HoSLDDMain.psc" Line 154
[10/30/2017 - 01:43:37PM] ERROR: Array index 28 is out of range (0-9)
stack:
    [HoSLDDMain (1D00B46E)].hoslddmain.GetClosestActor() - "HoSLDDMain.psc" Line 196
    [HoSLDDMain (1D00B46E)].hoslddmain.StartKissing() - "HoSLDDMain.psc" Line 219
    [HoSLDDMain (1D00B46E)].hoslddmain.OnKeyDown() - "HoSLDDMain.psc" Line 154
[10/30/2017 - 01:43:37PM] ERROR: Array index 27 is out of range (0-9)
stack:
    [HoSLDDMain (1D00B46E)].hoslddmain.GetClosestActor() - "HoSLDDMain.psc" Line 196
    [HoSLDDMain (1D00B46E)].hoslddmain.StartKissing() - "HoSLDDMain.psc" Line 219
    [HoSLDDMain (1D00B46E)].hoslddmain.OnKeyDown() - "HoSLDDMain.psc" Line 154
[10/30/2017 - 01:43:37PM] ERROR: Array index 27 is out of range (0-9)
stack:
    [HoSLDDMain (1D00B46E)].hoslddmain.GetClosestActor() - "HoSLDDMain.psc" Line 196
    [HoSLDDMain (1D00B46E)].hoslddmain.StartKissing() - "HoSLDDMain.psc" Line 219
    [HoSLDDMain (1D00B46E)].hoslddmain.OnKeyDown() - "HoSLDDMain.psc" Line 154
[10/30/2017 - 01:43:37PM] ERROR: Array index 26 is out of range (0-9)
stack:
    [HoSLDDMain (1D00B46E)].hoslddmain.GetClosestActor() - "HoSLDDMain.psc" Line 196
    [HoSLDDMain (1D00B46E)].hoslddmain.StartKissing() - "HoSLDDMain.psc" Line 219
    [HoSLDDMain (1D00B46E)].hoslddmain.OnKeyDown() - "HoSLDDMain.psc" Line 154
[10/30/2017 - 01:43:37PM] ERROR: Array index 26 is out of range (0-9)
stack:
    [HoSLDDMain (1D00B46E)].hoslddmain.GetClosestActor() - "HoSLDDMain.psc" Line 196
    [HoSLDDMain (1D00B46E)].hoslddmain.StartKissing() - "HoSLDDMain.psc" Line 219
    [HoSLDDMain (1D00B46E)].hoslddmain.OnKeyDown() - "HoSLDDMain.psc" Line 154
[10/30/2017 - 01:43:37PM] ERROR: Array index 25 is out of range (0-9)
stack:
    [HoSLDDMain (1D00B46E)].hoslddmain.GetClosestActor() - "HoSLDDMain.psc" Line 196
    [HoSLDDMain (1D00B46E)].hoslddmain.StartKissing() - "HoSLDDMain.psc" Line 219
    [HoSLDDMain (1D00B46E)].hoslddmain.OnKeyDown() - "HoSLDDMain.psc" Line 154
[10/30/2017 - 01:43:37PM] ERROR: Array index 25 is out of range (0-9)
stack:
    [HoSLDDMain (1D00B46E)].hoslddmain.GetClosestActor() - "HoSLDDMain.psc" Line 196
    [HoSLDDMain (1D00B46E)].hoslddmain.StartKissing() - "HoSLDDMain.psc" Line 219
    [HoSLDDMain (1D00B46E)].hoslddmain.OnKeyDown() - "HoSLDDMain.psc" Line 154
[10/30/2017 - 01:43:37PM] ERROR: Array index 24 is out of range (0-9)
stack:
    [HoSLDDMain (1D00B46E)].hoslddmain.GetClosestActor() - "HoSLDDMain.psc" Line 196
    [HoSLDDMain (1D00B46E)].hoslddmain.StartKissing() - "HoSLDDMain.psc" Line 219
    [HoSLDDMain (1D00B46E)].hoslddmain.OnKeyDown() - "HoSLDDMain.psc" Line 154
[10/30/2017 - 01:43:37PM] ERROR: Array index 24 is out of range (0-9)
stack:
    [HoSLDDMain (1D00B46E)].hoslddmain.GetClosestActor() - "HoSLDDMain.psc" Line 196
    [HoSLDDMain (1D00B46E)].hoslddmain.StartKissing() - "HoSLDDMain.psc" Line 219
    [HoSLDDMain (1D00B46E)].hoslddmain.OnKeyDown() - "HoSLDDMain.psc" Line 154
[10/30/2017 - 01:43:37PM] ERROR: Array index 23 is out of range (0-9)
stack:
    [HoSLDDMain (1D00B46E)].hoslddmain.GetClosestActor() - "HoSLDDMain.psc" Line 196
    [HoSLDDMain (1D00B46E)].hoslddmain.StartKissing() - "HoSLDDMain.psc" Line 219
    [HoSLDDMain (1D00B46E)].hoslddmain.OnKeyDown() - "HoSLDDMain.psc" Line 154
[10/30/2017 - 01:43:37PM] ERROR: Array index 23 is out of range (0-9)
stack:
    [HoSLDDMain (1D00B46E)].hoslddmain.GetClosestActor() - "HoSLDDMain.psc" Line 196
    [HoSLDDMain (1D00B46E)].hoslddmain.StartKissing() - "HoSLDDMain.psc" Line 219
    [HoSLDDMain (1D00B46E)].hoslddmain.OnKeyDown() - "HoSLDDMain.psc" Line 154
[10/30/2017 - 01:43:37PM] ERROR: Array index 22 is out of range (0-9)
stack:
    [HoSLDDMain (1D00B46E)].hoslddmain.GetClosestActor() - "HoSLDDMain.psc" Line 196
    [HoSLDDMain (1D00B46E)].hoslddmain.StartKissing() - "HoSLDDMain.psc" Line 219
    [HoSLDDMain (1D00B46E)].hoslddmain.OnKeyDown() - "HoSLDDMain.psc" Line 154
[10/30/2017 - 01:43:37PM] ERROR: Array index 22 is out of range (0-9)
stack:
    [HoSLDDMain (1D00B46E)].hoslddmain.GetClosestActor() - "HoSLDDMain.psc" Line 196
    [HoSLDDMain (1D00B46E)].hoslddmain.StartKissing() - "HoSLDDMain.psc" Line 219
    [HoSLDDMain (1D00B46E)].hoslddmain.OnKeyDown() - "HoSLDDMain.psc" Line 154
[10/30/2017 - 01:43:37PM] ERROR: Array index 21 is out of range (0-9)
stack:
    [HoSLDDMain (1D00B46E)].hoslddmain.GetClosestActor() - "HoSLDDMain.psc" Line 196
    [HoSLDDMain (1D00B46E)].hoslddmain.StartKissing() - "HoSLDDMain.psc" Line 219
    [HoSLDDMain (1D00B46E)].hoslddmain.OnKeyDown() - "HoSLDDMain.psc" Line 154
[10/30/2017 - 01:43:37PM] ERROR: Array index 21 is out of range (0-9)
stack:
    [HoSLDDMain (1D00B46E)].hoslddmain.GetClosestActor() - "HoSLDDMain.psc" Line 196
    [HoSLDDMain (1D00B46E)].hoslddmain.StartKissing() - "HoSLDDMain.psc" Line 219
    [HoSLDDMain (1D00B46E)].hoslddmain.OnKeyDown() - "HoSLDDMain.psc" Line 154
[10/30/2017 - 01:43:37PM] ERROR: Array index 20 is out of range (0-9)
stack:
    [HoSLDDMain (1D00B46E)].hoslddmain.GetClosestActor() - "HoSLDDMain.psc" Line 196
    [HoSLDDMain (1D00B46E)].hoslddmain.StartKissing() - "HoSLDDMain.psc" Line 219
    [HoSLDDMain (1D00B46E)].hoslddmain.OnKeyDown() - "HoSLDDMain.psc" Line 154
[10/30/2017 - 01:43:37PM] ERROR: Array index 20 is out of range (0-9)
stack:
    [HoSLDDMain (1D00B46E)].hoslddmain.GetClosestActor() - "HoSLDDMain.psc" Line 196
    [HoSLDDMain (1D00B46E)].hoslddmain.StartKissing() - "HoSLDDMain.psc" Line 219
    [HoSLDDMain (1D00B46E)].hoslddmain.OnKeyDown() - "HoSLDDMain.psc" Line 154
[10/30/2017 - 01:43:37PM] ERROR: Array index 19 is out of range (0-9)
stack:
    [HoSLDDMain (1D00B46E)].hoslddmain.GetClosestActor() - "HoSLDDMain.psc" Line 196
    [HoSLDDMain (1D00B46E)].hoslddmain.StartKissing() - "HoSLDDMain.psc" Line 219
    [HoSLDDMain (1D00B46E)].hoslddmain.OnKeyDown() - "HoSLDDMain.psc" Line 154
[10/30/2017 - 01:43:37PM] ERROR: Array index 19 is out of range (0-9)
stack:
    [HoSLDDMain (1D00B46E)].hoslddmain.GetClosestActor() - "HoSLDDMain.psc" Line 196
    [HoSLDDMain (1D00B46E)].hoslddmain.StartKissing() - "HoSLDDMain.psc" Line 219
    [HoSLDDMain (1D00B46E)].hoslddmain.OnKeyDown() - "HoSLDDMain.psc" Line 154
[10/30/2017 - 01:43:37PM] ERROR: Array index 18 is out of range (0-9)
stack:
    [HoSLDDMain (1D00B46E)].hoslddmain.GetClosestActor() - "HoSLDDMain.psc" Line 196
    [HoSLDDMain (1D00B46E)].hoslddmain.StartKissing() - "HoSLDDMain.psc" Line 219
    [HoSLDDMain (1D00B46E)].hoslddmain.OnKeyDown() - "HoSLDDMain.psc" Line 154
[10/30/2017 - 01:43:37PM] ERROR: Array index 18 is out of range (0-9)
stack:
    [HoSLDDMain (1D00B46E)].hoslddmain.GetClosestActor() - "HoSLDDMain.psc" Line 196
    [HoSLDDMain (1D00B46E)].hoslddmain.StartKissing() - "HoSLDDMain.psc" Line 219
    [HoSLDDMain (1D00B46E)].hoslddmain.OnKeyDown() - "HoSLDDMain.psc" Line 154
[10/30/2017 - 01:43:37PM] ERROR: Array index 17 is out of range (0-9)
stack:
    [HoSLDDMain (1D00B46E)].hoslddmain.GetClosestActor() - "HoSLDDMain.psc" Line 196
    [HoSLDDMain (1D00B46E)].hoslddmain.StartKissing() - "HoSLDDMain.psc" Line 219
    [HoSLDDMain (1D00B46E)].hoslddmain.OnKeyDown() - "HoSLDDMain.psc" Line 154
[10/30/2017 - 01:43:37PM] ERROR: Array index 17 is out of range (0-9)
stack:
    [HoSLDDMain (1D00B46E)].hoslddmain.GetClosestActor() - "HoSLDDMain.psc" Line 196
    [HoSLDDMain (1D00B46E)].hoslddmain.StartKissing() - "HoSLDDMain.psc" Line 219
    [HoSLDDMain (1D00B46E)].hoslddmain.OnKeyDown() - "HoSLDDMain.psc" Line 154
[10/30/2017 - 01:43:37PM] ERROR: Array index 16 is out of range (0-9)
stack:
    [HoSLDDMain (1D00B46E)].hoslddmain.GetClosestActor() - "HoSLDDMain.psc" Line 196
    [HoSLDDMain (1D00B46E)].hoslddmain.StartKissing() - "HoSLDDMain.psc" Line 219
    [HoSLDDMain (1D00B46E)].hoslddmain.OnKeyDown() - "HoSLDDMain.psc" Line 154
[10/30/2017 - 01:43:37PM] ERROR: Array index 16 is out of range (0-9)
stack:
    [HoSLDDMain (1D00B46E)].hoslddmain.GetClosestActor() - "HoSLDDMain.psc" Line 196
    [HoSLDDMain (1D00B46E)].hoslddmain.StartKissing() - "HoSLDDMain.psc" Line 219
    [HoSLDDMain (1D00B46E)].hoslddmain.OnKeyDown() - "HoSLDDMain.psc" Line 154
[10/30/2017 - 01:43:37PM] ERROR: Array index 15 is out of range (0-9)
stack:
    [HoSLDDMain (1D00B46E)].hoslddmain.GetClosestActor() - "HoSLDDMain.psc" Line 196
    [HoSLDDMain (1D00B46E)].hoslddmain.StartKissing() - "HoSLDDMain.psc" Line 219
    [HoSLDDMain (1D00B46E)].hoslddmain.OnKeyDown() - "HoSLDDMain.psc" Line 154
[10/30/2017 - 01:43:37PM] ERROR: Array index 15 is out of range (0-9)
stack:
    [HoSLDDMain (1D00B46E)].hoslddmain.GetClosestActor() - "HoSLDDMain.psc" Line 196
    [HoSLDDMain (1D00B46E)].hoslddmain.StartKissing() - "HoSLDDMain.psc" Line 219
    [HoSLDDMain (1D00B46E)].hoslddmain.OnKeyDown() - "HoSLDDMain.psc" Line 154
[10/30/2017 - 01:43:37PM] ERROR: Array index 14 is out of range (0-9)
stack:
    [HoSLDDMain (1D00B46E)].hoslddmain.GetClosestActor() - "HoSLDDMain.psc" Line 196
    [HoSLDDMain (1D00B46E)].hoslddmain.StartKissing() - "HoSLDDMain.psc" Line 219
    [HoSLDDMain (1D00B46E)].hoslddmain.OnKeyDown() - "HoSLDDMain.psc" Line 154
[10/30/2017 - 01:43:37PM] ERROR: Array index 14 is out of range (0-9)
stack:
    [HoSLDDMain (1D00B46E)].hoslddmain.GetClosestActor() - "HoSLDDMain.psc" Line 196
    [HoSLDDMain (1D00B46E)].hoslddmain.StartKissing() - "HoSLDDMain.psc" Line 219
    [HoSLDDMain (1D00B46E)].hoslddmain.OnKeyDown() - "HoSLDDMain.psc" Line 154
[10/30/2017 - 01:43:37PM] ERROR: Array index 13 is out of range (0-9)
stack:
    [HoSLDDMain (1D00B46E)].hoslddmain.GetClosestActor() - "HoSLDDMain.psc" Line 196
    [HoSLDDMain (1D00B46E)].hoslddmain.StartKissing() - "HoSLDDMain.psc" Line 219
    [HoSLDDMain (1D00B46E)].hoslddmain.OnKeyDown() - "HoSLDDMain.psc" Line 154
[10/30/2017 - 01:43:37PM] ERROR: Array index 13 is out of range (0-9)
stack:
    [HoSLDDMain (1D00B46E)].hoslddmain.GetClosestActor() - "HoSLDDMain.psc" Line 196
    [HoSLDDMain (1D00B46E)].hoslddmain.StartKissing() - "HoSLDDMain.psc" Line 219
    [HoSLDDMain (1D00B46E)].hoslddmain.OnKeyDown() - "HoSLDDMain.psc" Line 154
[10/30/2017 - 01:43:37PM] ERROR: Array index 12 is out of range (0-9)
stack:
    [HoSLDDMain (1D00B46E)].hoslddmain.GetClosestActor() - "HoSLDDMain.psc" Line 196
    [HoSLDDMain (1D00B46E)].hoslddmain.StartKissing() - "HoSLDDMain.psc" Line 219
    [HoSLDDMain (1D00B46E)].hoslddmain.OnKeyDown() - "HoSLDDMain.psc" Line 154
[10/30/2017 - 01:43:37PM] ERROR: Array index 12 is out of range (0-9)
stack:
    [HoSLDDMain (1D00B46E)].hoslddmain.GetClosestActor() - "HoSLDDMain.psc" Line 196
    [HoSLDDMain (1D00B46E)].hoslddmain.StartKissing() - "HoSLDDMain.psc" Line 219
    [HoSLDDMain (1D00B46E)].hoslddmain.OnKeyDown() - "HoSLDDMain.psc" Line 154
[10/30/2017 - 01:43:37PM] ERROR: Array index 11 is out of range (0-9)
stack:
    [HoSLDDMain (1D00B46E)].hoslddmain.GetClosestActor() - "HoSLDDMain.psc" Line 196
    [HoSLDDMain (1D00B46E)].hoslddmain.StartKissing() - "HoSLDDMain.psc" Line 219
    [HoSLDDMain (1D00B46E)].hoslddmain.OnKeyDown() - "HoSLDDMain.psc" Line 154
[10/30/2017 - 01:43:37PM] ERROR: Array index 11 is out of range (0-9)
stack:
    [HoSLDDMain (1D00B46E)].hoslddmain.GetClosestActor() - "HoSLDDMain.psc" Line 196
    [HoSLDDMain (1D00B46E)].hoslddmain.StartKissing() - "HoSLDDMain.psc" Line 219
    [HoSLDDMain (1D00B46E)].hoslddmain.OnKeyDown() - "HoSLDDMain.psc" Line 154
[10/30/2017 - 01:43:37PM] ERROR: Array index 10 is out of range (0-9)
stack:
    [HoSLDDMain (1D00B46E)].hoslddmain.GetClosestActor() - "HoSLDDMain.psc" Line 196
    [HoSLDDMain (1D00B46E)].hoslddmain.StartKissing() - "HoSLDDMain.psc" Line 219
    [HoSLDDMain (1D00B46E)].hoslddmain.OnKeyDown() - "HoSLDDMain.psc" Line 154
[10/30/2017 - 01:43:37PM] ERROR: Array index 10 is out of range (0-9)
stack:
    [HoSLDDMain (1D00B46E)].hoslddmain.GetClosestActor() - "HoSLDDMain.psc" Line 196
    [HoSLDDMain (1D00B46E)].hoslddmain.StartKissing() - "HoSLDDMain.psc" Line 219
    [HoSLDDMain (1D00B46E)].hoslddmain.OnKeyDown() - "HoSLDDMain.psc" Line 154
[10/30/2017 - 01:43:39PM] [sGO] UpdateLoop:Begin
[10/30/2017 - 01:43:39PM] [sGO] UpdateLoop:Done
[10/30/2017 - 01:43:41PM] SOS Actor Schlongify: new schlong for Gorm got schlong index 0 size 3
[10/30/2017 - 01:43:42PM] [CF][Creature Apply] Not activating ["Vasard" [Actor < (0010832F)>]]; creature isn't registered; race=["Vasard" [Race <MudcrabRace (000BA545)>]] skin=["" [Armor < (000E40BA)>]]
[10/30/2017 - 01:43:42PM] [CF][Creature Apply] Not activating ["Gorm" [Actor < (0001AA69)>]]; creature isn't registered; race=["Nord" [Race <NordRace (00013746)>]] skin=["" [Armor < (00000D64)>]]
[10/30/2017 - 01:43:42PM] [CF][Creature Apply] Not activating ["Vasard" [Actor < (00108330)>]]; creature isn't registered; race=["Vasard" [Race <MudcrabRace (000BA545)>]] skin=["" [Armor < (000E40BB)>]]
[10/30/2017 - 01:43:44PM] ERROR:  (000844A5): cannot enable an object with an enable state parent.
stack:
    [ (000844A5)].lvlpredatorscript.Enable() - "<native>" Line ?
    [ (000844A5)].lvlpredatorscript.OnCellLoad() - "LvlPredatorScript.psc" Line 26
[10/30/2017 - 01:43:44PM] ERROR:  (000844A3): cannot enable an object with an enable state parent.
stack:
    [ (000844A3)].lvlpredatorscript.Enable() - "<native>" Line ?
    [ (000844A3)].lvlpredatorscript.OnCellLoad() - "LvlPredatorScript.psc" Line 26
[10/30/2017 - 01:43:44PM] ERROR:  (000844A4): cannot enable an object with an enable state parent.
stack:
    [ (000844A4)].lvlpredatorscript.Enable() - "<native>" Line ?
    [ (000844A4)].lvlpredatorscript.OnCellLoad() - "LvlPredatorScript.psc" Line 26
[10/30/2017 - 01:43:46PM] SOS Actor Schlongify: new schlong for Garde de Morthal got schlong index 0 size 6
[10/30/2017 - 01:45:00PM] [CF][Creature Apply] Not activating ["Vasard" [Actor < (0010832E)>]]; creature isn't registered; race=["Vasard" [Race <MudcrabRace (000BA545)>]] skin=["" [Armor < (000E40BB)>]]
[10/30/2017 - 01:45:07PM] [CF][Creature Apply] Not activating ["Alva" [Actor < (0001AA5C)>]]; creature isn't registered; race=["Nord" [Race <NordRace (00013746)>]] skin=["" [Armor < (00000D64)>]]
[10/30/2017 - 01:45:10PM] RNPC: Periodic update check.
[10/30/2017 - 01:45:12PM] [sGO] UpdateLoop:Begin
[10/30/2017 - 01:45:12PM] [sGO] UpdateLoop:Done
[10/30/2017 - 01:45:13PM] [CF][Creature Apply] Not activating ["Chevreuil" [Actor < (000844D4)>]]; creature isn't registered; race=["Deer" [Race <DeerRace (000CF89B)>]] skin=["Renne" [Armor < (000CF89C)>]]
[10/30/2017 - 01:45:13PM] [CF][Creature Apply] Not activating ["Chevreuil" [Actor < (000844D3)>]]; creature isn't registered; race=["Deer" [Race <DeerRace (000CF89B)>]] skin=["Renne" [Armor < (000CF89C)>]]
[10/30/2017 - 01:45:14PM] [CF][Creature Apply] Not activating ["Élan" [Actor < (000844D2)>]]; creature isn't registered; race=["Deer" [Race <ElkRace (000131ED)>]] skin=["Elkmale" [Armor < (0005E979)>]]
[10/30/2017 - 01:45:16PM] ERROR: Cannot call GetValue() on a None object, aborting function call
stack:
    [ (000E1493)].critterSpawn01.IsActiveTime() - "CritterSpawn.psc" Line 196
    [ (000E1493)].critterSpawn01.ShouldSpawn() - "CritterSpawn.psc" Line 185
    [ (000E1493)].critterSpawn01.OnLoad() - "CritterSpawn.psc" Line 79
[10/30/2017 - 01:45:16PM] warning: Assigning None to a non-object variable named "::temp26"
stack:
    [ (000E1493)].critterSpawn01.IsActiveTime() - "CritterSpawn.psc" Line 196
    [ (000E1493)].critterSpawn01.ShouldSpawn() - "CritterSpawn.psc" Line 185
    [ (000E1493)].critterSpawn01.OnLoad() - "CritterSpawn.psc" Line 79
[10/30/2017 - 01:45:17PM] @@ TOOLS :ReleaseSpectators
[10/30/2017 - 01:45:17PM] [bYOHHouseBuildingPlayerScript <alias Player on quest BYOHHouseBuilding (0300305D)>]: [Location < (00018A53)>], None
[10/30/2017 - 01:45:17PM] [DCL1VampireTurnPlayerScript <alias Player on quest DLC1VampireTurn (0200588C)>]OnLocationChange()
[10/30/2017 - 01:45:17PM] [dlc1radiantscript <DLC1Radiant (02004C1C)>]CreateQuestBasedOnLocation(None)
[10/30/2017 - 01:45:17PM] [byohhousebuildingscript <BYOHHouseBuilding (0300305D)>] PlayerChangeLocation: oldloc=[Location < (00018A53)>], newloc=None
[10/30/2017 - 01:45:17PM] [dlc1radiantscript <DLC1Radiant (02004C1C)>]CreateQuestBasedOnLocation(None) is NOT creating a quest: as Location is None.
[10/30/2017 - 01:45:17PM] @@ TOOLS :Location ???
[10/30/2017 - 01:45:17PM] @@ TOOLS :Location cell= type=-1
[10/30/2017 - 01:45:18PM] ERROR: Cannot call GetValue() on a None object, aborting function call
stack:
    [ (000E1493)].critterSpawn01.IsActiveTime() - "CritterSpawn.psc" Line 196
    [ (000E1493)].critterSpawn01.ShouldSpawn() - "CritterSpawn.psc" Line 185
    [ (000E1493)].critterSpawn01.OnLoad() - "CritterSpawn.psc" Line 79
[10/30/2017 - 01:45:18PM] warning: Assigning None to a non-object variable named "::temp26"
stack:
    [ (000E1493)].critterSpawn01.IsActiveTime() - "CritterSpawn.psc" Line 196
    [ (000E1493)].critterSpawn01.ShouldSpawn() - "CritterSpawn.psc" Line 185
    [ (000E1493)].critterSpawn01.OnLoad() - "CritterSpawn.psc" Line 79
[10/30/2017 - 01:45:18PM] [CRDE] enslaved: CD player is slave 2
[10/30/2017 - 01:45:18PM] [CRDE] closest npc(s): 1:Fadril, 2:Laniel, 3:Hjolfr, 4:Bagamul, 5:Merta, 6:Merta
[10/30/2017 - 01:45:19PM] [CF][Creature Apply] Not activating ["Givrépeire" [lvlpredatorscript < (000844A3)>]]; creature isn't registered; race=["Frostbite Spider" [Race <FrostbiteSpiderRace (000131F8)>]] skin=["" [Armor < (0003636F)>]]
[10/30/2017 - 01:45:19PM] [CF][Creature Apply] Not activating ["Vasard" [Actor < (0010832D)>]]; creature isn't registered; race=["Vasard" [Race <MudcrabRace (000BA545)>]] skin=["" [Armor < (000E40BA)>]]
[10/30/2017 - 01:45:19PM] [CF][Creature Apply] Not activating ["Vasard" [Actor < (0010832B)>]]; creature isn't registered; race=["Vasard" [Race <MudcrabRace (000BA545)>]] skin=["" [Armor < (000E40BB)>]]
[10/30/2017 - 01:45:19PM] [CF][Creature Apply] Not activating ["Givrépeire" [lvlpredatorscript < (000844A4)>]]; creature isn't registered; race=["Frostbite Spider" [Race <FrostbiteSpiderRace (000131F8)>]] skin=["" [Armor < (0003636F)>]]
[10/30/2017 - 01:45:19PM] [CF][Creature Apply] Not activating ["Givrépeire" [lvlpredatorscript < (000844A5)>]]; creature isn't registered; race=["Frostbite Spider" [Race <FrostbiteSpiderRace (000131F8)>]] skin=["" [Armor < (0003636F)>]]
[10/30/2017 - 01:45:19PM] ERROR:  (000844A9): cannot enable an object with an enable state parent.
stack:
    [ (000844A9)].lvlpredatorscript.Enable() - "<native>" Line ?
    [ (000844A9)].lvlpredatorscript.OnCellLoad() - "LvlPredatorScript.psc" Line 26
[10/30/2017 - 01:45:19PM] ERROR:  (000844A8): cannot enable an object with an enable state parent.
stack:
    [ (000844A8)].lvlpredatorscript.Enable() - "<native>" Line ?
    [ (000844A8)].lvlpredatorscript.OnCellLoad() - "LvlPredatorScript.psc" Line 26
[10/30/2017 - 01:45:20PM] ERROR:  (000844AA): cannot enable an object with an enable state parent.
stack:
    [ (000844AA)].lvlpredatorscript.Enable() - "<native>" Line ?
    [ (000844AA)].lvlpredatorscript.OnCellLoad() - "LvlPredatorScript.psc" Line 26
[10/30/2017 - 01:45:20PM] ERROR: Cannot call GetValue() on a None object, aborting function call
stack:
    [ (000E1493)].critterSpawn01.IsActiveTime() - "CritterSpawn.psc" Line 196
    [ (000E1493)].critterSpawn01.ShouldSpawn() - "CritterSpawn.psc" Line 185
    [ (000E1493)].critterSpawn01.OnLoad() - "CritterSpawn.psc" Line 79
[10/30/2017 - 01:45:20PM] warning: Assigning None to a non-object variable named "::temp26"
stack:
    [ (000E1493)].critterSpawn01.IsActiveTime() - "CritterSpawn.psc" Line 196
    [ (000E1493)].critterSpawn01.ShouldSpawn() - "CritterSpawn.psc" Line 185
    [ (000E1493)].critterSpawn01.OnLoad() - "CritterSpawn.psc" Line 79
[10/30/2017 - 01:45:22PM] ERROR: Cannot call GetValue() on a None object, aborting function call
stack:
    [ (000E1493)].critterSpawn01.IsActiveTime() - "CritterSpawn.psc" Line 196
    [ (000E1493)].critterSpawn01.ShouldSpawn() - "CritterSpawn.psc" Line 185
    [ (000E1493)].critterSpawn01.OnLoad() - "CritterSpawn.psc" Line 79
[10/30/2017 - 01:45:22PM] warning: Assigning None to a non-object variable named "::temp26"
stack:
    [ (000E1493)].critterSpawn01.IsActiveTime() - "CritterSpawn.psc" Line 196
    [ (000E1493)].critterSpawn01.ShouldSpawn() - "CritterSpawn.psc" Line 185
    [ (000E1493)].critterSpawn01.OnLoad() - "CritterSpawn.psc" Line 79
[10/30/2017 - 01:45:25PM] [CF][Creature Apply] Not activating ["Vasard" [Actor < (00108329)>]]; creature isn't registered; race=["Vasard" [Race <MudcrabRace (000BA545)>]] skin=["" [Armor < (000E40BA)>]]
[10/30/2017 - 01:45:25PM] [CF][Creature Apply] Not activating ["Vasard" [Actor < (000C260D)>]]; creature isn't registered; race=["Vasard" [Race <MudcrabRace (000BA545)>]] skin=["" [Armor < (000E40BA)>]]
[10/30/2017 - 01:45:25PM] [CF][Creature Apply] Not activating ["Vasard" [Actor < (00108328)>]]; creature isn't registered; race=["Vasard" [Race <MudcrabRace (000BA545)>]] skin=["" [Armor < (000E40BA)>]]
[10/30/2017 - 01:45:25PM] [CF][Creature Apply] Not activating ["Vasard" [Actor < (000C260F)>]]; creature isn't registered; race=["Vasard" [Race <MudcrabRace (000BA545)>]] skin=["" [Armor < (000E40BB)>]]
[10/30/2017 - 01:45:25PM] [CF][Creature Apply] Not activating ["Vasard" [Actor < (000C260E)>]]; creature isn't registered; race=["Vasard" [Race <MudcrabRace (000BA545)>]] skin=["" [Armor < (000E40BA)>]]
[10/30/2017 - 01:45:25PM] [CF][Creature Apply] Not activating ["Vasard" [Actor < (0010832A)>]]; creature isn't registered; race=["Vasard" [Race <MudcrabRace (000BA545)>]] skin=["" [Armor < (000E40BA)>]]
[10/30/2017 - 01:45:25PM] [CF][Creature Apply] Not activating ["Vasard" [Actor < (000C260C)>]]; creature isn't registered; race=["Vasard" [Race <MudcrabRace (000BA545)>]] skin=["" [Armor < (000E40BA)>]]
[10/30/2017 - 01:45:25PM] ERROR: Cannot call Stop() on a None object, aborting function call
stack:
    [ (00107438)].FXCameraAttachScript.OnUnload() - "FXCameraAttachScript.psc" Line 59
[10/30/2017 - 01:45:28PM] [CRDE] No nearby NPCs, leaving early
[10/30/2017 - 01:45:28PM] [CRDE] OnUpdate time:10.269012
[10/30/2017 - 01:45:31PM] [CF][Creature Apply] Not activating ["Vasard" [Actor < (00108324)>]]; creature isn't registered; race=["Vasard" [Race <MudcrabRace (000BA545)>]] skin=["" [Armor < (000E40BA)>]]
[10/30/2017 - 01:45:32PM] [CF][Creature Apply] Not activating ["Vasard" [Actor < (00108325)>]]; creature isn't registered; race=["Vasard" [Race <MudcrabRace (000BA545)>]] skin=["" [Armor < (000E40BA)>]]
[10/30/2017 - 01:45:32PM] [sGO] UpdateLoop:Begin
[10/30/2017 - 01:45:32PM] [sGO] UpdateLoop:Done
[10/30/2017 - 01:45:34PM] ERROR: Cannot call Stop() on a None object, aborting function call
stack:
    [ (00107437)].FXCameraAttachScript.OnUnload() - "FXCameraAttachScript.psc" Line 59
[10/30/2017 - 01:45:37PM] [CF][Creature Apply] Not activating ["Squelette" [masterambushscript < (000D5C6C)>]]; creature isn't registered; race=["Squelette" [Race <skeletonRace (000B7998)>]] skin=["" [Armor < (000B799A)>]]
[10/30/2017 - 01:45:37PM] [CF][Creature Apply] Not activating ["Squelette" [masterambushscript < (000D5C6B)>]]; creature isn't registered; race=["Squelette" [Race <skeletonRace (000B7998)>]] skin=["" [Armor < (000B799A)>]]
[10/30/2017 - 01:45:37PM] [CF][Creature Apply] Not activating ["Squelette" [masterambushscript < (000D5C5F)>]]; creature isn't registered; race=["Squelette" [Race <skeletonRace (000B7998)>]] skin=["" [Armor < (000B799A)>]]
[10/30/2017 - 01:45:37PM] [CF][Creature Apply] Not activating ["Nécromancien novice" [masterambushscript < (000D5C62)>]]; creature isn't registered; race=["Breton" [Race <BretonRace (00013741)>]] skin=["" [Armor < (00000D64)>]]
[10/30/2017 - 01:45:37PM] [CF][Creature Apply] Not activating ["Nécromancien novice" [masterambushscript < (000D5C65)>]]; creature isn't registered; race=["Breton" [Race <BretonRace (00013741)>]] skin=["" [Armor < (00000D64)>]]
[10/30/2017 - 01:45:37PM] [CF][Creature Apply] Not activating ["Poisson carnassier" [Actor < (001083B7)>]]; creature isn't registered; race=["Poisson carnassier" [Race <SlaughterfishRace (00013203)>]] skin=["" [Armor < (0004124A)>]]
[10/30/2017 - 01:45:37PM] [CF][Creature Apply] Not activating ["Nécromancien novice" [masterambushscript < (000D5C6A)>]]; creature isn't registered; race=["Breton" [Race <BretonRace (00013741)>]] skin=["" [Armor < (00000D64)>]]
[10/30/2017 - 01:45:37PM] [CF][Creature Apply] Not activating ["Squelette" [Actor < (000D930E)>]]; creature isn't registered; race=["Squelette" [Race <skeletonRace (000B7998)>]] skin=["" [Armor < (000B799A)>]]
[10/30/2017 - 01:45:40PM] RNPC: Periodic update check.
[10/30/2017 - 01:45:41PM] @@ TOOLS :ReleaseSpectators
[10/30/2017 - 01:45:41PM] [bYOHHouseBuildingPlayerScript <alias Player on quest BYOHHouseBuilding (0300305D)>]: None, [Location < (00019184)>]
[10/30/2017 - 01:45:41PM] [DCL1VampireTurnPlayerScript <alias Player on quest DLC1VampireTurn (0200588C)>]OnLocationChange()
[10/30/2017 - 01:45:41PM] [byohhousebuildingscript <BYOHHouseBuilding (0300305D)>] PlayerChangeLocation: oldloc=None, newloc=[Location < (00019184)>]
[10/30/2017 - 01:45:41PM] [dlc1radiantscript <DLC1Radiant (02004C1C)>]CreateQuestBasedOnLocation([Location < (00019184)>])
[10/30/2017 - 01:45:41PM] [dlc1radiantscript <DLC1Radiant (02004C1C)>]CreateQuestBasedOnLocation([Location < (00019184)>]) is NOT creating a quest: as Location is neither DLC1HunterHQLocation nor DLC1VampireCastleLocation
[10/30/2017 - 01:45:41PM] @@ TOOLS :Location cell= type=4
[10/30/2017 - 01:45:43PM] [CF][Creature Apply] Not activating ["Squelette" [Actor < (000D5C57)>]]; creature isn't registered; race=["Squelette" [Race <skeletonRace (000B7998)>]] skin=["" [Armor < (000B799A)>]]
[10/30/2017 - 01:45:43PM] [CF][Creature Apply] Not activating ["Squelette" [Actor < (000D5C52)>]]; creature isn't registered; race=["Squelette" [Race <skeletonRace (000B7998)>]] skin=["" [Armor < (000B799A)>]]
[10/30/2017 - 01:45:43PM] [CF][Creature Apply] Not activating ["Apprenti nécromancien" [Actor < (000D5C4B)>]]; creature isn't registered; race=["Imperial" [Race <ImperialRace (00013744)>]] skin=["" [Armor < (00000D64)>]]
[10/30/2017 - 01:45:43PM] [CF][Creature Apply] Not activating ["Nécromancien novice" [masterambushscript < (000D5C66)>]]; creature isn't registered; race=["High Elf" [Race <HighElfRace (00013743)>]] skin=["" [Armor < (00000D64)>]]
[10/30/2017 - 01:45:44PM] [CF][Creature Apply] Not activating ["Vasard" [Actor < (001082FF)>]]; creature isn't registered; race=["Vasard" [Race <MudcrabRace (000BA545)>]] skin=["" [Armor < (000E40BA)>]]
[10/30/2017 - 01:45:49PM] @@ TOOLS :ReleaseSpectators
[10/30/2017 - 01:45:49PM] [bYOHHouseBuildingPlayerScript <alias Player on quest BYOHHouseBuilding (0300305D)>]: [Location < (00019184)>], None
[10/30/2017 - 01:45:49PM] [byohhousebuildingscript <BYOHHouseBuilding (0300305D)>] PlayerChangeLocation: oldloc=[Location < (00019184)>], newloc=None
[10/30/2017 - 01:45:49PM] [DCL1VampireTurnPlayerScript <alias Player on quest DLC1VampireTurn (0200588C)>]OnLocationChange()
[10/30/2017 - 01:45:49PM] [dlc1radiantscript <DLC1Radiant (02004C1C)>]CreateQuestBasedOnLocation(None)
[10/30/2017 - 01:45:49PM] [dlc1radiantscript <DLC1Radiant (02004C1C)>]CreateQuestBasedOnLocation(None) is NOT creating a quest: as Location is None.
[10/30/2017 - 01:45:49PM] @@ TOOLS :Location ???
[10/30/2017 - 01:45:49PM] [CF][Creature Apply] Not activating ["Squelette" [Actor < (000D5C45)>]]; creature isn't registered; race=["Squelette" [Race <skeletonRace (000B7998)>]] skin=["" [Armor < (000B799A)>]]
[10/30/2017 - 01:45:49PM] [CF][Creature Apply] Not activating ["Vasard" [Actor < (001082FE)>]]; creature isn't registered; race=["Vasard" [Race <MudcrabRace (000BA545)>]] skin=["" [Armor < (000E40BA)>]]
[10/30/2017 - 01:45:49PM] [CF][Creature Apply] Not activating ["Vasard" [Actor < (00108322)>]]; creature isn't registered; race=["Vasard" [Race <MudcrabRace (000BA545)>]] skin=["" [Armor < (000E40BA)>]]
[10/30/2017 - 01:45:49PM] @@ TOOLS :Location cell= type=-1
[10/30/2017 - 01:45:50PM] [CF][Creature Apply] Not activating ["Vasard" [Actor < (00108321)>]]; creature isn't registered; race=["Vasard" [Race <MudcrabRace (000BA545)>]] skin=["" [Armor < (000E40BB)>]]
[10/30/2017 - 01:45:52PM] [sGO] UpdateLoop:Begin
[10/30/2017 - 01:45:52PM] [sGO] UpdateLoop:Done
[10/30/2017 - 01:45:54PM] @@ TOOLS :ReleaseSpectators
[10/30/2017 - 01:45:54PM] [bYOHHouseBuildingPlayerScript <alias Player on quest BYOHHouseBuilding (0300305D)>]: None, [Location < (00019184)>]
[10/30/2017 - 01:45:54PM] [byohhousebuildingscript <BYOHHouseBuilding (0300305D)>] PlayerChangeLocation: oldloc=None, newloc=[Location < (00019184)>]
[10/30/2017 - 01:45:54PM] [DCL1VampireTurnPlayerScript <alias Player on quest DLC1VampireTurn (0200588C)>]OnLocationChange()
[10/30/2017 - 01:45:54PM] [dlc1radiantscript <DLC1Radiant (02004C1C)>]CreateQuestBasedOnLocation([Location < (00019184)>])
[10/30/2017 - 01:45:54PM] [dlc1radiantscript <DLC1Radiant (02004C1C)>]CreateQuestBasedOnLocation([Location < (00019184)>]) is NOT creating a quest: as Location is neither DLC1HunterHQLocation nor DLC1VampireCastleLocation
[10/30/2017 - 01:45:54PM] @@ TOOLS :Location cell= type=4
[10/30/2017 - 01:45:55PM] ERROR:  (00086356): cannot enable an object with an enable state parent.
stack:
    [ (00086356)].lvlpredatorscript.Enable() - "<native>" Line ?
    [ (00086356)].lvlpredatorscript.OnCellLoad() - "LvlPredatorScript.psc" Line 26
[10/30/2017 - 01:45:55PM] ERROR:  (00086355): cannot enable an object with an enable state parent.
stack:
    [ (00086355)].lvlpredatorscript.Enable() - "<native>" Line ?
    [ (00086355)].lvlpredatorscript.OnCellLoad() - "LvlPredatorScript.psc" Line 26
[10/30/2017 - 01:45:55PM] [CF][Creature Apply] Not activating ["Vasard" [Actor < (00108320)>]]; creature isn't registered; race=["Vasard" [Race <MudcrabRace (000BA545)>]] skin=["" [Armor < (000E40BA)>]]
[10/30/2017 - 01:45:55PM] [CF][Creature Apply] Not activating ["Renard" [Actor < (00108323)>]]; creature isn't registered; race=["Fox" [Race <FoxRace (00109C7C)>]] skin=["" [Armor < (000829B4)>]]
[10/30/2017 - 01:45:58PM] @@ TOOLS :ReleaseSpectators
[10/30/2017 - 01:45:58PM] [bYOHHouseBuildingPlayerScript <alias Player on quest BYOHHouseBuilding (0300305D)>]: [Location < (00019184)>], None
[10/30/2017 - 01:45:58PM] [byohhousebuildingscript <BYOHHouseBuilding (0300305D)>] PlayerChangeLocation: oldloc=[Location < (00019184)>], newloc=None
[10/30/2017 - 01:45:58PM] [DCL1VampireTurnPlayerScript <alias Player on quest DLC1VampireTurn (0200588C)>]OnLocationChange()
[10/30/2017 - 01:45:58PM] [dlc1radiantscript <DLC1Radiant (02004C1C)>]CreateQuestBasedOnLocation(None)
[10/30/2017 - 01:45:58PM] [dlc1radiantscript <DLC1Radiant (02004C1C)>]CreateQuestBasedOnLocation(None) is NOT creating a quest: as Location is None.
[10/30/2017 - 01:45:58PM] @@ TOOLS :Location ???
[10/30/2017 - 01:45:58PM] @@ TOOLS :Location cell= type=-1
[10/30/2017 - 01:46:03PM] [CRDE] enslaved: CD player is slave 2
[10/30/2017 - 01:46:03PM] [CRDE] closest npc(s):
[10/30/2017 - 01:46:04PM] ERROR: Cannot call GetActorBase() on a None object, aborting function call
stack:
    [ (000D980D)].defaultSetStageTRIGSpecificActor.OnTriggerEnter() - "defaultSetStageTRIGSpecificActor.psc" Line 43
[10/30/2017 - 01:46:04PM] [defaultSetStageTRIGSpecificActor < (000D980D)>] didn't trigger for base actor None <> [ActorBase < (000D95E9)>]
[10/30/2017 - 01:46:04PM] [defaultSetStageTRIGSpecificActor < (000D980C)>] didn't trigger for base actor [ActorBase < (000D95E9)>] <> [ActorBase < (00000007)>]
[10/30/2017 - 01:46:08PM] [CF][Creature Apply] Not activating ["Lapin" [Actor < (0010831E)>]]; creature isn't registered; race=["rabbit" [Race <HareRace (0006DC99)>]] skin=["Lapin" [Armor < (0006DC9B)>]]
[10/30/2017 - 01:46:10PM] RNPC: Periodic update check.
[10/30/2017 - 01:46:12PM] [sGO] UpdateLoop:Begin
[10/30/2017 - 01:46:12PM] [sGO] UpdateLoop:Done
[10/30/2017 - 01:46:13PM] [CRDE] No nearby NPCs, leaving early
[10/30/2017 - 01:46:13PM] [CRDE] OnUpdate time:10.135986
[10/30/2017 - 01:46:14PM] [CF][Creature Apply] Not activating ["Meeko" [Actor < (000D95EA)>]]; creature isn't registered; race=["Chien" [Race <DogCompanionRace (000F1AC4)>]] skin=["" [Armor < (0004B2C9)>]]
[10/30/2017 - 01:46:14PM] [CF][Creature Apply] Not activating ["Nordique" [Actor < (000DC17A)>]]; creature isn't registered; race=["Nord" [Race <NordRace (00013746)>]] skin=["" [Armor < (00000D64)>]]
[10/30/2017 - 01:46:18PM] Found 0 nakedActors
[10/30/2017 - 01:46:18PM] slaScanner start time is ....319.640991
[10/30/2017 - 01:46:18PM] Found 0 arousedActors
[10/30/2017 - 01:46:19PM] [defaultSetStageTRIGSpecificActor < (000D980C)>] triggered by [Actor < (00000014)>]
[10/30/2017 - 01:46:19PM] slaScanner end time is ....320.739990
[10/30/2017 - 01:46:19PM] Next update in 120.000000
[10/30/2017 - 01:46:20PM] [CF][Creature Apply] Not activating ["Lapin" [Actor < (0010831D)>]]; creature isn't registered; race=["rabbit" [Race <HareRace (0006DC99)>]] skin=["Lapin" [Armor < (0006DC9B)>]]
[10/30/2017 - 01:46:20PM] [CF][Creature Apply] Not activating ["Renard" [Actor < (0010831F)>]]; creature isn't registered; race=["Fox" [Race <FoxRace (00109C7C)>]] skin=["" [Armor < (000829B4)>]]
[10/30/2017 - 01:46:20PM] [CF][Creature Apply] Not activating ["Lapin" [Actor < (0010831C)>]]; creature isn't registered; race=["rabbit" [Race <HareRace (0006DC99)>]] skin=["Lapin" [Armor < (0006DC9B)>]]
[10/30/2017 - 01:46:20PM] [CF][Creature Apply] Not activating ["Assassin" [Actor < (FF000E82)>]]; creature isn't registered; race=["Dark Elf" [Race <DarkElfRace (00013742)>]] skin=["" [Armor < (00000D64)>]]
[10/30/2017 - 01:46:23PM] ERROR: Unable to call GetParentCell - no native object bound to the script object, or object is of incorrect type
stack:
    [<NULL form> (000D5C65)].masterambushscript.GetParentCell() - "<native>" Line ?
    [<NULL form> (000D5C65)].masterambushscript.OnGetUp() - "masterAmbushScript.psc" Line ?
[10/30/2017 - 01:46:26PM] [CF][Creature Apply] Not activating ["Chevreuil" [Actor < (000DED76)>]]; creature isn't registered; race=["Deer" [Race <DeerRace (000CF89B)>]] skin=["Renne" [Armor < (000CF89C)>]]
[10/30/2017 - 01:46:26PM] [CF][Creature Apply] Not activating ["Chevreuil" [Actor < (000DED75)>]]; creature isn't registered; race=["Deer" [Race <DeerRace (000CF89B)>]] skin=["Renne" [Armor < (000CF89C)>]]
[10/30/2017 - 01:46:26PM] [CF][Creature Apply] Not activating ["Lapin" [Actor < (0010831B)>]]; creature isn't registered; race=["rabbit" [Race <HareRace (0006DC99)>]] skin=["Lapin" [Armor < (0006DC9B)>]]
[10/30/2017 - 01:46:26PM] [CF][Creature Apply] Not activating ["Vigile de Stendarr" [Actor < (FF000EC2)>]]; creature isn't registered; race=["Nord" [Race <NordRace (00013746)>]] skin=["" [Armor < (00000D64)>]]
[10/30/2017 - 01:46:26PM] [CF][Creature Apply] Not activating ["Vigile de Stendarr" [Actor < (FF000EC6)>]]; creature isn't registered; race=["Redguard" [Race <RedguardRace (00013748)>]] skin=["" [Armor < (00000D64)>]]
[10/30/2017 - 01:46:27PM] [CF][Creature Apply] Not activating ["JEUNE VAMPIRE" [Actor < (FF000ECD)>]]; creature isn't registered; race=["Nord" [Race <NordRaceVampire (00088794)>]] skin=["" [Armor < (00000D64)>]]
[10/30/2017 - 01:46:30PM] SOS Actor Schlongify: new schlong for Vigile de Stendarr got schlong index 0 size 9
[10/30/2017 - 01:46:30PM] SOS MarkArmorAsConcealing: registering armor as concealing Robe de novice d'altération
[10/30/2017 - 01:46:32PM] [CF][Creature Apply] Not activating ["Darian" [Actor < (251957D1)>]]; creature isn't registered; race=["Breton" [Race <BretonRace (00013741)>]] skin=["" [Armor < (00000D64)>]]
[10/30/2017 - 01:46:32PM] [CF][Creature Apply] Not activating ["Vasard" [Actor < (0010831A)>]]; creature isn't registered; race=["Vasard" [Race <MudcrabRace (000BA545)>]] skin=["" [Armor < (000E40BA)>]]
[10/30/2017 - 01:46:32PM] [sGO] UpdateLoop:Begin
[10/30/2017 - 01:46:32PM] [sGO] UpdateLoop:Done
[10/30/2017 - 01:46:35PM] SOS Actor Schlongify: new schlong for Darian got schlong index 0 size 5
[10/30/2017 - 01:46:37PM] [defaultSetStageTRIGSpecificActor < (000D980D)>] triggered by [Actor < (000D95EA)>]
[10/30/2017 - 01:46:38PM] [CF][Creature Apply] Not activating ["Chevreuil" [Actor < (0008658E)>]]; creature isn't registered; race=["Deer" [Race <DeerRace (000CF89B)>]] skin=["Renne" [Armor < (000CF89C)>]]
[10/30/2017 - 01:46:40PM] RNPC: Periodic update check.
[10/30/2017 - 01:46:44PM] [DLC1VampireSleepScript <DLC1VampireSleep (02008E3B)>]PlayerActivateBed() IsCoffin =False
[10/30/2017 - 01:46:44PM] [CF][Creature Apply] Not activating ["Chevreuil" [Actor < (000866E4)>]]; creature isn't registered; race=["Deer" [Race <DeerRace (000CF89B)>]] skin=["Renne" [Armor < (000CF89C)>]]
[10/30/2017 - 01:46:48PM] [CRDE] Player is in UI, busy
[10/30/2017 - 01:46:48PM] [CRDE] OnUpdate time:0.066010
[10/30/2017 - 01:46:50PM] [sLD] [Actor < (251957D1)>] sex: 0.000000 - Rel: 0.000000 - Slavery: 0.000000
[10/30/2017 - 01:46:50PM] [sLD] Human speaker: TRUE
[10/30/2017 - 01:46:50PM] [sLD] Beast speaker: False
[10/30/2017 - 01:46:50PM] [sLD] Master beast speaker: False
[10/30/2017 - 01:46:50PM] [sLD] Human relationship: 3.000000
[10/30/2017 - 01:46:50PM] [sLD] Beast relationship: 0.000000
[10/30/2017 - 01:46:50PM] [sLD] _SLD_speakerAlias: [Actor < (251957D1)>]
[10/30/2017 - 01:46:50PM] [sLD] _SLD_humanLoverAlias: [Actor < (2D0687AA)>]
[10/30/2017 - 01:46:50PM] [sLD] _SLD_beastLoverAlias: [Actor < (2D0687AA)>]
[10/30/2017 - 01:46:50PM] [sLD] _SLD_humanMasterAlias: [Actor < (2D0687AA)>]
[10/30/2017 - 01:46:50PM] [sLD] _SLD_humanSlaveAlias: [Actor < (2D0687AA)>]
[10/30/2017 - 01:46:50PM] [sLD] _SLD_beastMasterAlias: [Actor < (2D0687AA)>]
[10/30/2017 - 01:46:50PM] [sLD] _SLD_beastSlaveAlias: [Actor < (2D0687AA)>]
[10/30/2017 - 01:46:50PM] [sLD] Disposition: 0 Trust: 0 Seduction: 0 Corruption: 0
[10/30/2017 - 01:46:50PM] [sLD] Leash: 0 Stance: 0
[10/30/2017 - 01:46:52PM] [sGO] UpdateLoop:Begin
[10/30/2017 - 01:46:52PM] [sGO] UpdateLoop:Done
[10/30/2017 - 01:46:55PM] [DLC2RieklingRescuePlayerScript <alias Player on quest DLC2RieklingRescue (04038C07)>]ProcessingHit OnBeginState() Calling RollForRieklings() and RegisterForSingleUpdate() to reset OnHit Event Capture
[10/30/2017 - 01:46:55PM] [DLC2RieklingRescuePlayerScript <alias Player on quest DLC2RieklingRescue (04038C07)>]ProcessingHit OnBeginState() WasProjectile: False
[10/30/2017 - 01:46:55PM] [DLC2RieklingRescueScript <DLC2RieklingRescue (04038C07)>]RollForRieklings()
[10/30/2017 - 01:46:55PM] [DLC2RieklingRescueScript <DLC2RieklingRescue (04038C07)>]RollForRieklings() chance: 25.000000, roll: 68.000000
[10/30/2017 - 01:46:55PM] [DLC2RieklingRescuePlayerScript <alias Player on quest DLC2RieklingRescue (04038C07)>]OnHit() akProjectile: None
[10/30/2017 - 01:46:55PM] [DLC2RieklingRescuePlayerScript <alias Player on quest DLC2RieklingRescue (04038C07)>]OnHit() akSource: [WEAPON < (000001F4)>]
[10/30/2017 - 01:46:55PM] [DLC2RieklingRescuePlayerScript <alias Player on quest DLC2RieklingRescue (04038C07)>]OnHit() WasProjectile: False
[10/30/2017 - 01:46:56PM] [sD] Humanoid Enslavement check with actor [ [Actor < (0010831A)>] ] - FAILED
[10/30/2017 - 01:46:56PM] [sD]         Actor is not an NPC -
[10/30/2017 - 01:46:56PM]             _SD::actorFactionInList akActor:[Actor < (0010831A)>] found:False
[10/30/2017 - 01:46:56PM]             _SD::actorInBannedFactions akActor:[Actor < (0010831A)>] found:False
[10/30/2017 - 01:46:57PM] [sD] Searching for a racial match for [Race <MudcrabRace (000BA545)>]
[10/30/2017 - 01:46:57PM] [sD] Creature Enslavement check with actor [ [Actor < (0010831A)>] ] - FAILED
[10/30/2017 - 01:46:58PM]             _SD::actorFactionInList akActor:[Actor < (0010831A)>] found:False
[10/30/2017 - 01:46:58PM]             _SD::actorInBannedFactions akActor:[Actor < (0010831A)>] found:False
[10/30/2017 - 01:47:06PM] VM is freezing...
[10/30/2017 - 01:47:06PM] VM is frozen
[10/30/2017 - 01:47:06PM] Saving game...
[10/30/2017 - 01:47:10PM] VM is thawing...
[10/30/2017 - 01:47:15PM] VM is freezing...
[10/30/2017 - 01:47:15PM] VM is frozen
 

Link to comment

@Krynn It work :) the quest has started and worked until the master arrives and beat the package in the basement.

 

The animation not working.

 

Thanks, I will retry.

 

I also had this problem...

If the master comes to the scene, then please try the following:

Disable the player control in MCM Menu.

Then go out the door at the top of the stairs.

Herran follows you.

Then go back in and put yourself in the place where you are automatically taken.

Then deactivate the player control again in the MCM menu.

Then it should continue at this point.

Link to comment

@Krynn sorry but where is the player control ? In Zaza menu ? If yes, it's already disable. Ty.

the player controls that @krynn is talking about is located in the captured dreams mcm menu

 

A lot of errors apparently :/

 

 

Last Papyrus Log :

 

[10/30/2017 - 01:41:01PM] Papyrus log opened (PC)

[10/30/2017 - 01:41:01PM] Function GetEffectMagnitudes in the empty state on type Ingredient does not exist. Function will not be flagged as callable from tasklets.

[10/30/2017 - 01:41:01PM] Update budget: 1.200000ms (Extra tasklet budget: 1.200000ms, Load screen budget: 2000.000000ms)

[10/30/2017 - 01:41:01PM] Memory page: 128 (min) 512 (max) 76800 (max total)

[10/30/2017 - 01:41:11PM] Cannot open store for class "dlc1scwispwallscript", missing file?

[10/30/2017 - 01:41:11PM] Cannot open store for class "DLC2BenthicLurkerFXSCRIPT", missing file?

[10/30/2017 - 01:41:11PM] Cannot open store for class "fnissmquestscript", missing file?

[10/30/2017 - 01:41:11PM] Cannot open store for class "fnissmconfigmenu", missing file?

[10/30/2017 - 01:41:11PM] Cannot open store for class "MagicDrain", missing file?

[10/30/2017 - 01:41:12PM] Cannot open store for class "daymoyl_PlayerValidateQuestAlias", missing file?

[10/30/2017 - 01:41:12PM] Cannot open store for class "daymoyl_QuestTemplate", missing file?

[10/30/2017 - 01:41:12PM] Error: Unable to link "daymoyl_QuestTemplate" - the parent of "_SDDA_BlackoutEnslavement".

[10/30/2017 - 01:41:12PM] ERROR: Unable to bind script _SDDA_BlackoutEnslavement to _SDDA_BlackoutEnslavement (2B1C51CB) because their base types do not match

[10/30/2017 - 01:41:12PM] ERROR: Unable to bind script _SDDA_BlackoutEnslavementCreature to _SDDA_BlackoutEnslavementCreature (2B1C61F2) because their base types do not match

[10/30/2017 - 01:41:12PM] ERROR: Unable to bind script _SDDA_BlackoutSpriggan to _SDDA_BlackoutSpriggan (2B1C61F3) because their base types do not match

[10/30/2017 - 01:41:12PM] ERROR: Unable to bind script _SDDA_DeathDreamworld to _SDDA_DeathDreamworld (2B1C61F4) because their base types do not match

[10/30/2017 - 01:41:12PM] ERROR: Unable to bind script _SDDA_BlackoutDreamworld to _SDDA_BlackoutDreamworld (2B1C61F5) because their base types do not match

[10/30/2017 - 01:41:13PM] Cannot open store for class "xazpescorttoprison", missing file?

[10/30/2017 - 01:41:13PM] Cannot open store for class "vkjmq", missing file?

[10/30/2017 - 01:41:13PM] Cannot open store for class "pchswolfclubdaymoyl", missing file?

[10/30/2017 - 01:41:13PM] Cannot open store for class "dcur_lbquestscript", missing file?

[10/30/2017 - 01:41:13PM] Cannot open store for class "wd_util", missing file?

[10/30/2017 - 01:41:13PM] Cannot open store for class "SLSF_CompatibilityScript", missing file?

[10/30/2017 - 01:41:13PM] Cannot open store for class "CDxCellController", missing file?

[10/30/2017 - 01:41:13PM] Cannot open store for class "dcur_mcmconfig", missing file?

[10/30/2017 - 01:41:13PM] Cannot open store for class "slv_enforcerlocationcheck", missing file?

[10/30/2017 - 01:41:13PM] Cannot open store for class "EggFactoryShare", missing file?

[10/30/2017 - 01:41:13PM] Cannot open store for class "EggFactoryHealingRing", missing file?

[10/30/2017 - 01:41:13PM] Cannot open store for class "EggFactoryNPC", missing file?

[10/30/2017 - 01:41:13PM] Cannot open store for class "EggFactoryDestructionScript2", missing file?

[10/30/2017 - 01:41:13PM] Cannot open store for class "SF_SLWG_WhoreFollowerScene_03045DEE", missing file?

[10/30/2017 - 01:41:13PM] ERROR: Unable to bind script SF_SLWG_WhoreFollowerScene_03045DEE to  (32045DEE) because their base types do not match

[10/30/2017 - 01:41:13PM] ERROR: Unable to bind script Defeatdadefeated to DefeatPADefeated (330C16D8) because their base types do not match

[10/30/2017 - 01:41:13PM] ERROR: Unable to bind script defeatdatrigger to DefeatPlayerQST (33000D62) because their base types do not match

[10/30/2017 - 01:41:13PM] ERROR: Unable to bind script DefeatDALeftForDead to DefeatPALeftForDead (330C1173) because their base types do not match

[10/30/2017 - 01:41:13PM] ERROR: Unable to bind script JaxonzConsolePlugIn to JaxonzEnhGrabUpdateQuest (34000D62) because their base types do not match

[10/30/2017 - 01:41:13PM] ERROR: Unable to bind script JaxonzEnhGrabObject to JaxonzEnhGrabUpdateQuest (34000D62) because their base types do not match

[10/30/2017 - 01:41:13PM] Cannot open store for class "zzEstrusOnLoadScript", missing file?

[10/30/2017 - 01:41:13PM] Cannot open store for class "PF_zzEstrusPackageDoNothingO_0101C3CF", missing file?

[10/30/2017 - 01:41:13PM] ERROR: Unable to bind script PF_zzEstrusPackageDoNothingO_0101C3CF to  (3601C3CF) because their base types do not match

[10/30/2017 - 01:41:13PM] Cannot open store for class "PF_MariaBDSMSexPlug_0679FEFB", missing file?

[10/30/2017 - 01:41:13PM] ERROR: Unable to bind script PF_MariaBDSMSexPlug_0679FEFB to  (4179FEFB) because their base types do not match

[10/30/2017 - 01:41:13PM] Error: Unable to link type of variable "::QuestList_var" on object "kzy_daymoylPlayerValidateQuestAlias"

[10/30/2017 - 01:41:13PM] Error: Unable to link type of property "QuestList" on object "kzy_daymoylPlayerValidateQuestAlias"

[10/30/2017 - 01:41:13PM] Error: Unable to link types associated with function "RegisterQuests" in state "" on object "kzy_daymoylPlayerValidateQuestAlias".

[10/30/2017 - 01:41:13PM] Cannot open store for class "daymoyl_monitorregistry", missing file?

[10/30/2017 - 01:41:13PM] ERROR: Unable to bind script kzy_DA_Arachnophobia to kzy_Arachnophobia (420085EE) because their base types do not match

[10/30/2017 - 01:41:14PM] ERROR: Unable to bind script defaultsetstageonplayeracquire to  (223B145F) because their base types do not match

[10/30/2017 - 01:41:14PM] ERROR: Unable to bind script defaultsetstageonplayeracquire to Item 1 in container  (222B9E1A) because their base types do not match

[10/30/2017 - 01:41:15PM] Cannot open store for class "tir_bedslave_scr", missing file?

[10/30/2017 - 01:41:15PM] ERROR: Unable to bind script tir_bedslave_scr to  (20069DCD) because their base types do not match

[10/30/2017 - 01:41:15PM] ERROR: Unable to bind script defaultsetstageonplayeracquire to  (226E8564) because their base types do not match

[10/30/2017 - 01:41:15PM] ERROR: Unable to bind script defaultsetstageonplayeracquire to  (2258EB4F) because their base types do not match

[10/30/2017 - 01:41:15PM] ERROR: Unable to bind script defaultsetstageonplayeracquire to  (22768616) because their base types do not match

[10/30/2017 - 01:41:15PM] ERROR: Unable to bind script aTIDDialogueArenaOponentDeathScript to  (22292335) because their base types do not match

[10/30/2017 - 01:41:15PM] ERROR: Unable to bind script aTIDDialogueArenaOponentDeathScript to  (2229232F) because their base types do not match

[10/30/2017 - 01:41:15PM] ERROR: Unable to bind script aTIDDialogueArenaOponentDeathScript to  (2229232D) because their base types do not match

[10/30/2017 - 01:41:15PM] ERROR: Unable to bind script defaultsetstageonplayeracquire to  (22489633) because their base types do not match

[10/30/2017 - 01:41:20PM] ERROR: Unable to bind script DLC2WaterScript to alias Water on quest DLC2TTF2 (0401AAC8) because their base types do not match

[10/30/2017 - 01:41:20PM] warning: Property AshSpawnAttachChancePercent on script DLC2AshSpawnAttackChanceScript attached to alias Player on quest DLC2Init (04016E02) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:20PM] ERROR: Unable to bind script EnthralledVictimAttachScript to alias VampireEnthrallAlias01 on quest VampireDominationAlias (1C379F0E) because their base types do not match

[10/30/2017 - 01:41:20PM] ERROR: Unable to bind script EnthralledVictimAttachScript to alias VampireEnthrallAlias02 on quest VampireDominationAlias (1C379F0E) because their base types do not match

[10/30/2017 - 01:41:20PM] ERROR: Unable to bind script EnthralledVictimAttachScript to alias VampireEnthrallAlias03 on quest VampireDominationAlias (1C379F0E) because their base types do not match

[10/30/2017 - 01:41:20PM] ERROR: Unable to bind script EnthralledVictimAttachScript to alias VampireEnthrallAlias04 on quest VampireDominationAlias (1C379F0E) because their base types do not match

[10/30/2017 - 01:41:20PM] ERROR: Unable to bind script EnthralledVictimAttachScript to alias VampireEnthrallAlias05 on quest VampireDominationAlias (1C379F0E) because their base types do not match

[10/30/2017 - 01:41:20PM] ERROR: Unable to bind script EnthralledVictimAttachScript to alias VampireEnthrallAlias06 on quest VampireDominationAlias (1C379F0E) because their base types do not match

[10/30/2017 - 01:41:20PM] ERROR: Unable to bind script EnthralledVictimAttachScript to alias VampireEnthrallAlias07 on quest VampireDominationAlias (1C379F0E) because their base types do not match

[10/30/2017 - 01:41:20PM] ERROR: Unable to bind script EnthralledVictimAttachScript to alias VampireEnthrallAlias08 on quest VampireDominationAlias (1C379F0E) because their base types do not match

[10/30/2017 - 01:41:20PM] ERROR: Unable to bind script EnthralledVictimAttachScript to alias VampireEnthrallAlias09 on quest VampireDominationAlias (1C379F0E) because their base types do not match

[10/30/2017 - 01:41:20PM] ERROR: Unable to bind script EnthralledVictimAttachScript to alias VampireEnthrallAlias10 on quest VampireDominationAlias (1C379F0E) because their base types do not match

[10/30/2017 - 01:41:20PM] ERROR: Unable to bind script aTIDDialogueArenaOponentDeathScript to alias ArenaOponent on quest aTIDDialogueArena (2245A39A) because their base types do not match

[10/30/2017 - 01:41:20PM] warning: Property aTIDDialogue on script aTIDDialogueArenaPetDeathScript attached to alias aTIDArenaPet on quest aTIDDialogueServices (22393826) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:20PM] ERROR: Unable to bind script aTIDDialogueArenaOponentDeathScript to alias aTIDArenaOponent on quest aTIDDialogueServices (22393826) because their base types do not match

[10/30/2017 - 01:41:20PM] ERROR: Unable to bind script aTID1SlaveTaskKozelMilkMachineScript to alias PlayerRef on quest aTID1SlaveTaskKozel (2229729F) because their base types do not match

[10/30/2017 - 01:41:20PM] ERROR: Unable to bind script aTID1SlaveTaskKozelSennaScript to alias aTIDSennaREF on quest aTID1SlaveTaskKozel (2229729F) because their base types do not match

[10/30/2017 - 01:41:20PM] ERROR: Unable to bind script aTID4Ebd2PlayerAliasScript to alias Player on quest aTID4End2 (22694019) because their base types do not match

[10/30/2017 - 01:41:20PM] warning: Property WhoreRI on script slsw_scum attached to alias PlayerAlias on quest SLSW (29002863) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:20PM] warning: Property CWSiegeDefendObj on script slsw_scum attached to alias PlayerAlias on quest SLSW (29002863) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:20PM] warning: Property WhoreWH on script slsw_scum attached to alias PlayerAlias on quest SLSW (29002863) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:20PM] warning: Property Work1 on script slsw_scum attached to alias PlayerAlias on quest SLSW (29002863) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:20PM] warning: Property CWSiegeAttackObj on script slsw_scum attached to alias PlayerAlias on quest SLSW (29002863) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:20PM] warning: Property WhoreMK on script slsw_scum attached to alias PlayerAlias on quest SLSW (29002863) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:20PM] warning: Property Work2 on script slsw_scum attached to alias PlayerAlias on quest SLSW (29002863) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:20PM] warning: Property Work3 on script slsw_scum attached to alias PlayerAlias on quest SLSW (29002863) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:20PM] warning: Property WhoreSO on script slsw_scum attached to alias PlayerAlias on quest SLSW (29002863) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:20PM] warning: Property WhoreWR on script slsw_scum attached to alias PlayerAlias on quest SLSW (29002863) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:20PM] warning: Property WorkScript on script slsw_scum attached to alias PlayerAlias on quest SLSW (29002863) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:20PM] ERROR: Unable to bind script daymoyl_PlayerValidateQuestAlias to alias PlayerRef on quest _SDDA_Register (2B1C51CA) because their base types do not match

[10/30/2017 - 01:41:20PM] ERROR: Property _SD_dreamerScript on script _sdras_player attached to alias _SDRA_player on quest _SD_controller (2B000D64) cannot be bound because alias _SDRA_dreamer on quest _SD_dream (2B03E470) is not the right type

[10/30/2017 - 01:41:20PM] ERROR: Unable to bind script daymoyl_PlayerValidateQuestAlias to alias PlayerRef on quest DefeatPlayerQST (33000D62) because their base types do not match

[10/30/2017 - 01:41:21PM] ERROR: Unable to bind script zzEstrusOnLoadScript to alias zzEstrusPlayer on quest zzEstrusQuest (36004888) because their base types do not match

[10/30/2017 - 01:41:21PM] ERROR: Property zzEstrusAnimEventCore on script zzestrusquestcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (36004888) cannot be bound because alias zzEstrusPlayer on quest zzEstrusQuest (36004888) is not the right type

[10/30/2017 - 01:41:21PM] ERROR: Property zzEstrusInitCore on script zzestrusquestcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (36004888) cannot be bound because alias zzEstrusPlayer on quest zzEstrusQuest (36004888) is not the right type

[10/30/2017 - 01:41:21PM] ERROR: Property zzEstrusAnimEventCore on script zzestrusinitcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (36004888) cannot be bound because alias zzEstrusPlayer on quest zzEstrusQuest (36004888) is not the right type

[10/30/2017 - 01:41:21PM] ERROR: Property thePony on script MariaPonyGirlScript attached to alias Pony on quest MariaPonyGirl (41CF2825) cannot be bound because alias Player on quest Maria000 (41052CE7) is not the right type

[10/30/2017 - 01:41:21PM] warning: Property QuestList on script kzy_daymoylPlayerValidateQuestAlias attached to alias Player on quest kzy_Arachnophobia_Integration (4202A55E) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property kzy_Entangled on script kzy_arachnophobiaconfig attached to kzyArachnophobiaConfig (420075C1) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property kzy_Overview on script kzy_arachnophobiaconfig attached to kzyArachnophobiaConfig (420075C1) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] ERROR: Property aTID2SideQuestMutator on script aTID2SideQuestMutatorLeverScript attached to  (220ECF3F) cannot be bound because <NULL form> (22425CDF) is not the right type

[10/30/2017 - 01:41:21PM] warning: Property FollowerDismissMessageCompanionsMale on script DLC2HirelingQuestScript attached to DLC2HirelingQuest (04038566) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property FollowerDismissMessageWait on script DLC2HirelingQuestScript attached to DLC2HirelingQuest (04038566) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property FollowerDismissMessageWedding on script DLC2HirelingQuestScript attached to DLC2HirelingQuest (04038566) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property DismissedFollower on script DLC2HirelingQuestScript attached to DLC2HirelingQuest (04038566) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property FollowerDismissMessage on script DLC2HirelingQuestScript attached to DLC2HirelingQuest (04038566) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property FollowerDismissMessageCompanions on script DLC2HirelingQuestScript attached to DLC2HirelingQuest (04038566) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property FollowerDismissMessageCompanionsFemale on script DLC2HirelingQuestScript attached to DLC2HirelingQuest (04038566) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property DLC2RRTeldrynSero on script DLC2HirelingQuestScript attached to DLC2HirelingQuest (04038566) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property girl on script sluts_test_cart_cross attached to  (2F00EBD0) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property SLSW_DrugBrothel on script slsw_mcmconfig attached to SLSW (29002863) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property SLSW_Twig on script slsw_mcmconfig attached to SLSW (29002863) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property SLSW_Lilly on script slsw_mcmconfig attached to SLSW (29002863) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property SLSW_Brothel on script slsw_mcmconfig attached to SLSW (29002863) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property HoSuccubusDrain on script hoslddthread attached to HoSLDDThread00 (1D00B46F) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property HoSuccubusDrainGlowVicSpell on script hoslddthread attached to HoSLDDThread00 (1D00B46F) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property HoSLDDPowers on script hoslddthread attached to HoSLDDThread00 (1D00B46F) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property pSoulGemBlackFilled on script hoslddthread attached to HoSLDDThread00 (1D00B46F) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property MAGDragonPowerAbsorbManEffect on script hoslddthread attached to HoSLDDThread00 (1D00B46F) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property DraugrRace on script hoslddthread attached to HoSLDDThread00 (1D00B46F) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property MAGDragonPowerAbsorbEffect on script hoslddthread attached to HoSLDDThread00 (1D00B46F) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property ActorTypeNPC on script hoslddthread attached to HoSLDDThread00 (1D00B46F) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property pSoulGemBlack on script hoslddthread attached to HoSLDDThread00 (1D00B46F) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property DragonPowerAbsorbFXS on script hoslddthread attached to HoSLDDThread00 (1D00B46F) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property Vampire on script hoslddthread attached to HoSLDDThread00 (1D00B46F) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property HoFeedTransitionSpell on script hoslddthread attached to HoSLDDThread00 (1D00B46F) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property HoSuccubusDrainGlow on script hoslddthread attached to HoSLDDThread00 (1D00B46F) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property HoSoulAbrosb on script hoslddthread attached to HoSLDDThread00 (1D00B46F) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property HoDrainFeaturesSpell on script hoslddthread attached to HoSLDDThread00 (1D00B46F) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property aTID3SideQuestMolag on script aTID3FreeMachineryScript attached to aTID3ZFree (220B31CC) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] ERROR: Property LinkedActivator on script MGR02PillarScript attached to  (2006A350) cannot be bound because <NULL form> (2006A34F) is not the right type

[10/30/2017 - 01:41:21PM] warning: Property DLC1VampireChangeEffect on script dlc1playervampirechangescript attached to DLC1PlayerVampireQuest (020071D0) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property PlatePosition on script dlc2toldarstombpuzzleplatescript attached to  (04027115) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property PlatePosition on script dlc2toldarstombpuzzleplatescript attached to  (04027114) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property TG05KarliahInvisibilitySpell on script tg06questscript attached to TG06 (00021552) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property PlatePosition on script dlc2toldarstombpuzzleplatescript attached to  (04027116) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property PlatePosition on script dlc2toldarstombpuzzleplatescript attached to  (04027113) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] ERROR: Property Bed on script RentRoomScript attached to  (2A00D553) cannot be bound because <NULL form> (0700B445) is not the right type

[10/30/2017 - 01:41:21PM] warning: Property MariaWJRemoveRestraints on script MariaWJGroupSexJobScript attached to  (4162EEA7) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property PlatePosition on script dlc2toldarstombpuzzleplatescript attached to  (04027110) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] ERROR: Property theMaster on script SF_MariaEdensSlaveHuntFinish_071A9F03 attached to  (411A9F03) cannot be bound because <NULL alias> (2) on <NULL quest> (41052CE7) is not the right type

[10/30/2017 - 01:41:21PM] ERROR: Property LexiconStand on script DA04HubScript attached to  (22086BC8) cannot be bound because <NULL alias> (1) on <NULL quest> (220B31CC) is not the right type

[10/30/2017 - 01:41:21PM] ERROR: Property SecretDoor on script dunLostEchoCaveBurnMushrooms attached to  (22063DB7) cannot be bound because <NULL form> (22063C52) is not the right type

[10/30/2017 - 01:41:21PM] ERROR: Property myActor on script dunPinewatchMakeHostileScript attached to  (200610AC) cannot be bound because <NULL form> (200610DC) is not the right type

[10/30/2017 - 01:41:21PM] warning: Property PlatePosition on script dlc2toldarstombpuzzleplatescript attached to  (04027117) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property AugmentedFrost on script DLC1SeranaLevelingScript attached to  (02003BA8) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property MagicResistance30 on script DLC1SeranaLevelingScript attached to  (02003BA8) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property Bladesman90 on script DLC1SeranaLevelingScript attached to  (02003BA8) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property HackAndSlash60 on script DLC1SeranaLevelingScript attached to  (02003BA8) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property MagicResistance50 on script DLC1SeranaLevelingScript attached to  (02003BA8) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property MageArmor50 on script DLC1SeranaLevelingScript attached to  (02003BA8) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property MageArmor30 on script DLC1SeranaLevelingScript attached to  (02003BA8) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property Necromancy on script DLC1SeranaLevelingScript attached to  (02003BA8) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property WindWalker on script DLC1SeranaLevelingScript attached to  (02003BA8) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property SavageStrike on script DLC1SeranaLevelingScript attached to  (02003BA8) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property HackAndSlash90 on script DLC1SeranaLevelingScript attached to  (02003BA8) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property Bladesman60 on script DLC1SeranaLevelingScript attached to  (02003BA8) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property DarkSouls on script DLC1SeranaLevelingScript attached to  (02003BA8) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property PlatePosition on script dlc2toldarstombpuzzleplatescript attached to  (0402710F) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property bModActive on script jaxonzenhgrab attached to JaxonzEnhGrabUpdateQuest (34000D62) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property Alias_LevitationTarget on script DLC2_QF_DLC2DialogueTelMithry_02017E85 attached to DLC2DialogueTelMithryn (04017E85) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] ERROR: Property jailDoor on script MariaTGotoJailScript attached to  (41B2F69A) cannot be bound because <NULL alias> (3) on <NULL quest> (41B2A75C) is not the right type

[10/30/2017 - 01:41:21PM] ERROR: Property LexiconStand on script DA04ArmillaryScript attached to  (22086B9E) cannot be bound because <NULL alias> (1) on <NULL quest> (220B31CC) is not the right type

[10/30/2017 - 01:41:21PM] ERROR: Property LampLight on script blackreachElevatorButtonScript attached to  (22193F8D) cannot be bound because <NULL form> (221365B7) is not the right type

[10/30/2017 - 01:41:21PM] ERROR: Property Gears02 on script blackreachElevatorButtonScript attached to  (22193F8D) cannot be bound because <NULL form> (22193F8C) is not the right type

[10/30/2017 - 01:41:21PM] ERROR: Property Gears05 on script blackreachElevatorButtonScript attached to  (22193F8D) cannot be bound because <NULL form> (22193F8B) is not the right type

[10/30/2017 - 01:41:21PM] ERROR: Property Gears06 on script blackreachElevatorButtonScript attached to  (22193F8D) cannot be bound because <NULL form> (22193F91) is not the right type

[10/30/2017 - 01:41:21PM] ERROR: Property LampFlame on script blackreachElevatorButtonScript attached to  (22193F8D) cannot be bound because <NULL form> (221365B6) is not the right type

[10/30/2017 - 01:41:21PM] ERROR: Property Gears04 on script blackreachElevatorButtonScript attached to  (22193F8D) cannot be bound because <NULL form> (22193F8F) is not the right type

[10/30/2017 - 01:41:21PM] ERROR: Property Gears01 on script blackreachElevatorButtonScript attached to  (22193F8D) cannot be bound because <NULL form> (22193F90) is not the right type

[10/30/2017 - 01:41:21PM] ERROR: Property aTID2zEnd on script aTID2zEndChaurTriggerScript attached to  (22190F09) cannot be bound because <NULL form> (22060FBA) is not the right type

[10/30/2017 - 01:41:21PM] warning: Property FoxClubDog on script FoxClubMainQuestScript attached to FoxClubMainQuest (270BD934) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property FoxClubDogCageGate on script FoxClubMainQuestScript attached to FoxClubMainQuest (270BD934) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] ERROR: Property Pages on script sluts_mcm attached to sluts_kicker (2F0012C6) cannot be initialized because the value is the incorrect type

[10/30/2017 - 01:41:21PM] warning: Property Axe on script DLC2DBAncientDragonbornSCRIPT attached to  (0401DC33) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property PlatePosition on script dlc2toldarstombpuzzleplatescript attached to  (04027112) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property PlatePosition on script dlc2toldarstombpuzzleplatescript attached to  (04027111) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] VM is freezing...

[10/30/2017 - 01:41:21PM] VM is frozen

[10/30/2017 - 01:41:21PM] Reverting game...

[10/30/2017 - 01:41:21PM] ERROR: Unable to bind script defeatdatrigger to DefeatPlayerQST (33000D62) because their base types do not match

[10/30/2017 - 01:41:21PM] ERROR: Unable to bind script aTIDDialogueArenaOponentDeathScript to  (2229232D) because their base types do not match

[10/30/2017 - 01:41:21PM] ERROR: Unable to bind script aTIDDialogueArenaOponentDeathScript to  (2229232F) because their base types do not match

[10/30/2017 - 01:41:21PM] ERROR: Unable to bind script aTIDDialogueArenaOponentDeathScript to  (22292335) because their base types do not match

[10/30/2017 - 01:41:21PM] ERROR: Unable to bind script defaultsetstageonplayeracquire to  (2258EB4F) because their base types do not match

[10/30/2017 - 01:41:21PM] ERROR: Unable to bind script _SDDA_DeathDreamworld to _SDDA_DeathDreamworld (2B1C61F4) because their base types do not match

[10/30/2017 - 01:41:21PM] ERROR: Unable to bind script _SDDA_BlackoutDreamworld to _SDDA_BlackoutDreamworld (2B1C61F5) because their base types do not match

[10/30/2017 - 01:41:21PM] ERROR: Unable to bind script _SDDA_BlackoutSpriggan to _SDDA_BlackoutSpriggan (2B1C61F3) because their base types do not match

[10/30/2017 - 01:41:21PM] ERROR: Unable to bind script _SDDA_BlackoutEnslavementCreature to _SDDA_BlackoutEnslavementCreature (2B1C61F2) because their base types do not match

[10/30/2017 - 01:41:21PM] ERROR: Unable to bind script tir_bedslave_scr to  (20069DCD) because their base types do not match

[10/30/2017 - 01:41:21PM] ERROR: Unable to bind script defaultsetstageonplayeracquire to Item 1 in container  (222B9E1A) because their base types do not match

[10/30/2017 - 01:41:21PM] ERROR: Unable to bind script kzy_DA_Arachnophobia to kzy_Arachnophobia (420085EE) because their base types do not match

[10/30/2017 - 01:41:21PM] ERROR: Unable to bind script defaultsetstageonplayeracquire to  (22768616) because their base types do not match

[10/30/2017 - 01:41:21PM] ERROR: Unable to bind script defaultsetstageonplayeracquire to  (223B145F) because their base types do not match

[10/30/2017 - 01:41:21PM] ERROR: Unable to bind script defaultsetstageonplayeracquire to  (226E8564) because their base types do not match

[10/30/2017 - 01:41:21PM] ERROR: Unable to bind script defaultsetstageonplayeracquire to  (22489633) because their base types do not match

[10/30/2017 - 01:41:21PM] ERROR: Unable to bind script PF_MariaBDSMSexPlug_0679FEFB to  (4179FEFB) because their base types do not match

[10/30/2017 - 01:41:21PM] ERROR: Unable to bind script JaxonzConsolePlugIn to JaxonzEnhGrabUpdateQuest (34000D62) because their base types do not match

[10/30/2017 - 01:41:21PM] ERROR: Unable to bind script JaxonzEnhGrabObject to JaxonzEnhGrabUpdateQuest (34000D62) because their base types do not match

[10/30/2017 - 01:41:21PM] ERROR: Unable to bind script DefeatDALeftForDead to DefeatPALeftForDead (330C1173) because their base types do not match

[10/30/2017 - 01:41:21PM] ERROR: Unable to bind script Defeatdadefeated to DefeatPADefeated (330C16D8) because their base types do not match

[10/30/2017 - 01:41:21PM] ERROR: Unable to bind script SF_SLWG_WhoreFollowerScene_03045DEE to  (32045DEE) because their base types do not match

[10/30/2017 - 01:41:21PM] ERROR: Unable to bind script _SDDA_BlackoutEnslavement to _SDDA_BlackoutEnslavement (2B1C51CB) because their base types do not match

[10/30/2017 - 01:41:21PM] ERROR: Unable to bind script PF_zzEstrusPackageDoNothingO_0101C3CF to  (3601C3CF) because their base types do not match

[10/30/2017 - 01:41:21PM] ERROR: Unable to bind script EnthralledVictimAttachScript to alias VampireEnthrallAlias03 on quest VampireDominationAlias (1C379F0E) because their base types do not match

[10/30/2017 - 01:41:21PM] ERROR: Unable to bind script EnthralledVictimAttachScript to alias VampireEnthrallAlias10 on quest VampireDominationAlias (1C379F0E) because their base types do not match

[10/30/2017 - 01:41:21PM] ERROR: Unable to bind script EnthralledVictimAttachScript to alias VampireEnthrallAlias07 on quest VampireDominationAlias (1C379F0E) because their base types do not match

[10/30/2017 - 01:41:21PM] ERROR: Unable to bind script DLC2WaterScript to alias Water on quest DLC2TTF2 (0401AAC8) because their base types do not match

[10/30/2017 - 01:41:21PM] ERROR: Unable to bind script EnthralledVictimAttachScript to alias VampireEnthrallAlias02 on quest VampireDominationAlias (1C379F0E) because their base types do not match

[10/30/2017 - 01:41:21PM] ERROR: Unable to bind script aTIDDialogueArenaOponentDeathScript to alias ArenaOponent on quest aTIDDialogueArena (2245A39A) because their base types do not match

[10/30/2017 - 01:41:21PM] ERROR: Unable to bind script daymoyl_PlayerValidateQuestAlias to alias PlayerRef on quest _SDDA_Register (2B1C51CA) because their base types do not match

[10/30/2017 - 01:41:21PM] ERROR: Unable to bind script EnthralledVictimAttachScript to alias VampireEnthrallAlias06 on quest VampireDominationAlias (1C379F0E) because their base types do not match

[10/30/2017 - 01:41:21PM] ERROR: Unable to bind script EnthralledVictimAttachScript to alias VampireEnthrallAlias09 on quest VampireDominationAlias (1C379F0E) because their base types do not match

[10/30/2017 - 01:41:21PM] ERROR: Unable to bind script aTIDDialogueArenaOponentDeathScript to alias aTIDArenaOponent on quest aTIDDialogueServices (22393826) because their base types do not match

[10/30/2017 - 01:41:21PM] ERROR: Unable to bind script EnthralledVictimAttachScript to alias VampireEnthrallAlias05 on quest VampireDominationAlias (1C379F0E) because their base types do not match

[10/30/2017 - 01:41:21PM] ERROR: Unable to bind script aTID1SlaveTaskKozelSennaScript to alias aTIDSennaREF on quest aTID1SlaveTaskKozel (2229729F) because their base types do not match

[10/30/2017 - 01:41:21PM] ERROR: Unable to bind script daymoyl_PlayerValidateQuestAlias to alias PlayerRef on quest DefeatPlayerQST (33000D62) because their base types do not match

[10/30/2017 - 01:41:21PM] ERROR: Unable to bind script EnthralledVictimAttachScript to alias VampireEnthrallAlias04 on quest VampireDominationAlias (1C379F0E) because their base types do not match

[10/30/2017 - 01:41:21PM] ERROR: Unable to bind script zzEstrusOnLoadScript to alias zzEstrusPlayer on quest zzEstrusQuest (36004888) because their base types do not match

[10/30/2017 - 01:41:21PM] ERROR: Unable to bind script EnthralledVictimAttachScript to alias VampireEnthrallAlias08 on quest VampireDominationAlias (1C379F0E) because their base types do not match

[10/30/2017 - 01:41:21PM] ERROR: Unable to bind script EnthralledVictimAttachScript to alias VampireEnthrallAlias01 on quest VampireDominationAlias (1C379F0E) because their base types do not match

[10/30/2017 - 01:41:21PM] ERROR: Unable to bind script aTID4Ebd2PlayerAliasScript to alias Player on quest aTID4End2 (22694019) because their base types do not match

[10/30/2017 - 01:41:21PM] ERROR: Unable to bind script aTID1SlaveTaskKozelMilkMachineScript to alias PlayerRef on quest aTID1SlaveTaskKozel (2229729F) because their base types do not match

[10/30/2017 - 01:41:21PM] warning: Property kzy_Entangled on script kzy_arachnophobiaconfig attached to kzyArachnophobiaConfig (420075C1) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property kzy_Overview on script kzy_arachnophobiaconfig attached to kzyArachnophobiaConfig (420075C1) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] ERROR: Property aTID2SideQuestMutator on script aTID2SideQuestMutatorLeverScript attached to  (220ECF3F) cannot be bound because <NULL form> (22425CDF) is not the right type

[10/30/2017 - 01:41:21PM] warning: Property girl on script sluts_test_cart_cross attached to  (2F00EBD0) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] ERROR: Property myActor on script dunPinewatchMakeHostileScript attached to  (200610AC) cannot be bound because <NULL form> (200610DC) is not the right type

[10/30/2017 - 01:41:21PM] warning: Property AshSpawnAttachChancePercent on script DLC2AshSpawnAttackChanceScript attached to alias Player on quest DLC2Init (04016E02) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property WhoreRI on script slsw_scum attached to alias PlayerAlias on quest SLSW (29002863) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property CWSiegeDefendObj on script slsw_scum attached to alias PlayerAlias on quest SLSW (29002863) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property WhoreWH on script slsw_scum attached to alias PlayerAlias on quest SLSW (29002863) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property Work1 on script slsw_scum attached to alias PlayerAlias on quest SLSW (29002863) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property CWSiegeAttackObj on script slsw_scum attached to alias PlayerAlias on quest SLSW (29002863) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property WhoreMK on script slsw_scum attached to alias PlayerAlias on quest SLSW (29002863) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property Work2 on script slsw_scum attached to alias PlayerAlias on quest SLSW (29002863) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property Work3 on script slsw_scum attached to alias PlayerAlias on quest SLSW (29002863) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property WhoreSO on script slsw_scum attached to alias PlayerAlias on quest SLSW (29002863) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property WhoreWR on script slsw_scum attached to alias PlayerAlias on quest SLSW (29002863) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property WorkScript on script slsw_scum attached to alias PlayerAlias on quest SLSW (29002863) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property FoxClubDog on script FoxClubMainQuestScript attached to FoxClubMainQuest (270BD934) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property FoxClubDogCageGate on script FoxClubMainQuestScript attached to FoxClubMainQuest (270BD934) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property aTIDDialogue on script aTIDDialogueArenaPetDeathScript attached to alias aTIDArenaPet on quest aTIDDialogueServices (22393826) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property SLSW_DrugBrothel on script slsw_mcmconfig attached to SLSW (29002863) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property SLSW_Twig on script slsw_mcmconfig attached to SLSW (29002863) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property SLSW_Lilly on script slsw_mcmconfig attached to SLSW (29002863) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property SLSW_Brothel on script slsw_mcmconfig attached to SLSW (29002863) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property QuestList on script kzy_daymoylPlayerValidateQuestAlias attached to alias Player on quest kzy_Arachnophobia_Integration (4202A55E) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property HoSuccubusDrain on script hoslddthread attached to HoSLDDThread00 (1D00B46F) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property HoSuccubusDrainGlowVicSpell on script hoslddthread attached to HoSLDDThread00 (1D00B46F) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property HoSLDDPowers on script hoslddthread attached to HoSLDDThread00 (1D00B46F) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property pSoulGemBlackFilled on script hoslddthread attached to HoSLDDThread00 (1D00B46F) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property MAGDragonPowerAbsorbManEffect on script hoslddthread attached to HoSLDDThread00 (1D00B46F) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property DraugrRace on script hoslddthread attached to HoSLDDThread00 (1D00B46F) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property MAGDragonPowerAbsorbEffect on script hoslddthread attached to HoSLDDThread00 (1D00B46F) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property ActorTypeNPC on script hoslddthread attached to HoSLDDThread00 (1D00B46F) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property pSoulGemBlack on script hoslddthread attached to HoSLDDThread00 (1D00B46F) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property DragonPowerAbsorbFXS on script hoslddthread attached to HoSLDDThread00 (1D00B46F) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property Vampire on script hoslddthread attached to HoSLDDThread00 (1D00B46F) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property HoFeedTransitionSpell on script hoslddthread attached to HoSLDDThread00 (1D00B46F) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property HoSuccubusDrainGlow on script hoslddthread attached to HoSLDDThread00 (1D00B46F) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property HoSoulAbrosb on script hoslddthread attached to HoSLDDThread00 (1D00B46F) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property HoDrainFeaturesSpell on script hoslddthread attached to HoSLDDThread00 (1D00B46F) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] ERROR: Property LinkedActivator on script MGR02PillarScript attached to  (2006A350) cannot be bound because <NULL form> (2006A34F) is not the right type

[10/30/2017 - 01:41:21PM] ERROR: Property Pages on script sluts_mcm attached to sluts_kicker (2F0012C6) cannot be initialized because the value is the incorrect type

[10/30/2017 - 01:41:21PM] warning: Property DLC1VampireChangeEffect on script dlc1playervampirechangescript attached to DLC1PlayerVampireQuest (020071D0) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property PlatePosition on script dlc2toldarstombpuzzleplatescript attached to  (0402710F) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] ERROR: Property LexiconStand on script DA04HubScript attached to  (22086BC8) cannot be bound because <NULL alias> (1) on <NULL quest> (220B31CC) is not the right type

[10/30/2017 - 01:41:21PM] warning: Property PlatePosition on script dlc2toldarstombpuzzleplatescript attached to  (04027115) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property PlatePosition on script dlc2toldarstombpuzzleplatescript attached to  (04027114) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property FollowerDismissMessageCompanionsMale on script DLC2HirelingQuestScript attached to DLC2HirelingQuest (04038566) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property FollowerDismissMessageWait on script DLC2HirelingQuestScript attached to DLC2HirelingQuest (04038566) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property FollowerDismissMessageWedding on script DLC2HirelingQuestScript attached to DLC2HirelingQuest (04038566) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property DismissedFollower on script DLC2HirelingQuestScript attached to DLC2HirelingQuest (04038566) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property FollowerDismissMessage on script DLC2HirelingQuestScript attached to DLC2HirelingQuest (04038566) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property FollowerDismissMessageCompanions on script DLC2HirelingQuestScript attached to DLC2HirelingQuest (04038566) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property FollowerDismissMessageCompanionsFemale on script DLC2HirelingQuestScript attached to DLC2HirelingQuest (04038566) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property DLC2RRTeldrynSero on script DLC2HirelingQuestScript attached to DLC2HirelingQuest (04038566) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property TG05KarliahInvisibilitySpell on script tg06questscript attached to TG06 (00021552) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property PlatePosition on script dlc2toldarstombpuzzleplatescript attached to  (04027117) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property PlatePosition on script dlc2toldarstombpuzzleplatescript attached to  (04027116) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property PlatePosition on script dlc2toldarstombpuzzleplatescript attached to  (04027113) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] ERROR: Property LampLight on script blackreachElevatorButtonScript attached to  (22193F8D) cannot be bound because <NULL form> (221365B7) is not the right type

[10/30/2017 - 01:41:21PM] ERROR: Property Gears02 on script blackreachElevatorButtonScript attached to  (22193F8D) cannot be bound because <NULL form> (22193F8C) is not the right type

[10/30/2017 - 01:41:21PM] ERROR: Property Gears05 on script blackreachElevatorButtonScript attached to  (22193F8D) cannot be bound because <NULL form> (22193F8B) is not the right type

[10/30/2017 - 01:41:21PM] ERROR: Property Gears06 on script blackreachElevatorButtonScript attached to  (22193F8D) cannot be bound because <NULL form> (22193F91) is not the right type

[10/30/2017 - 01:41:21PM] ERROR: Property LampFlame on script blackreachElevatorButtonScript attached to  (22193F8D) cannot be bound because <NULL form> (221365B6) is not the right type

[10/30/2017 - 01:41:21PM] ERROR: Property Gears04 on script blackreachElevatorButtonScript attached to  (22193F8D) cannot be bound because <NULL form> (22193F8F) is not the right type

[10/30/2017 - 01:41:21PM] ERROR: Property Gears01 on script blackreachElevatorButtonScript attached to  (22193F8D) cannot be bound because <NULL form> (22193F90) is not the right type

[10/30/2017 - 01:41:21PM] ERROR: Property Bed on script RentRoomScript attached to  (2A00D553) cannot be bound because <NULL form> (0700B445) is not the right type

[10/30/2017 - 01:41:21PM] ERROR: Property LexiconStand on script DA04ArmillaryScript attached to  (22086B9E) cannot be bound because <NULL alias> (1) on <NULL quest> (220B31CC) is not the right type

[10/30/2017 - 01:41:21PM] warning: Property PlatePosition on script dlc2toldarstombpuzzleplatescript attached to  (04027110) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:22PM] warning: Property PlatePosition on script dlc2toldarstombpuzzleplatescript attached to  (04027112) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:22PM] warning: Property PlatePosition on script dlc2toldarstombpuzzleplatescript attached to  (04027111) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:22PM] ERROR: Property theMaster on script SF_MariaEdensSlaveHuntFinish_071A9F03 attached to  (411A9F03) cannot be bound because <NULL alias> (2) on <NULL quest> (41052CE7) is not the right type

[10/30/2017 - 01:41:22PM] ERROR: Property jailDoor on script MariaTGotoJailScript attached to  (41B2F69A) cannot be bound because <NULL alias> (3) on <NULL quest> (41B2A75C) is not the right type

[10/30/2017 - 01:41:22PM] warning: Property aTID3SideQuestMolag on script aTID3FreeMachineryScript attached to aTID3ZFree (220B31CC) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:22PM] warning: Property Alias_LevitationTarget on script DLC2_QF_DLC2DialogueTelMithry_02017E85 attached to DLC2DialogueTelMithryn (04017E85) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:22PM] warning: Property bModActive on script jaxonzenhgrab attached to JaxonzEnhGrabUpdateQuest (34000D62) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:22PM] warning: Property AugmentedFrost on script DLC1SeranaLevelingScript attached to  (02003BA8) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:22PM] warning: Property MagicResistance30 on script DLC1SeranaLevelingScript attached to  (02003BA8) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:22PM] warning: Property Bladesman90 on script DLC1SeranaLevelingScript attached to  (02003BA8) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:22PM] warning: Property HackAndSlash60 on script DLC1SeranaLevelingScript attached to  (02003BA8) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:22PM] warning: Property MagicResistance50 on script DLC1SeranaLevelingScript attached to  (02003BA8) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:22PM] warning: Property MageArmor50 on script DLC1SeranaLevelingScript attached to  (02003BA8) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:22PM] warning: Property MageArmor30 on script DLC1SeranaLevelingScript attached to  (02003BA8) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:22PM] warning: Property Necromancy on script DLC1SeranaLevelingScript attached to  (02003BA8) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:22PM] warning: Property WindWalker on script DLC1SeranaLevelingScript attached to  (02003BA8) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:22PM] warning: Property SavageStrike on script DLC1SeranaLevelingScript attached to  (02003BA8) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:22PM] warning: Property HackAndSlash90 on script DLC1SeranaLevelingScript attached to  (02003BA8) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:22PM] warning: Property Bladesman60 on script DLC1SeranaLevelingScript attached to  (02003BA8) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:22PM] warning: Property DarkSouls on script DLC1SeranaLevelingScript attached to  (02003BA8) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:22PM] warning: Property MariaWJRemoveRestraints on script MariaWJGroupSexJobScript attached to  (4162EEA7) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:22PM] ERROR: Property SecretDoor on script dunLostEchoCaveBurnMushrooms attached to  (22063DB7) cannot be bound because <NULL form> (22063C52) is not the right type

[10/30/2017 - 01:41:22PM] ERROR: Property aTID2zEnd on script aTID2zEndChaurTriggerScript attached to  (22190F09) cannot be bound because <NULL form> (22060FBA) is not the right type

[10/30/2017 - 01:41:22PM] warning: Property Axe on script DLC2DBAncientDragonbornSCRIPT attached to  (0401DC33) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:27PM] Loading game...

[10/30/2017 - 01:41:27PM] Cannot open store for class "SSLV_QF_SimpleSlavery_0200492E", missing file?

[10/30/2017 - 01:41:27PM] warning: Unable to get type SSLV_QF_SimpleSlavery_0200492E referenced by the save game. Objects of this type will not be loaded.

[10/30/2017 - 01:41:27PM] Cannot open store for class "sslv_configscr", missing file?

[10/30/2017 - 01:41:27PM] warning: Unable to get type sslv_configscr referenced by the save game. Objects of this type will not be loaded.

[10/30/2017 - 01:41:27PM] warning: Unable to get type kzy_daymoylPlayerValidateQuestAlias referenced by the save game. Objects of this type will not be loaded.

[10/30/2017 - 01:41:27PM] Cannot open store for class "SSLV_MainScr", missing file?

[10/30/2017 - 01:41:27PM] warning: Unable to get type SSLV_MainScr referenced by the save game. Objects of this type will not be loaded.

[10/30/2017 - 01:41:27PM] warning: Could not find type SSLV_QF_SimpleSlavery_0200492E in the type table in save

[10/30/2017 - 01:41:27PM] warning: Could not find type SSLV_MainScr in the type table in save

[10/30/2017 - 01:41:27PM] warning: Could not find type sslv_configscr in the type table in save

[10/30/2017 - 01:41:27PM] warning: Could not find type kzy_daymoylPlayerValidateQuestAlias in the type table in save

[10/30/2017 - 01:41:27PM] VM is thawing...

[10/30/2017 - 01:41:27PM] [_sdras_load] Calling _sd_player maintenance

[10/30/2017 - 01:41:27PM] [Zad]: [OrganicVibrateEffect] Loaded: 20%

[10/30/2017 - 01:41:27PM] [_sdras_player] Register events

[10/30/2017 - 01:41:27PM] SEXLAB - LOADED: Version 16200 / 16200

[10/30/2017 - 01:41:27PM] SexLab Dialogues: Reset SexLab events

[10/30/2017 - 01:41:27PM] [_sdras_load] Init SD+ FNIS aa

[10/30/2017 - 01:41:27PM] [Zad]: [teaser] Loaded: 0%

[10/30/2017 - 01:41:27PM] SexLab MCM Loaded CurrentVerison: 16200 / 16200

[10/30/2017 - 01:41:27PM] error: Native static function TESTScanCellNPCsByFaction could find no matching static function on linked type MiscUtil. Function will not be bound.

[10/30/2017 - 01:41:27PM] @@ PLAYER :Repair

[10/30/2017 - 01:41:27PM] @@ PLAYER :OnInit

[10/30/2017 - 01:41:27PM] [bYOHHouseBuildingPlayerScript <alias Player on quest BYOHHouseBuilding (0300305D)>] OnPlayerLoadGame...

[10/30/2017 - 01:41:27PM] [DCL1VampireTurnPlayerScript <alias Player on quest DLC1VampireTurn (0200588C)>]OnPlayerLoadGame() calling MakeAliasesEyesRed()

[10/30/2017 - 01:41:27PM] [dlc1vampireturnscript <DLC1VampireTurn (0200588C)>]MakeAliasesEyesRed()

[10/30/2017 - 01:41:27PM] sluts: kicker checking for CFTO (accursed be its name)

[10/30/2017 - 01:41:27PM] sluts_kicker: load event detected

[10/30/2017 - 01:41:27PM] DLC2InitCrossDLCScript found: [DLC1VQ01QuestScript <DLC1VQ01 (0200352A)>], [bYOH_QF_BYOHRelationshipAdopt_010042B4 <BYOHRelationshipAdoption (030042B4)>]

[10/30/2017 - 01:41:27PM] FNIS AA started (load)

[10/30/2017 - 01:41:27PM] [Zad]: QuestMonitor is now watching for device events.

[10/30/2017 - 01:41:27PM] [DD] Registering hotkeys: (Drain): 56 (Death):184

[10/30/2017 - 01:41:27PM] [sLD] Reset SexLab events

[10/30/2017 - 01:41:27PM] [Zad]: DevicesUnderneath::Maintenance()

[10/30/2017 - 01:41:27PM] [Zad]: [suction Cups Vibrating] Loaded: 30%

[10/30/2017 - 01:41:27PM] [Zad]: [Cow Bra Event] Loaded: 10%

[10/30/2017 - 01:41:27PM] SLAL: SLAL: OnLoad

[10/30/2017 - 01:41:27PM] SOS Maintenance: loaded version is 300004

[10/30/2017 - 01:41:27PM] SOS Maintenance: 300004 is update

[10/30/2017 - 01:41:27PM] [Zad]: [Chaos Plugs] Loaded: 25%

[10/30/2017 - 01:41:27PM] [Zad]: [blindfold Trip] Loaded: 10%

[10/30/2017 - 01:41:27PM] [Zad]: [Drip] Loaded: 10%

[10/30/2017 - 01:41:27PM] [Zad]: [Posture Collar] Loaded: 10%

[10/30/2017 - 01:41:27PM] [Zad]: [Horny] Loaded: 5%

[10/30/2017 - 01:41:27PM] [Zad]: [Harness] Loaded: 10%

[10/30/2017 - 01:41:27PM] [Zad]: [Armbinder Struggle] Loaded: 15%

[10/30/2017 - 01:41:27PM] [Zad]: [Health Drain] Loaded: 50%

[10/30/2017 - 01:41:27PM] [Zad]: [Restrictive Collar] Loaded: 15%

[10/30/2017 - 01:41:27PM] [Zad]: [Tight Gloves] Loaded: 15%

[10/30/2017 - 01:41:27PM] [Zad]: [Mounted] Loaded: 100%

[10/30/2017 - 01:41:27PM] [Zad]: [Nipple Piercings] Loaded: 55%

[10/30/2017 - 01:41:27PM] [Zad]: [Restraints+Armor] Loaded: 7%

[10/30/2017 - 01:41:27PM] [Zad]: [belt Chafing] Loaded: 10%

[10/30/2017 - 01:41:27PM] [Zad]: [Mana Drain] Loaded: 50%

[10/30/2017 - 01:41:27PM] [Zad]: [stamina Drain] Loaded: 50%

[10/30/2017 - 01:41:27PM] [Zad]: [Wet Padding] Loaded: 10%

[10/30/2017 - 01:41:27PM] [Zad]: [belted Empty] Loaded: 10%

[10/30/2017 - 01:41:27PM] [Zad]: [Periodic Shocks] Loaded: 25%

[10/30/2017 - 01:41:27PM] [Zad]: [bra Chafing] Loaded: 10%

[10/30/2017 - 01:41:27PM] [Zad]: [blindfold Mystery] Loaded: 1%

[10/30/2017 - 01:41:27PM] [slamainscr <sla_Main (08042D62)>]: starting maintenance... Update frequency 120.000000

[10/30/2017 - 01:41:27PM] FNIS aa GetAAprefixList mod: sanguinesDebauchery nMods: 5

[10/30/2017 - 01:41:27PM] FNIS aa GetAAmodID mod: sanguinesDebauchery prefix: sdc modID:3

[10/30/2017 - 01:41:27PM] FNIS aa GetAAsetList mod: sanguinesDebauchery nSets: 40

[10/30/2017 - 01:41:27PM] FNIS aa GetGroupBaseValue - mod/id:sanguinesDebauchery/3 group:10 return:7

[10/30/2017 - 01:41:27PM] FNIS aa GetAAsetList mod: sanguinesDebauchery nSets: 40

[10/30/2017 - 01:41:27PM] FNIS aa GetGroupBaseValue - mod/id:sanguinesDebauchery/3 group:11 return:7

[10/30/2017 - 01:41:27PM] FNIS aa GetAAsetList mod: sanguinesDebauchery nSets: 40

[10/30/2017 - 01:41:27PM] FNIS aa GetGroupBaseValue - mod/id:sanguinesDebauchery/3 group:0 return:7

[10/30/2017 - 01:41:27PM] FNIS aa GetAAprefixList mod: DeviousDevices nMods: 5

[10/30/2017 - 01:41:27PM] FNIS aa GetAAmodID mod: DeviousDevices prefix: abc modID:0

[10/30/2017 - 01:41:27PM] FNIS aa GetAAsetList mod: DeviousDevices nSets: 40

[10/30/2017 - 01:41:27PM] FNIS aa GetGroupBaseValue - mod/id:DeviousDevices/0 group:0 return:1

[10/30/2017 - 01:41:27PM] [sD] SD+ FNIS aa loaded

[10/30/2017 - 01:41:27PM] [_sdras_load] Calling version check

[10/30/2017 - 01:41:27PM] [_sdras_load] Test storageUtil issue

[10/30/2017 - 01:41:27PM] SexLab Dialogues: Reset SexLab events

[10/30/2017 - 01:41:27PM] [Zad]: [Finisher Plug] Loaded: 0%

[10/30/2017 - 01:41:27PM] [_sdras_load]     _SD_sSleepPose:

[10/30/2017 - 01:41:27PM] [_sdras_load]     xpopVersionStr:

[10/30/2017 - 01:41:27PM] [_sdras_load]     SexLab.SavedVoice:

[10/30/2017 - 01:41:27PM] SexLab SexBot: Reset SexLab events

[10/30/2017 - 01:41:27PM] [Zad]: QuestMonitor is now watching for device events.

[10/30/2017 - 01:41:27PM] [DD] OnInit Runs. (Thread): 0

[10/30/2017 - 01:41:27PM] [sD] Registering Alicia player start

[10/30/2017 - 01:41:27PM] [DD] OnInit Runs. (Thread): 1

[10/30/2017 - 01:41:27PM] [DD] OnInit Runs. (Thread): 2

[10/30/2017 - 01:41:27PM] attempting re-attach

[10/30/2017 - 01:41:27PM] sluts: not tethered

[10/30/2017 - 01:41:27PM] sluts: CFTO not detected

[10/30/2017 - 01:41:27PM] [Zad]: [Milk Drip] Loaded: 10%

[10/30/2017 - 01:41:27PM] zbfExternal: Compatibility checking

[10/30/2017 - 01:41:27PM] zbfExternal: -------------------------------------------------------

[10/30/2017 - 01:41:27PM] zbfExternal:                    SexLab version: 16200

[10/30/2017 - 01:41:27PM] zbfExternal:                 SlaveTats version: 1.0.0

[10/30/2017 - 01:41:27PM] zbfExternal:                  RaceMenu version: 7

[10/30/2017 - 01:41:27PM] zbfExternal: Non SexLab Animation Pack version: 0

[10/30/2017 - 01:41:27PM] zbfExternal: -------------------------------------------------------

[10/30/2017 - 01:41:27PM] zbfExternal:                    SexLab support: TRUE

[10/30/2017 - 01:41:27PM] zbfExternal:                   Overlay support: TRUE

[10/30/2017 - 01:41:27PM] zbfExternal:      Non SexLab Animation support: False

[10/30/2017 - 01:41:27PM] zbfExternal: -------------------------------------------------------

[10/30/2017 - 01:41:27PM] [sD] Register devious outfits

[10/30/2017 - 01:41:27PM] [sD]         Registering leather collar

[10/30/2017 - 01:41:27PM] [slamainscr <sla_Main (08042D62)>]: registered for maintenance

[10/30/2017 - 01:41:27PM] [Zad]: [bump Pumps] Loaded: 17%

[10/30/2017 - 01:41:27PM] [Zad]: Set Device Hider slot to 41.

[10/30/2017 - 01:41:27PM] SexLab Stories Devious: Reset SexLab events

[10/30/2017 - 01:41:27PM] [Zad]: RebuildSlotmask()

[10/30/2017 - 01:41:27PM] Cannot open store for class "consoleutil", missing file?

[10/30/2017 - 01:41:27PM] ERROR: Unable to obtain function call information - returning None

stack:

    [zadQuest (0A00F624)].zadbq00.checkBlindfoldDarkFog() - "zadBQ00.psc" Line 143

    [zadQuest (0A00F624)].zadbq00.Maintenance() - "zadBQ00.psc" Line 154

    [alias Player on quest zadQuest (0A00F624)].zadPlayerScript.OnPlayerLoadGame() - "zadPlayerScript.psc" Line 14

[10/30/2017 - 01:41:27PM] [Zad]: Starting update chain.

[10/30/2017 - 01:41:27PM] [slamainscr <sla_Main (08042D62)>]: starting maintenance... Update frequency 120.000000

[10/30/2017 - 01:41:27PM] [Zad]: Devious Devices is now creating animations.

[10/30/2017 - 01:41:27PM] SEXLAB - GetSetAnimation(DDBeltedSolo): Get

[10/30/2017 - 01:41:27PM] InitWidgetLoader()

[10/30/2017 - 01:41:27PM] ERROR: Cannot call SetValueInt() on a None object, aborting function call

stack:

    [alias zzEstrusPlayer on quest zzEstrusQuest (36004888)].zzestrusinitcorescript.checkEdialog() - "zzEstrusInitCoreScript.psc" Line 234

    [alias zzEstrusPlayer on quest zzEstrusQuest (36004888)].zzestrusquestcorescript.firstSessionCheck() - "zzEstrusQuestCoreScript.psc" Line 193

    [alias zzEstrusPlayer on quest zzEstrusQuest (36004888)].zzestrusquestcorescript.OnPlayerLoadGame() - "zzEstrusQuestCoreScript.psc" Line 167

[10/30/2017 - 01:41:27PM] SEXLAB - GetSetAnimation(DDArmbinderSolo): Get

[10/30/2017 - 01:41:27PM] SEXLAB - GetSetAnimation(DDYokeSolo): Get

[10/30/2017 - 01:41:27PM] [Zad]: EnableEventProcessing()

[10/30/2017 - 01:41:27PM] [Zad]: Rehooking Mod Events

[10/30/2017 - 01:41:28PM] [slamainscr <sla_Main (08042D62)>]: registered for maintenance

[10/30/2017 - 01:41:28PM] error: Unbound native function "SetAnimObjectPath" called

[10/30/2017 - 01:41:28PM] [Zad]: [Yoke Struggle] Loaded: 20%

[10/30/2017 - 01:41:28PM] error: Unbound native function "SetAnimObjectPath" called

[10/30/2017 - 01:41:28PM] error: Unbound native function "SetAnimObjectPath" called

[10/30/2017 - 01:41:28PM] [Zad]: [Plug Moan] Loaded: 10%

[10/30/2017 - 01:41:28PM] error: Unbound native function "SetAnimObjectPath" called

[10/30/2017 - 01:41:28PM] error: Unbound native function "SetAnimObjectPath" called

[10/30/2017 - 01:41:28PM] [Zad]: [Vibration] Loaded: 25%

[10/30/2017 - 01:41:28PM] error: Unbound native function "SetAnimObjectPath" called

[10/30/2017 - 01:41:28PM] error: Unbound native function "SetAnimObjectPath" called

[10/30/2017 - 01:41:28PM] ERROR: File "Open Cities Skyrim.esp" does not exist or is not currently loaded.

stack:

    <unknown self>.Game.GetFormFromFile() - "<native>" Line ?

    [ARTHLALWhiterunGuardConfrontationQuest (4829847F)].arth_qf_lalwhiterunguard_0529847f.SetGateAlias() - "ARTH_QF_LALWhiterunGuard_0529847F.psc" Line 47

    [ARTHLALVersionTracking (48049F33)].arth_lal_versiontrackingscript.DLCSupportCheck() - "ARTH_LAL_VersionTrackingScript.psc" Line 75

    [alias Player on quest ARTHLALVersionTracking (48049F33)].ARTH_LAL_VersionTrackingAliasScript.OnPlayerLoadGame() - "ARTH_LAL_VersionTrackingAliasScript.psc" Line 6

[10/30/2017 - 01:41:28PM] [Zad]: [Tight Corset] Loaded: 15%

[10/30/2017 - 01:41:28PM] error: Unbound native function "SetAnimObjectPath" called

[10/30/2017 - 01:41:28PM] error: Unbound native function "SetAnimObjectPath" called

[10/30/2017 - 01:41:28PM] ERROR: Cannot call WornHasKeyword() on a None object, aborting function call

stack:

    [_SD_controller (2B000D64)]._sdqs_fcts_outfit.isArmbinderEquipped() - "_sdqs_fcts_outfit.psc" Line 1264

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 499

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?

[10/30/2017 - 01:41:28PM] warning: Assigning None to a non-object variable named "::temp137"

stack:

    [_SD_controller (2B000D64)]._sdqs_fcts_outfit.isArmbinderEquipped() - "_sdqs_fcts_outfit.psc" Line 1264

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 499

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?

[10/30/2017 - 01:41:28PM] [Zad]: QuestMonitor is now tracking player.

[10/30/2017 - 01:41:28PM] error: Unbound native function "SetAnimObjectPath" called

[10/30/2017 - 01:41:28PM] ERROR: Cannot call WornHasKeyword() on a None object, aborting function call

stack:

    [_SD_controller (2B000D64)]._sdqs_fcts_outfit.isYokeEquipped() - "_sdqs_fcts_outfit.psc" Line 1285

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 499

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?

[10/30/2017 - 01:41:28PM] warning: Assigning None to a non-object variable named "::temp141"

stack:

    [_SD_controller (2B000D64)]._sdqs_fcts_outfit.isYokeEquipped() - "_sdqs_fcts_outfit.psc" Line 1285

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 499

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?

[10/30/2017 - 01:41:28PM] ERROR: Cannot call GetBaseObject() on a None object, aborting function call

stack:

    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 514

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?

[10/30/2017 - 01:41:28PM] ERROR: Cannot call GetName() on a None object, aborting function call

stack:

    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 514

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?

[10/30/2017 - 01:41:28PM] warning: Assigning None to a non-object variable named "::temp7"

stack:

    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 514

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?

[10/30/2017 - 01:41:28PM] FNIS aa SetAnimGroup BAD PARAMETER(S) mod: sanguinesDebauchery actor:  group: _mtidle base: 0 number: 0

[10/30/2017 - 01:41:28PM] ERROR: Cannot call GetBaseObject() on a None object, aborting function call

stack:

    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 515

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?

[10/30/2017 - 01:41:28PM] ERROR: Cannot call GetName() on a None object, aborting function call

stack:

    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 515

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?

[10/30/2017 - 01:41:28PM] warning: Assigning None to a non-object variable named "::temp7"

stack:

    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 515

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?

[10/30/2017 - 01:41:28PM] FNIS aa SetAnimGroup BAD PARAMETER(S) mod: sanguinesDebauchery actor:  group: _mt base: 0 number: 0

[10/30/2017 - 01:41:28PM] ERROR: Cannot call GetBaseObject() on a None object, aborting function call

stack:

    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 516

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?

[10/30/2017 - 01:41:28PM] ERROR: Cannot call GetName() on a None object, aborting function call

stack:

    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 516

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?

[10/30/2017 - 01:41:28PM] warning: Assigning None to a non-object variable named "::temp7"

stack:

    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 516

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?

[10/30/2017 - 01:41:28PM] FNIS aa SetAnimGroup BAD PARAMETER(S) mod: sanguinesDebauchery actor:  group: _mtx base: 0 number: 0

[10/30/2017 - 01:41:28PM] ERROR: Cannot call GetBaseObject() on a None object, aborting function call

stack:

    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 517

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?

[10/30/2017 - 01:41:28PM] ERROR: Cannot call GetName() on a None object, aborting function call

stack:

    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 517

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?

[10/30/2017 - 01:41:28PM] warning: Assigning None to a non-object variable named "::temp7"

stack:

    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 517

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?

[10/30/2017 - 01:41:28PM] FNIS aa SetAnimGroup BAD PARAMETER(S) mod: sanguinesDebauchery actor:  group: _sneakidle base: 0 number: 0

[10/30/2017 - 01:41:28PM] ERROR: Cannot call GetBaseObject() on a None object, aborting function call

stack:

    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 518

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?

[10/30/2017 - 01:41:28PM] ERROR: Cannot call GetName() on a None object, aborting function call

stack:

    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 518

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?

[10/30/2017 - 01:41:28PM] warning: Assigning None to a non-object variable named "::temp7"

stack:

    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 518

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?

[10/30/2017 - 01:41:28PM] FNIS aa SetAnimGroup BAD PARAMETER(S) mod: sanguinesDebauchery actor:  group: _sneakmt base: 0 number: 0

[10/30/2017 - 01:41:28PM] [Zad]: Remove_ABC()

[10/30/2017 - 01:41:28PM] ERROR: Cannot call GetBaseObject() on a None object, aborting function call

stack:

    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65

    [zadQuest (0A00F624)].zadboundcombatscript.SetAA() - "zadBoundCombatScript.psc" Line 202

    [zadQuest (0A00F624)].zadboundcombatscript.Remove_ABC() - "zadBoundCombatScript.psc" Line 150

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 520

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?

[10/30/2017 - 01:41:28PM] ERROR: Cannot call GetName() on a None object, aborting function call

stack:

    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65

    [zadQuest (0A00F624)].zadboundcombatscript.SetAA() - "zadBoundCombatScript.psc" Line 202

    [zadQuest (0A00F624)].zadboundcombatscript.Remove_ABC() - "zadBoundCombatScript.psc" Line 150

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 520

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?

[10/30/2017 - 01:41:28PM] warning: Assigning None to a non-object variable named "::temp7"

stack:

    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65

    [zadQuest (0A00F624)].zadboundcombatscript.SetAA() - "zadBoundCombatScript.psc" Line 202

    [zadQuest (0A00F624)].zadboundcombatscript.Remove_ABC() - "zadBoundCombatScript.psc" Line 150

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 520

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?

[10/30/2017 - 01:41:28PM] FNIS aa SetAnimGroup BAD PARAMETER(S) mod: DeviousDevices actor:  group: _h2heqp base: 0 number: 0

[10/30/2017 - 01:41:28PM] ERROR: Cannot call GetBaseObject() on a None object, aborting function call

stack:

    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65

    [zadQuest (0A00F624)].zadboundcombatscript.SetAA() - "zadBoundCombatScript.psc" Line 203

    [zadQuest (0A00F624)].zadboundcombatscript.Remove_ABC() - "zadBoundCombatScript.psc" Line 150

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 520

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?

[10/30/2017 - 01:41:28PM] ERROR: Cannot call GetName() on a None object, aborting function call

stack:

    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65

    [zadQuest (0A00F624)].zadboundcombatscript.SetAA() - "zadBoundCombatScript.psc" Line 203

    [zadQuest (0A00F624)].zadboundcombatscript.Remove_ABC() - "zadBoundCombatScript.psc" Line 150

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 520

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?

[10/30/2017 - 01:41:28PM] warning: Assigning None to a non-object variable named "::temp7"

stack:

    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65

    [zadQuest (0A00F624)].zadboundcombatscript.SetAA() - "zadBoundCombatScript.psc" Line 203

    [zadQuest (0A00F624)].zadboundcombatscript.Remove_ABC() - "zadBoundCombatScript.psc" Line 150

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 520

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?

[10/30/2017 - 01:41:28PM] FNIS aa SetAnimGroup BAD PARAMETER(S) mod: DeviousDevices actor:  group: _h2hidle base: 0 number: 0

[10/30/2017 - 01:41:28PM] ERROR: Cannot call GetBaseObject() on a None object, aborting function call

stack:

    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65

    [zadQuest (0A00F624)].zadboundcombatscript.SetAA() - "zadBoundCombatScript.psc" Line 204

    [zadQuest (0A00F624)].zadboundcombatscript.Remove_ABC() - "zadBoundCombatScript.psc" Line 150

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 520

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?

[10/30/2017 - 01:41:28PM] ERROR: Cannot call GetName() on a None object, aborting function call

stack:

    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65

    [zadQuest (0A00F624)].zadboundcombatscript.SetAA() - "zadBoundCombatScript.psc" Line 204

    [zadQuest (0A00F624)].zadboundcombatscript.Remove_ABC() - "zadBoundCombatScript.psc" Line 150

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 520

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?

[10/30/2017 - 01:41:28PM] warning: Assigning None to a non-object variable named "::temp7"

stack:

    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65

    [zadQuest (0A00F624)].zadboundcombatscript.SetAA() - "zadBoundCombatScript.psc" Line 204

    [zadQuest (0A00F624)].zadboundcombatscript.Remove_ABC() - "zadBoundCombatScript.psc" Line 150

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 520

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?

[10/30/2017 - 01:41:28PM] FNIS aa SetAnimGroup BAD PARAMETER(S) mod: DeviousDevices actor:  group: _h2hatkpow base: 0 number: 0

[10/30/2017 - 01:41:28PM] ERROR: Cannot call GetBaseObject() on a None object, aborting function call

stack:

    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65

    [zadQuest (0A00F624)].zadboundcombatscript.SetAA() - "zadBoundCombatScript.psc" Line 205

    [zadQuest (0A00F624)].zadboundcombatscript.Remove_ABC() - "zadBoundCombatScript.psc" Line 150

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 520

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?

[10/30/2017 - 01:41:28PM] ERROR: Cannot call GetName() on a None object, aborting function call

stack:

    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65

    [zadQuest (0A00F624)].zadboundcombatscript.SetAA() - "zadBoundCombatScript.psc" Line 205

    [zadQuest (0A00F624)].zadboundcombatscript.Remove_ABC() - "zadBoundCombatScript.psc" Line 150

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 520

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?

[10/30/2017 - 01:41:28PM] warning: Assigning None to a non-object variable named "::temp7"

stack:

    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65

    [zadQuest (0A00F624)].zadboundcombatscript.SetAA() - "zadBoundCombatScript.psc" Line 205

    [zadQuest (0A00F624)].zadboundcombatscript.Remove_ABC() - "zadBoundCombatScript.psc" Line 150

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 520

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?

[10/30/2017 - 01:41:28PM] FNIS aa SetAnimGroup BAD PARAMETER(S) mod: DeviousDevices actor:  group: _h2hatk base: 0 number: 0

[10/30/2017 - 01:41:28PM] ERROR: Cannot call GetBaseObject() on a None object, aborting function call

stack:

    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65

    [zadQuest (0A00F624)].zadboundcombatscript.SetAA() - "zadBoundCombatScript.psc" Line 206

    [zadQuest (0A00F624)].zadboundcombatscript.Remove_ABC() - "zadBoundCombatScript.psc" Line 150

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 520

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?

[10/30/2017 - 01:41:28PM] ERROR: Cannot call GetName() on a None object, aborting function call

stack:

    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65

    [zadQuest (0A00F624)].zadboundcombatscript.SetAA() - "zadBoundCombatScript.psc" Line 206

    [zadQuest (0A00F624)].zadboundcombatscript.Remove_ABC() - "zadBoundCombatScript.psc" Line 150

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 520

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?

[10/30/2017 - 01:41:28PM] warning: Assigning None to a non-object variable named "::temp7"

stack:

    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65

    [zadQuest (0A00F624)].zadboundcombatscript.SetAA() - "zadBoundCombatScript.psc" Line 206

    [zadQuest (0A00F624)].zadboundcombatscript.Remove_ABC() - "zadBoundCombatScript.psc" Line 150

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 520

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?

[10/30/2017 - 01:41:28PM] FNIS aa SetAnimGroup BAD PARAMETER(S) mod: DeviousDevices actor:  group: _h2hstag base: 0 number: 0

[10/30/2017 - 01:41:28PM] ERROR: Cannot call GetBaseObject() on a None object, aborting function call

stack:

    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65

    [zadQuest (0A00F624)].zadboundcombatscript.SetAA() - "zadBoundCombatScript.psc" Line 207

    [zadQuest (0A00F624)].zadboundcombatscript.Remove_ABC() - "zadBoundCombatScript.psc" Line 150

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 520

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?

[10/30/2017 - 01:41:28PM] ERROR: Cannot call GetName() on a None object, aborting function call

stack:

    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65

    [zadQuest (0A00F624)].zadboundcombatscript.SetAA() - "zadBoundCombatScript.psc" Line 207

    [zadQuest (0A00F624)].zadboundcombatscript.Remove_ABC() - "zadBoundCombatScript.psc" Line 150

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 520

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?

[10/30/2017 - 01:41:28PM] warning: Assigning None to a non-object variable named "::temp7"

stack:

    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65

    [zadQuest (0A00F624)].zadboundcombatscript.SetAA() - "zadBoundCombatScript.psc" Line 207

    [zadQuest (0A00F624)].zadboundcombatscript.Remove_ABC() - "zadBoundCombatScript.psc" Line 150

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 520

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?

[10/30/2017 - 01:41:28PM] FNIS aa SetAnimGroup BAD PARAMETER(S) mod: DeviousDevices actor:  group: _jump base: 0 number: 0

[10/30/2017 - 01:41:28PM] ERROR: Cannot call GetBaseObject() on a None object, aborting function call

stack:

    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65

    [zadQuest (0A00F624)].zadboundcombatscript.SetAA() - "zadBoundCombatScript.psc" Line 208

    [zadQuest (0A00F624)].zadboundcombatscript.Remove_ABC() - "zadBoundCombatScript.psc" Line 150

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 520

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?

[10/30/2017 - 01:41:28PM] ERROR: Cannot call GetName() on a None object, aborting function call

stack:

    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65

    [zadQuest (0A00F624)].zadboundcombatscript.SetAA() - "zadBoundCombatScript.psc" Line 208

    [zadQuest (0A00F624)].zadboundcombatscript.Remove_ABC() - "zadBoundCombatScript.psc" Line 150

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 520

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?

[10/30/2017 - 01:41:28PM] warning: Assigning None to a non-object variable named "::temp7"

stack:

    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65

    [zadQuest (0A00F624)].zadboundcombatscript.SetAA() - "zadBoundCombatScript.psc" Line 208

    [zadQuest (0A00F624)].zadboundcombatscript.Remove_ABC() - "zadBoundCombatScript.psc" Line 150

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 520

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?

[10/30/2017 - 01:41:28PM] FNIS aa SetAnimGroup BAD PARAMETER(S) mod: DeviousDevices actor:  group: _sneakmt base: 0 number: 0

[10/30/2017 - 01:41:28PM] ERROR: Cannot call GetBaseObject() on a None object, aborting function call

stack:

    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65

    [zadQuest (0A00F624)].zadboundcombatscript.SetAA() - "zadBoundCombatScript.psc" Line 209

    [zadQuest (0A00F624)].zadboundcombatscript.Remove_ABC() - "zadBoundCombatScript.psc" Line 150

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 520

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?

[10/30/2017 - 01:41:28PM] ERROR: Cannot call GetName() on a None object, aborting function call

stack:

    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65

    [zadQuest (0A00F624)].zadboundcombatscript.SetAA() - "zadBoundCombatScript.psc" Line 209

    [zadQuest (0A00F624)].zadboundcombatscript.Remove_ABC() - "zadBoundCombatScript.psc" Line 150

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 520

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?

[10/30/2017 - 01:41:28PM] warning: Assigning None to a non-object variable named "::temp7"

stack:

    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65

    [zadQuest (0A00F624)].zadboundcombatscript.SetAA() - "zadBoundCombatScript.psc" Line 209

    [zadQuest (0A00F624)].zadboundcombatscript.Remove_ABC() - "zadBoundCombatScript.psc" Line 150

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 520

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?

[10/30/2017 - 01:41:28PM] FNIS aa SetAnimGroup BAD PARAMETER(S) mod: DeviousDevices actor:  group: _sneakidle base: 0 number: 0

[10/30/2017 - 01:41:28PM] ERROR: Cannot call GetBaseObject() on a None object, aborting function call

stack:

    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65

    [zadQuest (0A00F624)].zadboundcombatscript.SetAA() - "zadBoundCombatScript.psc" Line 210

    [zadQuest (0A00F624)].zadboundcombatscript.Remove_ABC() - "zadBoundCombatScript.psc" Line 150

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 520

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?

[10/30/2017 - 01:41:28PM] ERROR: Cannot call GetName() on a None object, aborting function call

stack:

    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65

    [zadQuest (0A00F624)].zadboundcombatscript.SetAA() - "zadBoundCombatScript.psc" Line 210

    [zadQuest (0A00F624)].zadboundcombatscript.Remove_ABC() - "zadBoundCombatScript.psc" Line 150

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 520

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?

[10/30/2017 - 01:41:28PM] warning: Assigning None to a non-object variable named "::temp7"

stack:

    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65

    [zadQuest (0A00F624)].zadboundcombatscript.SetAA() - "zadBoundCombatScript.psc" Line 210

    [zadQuest (0A00F624)].zadboundcombatscript.Remove_ABC() - "zadBoundCombatScript.psc" Line 150

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 520

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?

[10/30/2017 - 01:41:28PM] FNIS aa SetAnimGroup BAD PARAMETER(S) mod: DeviousDevices actor:  group: _sprint base: 0 number: 0

[10/30/2017 - 01:41:28PM] ERROR: Cannot call GetBaseObject() on a None object, aborting function call

stack:

    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65

    [zadQuest (0A00F624)].zadboundcombatscript.SetAA() - "zadBoundCombatScript.psc" Line 212

    [zadQuest (0A00F624)].zadboundcombatscript.Remove_ABC() - "zadBoundCombatScript.psc" Line 150

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 520

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?

[10/30/2017 - 01:41:28PM] ERROR: Cannot call GetName() on a None object, aborting function call

stack:

    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65

    [zadQuest (0A00F624)].zadboundcombatscript.SetAA() - "zadBoundCombatScript.psc" Line 212

    [zadQuest (0A00F624)].zadboundcombatscript.Remove_ABC() - "zadBoundCombatScript.psc" Line 150

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 520

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?

[10/30/2017 - 01:41:28PM] warning: Assigning None to a non-object variable named "::temp7"

stack:

    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65

    [zadQuest (0A00F624)].zadboundcombatscript.SetAA() - "zadBoundCombatScript.psc" Line 212

    [zadQuest (0A00F624)].zadboundcombatscript.Remove_ABC() - "zadBoundCombatScript.psc" Line 150

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 520

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?

[10/30/2017 - 01:41:28PM] FNIS aa SetAnimGroup BAD PARAMETER(S) mod: DeviousDevices actor:  group: _shout base: 0 number: 0

[10/30/2017 - 01:41:28PM] ERROR: Cannot call GetBaseObject() on a None object, aborting function call

stack:

    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65

    [zadQuest (0A00F624)].zadboundcombatscript.SetAA() - "zadBoundCombatScript.psc" Line 213

    [zadQuest (0A00F624)].zadboundcombatscript.Remove_ABC() - "zadBoundCombatScript.psc" Line 150

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 520

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?

[10/30/2017 - 01:41:28PM] ERROR: Cannot call GetName() on a None object, aborting function call

stack:

    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65

    [zadQuest (0A00F624)].zadboundcombatscript.SetAA() - "zadBoundCombatScript.psc" Line 213

    [zadQuest (0A00F624)].zadboundcombatscript.Remove_ABC() - "zadBoundCombatScript.psc" Line 150

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 520

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?

[10/30/2017 - 01:41:28PM] warning: Assigning None to a non-object variable named "::temp7"

stack:

    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65

    [zadQuest (0A00F624)].zadboundcombatscript.SetAA() - "zadBoundCombatScript.psc" Line 213

    [zadQuest (0A00F624)].zadboundcombatscript.Remove_ABC() - "zadBoundCombatScript.psc" Line 150

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 520

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?

[10/30/2017 - 01:41:28PM] FNIS aa SetAnimGroup BAD PARAMETER(S) mod: DeviousDevices actor:  group: _mtx base: 0 number: 0

[10/30/2017 - 01:41:28PM] ERROR: Cannot call GetBaseObject() on a None object, aborting function call

stack:

    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65

    [zadQuest (0A00F624)].zadboundcombatscript.SetAA() - "zadBoundCombatScript.psc" Line 214

    [zadQuest (0A00F624)].zadboundcombatscript.Remove_ABC() - "zadBoundCombatScript.psc" Line 150

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 520

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?

[10/30/2017 - 01:41:28PM] ERROR: Cannot call GetName() on a None object, aborting function call

stack:

    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65

    [zadQuest (0A00F624)].zadboundcombatscript.SetAA() - "zadBoundCombatScript.psc" Line 214

    [zadQuest (0A00F624)].zadboundcombatscript.Remove_ABC() - "zadBoundCombatScript.psc" Line 150

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 520

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?

[10/30/2017 - 01:41:28PM] warning: Assigning None to a non-object variable named "::temp7"

stack:

    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65

    [zadQuest (0A00F624)].zadboundcombatscript.SetAA() - "zadBoundCombatScript.psc" Line 214

    [zadQuest (0A00F624)].zadboundcombatscript.Remove_ABC() - "zadBoundCombatScript.psc" Line 150

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 520

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?

[10/30/2017 - 01:41:28PM] FNIS aa SetAnimGroup BAD PARAMETER(S) mod: DeviousDevices actor:  group: _mt base: 0 number: 0

[10/30/2017 - 01:41:28PM] ERROR: Cannot call GetBaseObject() on a None object, aborting function call

stack:

    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65

    [zadQuest (0A00F624)].zadboundcombatscript.SetAA() - "zadBoundCombatScript.psc" Line 215

    [zadQuest (0A00F624)].zadboundcombatscript.Remove_ABC() - "zadBoundCombatScript.psc" Line 150

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 520

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?

[10/30/2017 - 01:41:28PM] ERROR: Cannot call GetName() on a None object, aborting function call

stack:

    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65

    [zadQuest (0A00F624)].zadboundcombatscript.SetAA() - "zadBoundCombatScript.psc" Line 215

    [zadQuest (0A00F624)].zadboundcombatscript.Remove_ABC() - "zadBoundCombatScript.psc" Line 150

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 520

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?

[10/30/2017 - 01:41:28PM] warning: Assigning None to a non-object variable named "::temp7"

stack:

    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65

    [zadQuest (0A00F624)].zadboundcombatscript.SetAA() - "zadBoundCombatScript.psc" Line 215

    [zadQuest (0A00F624)].zadboundcombatscript.Remove_ABC() - "zadBoundCombatScript.psc" Line 150

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 520

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?

[10/30/2017 - 01:41:28PM] FNIS aa SetAnimGroup BAD PARAMETER(S) mod: DeviousDevices actor:  group: _mtturn base: 0 number: 0

[10/30/2017 - 01:41:28PM] ERROR: Cannot call GetBaseObject() on a None object, aborting function call

stack:

    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65

    [zadQuest (0A00F624)].zadboundcombatscript.SetAA() - "zadBoundCombatScript.psc" Line 216

    [zadQuest (0A00F624)].zadboundcombatscript.Remove_ABC() - "zadBoundCombatScript.psc" Line 150

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 520

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?

[10/30/2017 - 01:41:28PM] ERROR: Cannot call GetName() on a None object, aborting function call

stack:

    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65

    [zadQuest (0A00F624)].zadboundcombatscript.SetAA() - "zadBoundCombatScript.psc" Line 216

    [zadQuest (0A00F624)].zadboundcombatscript.Remove_ABC() - "zadBoundCombatScript.psc" Line 150

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 520

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?

[10/30/2017 - 01:41:28PM] warning: Assigning None to a non-object variable named "::temp7"

stack:

    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65

    [zadQuest (0A00F624)].zadboundcombatscript.SetAA() - "zadBoundCombatScript.psc" Line 216

    [zadQuest (0A00F624)].zadboundcombatscript.Remove_ABC() - "zadBoundCombatScript.psc" Line 150

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 520

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?

[10/30/2017 - 01:41:28PM] FNIS aa SetAnimGroup BAD PARAMETER(S) mod: DeviousDevices actor:  group: _mtidle base: 0 number: 0

[10/30/2017 - 01:41:28PM] ERROR: Cannot call SetAnimationVariableInt() on a None object, aborting function call

stack:

    [zadQuest (0A00F624)].zadboundcombatscript.SetAA() - "zadBoundCombatScript.psc" Line 217

    [zadQuest (0A00F624)].zadboundcombatscript.Remove_ABC() - "zadBoundCombatScript.psc" Line 150

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 520

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?

[10/30/2017 - 01:41:28PM] ERROR: Cannot call WornHasKeyword() on a None object, aborting function call

stack:

    [zadQuest (0A00F624)].zadboundcombatscript.GetSecondaryAAState() - "zadBoundCombatScript.psc" Line 69

    [zadQuest (0A00F624)].zadboundcombatscript.Remove_ABC() - "zadBoundCombatScript.psc" Line 153

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 520

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?

[10/30/2017 - 01:41:28PM] warning: Assigning None to a non-object variable named "::temp7"

stack:

    [zadQuest (0A00F624)].zadboundcombatscript.GetSecondaryAAState() - "zadBoundCombatScript.psc" Line 69

    [zadQuest (0A00F624)].zadboundcombatscript.Remove_ABC() - "zadBoundCombatScript.psc" Line 153

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 520

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?

[10/30/2017 - 01:41:28PM] [sD] Stance override OFF

[10/30/2017 - 01:41:28PM] error: Unbound native function "SetAnimObjectPath" called

[10/30/2017 - 01:41:28PM] error: Unbound native function "SetAnimObjectPath" called

[10/30/2017 - 01:41:28PM] FNIS aa GetAAprefixList mod: XPMSE nMods: 5

[10/30/2017 - 01:41:28PM] FNIS aa GetAAsetList mod: XPMSE nSets: 40

[10/30/2017 - 01:41:28PM] FNIS aa GetAAsetList mod: XPMSE nSets: 40

[10/30/2017 - 01:41:28PM] FNIS aa GetAAsetList mod: XPMSE nSets: 40

[10/30/2017 - 01:41:28PM] FNIS aa GetAAsetList mod: XPMSE nSets: 40

[10/30/2017 - 01:41:28PM] FNIS aa GetAAsetList mod: XPMSE nSets: 40

[10/30/2017 - 01:41:28PM] FNIS aa GetAAsetList mod: XPMSE nSets: 40

[10/30/2017 - 01:41:28PM] FNIS aa GetAAsetList mod: XPMSE nSets: 40

[10/30/2017 - 01:41:28PM] FNIS aa GetAAsetList mod: XPMSE nSets: 40

[10/30/2017 - 01:41:28PM] FNIS aa GetAAsetList mod: XPMSE nSets: 40

[10/30/2017 - 01:41:28PM] FNIS aa GetAAsetList mod: XPMSE nSets: 40

[10/30/2017 - 01:41:28PM] FNIS aa GetAAsetList mod: XPMSE nSets: 40

[10/30/2017 - 01:41:28PM] FNIS aa GetAAsetList mod: XPMSE nSets: 40

[10/30/2017 - 01:41:28PM] FNIS aa GetAAsetList mod: XPMSE nSets: 40

[10/30/2017 - 01:41:28PM] FNIS aa GetAAsetList mod: XPMSE nSets: 40

[10/30/2017 - 01:41:28PM] FNIS aa GetAAsetList mod: XPMSE nSets: 40

[10/30/2017 - 01:41:28PM] error: Unbound native function "SetAnimObjectPath" called

[10/30/2017 - 01:41:28PM] FNIS aa GetAAsetList mod: XPMSE nSets: 40

[10/30/2017 - 01:41:28PM] error: Unbound native function "SetAnimObjectPath" called

[10/30/2017 - 01:41:28PM] error: Unbound native function "SetAnimObjectPath" called

[10/30/2017 - 01:41:28PM] error: Unbound native function "SetAnimObjectPath" called

[10/30/2017 - 01:41:28PM] error: Unbound native function "SetAnimObjectPath" called

[10/30/2017 - 01:41:28PM] error: Unbound native function "SetAnimObjectPath" called

[10/30/2017 - 01:41:28PM] error: Unbound native function "SetAnimObjectPath" called

[10/30/2017 - 01:41:28PM] error: Unbound native function "SetAnimObjectPath" called

[10/30/2017 - 01:41:28PM] error: Unbound native function "SetAnimObjectPath" called

[10/30/2017 - 01:41:28PM] error: Unbound native function "SetAnimObjectPath" called

[10/30/2017 - 01:41:28PM] @@ PLAYER :RegisterEvents

[10/30/2017 - 01:41:28PM] @@ PLAYER :OnHotKeysChanged

[10/30/2017 - 01:41:28PM] error: Unbound native function "SetAnimObjectPath" called

[10/30/2017 - 01:41:28PM] error: Unbound native function "SetAnimObjectPath" called

[10/30/2017 - 01:41:28PM] error: Unbound native function "SetAnimObjectPath" called

[10/30/2017 - 01:41:28PM] error: Unbound native function "SetAnimObjectPath" called

[10/30/2017 - 01:41:28PM] error: Unbound native function "SetAnimObjectPath" called

[10/30/2017 - 01:41:28PM] [Zad]: adding tag Zap for Collar (Leather)

[10/30/2017 - 01:41:28PM] error: Unbound native function "SetAnimObjectPath" called

[10/30/2017 - 01:41:28PM] [Zad]: adding tag Leather for Collar (Leather)

[10/30/2017 - 01:41:28PM] error: Unbound native function "SetAnimObjectPath" called

[10/30/2017 - 01:41:28PM] XPMSE MainQuest Initialization successful.

[10/30/2017 - 01:41:28PM] error: Unbound native function "SetAnimObjectPath" called

[10/30/2017 - 01:41:28PM] [Zad]: adding tag Collar for Collar (Leather)

[10/30/2017 - 01:41:28PM] [sD]         Registering iron collar

[10/30/2017 - 01:41:28PM] error: Unbound native function "SetAnimObjectPath" called

[10/30/2017 - 01:41:28PM] error: Unbound native function "SetAnimObjectPath" called

[10/30/2017 - 01:41:28PM] [Zad]: ZadNpc::DoRegister(1.457180)

[10/30/2017 - 01:41:28PM] [Zad]: RepopulateNpcs()

[10/30/2017 - 01:41:28PM] [Zad]: adding tag Zap for Collar (Iron)

[10/30/2017 - 01:41:28PM] [Zad]: adding tag iron for Collar (Iron)

[10/30/2017 - 01:41:28PM] [Zad]: adding tag Metal for Collar (Iron)

[10/30/2017 - 01:41:28PM] Arachnophobia -  SKI_MeterWidget OnWidgetReset()

[10/30/2017 - 01:41:28PM] Arachnophobia -  SKI_MeterWidget OnWidgetReset()

[10/30/2017 - 01:41:28PM] [Zad]: adding tag Collar for Collar (Iron)

[10/30/2017 - 01:41:28PM] [sD]         Registering iron arm cuffs

[10/30/2017 - 01:41:28PM] [Zad]: Not repopulating NPC slots: Feature is disabled.

[10/30/2017 - 01:41:28PM] [Zad]: ==========Begin Compatibility Checks==========

[10/30/2017 - 01:41:28PM] [Zad]: Please note that Errors related to missing files should be ignored.

[10/30/2017 - 01:41:28PM] [Zad]: [ Dependency Checks ]

[10/30/2017 - 01:41:28PM] [Zad]: DDi version [6.000000]: OK

[10/30/2017 - 01:41:28PM] [Zad]: assets version [3.000000]: OK

[10/30/2017 - 01:41:28PM] [Zad]: ZaZ Animation Pack version [610.000000]: OK

[10/30/2017 - 01:41:28PM] [Zad]: aroused version [20140124.000000]: OK

[10/30/2017 - 01:41:28PM] [Zad]: SexLab version [16200.000000]: OK

[10/30/2017 - 01:41:28PM] [Zad]: [ Third Party Mod Compatibility Checks ]

[10/30/2017 - 01:41:28PM] [Zad]: [ Sanity Checks ]

[10/30/2017 - 01:41:28PM] [Zad]: Verifying that installation is untainted by an unsupported upgrade: OK

[10/30/2017 - 01:41:28PM] [Zad]: ==========End Compatibility Checks==========

[10/30/2017 - 01:41:28PM] [Zad]: Initializing Events arrays.

[10/30/2017 - 01:41:28PM] [Zad]: zadEventSlots::Maintenance()

[10/30/2017 - 01:41:28PM] [Zad]: Config Interval:1.500000. Total number of events: 1. Next staggered update in 1.500000

[10/30/2017 - 01:41:28PM] [Zad]: [Chaos Plugs] Registered. Event #0

[10/30/2017 - 01:41:28PM] [Zad]: [blindfold Trip] Registered. Event #1

[10/30/2017 - 01:41:28PM] [Zad]: [Vibration] Registered. Event #27

[10/30/2017 - 01:41:28PM] [Zad]: [Nipple Piercings] Registered. Event #14

[10/30/2017 - 01:41:28PM] [Zad]: [Wet Padding] Registered. Event #19

[10/30/2017 - 01:41:28PM] [Zad]: [belted Empty] Registered. Event #20

[10/30/2017 - 01:41:28PM] [Zad]: Maintenance_ABC()

[10/30/2017 - 01:41:28PM] [Zad]: [Tight Corset] Registered. Event #2

[10/30/2017 - 01:41:28PM] [Zad]: [Posture Collar] Registered. Event #4

[10/30/2017 - 01:41:28PM] [Zad]: [Drip] Registered. Event #3

[10/30/2017 - 01:41:28PM] [Zad]: Begin skse print test.

[10/30/2017 - 01:41:28PM] [Zad]: End skse print test.

[10/30/2017 - 01:41:28PM] [Zad]: Monitoring Camera state.

[10/30/2017 - 01:41:28PM] [Zad]: [Horny] Registered. Event #6

[10/30/2017 - 01:41:28PM] [Zad]: [bump Pumps] Registered. Event #7

[10/30/2017 - 01:41:28PM] [Zad]: [Health Drain] Registered. Event #8

[10/30/2017 - 01:41:28PM] [Zad]: [Armbinder Struggle] Registered. Event #9

[10/30/2017 - 01:41:28PM] [Zad]: [Restrictive Collar] Registered. Event #10

[10/30/2017 - 01:41:28PM] [Zad]: [Tight Gloves] Registered. Event #12

[10/30/2017 - 01:41:28PM] [Zad]: [Yoke Struggle] Registered. Event #13

[10/30/2017 - 01:41:28PM] [Zad]: [Mana Drain] Registered. Event #16

[10/30/2017 - 01:41:28PM] [Zad]: [stamina Drain] Registered. Event #17

[10/30/2017 - 01:41:28PM] [Zad]: [belt Chafing] Registered. Event #18

[10/30/2017 - 01:41:28PM] [Zad]: [Plug Moan] Registered. Event #21

[10/30/2017 - 01:41:28PM] [DLC2PillarBuilderActorScript < (040177DB)>]OnPackageStart()

[10/30/2017 - 01:41:28PM] [Zad]: [Periodic Shocks] Registered. Event #22

[10/30/2017 - 01:41:28PM] [Zad]: [bra Chafing] Registered. Event #23

[10/30/2017 - 01:41:28PM] [Zad]: [blindfold Mystery] Registered. Event #24

[10/30/2017 - 01:41:28PM] [Zad]: [Finisher Plug] Registered. Event #25

[10/30/2017 - 01:41:29PM] [Zad]: [teaser] Registered. Event #26

[10/30/2017 - 01:41:29PM] [Zad]: adding tag Zap for Iron Cuffs

[10/30/2017 - 01:41:29PM] [Zad]: adding tag iron for Iron Cuffs

[10/30/2017 - 01:41:29PM] [Zad]: [Harness] Registered. Event #5

[10/30/2017 - 01:41:29PM] [Zad]: adding tag Metal for Iron Cuffs

[10/30/2017 - 01:41:29PM] [Zad]: Set slot mask to [338165760]: 338165760

[10/30/2017 - 01:41:29PM] [Zad]: adding tag Arms for Iron Cuffs

[10/30/2017 - 01:41:29PM] [Zad]: adding tag Armbinder for Iron Cuffs

[10/30/2017 - 01:41:29PM] [sD]         Registering iron leg cuffs

[10/30/2017 - 01:41:29PM] [Zad]: [Mounted] Registered. Event #11

[10/30/2017 - 01:41:29PM] [Zad]: [Restraints+Armor] Registered. Event #15

[10/30/2017 - 01:41:29PM] [bYOHHouseBuildingPlayerScript <alias Player on quest BYOHHouseBuilding (0300305D)>]OnItemRemoved [Armor < (0A040F0C)>], itemCount=1

[10/30/2017 - 01:41:29PM] [byohhousebuildingscript <BYOHHouseBuilding (0300305D)>] UpdateLogCount

[10/30/2017 - 01:41:29PM] [Zad]: adding tag Zap for Cuffs (Iron) (Legs)

[10/30/2017 - 01:41:29PM] [bYOHHouseBuildingPlayerScript <alias Player on quest BYOHHouseBuilding (0300305D)>]OnItemAdded [Armor < (0A040F0C)>], itemCount=1

[10/30/2017 - 01:41:29PM] [byohhousebuildingscript <BYOHHouseBuilding (0300305D)>] logcount=0

[10/30/2017 - 01:41:29PM] ERROR: Unable to call Delete - no native object bound to the script object, or object is of incorrect type

stack:

    [item 1 in container  (00000014)].zadHiderScript.Delete() - "<native>" Line ?

    [item 1 in container  (00000014)].zadHiderScript.OnContainerChanged() - "zadHiderScript.psc" Line 5

[10/30/2017 - 01:41:29PM] [Zad]: adding tag iron for Cuffs (Iron) (Legs)

[10/30/2017 - 01:41:29PM] [byohhousebuildingscript <BYOHHouseBuilding (0300305D)>] UpdateLogCount

[10/30/2017 - 01:41:29PM] [Zad]: adding tag Metal for Cuffs (Iron) (Legs)

[10/30/2017 - 01:41:29PM] [Zad]: adding tag Legs for Cuffs (Iron) (Legs)

[10/30/2017 - 01:41:29PM] [Zad]: adding tag Cuffs for Cuffs (Iron) (Legs)

[10/30/2017 - 01:41:29PM] [sD]         Registering wooden gag

[10/30/2017 - 01:41:29PM] [byohhousebuildingscript <BYOHHouseBuilding (0300305D)>] logcount=0

[10/30/2017 - 01:41:29PM] [Zad]: adding tag Zap for Gag (Simple) (WoodBit)

[10/30/2017 - 01:41:29PM] [Zad]: adding tag Wood for Gag (Simple) (WoodBit)

[10/30/2017 - 01:41:29PM] [Zad]: adding tag Leather for Gag (Simple) (WoodBit)

[10/30/2017 - 01:41:29PM] [Zad]: adding tag Gag for Gag (Simple) (WoodBit)

[10/30/2017 - 01:41:29PM] [sD]         Registering leather blinds

[10/30/2017 - 01:41:29PM] [Zad]: adding tag Zap for Blindfold

[10/30/2017 - 01:41:29PM] [Zad]: adding tag Leather for Blindfold

[10/30/2017 - 01:41:29PM] [Zad]: adding tag Blindfold for Blindfold

[10/30/2017 - 01:41:30PM] [CRDE]Mods:OnUpdate running ...

[10/30/2017 - 01:41:30PM] @@ TOOLS :OnPlayerLoadGame+

[10/30/2017 - 01:41:30PM] @@ BUILDER :PrepareNPCS

[10/30/2017 - 01:41:30PM] @@ BUILDER :prepare whore clothes

[10/30/2017 - 01:41:30PM] @@ BUILDER :Prepare outfit VET4

[10/30/2017 - 01:41:30PM] @@ BUILDER :Whores = [[Actor < (270C77BD)>], [Actor < (270BD942)>], [Actor < (2A00D559)>], [Actor < (2A00D55A)>]]

[10/30/2017 - 01:41:30PM] @@ BUILDER :Whores.Length = 4 count = 4

[10/30/2017 - 01:41:30PM] @@ BUILDER :whores = [Actor < (2A00D55A)>]

[10/30/2017 - 01:41:30PM] @@ BUILDER :whore = [Actor < (2A00D55A)>]

[10/30/2017 - 01:41:30PM] [CF][Framework] Creature Framework 1.1.0-pre2 (10021) is initialising

[10/30/2017 - 01:41:30PM] [CF][Framework] JContainers 3.2 is installed

[10/30/2017 - 01:41:30PM] @@ BUILDER :Prepare whore Vanessa's whore 1

[10/30/2017 - 01:41:30PM] [CF][Framework] SexLab 1.62 is installed

[10/30/2017 - 01:41:30PM] [CF][Framework] SexLab Aroused 20140124 is installed

[10/30/2017 - 01:41:30PM] @@ BUILDER :EquipOutfit Vanessa's whore 1 file=MariaNPCOutfits/whore/VET4

[10/30/2017 - 01:41:30PM] ERROR: Unable to call Delete - no native object bound to the script object, or object is of incorrect type

stack:

    [item 1 in container  (2A00D55A)].zadHiderScript.Delete() - "<native>" Line ?

    [item 1 in container  (2A00D55A)].zadHiderScript.OnContainerChanged() - "zadHiderScript.psc" Line 5

[10/30/2017 - 01:41:30PM] ERROR: Unable to call Delete - no native object bound to the script object, or object is of incorrect type

stack:

    [item 2 in container  (2A00D55A)].zadHiderScript.Delete() - "<native>" Line ?

    [item 2 in container  (2A00D55A)].zadHiderScript.OnContainerChanged() - "zadHiderScript.psc" Line 5

[10/30/2017 - 01:41:31PM] @@ BUILDER :whores = [Actor < (2A00D559)>]

[10/30/2017 - 01:41:31PM] @@ BUILDER :whore = [Actor < (2A00D559)>]

[10/30/2017 - 01:41:31PM] @@ BUILDER :Prepare whore Vanessa's whore 2

[10/30/2017 - 01:41:31PM] @@ BUILDER :EquipOutfit Vanessa's whore 2 file=MariaNPCOutfits/whore/VET4

[10/30/2017 - 01:41:31PM] RNPC: Periodic update check.

[10/30/2017 - 01:41:31PM] ERROR: Unable to call Delete - no native object bound to the script object, or object is of incorrect type

stack:

    [item 1 in container  (2A00D559)].zadHiderScript.Delete() - "<native>" Line ?

    [item 1 in container  (2A00D559)].zadHiderScript.OnContainerChanged() - "zadHiderScript.psc" Line 5

[10/30/2017 - 01:41:31PM] ERROR: Unable to call Delete - no native object bound to the script object, or object is of incorrect type

stack:

    [item 2 in container  (2A00D559)].zadHiderScript.Delete() - "<native>" Line ?

    [item 2 in container  (2A00D559)].zadHiderScript.OnContainerChanged() - "zadHiderScript.psc" Line 5

[10/30/2017 - 01:41:31PM] @@ BUILDER :whores = [Actor < (270BD942)>]

[10/30/2017 - 01:41:31PM] @@ BUILDER :whore = [Actor < (270BD942)>]

[10/30/2017 - 01:41:31PM] @@ BUILDER :Prepare whore Wanda's whore 1

[10/30/2017 - 01:41:31PM] @@ BUILDER :EquipOutfit Wanda's whore 1 file=MariaNPCOutfits/whore/VET4

[10/30/2017 - 01:41:31PM] ERROR: Unable to call Delete - no native object bound to the script object, or object is of incorrect type

stack:

    [item 1 in container  (270BD942)].zadHiderScript.Delete() - "<native>" Line ?

    [item 1 in container  (270BD942)].zadHiderScript.OnContainerChanged() - "zadHiderScript.psc" Line 5

[10/30/2017 - 01:41:31PM] ERROR: Unable to call Delete - no native object bound to the script object, or object is of incorrect type

stack:

    [item 2 in container  (270BD942)].zadHiderScript.Delete() - "<native>" Line ?

    [item 2 in container  (270BD942)].zadHiderScript.OnContainerChanged() - "zadHiderScript.psc" Line 5

[10/30/2017 - 01:41:31PM] @@ BUILDER :whores = [Actor < (270C77BD)>]

[10/30/2017 - 01:41:31PM] @@ BUILDER :whore = [Actor < (270C77BD)>]

[10/30/2017 - 01:41:31PM] @@ BUILDER :Prepare whore Wanda's whore 2

[10/30/2017 - 01:41:31PM] @@ BUILDER :EquipOutfit Wanda's whore 2 file=MariaNPCOutfits/whore/VET4

[10/30/2017 - 01:41:31PM] ERROR: Unable to call Delete - no native object bound to the script object, or object is of incorrect type

stack:

    [item 1 in container  (270C77BD)].zadHiderScript.Delete() - "<native>" Line ?

    [item 1 in container  (270C77BD)].zadHiderScript.OnContainerChanged() - "zadHiderScript.psc" Line 5

[10/30/2017 - 01:41:31PM] ERROR: Unable to call Delete - no native object bound to the script object, or object is of incorrect type

stack:

    [item 2 in container  (270C77BD)].zadHiderScript.Delete() - "<native>" Line ?

    [item 2 in container  (270C77BD)].zadHiderScript.OnContainerChanged() - "zadHiderScript.psc" Line 5

[10/30/2017 - 01:41:31PM] @@ BUILDER :Prepare pimp Wanda

[10/30/2017 - 01:41:31PM] [DLC2PillarBuilderActorScript < (040177DB)>]OnPackageStart()

[10/30/2017 - 01:41:31PM] @@ BUILDER :Prepare pimp Vanessa

[10/30/2017 - 01:41:31PM] @@ BUILDER :Prepare pimp Kira

[10/30/2017 - 01:41:32PM] @@ BUILDER :Prepare pimp helper Melinda

[10/30/2017 - 01:41:32PM] @@ BUILDER :Prepare pimp helper Natalie

[10/30/2017 - 01:41:32PM] @@ TOOLS :OnPlayerLoadGame-

[10/30/2017 - 01:41:32PM] [sGO] UpdateLoop:Begin

[10/30/2017 - 01:41:32PM] [sGO] UpdateLoop:Done

[10/30/2017 - 01:41:32PM] [Angrim] checking player race...

[10/30/2017 - 01:41:32PM] [Angrim] player race is Nord

[10/30/2017 - 01:41:32PM] [Angrim] checking if slavery mods are present...

[10/30/2017 - 01:41:33PM] [CF][Framework] Sending register event

[10/30/2017 - 01:41:35PM] [CF][Framework] Beginning JSON registration

[10/30/2017 - 01:41:35PM] [CF][Framework] Found 2 JSON files in creatures.d

[10/30/2017 - 01:41:35PM] [CF][Framework] Already loaded file slnc-mnc-db.json; skipping

[10/30/2017 - 01:41:35PM] [CF][Framework] Already loaded file slnc-mnc-dg.json; skipping

[10/30/2017 - 01:41:35PM] [CF][Framework] Finished JSON registration

[10/30/2017 - 01:41:35PM] [CF][Framework] Forcing active actor restart

[10/30/2017 - 01:41:36PM] [CF][Main Quest] Skipping cloak application; API is restarting active actors

[10/30/2017 - 01:41:37PM] [DLC2PillarBuilderActorScript < (040177DB)>]OnPackageStart()

[10/30/2017 - 01:41:37PM] [CF][Framework] Cleared log Form DB

[10/30/2017 - 01:41:37PM] [CF][Framework] Creature Framework is done initialising

[10/30/2017 - 01:41:38PM] [slamainscr <sla_Main (08042D62)>]:Defered maintenance...

[10/30/2017 - 01:41:38PM] [slamainscr <sla_Main (08042D62)>]: found Devious Devices - Assets.esm

[10/30/2017 - 01:41:38PM] [slamainscr <sla_Main (08042D62)>]: Enabled Desire spell

[10/30/2017 - 01:41:38PM] [slamainscr <sla_Main (08042D62)>]: Updated notification key to 49

[10/30/2017 - 01:41:38PM] [slamainscr <sla_Main (08042D62)>]: finished maintenance

[10/30/2017 - 01:41:38PM] [CF][Main Quest] The cloak is being applied for the first time since game load

[10/30/2017 - 01:41:39PM] [DLC2PillarBuilderActorScript < (040177DB)>]OnPackageStart()

[10/30/2017 - 01:41:46PM] [DD] Hotkey pushed: 38 Player in thread: -1

[10/30/2017 - 01:41:46PM] [DD] HOTKEYS: (Drain): 56 (Death):184

[10/30/2017 - 01:41:56PM] [DD] Hotkey pushed: 44 Player in thread: -1

[10/30/2017 - 01:41:56PM] [DD] HOTKEYS: (Drain): 56 (Death):184

[10/30/2017 - 01:42:06PM] [DLC1VampireSleepScript <DLC1VampireSleep (02008E3B)>]PlayerActivateBed() IsCoffin =False

[10/30/2017 - 01:42:19PM] VM is freezing...

[10/30/2017 - 01:42:19PM] VM is frozen

[10/30/2017 - 01:42:21PM] Saving game...

[10/30/2017 - 01:42:24PM] VM is thawing...

[10/30/2017 - 01:42:24PM] ERROR: Unable to call RegisterForModEvent - no native object bound to the script object, or object is of incorrect type

stack:

    [None].SOS_ActorMagicEffect_Script.RegisterForModEvent() - "<native>" Line ?

    [None].SOS_ActorMagicEffect_Script.OnEffectStart() - "SOS_ActorMagicEffect_Script.psc" Line 39

[10/30/2017 - 01:42:24PM] ERROR: Unable to call RegisterForModEvent - no native object bound to the script object, or object is of incorrect type

stack:

    [None].SOS_ActorMagicEffect_Script.RegisterForModEvent() - "<native>" Line ?

    [None].SOS_ActorMagicEffect_Script.OnEffectStart() - "SOS_ActorMagicEffect_Script.psc" Line 39

[10/30/2017 - 01:42:24PM] ERROR: Unable to call RegisterForModEvent - no native object bound to the script object, or object is of incorrect type

stack:

    [None].SOS_ActorMagicEffect_Script.RegisterForModEvent() - "<native>" Line ?

    [None].SOS_ActorMagicEffect_Script.OnEffectStart() - "SOS_ActorMagicEffect_Script.psc" Line 39

[10/30/2017 - 01:42:24PM] [dlc1radiantscript <DLC1Radiant (02004C1C)>]CreateQuestBasedOnLocation(None)

[10/30/2017 - 01:42:24PM] [dlc1radiantscript <DLC1Radiant (02004C1C)>]CreateQuestBasedOnLocation(None) is NOT creating a quest: as Location is None.

[10/30/2017 - 01:42:24PM] [DCL1VampireTurnPlayerScript <alias Player on quest DLC1VampireTurn (0200588C)>]OnLocationChange()

[10/30/2017 - 01:42:24PM] [bYOHHouseBuildingPlayerScript <alias Player on quest BYOHHouseBuilding (0300305D)>]: [Location < (250012D3)>], None

[10/30/2017 - 01:42:24PM] [byohhousebuildingscript <BYOHHouseBuilding (0300305D)>] PlayerChangeLocation: oldloc=[Location < (250012D3)>], newloc=None

[10/30/2017 - 01:42:24PM] @@ TOOLS :ReleaseSpectators

[10/30/2017 - 01:42:24PM] DARYL - [WeaponRackActivateSCRIPT < (00097C63)>] running OnCellLoad() and AlreadyInit = TRUE

[10/30/2017 - 01:42:24PM] DARYL - [WeaponRackActivateSCRIPT < (00097CF5)>] running OnCellLoad() and AlreadyInit = TRUE

[10/30/2017 - 01:42:24PM] DARYL - [WeaponRackActivateSCRIPT < (00097CF3)>] running OnCellLoad() and AlreadyInit = TRUE

[10/30/2017 - 01:42:24PM] error: Native static function EstrusMFG could find no matching static function on linked type zzestrusutil. Function will not be bound.

[10/30/2017 - 01:42:24PM] DARYL - [WeaponRackActivateSCRIPT < (00097C5D)>] running OnCellLoad() and AlreadyInit = TRUE

[10/30/2017 - 01:42:24PM] DARYL - [WeaponRackActivateSCRIPT < (00097C5B)>] running OnCellLoad() and AlreadyInit = TRUE

[10/30/2017 - 01:42:24PM] DARYL - [WeaponRackActivateSCRIPT < (00097CF7)>] running OnCellLoad() and AlreadyInit = TRUE

[10/30/2017 - 01:42:24PM] DARYL - [WeaponRackActivateSCRIPT < (00097C59)>] running OnCellLoad() and AlreadyInit = TRUE

[10/30/2017 - 01:42:24PM] DARYL - [WeaponRackActivateSCRIPT < (00097C63)>] The TriggerMarker is [WeaponRackTriggerSCRIPT < (00097C62)>]

[10/30/2017 - 01:42:24PM] DARYL - [WeaponRackActivateSCRIPT < (00097CF5)>] The TriggerMarker is [WeaponRackTriggerSCRIPT < (00097CF4)>]

[10/30/2017 - 01:42:24PM] DARYL - [WeaponRackActivateSCRIPT < (00097CF3)>] The TriggerMarker is [WeaponRackTriggerSCRIPT < (00097CF2)>]

[10/30/2017 - 01:42:24PM] DARYL - [WeaponRackActivateSCRIPT < (00097C5D)>] The TriggerMarker is [WeaponRackTriggerSCRIPT < (00097C5C)>]

[10/30/2017 - 01:42:24PM] DARYL - [WeaponRackActivateSCRIPT < (00097C5B)>] The TriggerMarker is [WeaponRackTriggerSCRIPT < (00097C5A)>]

[10/30/2017 - 01:42:24PM] DARYL - [WeaponRackActivateSCRIPT < (00097CF7)>] The TriggerMarker is [WeaponRackTriggerSCRIPT < (00097CF6)>]

[10/30/2017 - 01:42:24PM] DARYL - [WeaponRackActivateSCRIPT < (00097C59)>] The TriggerMarker is [WeaponRackTriggerSCRIPT < (00097C58)>]

[10/30/2017 - 01:42:24PM] [Zad]: OnEquipped(Greir: Plug (Iron) (Anal))

[10/30/2017 - 01:42:24PM] [Zad]: OnEquipped(Ulabae: CD Chastity Belt Padded Silver)

[10/30/2017 - 01:42:24PM] [Zad]: OnEquipped(Ulabae: Plug (Iron) (Anal))

[10/30/2017 - 01:42:24PM] [Zad]: OnEquipped(Laniel: Plug (Iron) (Anal))

[10/30/2017 - 01:42:24PM] [Zad]: OnEquipped(Laniel: CD Chastity Belt Padded Silver)

[10/30/2017 - 01:42:24PM] [Zad]: OnEquipped(Merta: CD Padded Collar Silver)

[10/30/2017 - 01:42:24PM] [Zad]: OnEquipped(Merta: Plug (Iron) (Anal))

[10/30/2017 - 01:42:24PM] [Zad]: OnEquipped(Merta: Little Devils Plug -The Tormentor)

[10/30/2017 - 01:42:24PM] [Zad]: OnEquipped(Hjolfr: CD Chastity Belt Padded Silver)

[10/30/2017 - 01:42:24PM] [Zad]: OnEquipped(Bagamul: Plug (Iron) (Anal))

[10/30/2017 - 01:42:24PM] [Zad]: OnEquipped(Bagamul: CD Chastity Belt Padded Silver)

[10/30/2017 - 01:42:24PM] [Zad]: OnEquipped(Hjolfr: Plug (Iron) (Anal))

[10/30/2017 - 01:42:24PM] [Zad]: OnEquipped(Greir: CD Chastity Belt Padded Silver)

[10/30/2017 - 01:42:24PM] [Zad]: No menus are open. Equipping silently.

[10/30/2017 - 01:42:24PM] [Zad]: No menus are open. Equipping silently.

[10/30/2017 - 01:42:24PM] [Zad]: No menus are open. Equipping silently.

[10/30/2017 - 01:42:24PM] [Zad]: No menus are open. Equipping silently.

[10/30/2017 - 01:42:24PM] [Zad]: No menus are open. Equipping silently.

[10/30/2017 - 01:42:24PM] [Zad]: No menus are open. Equipping silently.

[10/30/2017 - 01:42:24PM] [Zad]: No menus are open. Equipping silently.

[10/30/2017 - 01:42:24PM] [Zad]: No menus are open. Equipping silently.

[10/30/2017 - 01:42:24PM] [Zad]: No menus are open. Equipping silently.

[10/30/2017 - 01:42:24PM] [Zad]: No menus are open. Equipping silently.

[10/30/2017 - 01:42:24PM] [Zad]: No menus are open. Equipping silently.

[10/30/2017 - 01:42:24PM] [Zad]: No menus are open. Equipping silently.

[10/30/2017 - 01:42:24PM] [Zad]: OnEquipped(Fadril: Plug (Inflatable) (Anal))

[10/30/2017 - 01:42:24PM] [Zad]: OnEquipped(Fadril: CD Chastity Belt Padded Silver)

[10/30/2017 - 01:42:24PM] @@ TOOLS :Location ???

[10/30/2017 - 01:42:24PM] DARYL - [WeaponRackActivateSCRIPT < (00097CF3)>] finishing OnCellLoad() and AlreadyInit = TRUE

[10/30/2017 - 01:42:24PM] DARYL - [WeaponRackActivateSCRIPT < (00097CF7)>] finishing OnCellLoad() and AlreadyInit = TRUE

[10/30/2017 - 01:42:24PM] [Zad]: OnEquipped(Greir: Little Helpers Plug - Fighters)

[10/30/2017 - 01:42:24PM] [Zad]: OnEquipped(Raccan: CD Chastity Belt Padded Silver)

[10/30/2017 - 01:42:24PM] [Zad]: No menus are open. Equipping silently.

[10/30/2017 - 01:42:24PM] DARYL - [WeaponRackActivateSCRIPT < (00097C63)>] finishing OnCellLoad() and AlreadyInit = TRUE

[10/30/2017 - 01:42:24PM] DARYL - [WeaponRackActivateSCRIPT < (00097CF5)>] finishing OnCellLoad() and AlreadyInit = TRUE

[10/30/2017 - 01:42:24PM] [Zad]: No menus are open. Equipping silently.

[10/30/2017 - 01:42:24PM] DARYL - [WeaponRackActivateSCRIPT < (00097C5D)>] finishing OnCellLoad() and AlreadyInit = TRUE

[10/30/2017 - 01:42:24PM] DARYL - [WeaponRackActivateSCRIPT < (00097C5B)>] finishing OnCellLoad() and AlreadyInit = TRUE

[10/30/2017 - 01:42:24PM] DARYL - [WeaponRackActivateSCRIPT < (00097C59)>] finishing OnCellLoad() and AlreadyInit = TRUE

[10/30/2017 - 01:42:24PM] [Zad]: OnEquipped(Merta: CD Harness - Black Ebonite)

[10/30/2017 - 01:42:24PM] [Zad]: OnEquipped(Raccan: Plug (Iron) (Anal))

[10/30/2017 - 01:42:24PM] [Zad]: No menus are open. Equipping silently.

[10/30/2017 - 01:42:24PM] [Zad]: OnEquipped(): Detected/fixed broken item state. Raccan has rendered Belt in inventory still.

[10/30/2017 - 01:42:25PM] @@ TOOLS :Location cell= type=-1

[10/30/2017 - 01:42:25PM] [Zad]: OnEquipped(): Detected/fixed broken item state. Raccan has rendered Anal Plug in inventory still.

[10/30/2017 - 01:42:25PM] [sGO] UpdateLoop:Begin

[10/30/2017 - 01:42:25PM] [Zad]: OnEquipped(): Detected/fixed broken item state. Ulabae has rendered Anal Plug in inventory still.

[10/30/2017 - 01:42:25PM] [sGO] UpdateLoop:Done

[10/30/2017 - 01:42:25PM] [Zad]: OnUnequipped(Raccan: Plug (Iron) (Anal))

[10/30/2017 - 01:42:25PM] [Zad]: OnEquipped(): Detected/fixed broken item state. Laniel has rendered Anal Plug in inventory still.

[10/30/2017 - 01:42:25PM] [Zad]: OnUnequipped(Ulabae: Plug (Iron) (Anal))

[10/30/2017 - 01:42:25PM] [Zad]: OnEquipped(): Detected/fixed broken item state. Merta has rendered Collar in inventory still.

[10/30/2017 - 01:42:25PM] [Zad]: OnUnequipped(Laniel: Plug (Iron) (Anal))

[10/30/2017 - 01:42:25PM] [Zad]: OnEquipped(): Detected/fixed broken item state. Laniel has rendered Belt in inventory still.

[10/30/2017 - 01:42:25PM] [Zad]: OnUnequipped(Merta: CD Padded Collar Silver)

[10/30/2017 - 01:42:25PM] [Zad]: OnEquipped(): Detected/fixed broken item state. Merta has rendered Anal Plug in inventory still.

[10/30/2017 - 01:42:25PM] [Zad]: OnUnequipped(Laniel: CD Chastity Belt Padded Silver)

[10/30/2017 - 01:42:25PM] [Zad]: OnEquipped(): Detected/fixed broken item state. Merta has rendered Plugs in inventory still.

[10/30/2017 - 01:42:25PM] [Zad]: OnUnequipped(Merta: Plug (Iron) (Anal))

[10/30/2017 - 01:42:25PM] [Zad]: OnEquipped(): Detected/fixed broken item state. Bagamul has rendered Anal Plug in inventory still.

[10/30/2017 - 01:42:25PM] [Zad]: OnUnequipped(Merta: Little Devils Plug -The Tormentor)

[10/30/2017 - 01:42:25PM] [Zad]: OnEquipped(): Detected/fixed broken item state. Greir has rendered Anal Plug in inventory still.

[10/30/2017 - 01:42:25PM] [Zad]: No menus are open. Equipping silently.

[10/30/2017 - 01:42:25PM] [Zad]: OnUnequipped(Bagamul: Plug (Iron) (Anal))

[10/30/2017 - 01:42:25PM] [Zad]: No menus are open. Equipping silently.

[10/30/2017 - 01:42:25PM] [Zad]: No menus are open. Equipping silently.

[10/30/2017 - 01:42:25PM] [Zad]: OnUnequipped(Greir: Plug (Iron) (Anal))

[10/30/2017 - 01:42:25PM] [Zad]: No menus are open. Equipping silently.

[10/30/2017 - 01:42:25PM] [Zad]: OnUnequipped(Raccan: CD Chastity Belt Padded Silver)

[10/30/2017 - 01:42:25PM] [Zad]: OnEquipped(): Detected/fixed broken item state. Greir has rendered Belt in inventory still.

[10/30/2017 - 01:42:25PM] [Zad]: OnEquipped(): Detected/fixed broken item state. Ulabae has rendered Belt in inventory still.

[10/30/2017 - 01:42:25PM] [CRDE] enslaved: CD player is slave 2

[10/30/2017 - 01:42:25PM] [Zad]: OnUnequipped(Greir: CD Chastity Belt Padded Silver)

[10/30/2017 - 01:42:25PM] [CRDE] closest npc(s):

[10/30/2017 - 01:42:25PM] [Zad]: OnEquipped(): Detected/fixed broken item state. Fadril has rendered Belt in inventory still.

[10/30/2017 - 01:42:25PM] [Zad]: OnEquipped(): Detected/fixed broken item state. Hjolfr has rendered Anal Plug in inventory still.

[10/30/2017 - 01:42:25PM] [Zad]: OnEquipped(): Detected/fixed broken item state. Greir has rendered Plugs in inventory still.

[10/30/2017 - 01:42:25PM] [Zad]: OnUnequipped(Fadril: CD Chastity Belt Padded Silver)

[10/30/2017 - 01:42:25PM] [Zad]: OnUnequipped(Hjolfr: Plug (Iron) (Anal))

[10/30/2017 - 01:42:25PM] [Zad]: OnUnequipped(Greir: Little Helpers Plug - Fighters)

[10/30/2017 - 01:42:25PM] [Zad]: OnEquipped(): Detected/fixed broken item state. Hjolfr has rendered Belt in inventory still.

[10/30/2017 - 01:42:25PM] [Zad]: OnEquipped(): Detected/fixed broken item state. Fadril has rendered Pumps in inventory still.

[10/30/2017 - 01:42:26PM] [Zad]: OnEquipped(): Detected/fixed broken item state. Bagamul has rendered Belt in inventory still.

[10/30/2017 - 01:42:26PM] [Zad]: ReEquipExistingDevices() is working:1

[10/30/2017 - 01:42:26PM] [Zad]: OnUnequipped(Hjolfr: CD Chastity Belt Padded Silver)

[10/30/2017 - 01:42:26PM] [Zad]: OnUnequipped(Fadril: Plug (Inflatable) (Anal))

[10/30/2017 - 01:42:26PM] [Zad]: OnUnequipped(Bagamul: CD Chastity Belt Padded Silver)

[10/30/2017 - 01:42:26PM] [Zad]: OnUnequipped(Ulabae: CD Chastity Belt Padded Silver)

[10/30/2017 - 01:42:26PM] [Zad] ((WARNING)): StoreExposureRate called for actor Merta, but actor already has this information stored.

[10/30/2017 - 01:42:26PM] [Zad]: Sending device event DeviceEquippedHarness(Merta:0)

[10/30/2017 - 01:42:26PM] [Zad]: ReEquipExistingDevices() is working:1

[10/30/2017 - 01:42:26PM] [Zad]: Syncing for actor Merta.

[10/30/2017 - 01:42:26PM] [Zad]: SyncInventory(): Npc is equipping Harness.

[10/30/2017 - 01:42:26PM] [Zad]: SyncInventory(): Equipping Harness.

[10/30/2017 - 01:42:26PM] [Zad]: ReEquipExistingDevices() is working:1

[10/30/2017 - 01:42:26PM] [Zad]: RepopulateNpcs()

[10/30/2017 - 01:42:26PM] [Zad]: Not repopulating NPC slots: Feature is disabled.

[10/30/2017 - 01:42:26PM] [Zad]: original exposure rate was 2.000000. Setting to 6.000000.

[10/30/2017 - 01:42:26PM] [Zad]: CorsetMagic(): No corset equipped, done.

[10/30/2017 - 01:42:29PM] [CF][Creature Apply] Not activating ["Hjolfr" [Actor < (250A9937)>]]; creature isn't registered; race=["Nord" [Race <NordRace (00013746)>]] skin=["" [Armor < (00000D64)>]]

[10/30/2017 - 01:42:29PM] [CF][Creature Apply] Not activating ["Bagamul" [Actor < (250A992D)>]]; creature isn't registered; race=["Orc" [Race <OrcRace (00013747)>]] skin=["" [Armor < (00000D64)>]]

[10/30/2017 - 01:42:29PM] [CF][Creature Apply] Not activating ["Lilly" [Actor < (25192579)>]]; creature isn't registered; race=["Horse" [Race <HorseRace (000131FD)>]] skin=["" [Armor < (0008650E)>]]

[10/30/2017 - 01:42:29PM] [CF][Creature Apply] Not activating ["Élan" [Actor < (0008441A)>]]; creature isn't registered; race=["Deer" [Race <ElkRace (000131ED)>]] skin=["Elkmale" [Armor < (0005E979)>]]

[10/30/2017 - 01:42:29PM] [CF][Creature Apply] Not activating ["Merta" [Actor < (250A9935)>]]; creature isn't registered; race=["Nord" [Race <NordRace (00013746)>]] skin=["" [Armor < (00000D64)>]]

[10/30/2017 - 01:42:29PM] [CF][Creature Apply] Not activating ["Laniel" [Actor < (250A9931)>]]; creature isn't registered; race=["Breton" [Race <BretonRace (00013741)>]] skin=["" [Armor < (00000D64)>]]

[10/30/2017 - 01:42:29PM] [CF][Creature Apply] Not activating ["Renard" [Actor < (00105A11)>]]; creature isn't registered; race=["Fox" [Race <FoxRace (00109C7C)>]] skin=["" [Armor < (000829B4)>]]

[10/30/2017 - 01:42:29PM] [CF][Creature Apply] Not activating ["Élan" [Actor < (00097C51)>]]; creature isn't registered; race=["Deer" [Race <ElkRace (000131ED)>]] skin=["Elkmale" [Armor < (0005E979)>]]

[10/30/2017 - 01:42:29PM] [CF][Creature Apply] Not activating ["Chasseur" [Actor < (00097C68)>]]; creature isn't registered; race=["Imperial" [Race <ImperialRace (00013744)>]] skin=["" [Armor < (00000D64)>]]

[10/30/2017 - 01:42:29PM] [CF][Creature Apply] Not activating ["Ulabae" [Actor < (250A993B)>]]; creature isn't registered; race=["Dark Elf" [Race <DarkElfRace (00013742)>]] skin=["" [Armor < (00000D64)>]]

[10/30/2017 - 01:42:29PM] [CF][Creature Apply] Not activating ["Renard" [Actor < (0010839A)>]]; creature isn't registered; race=["Fox" [Race <FoxRace (00109C7C)>]] skin=["" [Armor < (000829B4)>]]

[10/30/2017 - 01:42:29PM] [CF][Creature Apply] Not activating ["Raccan" [Actor < (250A993F)>]]; creature isn't registered; race=["Redguard" [Race <RedguardRace (00013748)>]] skin=["" [Armor < (00000D64)>]]

[10/30/2017 - 01:42:29PM] [CF][Creature Apply] Not activating ["Greir" [Actor < (250A9933)>]]; creature isn't registered; race=["Nord" [Race <NordRace (00013746)>]] skin=["" [Armor < (00000D64)>]]

[10/30/2017 - 01:42:30PM] [CF][Creature Apply] Not activating ["Fadril" [Actor < (250A9939)>]]; creature isn't registered; race=["Wood Elf" [Race <WoodElfRace (00013749)>]] skin=["" [Armor < (00000D64)>]]

[10/30/2017 - 01:42:30PM] [CF][Creature Apply] Not activating ["Élan" [Actor < (00084419)>]]; creature isn't registered; race=["Deer" [Race <ElkRace (000131ED)>]] skin=["Elkmale" [Armor < (0005E979)>]]

[10/30/2017 - 01:42:30PM] [CF][Creature Apply] Not activating ["Elfe noir" [Actor < (00097C02)>]]; creature isn't registered; race=["Dark Elf" [Race <DarkElfRace (00013742)>]] skin=["" [Armor < (00000D64)>]]

[10/30/2017 - 01:42:39PM] VM is freezing...

[10/30/2017 - 01:42:39PM] VM is frozen

[10/30/2017 - 01:42:40PM] Saving game...

[10/30/2017 - 01:42:50PM] VM is thawing...

[10/30/2017 - 01:42:50PM] [DLC2PillarBuilderActorScript < (040177DD)>]OnPackageStart()

[10/30/2017 - 01:42:50PM] @@ TOOLS :ReleaseSpectators

[10/30/2017 - 01:42:50PM] [DCL1VampireTurnPlayerScript <alias Player on quest DLC1VampireTurn (0200588C)>]OnLocationChange()

[10/30/2017 - 01:42:50PM] [bYOHHouseBuildingPlayerScript <alias Player on quest BYOHHouseBuilding (0300305D)>]: None, [Location < (00018A5A)>]

[10/30/2017 - 01:42:50PM] [dlc1radiantscript <DLC1Radiant (02004C1C)>]CreateQuestBasedOnLocation([Location < (00018A5A)>])

[10/30/2017 - 01:42:50PM] [byohhousebuildingscript <BYOHHouseBuilding (0300305D)>] PlayerChangeLocation: oldloc=None, newloc=[Location < (00018A5A)>]

[10/30/2017 - 01:42:50PM] [DLC2PillarBuilderActorScript < (040177DB)>]OnPackageStart()

[10/30/2017 - 01:42:50PM] SLKR: One hour passes. Checking ...

[10/30/2017 - 01:42:51PM] SLKR: Walled city

[10/30/2017 - 01:42:51PM] [dlc1radiantscript <DLC1Radiant (02004C1C)>]CreateQuestBasedOnLocation([Location < (00018A5A)>]) is NOT creating a quest: as Location is neither DLC1HunterHQLocation nor DLC1VampireCastleLocation

[10/30/2017 - 01:42:51PM] [Zad]: ZadNpc::OnUpdateGameTime()

[10/30/2017 - 01:42:51PM] Updating Orphanables Status: ------------------------

[10/30/2017 - 01:42:51PM] [Zad]: ZadNpc::DoRegister(1.499989)

[10/30/2017 - 01:42:51PM] [Zad]: UpdateExposure([Actor < (00000014)>],0.500000,False)

[10/30/2017 - 01:42:51PM] [CF][Creature Apply] Not activating ["Garde de Solitude" [Actor < (0002E1D2)>]]; creature isn't registered; race=["Nord" [Race <NordRace (00013746)>]] skin=["" [Armor < (00000D64)>]]

[10/30/2017 - 01:42:51PM] SLKR: 1 nearby NPCs

[10/30/2017 - 01:42:51PM] SLKR: Calculated chance is -35%

[10/30/2017 - 01:42:51PM] @@ TOOLS :Location cell= type=0

[10/30/2017 - 01:42:51PM] [CF][Creature Apply] Not activating ["Dervenin" [Actor < (000198DC)>]]; creature isn't registered; race=["Wood Elf" [Race <WoodElfRace (00013749)>]] skin=["" [Armor < (00000D64)>]]

[10/30/2017 - 01:42:51PM] [Zad]: Finished processing events. Re-Polling..

[10/30/2017 - 01:42:51PM] [CF][Creature Apply] Not activating ["Garde de Solitude" [Actor < (0002E1DF)>]]; creature isn't registered; race=["Nord" [Race <NordRace (00013746)>]] skin=["" [Armor < (00000D64)>]]

[10/30/2017 - 01:42:51PM] SOS Actor Schlongify: new schlong for Garde de Solitude got schlong index 0 size 6

[10/30/2017 - 01:42:51PM] SOS Actor Schlongify: new schlong for Garde de Solitude got schlong index 0 size 8

[10/30/2017 - 01:42:51PM] [Zad]: UpdateExposure([Actor < (00000014)>],0.500000,False)

[10/30/2017 - 01:42:51PM] [CF][Creature Apply] Not activating ["Melaran" [WIDeadBodyCleanupScript < (0001A638)>]]; creature isn't registered; race=["High Elf" [Race <HighElfRace (00013743)>]] skin=["" [Armor < (00000D64)>]]

[10/30/2017 - 01:42:51PM] SOS Actor Schlongify: new schlong for Melaran got schlong index 0 size 4

[10/30/2017 - 01:42:51PM] SOS MarkArmorAsConcealing: registering armor as concealing Robe de mage bleue

[10/30/2017 - 01:42:51PM] [Zad]: CheckAllEvents()

[10/30/2017 - 01:42:52PM] [Zad]: Processing [Plug Moan]

[10/30/2017 - 01:42:52PM] [Zad]: Config Interval:1.500000. Total number of events: 1. Next staggered update in 1.500000

[10/30/2017 - 01:42:52PM] -------------------

[10/30/2017 - 01:42:53PM] [DLC2PillarBuilderActorScript < (040177DB)>]OnPackageStart()

[10/30/2017 - 01:42:55PM] RNPC: Periodic update check.

[10/30/2017 - 01:42:56PM] [DLC2PillarBuilderActorScript < (040177DB)>]OnPackageStart()

[10/30/2017 - 01:42:57PM] [CRDE] invalid: Fadril actor is too far away from player now

[10/30/2017 - 01:42:57PM] [CRDE] invalid: Laniel actor is too far away from player now

[10/30/2017 - 01:42:57PM] [CRDE] invalid: Hjolfr actor is too far away from player now

[10/30/2017 - 01:42:57PM] [CRDE] invalid: Bagamul actor is too far away from player now

[10/30/2017 - 01:42:57PM] [CRDE] invalid: Merta actor is too far away from player now

[10/30/2017 - 01:42:57PM] [CRDE] invalid: Merta actor is too far away from player now

[10/30/2017 - 01:42:57PM] [CRDE] No nearby NPCs, leaving early

[10/30/2017 - 01:42:57PM] [CRDE] OnUpdate time:32.237999

[10/30/2017 - 01:42:58PM] [DLC2PillarBuilderActorScript < (040177DB)>]OnPackageStart()

[10/30/2017 - 01:43:08PM] VM is freezing...

[10/30/2017 - 01:43:08PM] VM is frozen

[10/30/2017 - 01:43:09PM] Saving game...

[10/30/2017 - 01:43:18PM] VM is thawing...

[10/30/2017 - 01:43:18PM] [DLC2PillarBuilderActorScript < (040177DB)>]OnPackageStart()

[10/30/2017 - 01:43:18PM] @@ TOOLS :ReleaseSpectators

[10/30/2017 - 01:43:18PM] [bYOHHouseBuildingPlayerScript <alias Player on quest BYOHHouseBuilding (0300305D)>]: [Location < (00018A5A)>], [Location < (00018A53)>]

[10/30/2017 - 01:43:18PM] [byohhousebuildingscript <BYOHHouseBuilding (0300305D)>] PlayerChangeLocation: oldloc=[Location < (00018A5A)>], newloc=[Location < (00018A53)>]

[10/30/2017 - 01:43:18PM] [DCL1VampireTurnPlayerScript <alias Player on quest DLC1VampireTurn (0200588C)>]OnLocationChange()

[10/30/2017 - 01:43:18PM] [dlc1radiantscript <DLC1Radiant (02004C1C)>]CreateQuestBasedOnLocation([Location < (00018A53)>])

[10/30/2017 - 01:43:18PM] SLKR: One hour passes. Checking ...

[10/30/2017 - 01:43:18PM] SLKR: Night

[10/30/2017 - 01:43:18PM] SLKR: Non-walled city

[10/30/2017 - 01:43:19PM] [dlc1radiantscript <DLC1Radiant (02004C1C)>]CreateQuestBasedOnLocation([Location < (00018A53)>]) is NOT creating a quest: as Location is neither DLC1HunterHQLocation nor DLC1VampireCastleLocation

[10/30/2017 - 01:43:19PM] [Zad]: ZadNpc::OnUpdateGameTime()

[10/30/2017 - 01:43:19PM] Updating Orphanables Status: ------------------------

[10/30/2017 - 01:43:19PM] [Zad]: ZadNpc::DoRegister(1.499979)

[10/30/2017 - 01:43:19PM] [Zad]: UpdateExposure([Actor < (00000014)>],0.500000,False)

[10/30/2017 - 01:43:19PM] SOS Actor Schlongify: new schlong for Thonnir got schlong index 0 size 5

[10/30/2017 - 01:43:19PM] @@ TOOLS :Location cell= type=1

[10/30/2017 - 01:43:19PM] SLKR: 3 nearby NPCs

[10/30/2017 - 01:43:19PM] SLKR: Calculated chance is 5%

[10/30/2017 - 01:43:19PM] [Zad]: Finished processing events. Re-Polling..

[10/30/2017 - 01:43:19PM] [Zad]: UpdateExposure([Actor < (00000014)>],0.500000,False)

[10/30/2017 - 01:43:19PM] [Zad]: CheckAllEvents()

[10/30/2017 - 01:43:19PM] SOS Actor Schlongify: new schlong for Garde de Morthal got schlong index 0 size 6

[10/30/2017 - 01:43:20PM] SOS Actor Schlongify: new schlong for Benor got schlong index 0 size 7

[10/30/2017 - 01:43:20PM] SOS Actor Schlongify: new schlong for Jorgen got schlong index 0 size 1

[10/30/2017 - 01:43:20PM] SOS Actor Schlongify: new schlong for Garde de Morthal got schlong index 0 size 9

[10/30/2017 - 01:43:20PM] SOS Actor Schlongify: new schlong for Garde de Morthal got schlong index 0 size 4

[10/30/2017 - 01:43:20PM] SOS Actor Schlongify: new schlong for Légat Taurinus Duilis got schlong index 0 size 4

[10/30/2017 - 01:43:20PM] SOS Actor Schlongify: new schlong for Aslfur got schlong index 0 size 9

[10/30/2017 - 01:43:20PM] [Zad]: Processing [Restraints+Armor]

[10/30/2017 - 01:43:20PM] -------------------

[10/30/2017 - 01:43:20PM] [Zad]: Config Interval:1.500000. Total number of events: 1. Next staggered update in 1.500000

[10/30/2017 - 01:43:33PM] [CF][Creature Apply] Not activating ["Garde de Morthal" [Actor < (0002C82B)>]]; creature isn't registered; race=["Nord" [Race <NordRace (00013746)>]] skin=["" [Armor < (00000D64)>]]

[10/30/2017 - 01:43:33PM] [CF][Creature Apply] Not activating ["Garde de Morthal" [Actor < (0002C822)>]]; creature isn't registered; race=["Nord" [Race <NordRace (00013746)>]] skin=["" [Armor < (00000D64)>]]

[10/30/2017 - 01:43:33PM] [CF][Creature Apply] Not activating ["Garde de Morthal" [Actor < (0002C823)>]]; creature isn't registered; race=["Nord" [Race <NordRace (00013746)>]] skin=["" [Armor < (00000D64)>]]

[10/30/2017 - 01:43:33PM] [CF][Creature Apply] Not activating ["Thonnir" [Actor < (0001AA6B)>]]; creature isn't registered; race=["Nord" [Race <NordRace (00013746)>]] skin=["" [Armor < (00000D64)>]]

[10/30/2017 - 01:43:33PM] [CF][Creature Apply] Not activating ["Poulet" [Actor < (001066D8)>]]; creature isn't registered; race=["rabbit" [Race <ChickenRace (000A919D)>]] skin=["Poulet" [Armor < (000A919C)>]]

[10/30/2017 - 01:43:33PM] [CF][Creature Apply] Not activating ["Légat Taurinus Duilis" [CWFieldCOCrimeFactionScript < (00077DD7)>]]; creature isn't registered; race=["Imperial" [Race <ImperialRace (00013744)>]] skin=["" [Armor < (00000D64)>]]

[10/30/2017 - 01:43:33PM] [CF][Creature Apply] Not activating ["Garde de Morthal" [Actor < (0002C82C)>]]; creature isn't registered; race=["Nord" [Race <NordRace (00013746)>]] skin=["" [Armor < (00000D64)>]]

[10/30/2017 - 01:43:33PM] [CF][Creature Apply] Not activating ["Poulet" [Actor < (001066D7)>]]; creature isn't registered; race=["rabbit" [Race <ChickenRace (000A919D)>]] skin=["Poulet" [Armor < (000A919C)>]]

[10/30/2017 - 01:43:33PM] [CF][Creature Apply] Not activating ["Poulet" [Actor < (001066D9)>]]; creature isn't registered; race=["rabbit" [Race <ChickenRace (000A919D)>]] skin=["Poulet" [Armor < (000A919C)>]]

[10/30/2017 - 01:43:33PM] [CF][Creature Apply] Not activating ["Benor" [Actor < (0001AA65)>]]; creature isn't registered; race=["Nord" [Race <NordRace (00013746)>]] skin=["" [Armor < (00000D64)>]]

[10/30/2017 - 01:43:33PM] [CF][Creature Apply] Not activating ["Jorgen" [Actor < (0001AA60)>]]; creature isn't registered; race=["Nord" [Race <NordRace (00013746)>]] skin=["" [Armor < (00000D64)>]]

[10/30/2017 - 01:43:33PM] [CF][Creature Apply] Not activating ["Lami" [TrainerGoldScript < (0001AA61)>]]; creature isn't registered; race=["Nord" [Race <NordRace (00013746)>]] skin=["" [Armor < (00000D64)>]]

[10/30/2017 - 01:43:33PM] [CF][Creature Apply] Not activating ["Aslfur" [Actor < (0001AA68)>]]; creature isn't registered; race=["Nord" [Race <NordRace (00013746)>]] skin=["" [Armor < (00000D64)>]]

[10/30/2017 - 01:43:37PM] [DD] Hotkey pushed: 39 Player in thread: -1

[10/30/2017 - 01:43:37PM] [DD] HOTKEYS: (Drain): 56 (Death):184

[10/30/2017 - 01:43:37PM] ERROR: Array index 28 is out of range (0-9)

stack:

    [HoSLDDMain (1D00B46E)].hoslddmain.GetClosestActor() - "HoSLDDMain.psc" Line 196

    [HoSLDDMain (1D00B46E)].hoslddmain.StartKissing() - "HoSLDDMain.psc" Line 219

    [HoSLDDMain (1D00B46E)].hoslddmain.OnKeyDown() - "HoSLDDMain.psc" Line 154

[10/30/2017 - 01:43:37PM] ERROR: Array index 28 is out of range (0-9)

stack:

    [HoSLDDMain (1D00B46E)].hoslddmain.GetClosestActor() - "HoSLDDMain.psc" Line 196

    [HoSLDDMain (1D00B46E)].hoslddmain.StartKissing() - "HoSLDDMain.psc" Line 219

    [HoSLDDMain (1D00B46E)].hoslddmain.OnKeyDown() - "HoSLDDMain.psc" Line 154

[10/30/2017 - 01:43:37PM] ERROR: Array index 27 is out of range (0-9)

stack:

    [HoSLDDMain (1D00B46E)].hoslddmain.GetClosestActor() - "HoSLDDMain.psc" Line 196

    [HoSLDDMain (1D00B46E)].hoslddmain.StartKissing() - "HoSLDDMain.psc" Line 219

    [HoSLDDMain (1D00B46E)].hoslddmain.OnKeyDown() - "HoSLDDMain.psc" Line 154

[10/30/2017 - 01:43:37PM] ERROR: Array index 27 is out of range (0-9)

stack:

    [HoSLDDMain (1D00B46E)].hoslddmain.GetClosestActor() - "HoSLDDMain.psc" Line 196

    [HoSLDDMain (1D00B46E)].hoslddmain.StartKissing() - "HoSLDDMain.psc" Line 219

    [HoSLDDMain (1D00B46E)].hoslddmain.OnKeyDown() - "HoSLDDMain.psc" Line 154

[10/30/2017 - 01:43:37PM] ERROR: Array index 26 is out of range (0-9)

stack:

    [HoSLDDMain (1D00B46E)].hoslddmain.GetClosestActor() - "HoSLDDMain.psc" Line 196

    [HoSLDDMain (1D00B46E)].hoslddmain.StartKissing() - "HoSLDDMain.psc" Line 219

    [HoSLDDMain (1D00B46E)].hoslddmain.OnKeyDown() - "HoSLDDMain.psc" Line 154

[10/30/2017 - 01:43:37PM] ERROR: Array index 26 is out of range (0-9)

stack:

    [HoSLDDMain (1D00B46E)].hoslddmain.GetClosestActor() - "HoSLDDMain.psc" Line 196

    [HoSLDDMain (1D00B46E)].hoslddmain.StartKissing() - "HoSLDDMain.psc" Line 219

    [HoSLDDMain (1D00B46E)].hoslddmain.OnKeyDown() - "HoSLDDMain.psc" Line 154

[10/30/2017 - 01:43:37PM] ERROR: Array index 25 is out of range (0-9)

stack:

    [HoSLDDMain (1D00B46E)].hoslddmain.GetClosestActor() - "HoSLDDMain.psc" Line 196

    [HoSLDDMain (1D00B46E)].hoslddmain.StartKissing() - "HoSLDDMain.psc" Line 219

    [HoSLDDMain (1D00B46E)].hoslddmain.OnKeyDown() - "HoSLDDMain.psc" Line 154

[10/30/2017 - 01:43:37PM] ERROR: Array index 25 is out of range (0-9)

stack:

    [HoSLDDMain (1D00B46E)].hoslddmain.GetClosestActor() - "HoSLDDMain.psc" Line 196

    [HoSLDDMain (1D00B46E)].hoslddmain.StartKissing() - "HoSLDDMain.psc" Line 219

    [HoSLDDMain (1D00B46E)].hoslddmain.OnKeyDown() - "HoSLDDMain.psc" Line 154

[10/30/2017 - 01:43:37PM] ERROR: Array index 24 is out of range (0-9)

stack:

    [HoSLDDMain (1D00B46E)].hoslddmain.GetClosestActor() - "HoSLDDMain.psc" Line 196

    [HoSLDDMain (1D00B46E)].hoslddmain.StartKissing() - "HoSLDDMain.psc" Line 219

    [HoSLDDMain (1D00B46E)].hoslddmain.OnKeyDown() - "HoSLDDMain.psc" Line 154

[10/30/2017 - 01:43:37PM] ERROR: Array index 24 is out of range (0-9)

stack:

    [HoSLDDMain (1D00B46E)].hoslddmain.GetClosestActor() - "HoSLDDMain.psc" Line 196

    [HoSLDDMain (1D00B46E)].hoslddmain.StartKissing() - "HoSLDDMain.psc" Line 219

    [HoSLDDMain (1D00B46E)].hoslddmain.OnKeyDown() - "HoSLDDMain.psc" Line 154

[10/30/2017 - 01:43:37PM] ERROR: Array index 23 is out of range (0-9)

stack:

    [HoSLDDMain (1D00B46E)].hoslddmain.GetClosestActor() - "HoSLDDMain.psc" Line 196

    [HoSLDDMain (1D00B46E)].hoslddmain.StartKissing() - "HoSLDDMain.psc" Line 219

    [HoSLDDMain (1D00B46E)].hoslddmain.OnKeyDown() - "HoSLDDMain.psc" Line 154

[10/30/2017 - 01:43:37PM] ERROR: Array index 23 is out of range (0-9)

stack:

    [HoSLDDMain (1D00B46E)].hoslddmain.GetClosestActor() - "HoSLDDMain.psc" Line 196

    [HoSLDDMain (1D00B46E)].hoslddmain.StartKissing() - "HoSLDDMain.psc" Line 219

    [HoSLDDMain (1D00B46E)].hoslddmain.OnKeyDown() - "HoSLDDMain.psc" Line 154

[10/30/2017 - 01:43:37PM] ERROR: Array index 22 is out of range (0-9)

stack:

    [HoSLDDMain (1D00B46E)].hoslddmain.GetClosestActor() - "HoSLDDMain.psc" Line 196

    [HoSLDDMain (1D00B46E)].hoslddmain.StartKissing() - "HoSLDDMain.psc" Line 219

    [HoSLDDMain (1D00B46E)].hoslddmain.OnKeyDown() - "HoSLDDMain.psc" Line 154

[10/30/2017 - 01:43:37PM] ERROR: Array index 22 is out of range (0-9)

stack:

    [HoSLDDMain (1D00B46E)].hoslddmain.GetClosestActor() - "HoSLDDMain.psc" Line 196

    [HoSLDDMain (1D00B46E)].hoslddmain.StartKissing() - "HoSLDDMain.psc" Line 219

    [HoSLDDMain (1D00B46E)].hoslddmain.OnKeyDown() - "HoSLDDMain.psc" Line 154

[10/30/2017 - 01:43:37PM] ERROR: Array index 21 is out of range (0-9)

stack:

    [HoSLDDMain (1D00B46E)].hoslddmain.GetClosestActor() - "HoSLDDMain.psc" Line 196

    [HoSLDDMain (1D00B46E)].hoslddmain.StartKissing() - "HoSLDDMain.psc" Line 219

    [HoSLDDMain (1D00B46E)].hoslddmain.OnKeyDown() - "HoSLDDMain.psc" Line 154

[10/30/2017 - 01:43:37PM] ERROR: Array index 21 is out of range (0-9)

stack:

    [HoSLDDMain (1D00B46E)].hoslddmain.GetClosestActor() - "HoSLDDMain.psc" Line 196

    [HoSLDDMain (1D00B46E)].hoslddmain.StartKissing() - "HoSLDDMain.psc" Line 219

    [HoSLDDMain (1D00B46E)].hoslddmain.OnKeyDown() - "HoSLDDMain.psc" Line 154

[10/30/2017 - 01:43:37PM] ERROR: Array index 20 is out of range (0-9)

stack:

    [HoSLDDMain (1D00B46E)].hoslddmain.GetClosestActor() - "HoSLDDMain.psc" Line 196

    [HoSLDDMain (1D00B46E)].hoslddmain.StartKissing() - "HoSLDDMain.psc" Line 219

    [HoSLDDMain (1D00B46E)].hoslddmain.OnKeyDown() - "HoSLDDMain.psc" Line 154

[10/30/2017 - 01:43:37PM] ERROR: Array index 20 is out of range (0-9)

stack:

    [HoSLDDMain (1D00B46E)].hoslddmain.GetClosestActor() - "HoSLDDMain.psc" Line 196

    [HoSLDDMain (1D00B46E)].hoslddmain.StartKissing() - "HoSLDDMain.psc" Line 219

    [HoSLDDMain (1D00B46E)].hoslddmain.OnKeyDown() - "HoSLDDMain.psc" Line 154

[10/30/2017 - 01:43:37PM] ERROR: Array index 19 is out of range (0-9)

stack:

    [HoSLDDMain (1D00B46E)].hoslddmain.GetClosestActor() - "HoSLDDMain.psc" Line 196

    [HoSLDDMain (1D00B46E)].hoslddmain.StartKissing() - "HoSLDDMain.psc" Line 219

    [HoSLDDMain (1D00B46E)].hoslddmain.OnKeyDown() - "HoSLDDMain.psc" Line 154

[10/30/2017 - 01:43:37PM] ERROR: Array index 19 is out of range (0-9)

stack:

    [HoSLDDMain (1D00B46E)].hoslddmain.GetClosestActor() - "HoSLDDMain.psc" Line 196

    [HoSLDDMain (1D00B46E)].hoslddmain.StartKissing() - "HoSLDDMain.psc" Line 219

    [HoSLDDMain (1D00B46E)].hoslddmain.OnKeyDown() - "HoSLDDMain.psc" Line 154

[10/30/2017 - 01:43:37PM] ERROR: Array index 18 is out of range (0-9)

stack:

    [HoSLDDMain (1D00B46E)].hoslddmain.GetClosestActor() - "HoSLDDMain.psc" Line 196

    [HoSLDDMain (1D00B46E)].hoslddmain.StartKissing() - "HoSLDDMain.psc" Line 219

    [HoSLDDMain (1D00B46E)].hoslddmain.OnKeyDown() - "HoSLDDMain.psc" Line 154

[10/30/2017 - 01:43:37PM] ERROR: Array index 18 is out of range (0-9)

stack:

    [HoSLDDMain (1D00B46E)].hoslddmain.GetClosestActor() - "HoSLDDMain.psc" Line 196

    [HoSLDDMain (1D00B46E)].hoslddmain.StartKissing() - "HoSLDDMain.psc" Line 219

    [HoSLDDMain (1D00B46E)].hoslddmain.OnKeyDown() - "HoSLDDMain.psc" Line 154

[10/30/2017 - 01:43:37PM] ERROR: Array index 17 is out of range (0-9)

stack:

    [HoSLDDMain (1D00B46E)].hoslddmain.GetClosestActor() - "HoSLDDMain.psc" Line 196

    [HoSLDDMain (1D00B46E)].hoslddmain.StartKissing() - "HoSLDDMain.psc" Line 219

    [HoSLDDMain (1D00B46E)].hoslddmain.OnKeyDown() - "HoSLDDMain.psc" Line 154

[10/30/2017 - 01:43:37PM] ERROR: Array index 17 is out of range (0-9)

stack:

    [HoSLDDMain (1D00B46E)].hoslddmain.GetClosestActor() - "HoSLDDMain.psc" Line 196

    [HoSLDDMain (1D00B46E)].hoslddmain.StartKissing() - "HoSLDDMain.psc" Line 219

    [HoSLDDMain (1D00B46E)].hoslddmain.OnKeyDown() - "HoSLDDMain.psc" Line 154

[10/30/2017 - 01:43:37PM] ERROR: Array index 16 is out of range (0-9)

stack:

    [HoSLDDMain (1D00B46E)].hoslddmain.GetClosestActor() - "HoSLDDMain.psc" Line 196

    [HoSLDDMain (1D00B46E)].hoslddmain.StartKissing() - "HoSLDDMain.psc" Line 219

    [HoSLDDMain (1D00B46E)].hoslddmain.OnKeyDown() - "HoSLDDMain.psc" Line 154

[10/30/2017 - 01:43:37PM] ERROR: Array index 16 is out of range (0-9)

stack:

    [HoSLDDMain (1D00B46E)].hoslddmain.GetClosestActor() - "HoSLDDMain.psc" Line 196

    [HoSLDDMain (1D00B46E)].hoslddmain.StartKissing() - "HoSLDDMain.psc" Line 219

    [HoSLDDMain (1D00B46E)].hoslddmain.OnKeyDown() - "HoSLDDMain.psc" Line 154

[10/30/2017 - 01:43:37PM] ERROR: Array index 15 is out of range (0-9)

stack:

    [HoSLDDMain (1D00B46E)].hoslddmain.GetClosestActor() - "HoSLDDMain.psc" Line 196

    [HoSLDDMain (1D00B46E)].hoslddmain.StartKissing() - "HoSLDDMain.psc" Line 219

    [HoSLDDMain (1D00B46E)].hoslddmain.OnKeyDown() - "HoSLDDMain.psc" Line 154

[10/30/2017 - 01:43:37PM] ERROR: Array index 15 is out of range (0-9)

stack:

    [HoSLDDMain (1D00B46E)].hoslddmain.GetClosestActor() - "HoSLDDMain.psc" Line 196

    [HoSLDDMain (1D00B46E)].hoslddmain.StartKissing() - "HoSLDDMain.psc" Line 219

    [HoSLDDMain (1D00B46E)].hoslddmain.OnKeyDown() - "HoSLDDMain.psc" Line 154

[10/30/2017 - 01:43:37PM] ERROR: Array index 14 is out of range (0-9)

stack:

    [HoSLDDMain (1D00B46E)].hoslddmain.GetClosestActor() - "HoSLDDMain.psc" Line 196

    [HoSLDDMain (1D00B46E)].hoslddmain.StartKissing() - "HoSLDDMain.psc" Line 219

    [HoSLDDMain (1D00B46E)].hoslddmain.OnKeyDown() - "HoSLDDMain.psc" Line 154

[10/30/2017 - 01:43:37PM] ERROR: Array index 14 is out of range (0-9)

stack:

    [HoSLDDMain (1D00B46E)].hoslddmain.GetClosestActor() - "HoSLDDMain.psc" Line 196

    [HoSLDDMain (1D00B46E)].hoslddmain.StartKissing() - "HoSLDDMain.psc" Line 219

    [HoSLDDMain (1D00B46E)].hoslddmain.OnKeyDown() - "HoSLDDMain.psc" Line 154

[10/30/2017 - 01:43:37PM] ERROR: Array index 13 is out of range (0-9)

stack:

    [HoSLDDMain (1D00B46E)].hoslddmain.GetClosestActor() - "HoSLDDMain.psc" Line 196

    [HoSLDDMain (1D00B46E)].hoslddmain.StartKissing() - "HoSLDDMain.psc" Line 219

    [HoSLDDMain (1D00B46E)].hoslddmain.OnKeyDown() - "HoSLDDMain.psc" Line 154

[10/30/2017 - 01:43:37PM] ERROR: Array index 13 is out of range (0-9)

stack:

    [HoSLDDMain (1D00B46E)].hoslddmain.GetClosestActor() - "HoSLDDMain.psc" Line 196

    [HoSLDDMain (1D00B46E)].hoslddmain.StartKissing() - "HoSLDDMain.psc" Line 219

    [HoSLDDMain (1D00B46E)].hoslddmain.OnKeyDown() - "HoSLDDMain.psc" Line 154

[10/30/2017 - 01:43:37PM] ERROR: Array index 12 is out of range (0-9)

stack:

    [HoSLDDMain (1D00B46E)].hoslddmain.GetClosestActor() - "HoSLDDMain.psc" Line 196

    [HoSLDDMain (1D00B46E)].hoslddmain.StartKissing() - "HoSLDDMain.psc" Line 219

    [HoSLDDMain (1D00B46E)].hoslddmain.OnKeyDown() - "HoSLDDMain.psc" Line 154

[10/30/2017 - 01:43:37PM] ERROR: Array index 12 is out of range (0-9)

stack:

    [HoSLDDMain (1D00B46E)].hoslddmain.GetClosestActor() - "HoSLDDMain.psc" Line 196

    [HoSLDDMain (1D00B46E)].hoslddmain.StartKissing() - "HoSLDDMain.psc" Line 219

    [HoSLDDMain (1D00B46E)].hoslddmain.OnKeyDown() - "HoSLDDMain.psc" Line 154

[10/30/2017 - 01:43:37PM] ERROR: Array index 11 is out of range (0-9)

stack:

    [HoSLDDMain (1D00B46E)].hoslddmain.GetClosestActor() - "HoSLDDMain.psc" Line 196

    [HoSLDDMain (1D00B46E)].hoslddmain.StartKissing() - "HoSLDDMain.psc" Line 219

    [HoSLDDMain (1D00B46E)].hoslddmain.OnKeyDown() - "HoSLDDMain.psc" Line 154

[10/30/2017 - 01:43:37PM] ERROR: Array index 11 is out of range (0-9)

stack:

    [HoSLDDMain (1D00B46E)].hoslddmain.GetClosestActor() - "HoSLDDMain.psc" Line 196

    [HoSLDDMain (1D00B46E)].hoslddmain.StartKissing() - "HoSLDDMain.psc" Line 219

    [HoSLDDMain (1D00B46E)].hoslddmain.OnKeyDown() - "HoSLDDMain.psc" Line 154

[10/30/2017 - 01:43:37PM] ERROR: Array index 10 is out of range (0-9)

stack:

    [HoSLDDMain (1D00B46E)].hoslddmain.GetClosestActor() - "HoSLDDMain.psc" Line 196

    [HoSLDDMain (1D00B46E)].hoslddmain.StartKissing() - "HoSLDDMain.psc" Line 219

    [HoSLDDMain (1D00B46E)].hoslddmain.OnKeyDown() - "HoSLDDMain.psc" Line 154

[10/30/2017 - 01:43:37PM] ERROR: Array index 10 is out of range (0-9)

stack:

    [HoSLDDMain (1D00B46E)].hoslddmain.GetClosestActor() - "HoSLDDMain.psc" Line 196

    [HoSLDDMain (1D00B46E)].hoslddmain.StartKissing() - "HoSLDDMain.psc" Line 219

    [HoSLDDMain (1D00B46E)].hoslddmain.OnKeyDown() - "HoSLDDMain.psc" Line 154

[10/30/2017 - 01:43:39PM] [sGO] UpdateLoop:Begin

[10/30/2017 - 01:43:39PM] [sGO] UpdateLoop:Done

[10/30/2017 - 01:43:41PM] SOS Actor Schlongify: new schlong for Gorm got schlong index 0 size 3

[10/30/2017 - 01:43:42PM] [CF][Creature Apply] Not activating ["Vasard" [Actor < (0010832F)>]]; creature isn't registered; race=["Vasard" [Race <MudcrabRace (000BA545)>]] skin=["" [Armor < (000E40BA)>]]

[10/30/2017 - 01:43:42PM] [CF][Creature Apply] Not activating ["Gorm" [Actor < (0001AA69)>]]; creature isn't registered; race=["Nord" [Race <NordRace (00013746)>]] skin=["" [Armor < (00000D64)>]]

[10/30/2017 - 01:43:42PM] [CF][Creature Apply] Not activating ["Vasard" [Actor < (00108330)>]]; creature isn't registered; race=["Vasard" [Race <MudcrabRace (000BA545)>]] skin=["" [Armor < (000E40BB)>]]

[10/30/2017 - 01:43:44PM] ERROR:  (000844A5): cannot enable an object with an enable state parent.

stack:

    [ (000844A5)].lvlpredatorscript.Enable() - "<native>" Line ?

    [ (000844A5)].lvlpredatorscript.OnCellLoad() - "LvlPredatorScript.psc" Line 26

[10/30/2017 - 01:43:44PM] ERROR:  (000844A3): cannot enable an object with an enable state parent.

stack:

    [ (000844A3)].lvlpredatorscript.Enable() - "<native>" Line ?

    [ (000844A3)].lvlpredatorscript.OnCellLoad() - "LvlPredatorScript.psc" Line 26

[10/30/2017 - 01:43:44PM] ERROR:  (000844A4): cannot enable an object with an enable state parent.

stack:

    [ (000844A4)].lvlpredatorscript.Enable() - "<native>" Line ?

    [ (000844A4)].lvlpredatorscript.OnCellLoad() - "LvlPredatorScript.psc" Line 26

[10/30/2017 - 01:43:46PM] SOS Actor Schlongify: new schlong for Garde de Morthal got schlong index 0 size 6

[10/30/2017 - 01:45:00PM] [CF][Creature Apply] Not activating ["Vasard" [Actor < (0010832E)>]]; creature isn't registered; race=["Vasard" [Race <MudcrabRace (000BA545)>]] skin=["" [Armor < (000E40BB)>]]

[10/30/2017 - 01:45:07PM] [CF][Creature Apply] Not activating ["Alva" [Actor < (0001AA5C)>]]; creature isn't registered; race=["Nord" [Race <NordRace (00013746)>]] skin=["" [Armor < (00000D64)>]]

[10/30/2017 - 01:45:10PM] RNPC: Periodic update check.

[10/30/2017 - 01:45:12PM] [sGO] UpdateLoop:Begin

[10/30/2017 - 01:45:12PM] [sGO] UpdateLoop:Done

[10/30/2017 - 01:45:13PM] [CF][Creature Apply] Not activating ["Chevreuil" [Actor < (000844D4)>]]; creature isn't registered; race=["Deer" [Race <DeerRace (000CF89B)>]] skin=["Renne" [Armor < (000CF89C)>]]

[10/30/2017 - 01:45:13PM] [CF][Creature Apply] Not activating ["Chevreuil" [Actor < (000844D3)>]]; creature isn't registered; race=["Deer" [Race <DeerRace (000CF89B)>]] skin=["Renne" [Armor < (000CF89C)>]]

[10/30/2017 - 01:45:14PM] [CF][Creature Apply] Not activating ["Élan" [Actor < (000844D2)>]]; creature isn't registered; race=["Deer" [Race <ElkRace (000131ED)>]] skin=["Elkmale" [Armor < (0005E979)>]]

[10/30/2017 - 01:45:16PM] ERROR: Cannot call GetValue() on a None object, aborting function call

stack:

    [ (000E1493)].critterSpawn01.IsActiveTime() - "CritterSpawn.psc" Line 196

    [ (000E1493)].critterSpawn01.ShouldSpawn() - "CritterSpawn.psc" Line 185

    [ (000E1493)].critterSpawn01.OnLoad() - "CritterSpawn.psc" Line 79

[10/30/2017 - 01:45:16PM] warning: Assigning None to a non-object variable named "::temp26"

stack:

    [ (000E1493)].critterSpawn01.IsActiveTime() - "CritterSpawn.psc" Line 196

    [ (000E1493)].critterSpawn01.ShouldSpawn() - "CritterSpawn.psc" Line 185

    [ (000E1493)].critterSpawn01.OnLoad() - "CritterSpawn.psc" Line 79

[10/30/2017 - 01:45:17PM] @@ TOOLS :ReleaseSpectators

[10/30/2017 - 01:45:17PM] [bYOHHouseBuildingPlayerScript <alias Player on quest BYOHHouseBuilding (0300305D)>]: [Location < (00018A53)>], None

[10/30/2017 - 01:45:17PM] [DCL1VampireTurnPlayerScript <alias Player on quest DLC1VampireTurn (0200588C)>]OnLocationChange()

[10/30/2017 - 01:45:17PM] [dlc1radiantscript <DLC1Radiant (02004C1C)>]CreateQuestBasedOnLocation(None)

[10/30/2017 - 01:45:17PM] [byohhousebuildingscript <BYOHHouseBuilding (0300305D)>] PlayerChangeLocation: oldloc=[Location < (00018A53)>], newloc=None

[10/30/2017 - 01:45:17PM] [dlc1radiantscript <DLC1Radiant (02004C1C)>]CreateQuestBasedOnLocation(None) is NOT creating a quest: as Location is None.

[10/30/2017 - 01:45:17PM] @@ TOOLS :Location ???

[10/30/2017 - 01:45:17PM] @@ TOOLS :Location cell= type=-1

[10/30/2017 - 01:45:18PM] ERROR: Cannot call GetValue() on a None object, aborting function call

stack:

    [ (000E1493)].critterSpawn01.IsActiveTime() - "CritterSpawn.psc" Line 196

    [ (000E1493)].critterSpawn01.ShouldSpawn() - "CritterSpawn.psc" Line 185

    [ (000E1493)].critterSpawn01.OnLoad() - "CritterSpawn.psc" Line 79

[10/30/2017 - 01:45:18PM] warning: Assigning None to a non-object variable named "::temp26"

stack:

    [ (000E1493)].critterSpawn01.IsActiveTime() - "CritterSpawn.psc" Line 196

    [ (000E1493)].critterSpawn01.ShouldSpawn() - "CritterSpawn.psc" Line 185

    [ (000E1493)].critterSpawn01.OnLoad() - "CritterSpawn.psc" Line 79

[10/30/2017 - 01:45:18PM] [CRDE] enslaved: CD player is slave 2

[10/30/2017 - 01:45:18PM] [CRDE] closest npc(s): 1:Fadril, 2:Laniel, 3:Hjolfr, 4:Bagamul, 5:Merta, 6:Merta

[10/30/2017 - 01:45:19PM] [CF][Creature Apply] Not activating ["Givrépeire" [lvlpredatorscript < (000844A3)>]]; creature isn't registered; race=["Frostbite Spider" [Race <FrostbiteSpiderRace (000131F8)>]] skin=["" [Armor < (0003636F)>]]

[10/30/2017 - 01:45:19PM] [CF][Creature Apply] Not activating ["Vasard" [Actor < (0010832D)>]]; creature isn't registered; race=["Vasard" [Race <MudcrabRace (000BA545)>]] skin=["" [Armor < (000E40BA)>]]

[10/30/2017 - 01:45:19PM] [CF][Creature Apply] Not activating ["Vasard" [Actor < (0010832B)>]]; creature isn't registered; race=["Vasard" [Race <MudcrabRace (000BA545)>]] skin=["" [Armor < (000E40BB)>]]

[10/30/2017 - 01:45:19PM] [CF][Creature Apply] Not activating ["Givrépeire" [lvlpredatorscript < (000844A4)>]]; creature isn't registered; race=["Frostbite Spider" [Race <FrostbiteSpiderRace (000131F8)>]] skin=["" [Armor < (0003636F)>]]

[10/30/2017 - 01:45:19PM] [CF][Creature Apply] Not activating ["Givrépeire" [lvlpredatorscript < (000844A5)>]]; creature isn't registered; race=["Frostbite Spider" [Race <FrostbiteSpiderRace (000131F8)>]] skin=["" [Armor < (0003636F)>]]

[10/30/2017 - 01:45:19PM] ERROR:  (000844A9): cannot enable an object with an enable state parent.

stack:

    [ (000844A9)].lvlpredatorscript.Enable() - "<native>" Line ?

    [ (000844A9)].lvlpredatorscript.OnCellLoad() - "LvlPredatorScript.psc" Line 26

[10/30/2017 - 01:45:19PM] ERROR:  (000844A8): cannot enable an object with an enable state parent.

stack:

    [ (000844A8)].lvlpredatorscript.Enable() - "<native>" Line ?

    [ (000844A8)].lvlpredatorscript.OnCellLoad() - "LvlPredatorScript.psc" Line 26

[10/30/2017 - 01:45:20PM] ERROR:  (000844AA): cannot enable an object with an enable state parent.

stack:

    [ (000844AA)].lvlpredatorscript.Enable() - "<native>" Line ?

    [ (000844AA)].lvlpredatorscript.OnCellLoad() - "LvlPredatorScript.psc" Line 26

[10/30/2017 - 01:45:20PM] ERROR: Cannot call GetValue() on a None object, aborting function call

stack:

    [ (000E1493)].critterSpawn01.IsActiveTime() - "CritterSpawn.psc" Line 196

    [ (000E1493)].critterSpawn01.ShouldSpawn() - "CritterSpawn.psc" Line 185

    [ (000E1493)].critterSpawn01.OnLoad() - "CritterSpawn.psc" Line 79

[10/30/2017 - 01:45:20PM] warning: Assigning None to a non-object variable named "::temp26"

stack:

    [ (000E1493)].critterSpawn01.IsActiveTime() - "CritterSpawn.psc" Line 196

    [ (000E1493)].critterSpawn01.ShouldSpawn() - "CritterSpawn.psc" Line 185

    [ (000E1493)].critterSpawn01.OnLoad() - "CritterSpawn.psc" Line 79

[10/30/2017 - 01:45:22PM] ERROR: Cannot call GetValue() on a None object, aborting function call

stack:

    [ (000E1493)].critterSpawn01.IsActiveTime() - "CritterSpawn.psc" Line 196

    [ (000E1493)].critterSpawn01.ShouldSpawn() - "CritterSpawn.psc" Line 185

    [ (000E1493)].critterSpawn01.OnLoad() - "CritterSpawn.psc" Line 79

[10/30/2017 - 01:45:22PM] warning: Assigning None to a non-object variable named "::temp26"

stack:

    [ (000E1493)].critterSpawn01.IsActiveTime() - "CritterSpawn.psc" Line 196

    [ (000E1493)].critterSpawn01.ShouldSpawn() - "CritterSpawn.psc" Line 185

    [ (000E1493)].critterSpawn01.OnLoad() - "CritterSpawn.psc" Line 79

[10/30/2017 - 01:45:25PM] [CF][Creature Apply] Not activating ["Vasard" [Actor < (00108329)>]]; creature isn't registered; race=["Vasard" [Race <MudcrabRace (000BA545)>]] skin=["" [Armor < (000E40BA)>]]

[10/30/2017 - 01:45:25PM] [CF][Creature Apply] Not activating ["Vasard" [Actor < (000C260D)>]]; creature isn't registered; race=["Vasard" [Race <MudcrabRace (000BA545)>]] skin=["" [Armor < (000E40BA)>]]

[10/30/2017 - 01:45:25PM] [CF][Creature Apply] Not activating ["Vasard" [Actor < (00108328)>]]; creature isn't registered; race=["Vasard" [Race <MudcrabRace (000BA545)>]] skin=["" [Armor < (000E40BA)>]]

[10/30/2017 - 01:45:25PM] [CF][Creature Apply] Not activating ["Vasard" [Actor < (000C260F)>]]; creature isn't registered; race=["Vasard" [Race <MudcrabRace (000BA545)>]] skin=["" [Armor < (000E40BB)>]]

[10/30/2017 - 01:45:25PM] [CF][Creature Apply] Not activating ["Vasard" [Actor < (000C260E)>]]; creature isn't registered; race=["Vasard" [Race <MudcrabRace (000BA545)>]] skin=["" [Armor < (000E40BA)>]]

[10/30/2017 - 01:45:25PM] [CF][Creature Apply] Not activating ["Vasard" [Actor < (0010832A)>]]; creature isn't registered; race=["Vasard" [Race <MudcrabRace (000BA545)>]] skin=["" [Armor < (000E40BA)>]]

[10/30/2017 - 01:45:25PM] [CF][Creature Apply] Not activating ["Vasard" [Actor < (000C260C)>]]; creature isn't registered; race=["Vasard" [Race <MudcrabRace (000BA545)>]] skin=["" [Armor < (000E40BA)>]]

[10/30/2017 - 01:45:25PM] ERROR: Cannot call Stop() on a None object, aborting function call

stack:

    [ (00107438)].FXCameraAttachScript.OnUnload() - "FXCameraAttachScript.psc" Line 59

[10/30/2017 - 01:45:28PM] [CRDE] No nearby NPCs, leaving early

[10/30/2017 - 01:45:28PM] [CRDE] OnUpdate time:10.269012

[10/30/2017 - 01:45:31PM] [CF][Creature Apply] Not activating ["Vasard" [Actor < (00108324)>]]; creature isn't registered; race=["Vasard" [Race <MudcrabRace (000BA545)>]] skin=["" [Armor < (000E40BA)>]]

[10/30/2017 - 01:45:32PM] [CF][Creature Apply] Not activating ["Vasard" [Actor < (00108325)>]]; creature isn't registered; race=["Vasard" [Race <MudcrabRace (000BA545)>]] skin=["" [Armor < (000E40BA)>]]

[10/30/2017 - 01:45:32PM] [sGO] UpdateLoop:Begin

[10/30/2017 - 01:45:32PM] [sGO] UpdateLoop:Done

[10/30/2017 - 01:45:34PM] ERROR: Cannot call Stop() on a None object, aborting function call

stack:

    [ (00107437)].FXCameraAttachScript.OnUnload() - "FXCameraAttachScript.psc" Line 59

[10/30/2017 - 01:45:37PM] [CF][Creature Apply] Not activating ["Squelette" [masterambushscript < (000D5C6C)>]]; creature isn't registered; race=["Squelette" [Race <skeletonRace (000B7998)>]] skin=["" [Armor < (000B799A)>]]

[10/30/2017 - 01:45:37PM] [CF][Creature Apply] Not activating ["Squelette" [masterambushscript < (000D5C6B)>]]; creature isn't registered; race=["Squelette" [Race <skeletonRace (000B7998)>]] skin=["" [Armor < (000B799A)>]]

[10/30/2017 - 01:45:37PM] [CF][Creature Apply] Not activating ["Squelette" [masterambushscript < (000D5C5F)>]]; creature isn't registered; race=["Squelette" [Race <skeletonRace (000B7998)>]] skin=["" [Armor < (000B799A)>]]

[10/30/2017 - 01:45:37PM] [CF][Creature Apply] Not activating ["Nécromancien novice" [masterambushscript < (000D5C62)>]]; creature isn't registered; race=["Breton" [Race <BretonRace (00013741)>]] skin=["" [Armor < (00000D64)>]]

[10/30/2017 - 01:45:37PM] [CF][Creature Apply] Not activating ["Nécromancien novice" [masterambushscript < (000D5C65)>]]; creature isn't registered; race=["Breton" [Race <BretonRace (00013741)>]] skin=["" [Armor < (00000D64)>]]

[10/30/2017 - 01:45:37PM] [CF][Creature Apply] Not activating ["Poisson carnassier" [Actor < (001083B7)>]]; creature isn't registered; race=["Poisson carnassier" [Race <SlaughterfishRace (00013203)>]] skin=["" [Armor < (0004124A)>]]

[10/30/2017 - 01:45:37PM] [CF][Creature Apply] Not activating ["Nécromancien novice" [masterambushscript < (000D5C6A)>]]; creature isn't registered; race=["Breton" [Race <BretonRace (00013741)>]] skin=["" [Armor < (00000D64)>]]

[10/30/2017 - 01:45:37PM] [CF][Creature Apply] Not activating ["Squelette" [Actor < (000D930E)>]]; creature isn't registered; race=["Squelette" [Race <skeletonRace (000B7998)>]] skin=["" [Armor < (000B799A)>]]

[10/30/2017 - 01:45:40PM] RNPC: Periodic update check.

[10/30/2017 - 01:45:41PM] @@ TOOLS :ReleaseSpectators

[10/30/2017 - 01:45:41PM] [bYOHHouseBuildingPlayerScript <alias Player on quest BYOHHouseBuilding (0300305D)>]: None, [Location < (00019184)>]

[10/30/2017 - 01:45:41PM] [DCL1VampireTurnPlayerScript <alias Player on quest DLC1VampireTurn (0200588C)>]OnLocationChange()

[10/30/2017 - 01:45:41PM] [byohhousebuildingscript <BYOHHouseBuilding (0300305D)>] PlayerChangeLocation: oldloc=None, newloc=[Location < (00019184)>]

[10/30/2017 - 01:45:41PM] [dlc1radiantscript <DLC1Radiant (02004C1C)>]CreateQuestBasedOnLocation([Location < (00019184)>])

[10/30/2017 - 01:45:41PM] [dlc1radiantscript <DLC1Radiant (02004C1C)>]CreateQuestBasedOnLocation([Location < (00019184)>]) is NOT creating a quest: as Location is neither DLC1HunterHQLocation nor DLC1VampireCastleLocation

[10/30/2017 - 01:45:41PM] @@ TOOLS :Location cell= type=4

[10/30/2017 - 01:45:43PM] [CF][Creature Apply] Not activating ["Squelette" [Actor < (000D5C57)>]]; creature isn't registered; race=["Squelette" [Race <skeletonRace (000B7998)>]] skin=["" [Armor < (000B799A)>]]

[10/30/2017 - 01:45:43PM] [CF][Creature Apply] Not activating ["Squelette" [Actor < (000D5C52)>]]; creature isn't registered; race=["Squelette" [Race <skeletonRace (000B7998)>]] skin=["" [Armor < (000B799A)>]]

[10/30/2017 - 01:45:43PM] [CF][Creature Apply] Not activating ["Apprenti nécromancien" [Actor < (000D5C4B)>]]; creature isn't registered; race=["Imperial" [Race <ImperialRace (00013744)>]] skin=["" [Armor < (00000D64)>]]

[10/30/2017 - 01:45:43PM] [CF][Creature Apply] Not activating ["Nécromancien novice" [masterambushscript < (000D5C66)>]]; creature isn't registered; race=["High Elf" [Race <HighElfRace (00013743)>]] skin=["" [Armor < (00000D64)>]]

[10/30/2017 - 01:45:44PM] [CF][Creature Apply] Not activating ["Vasard" [Actor < (001082FF)>]]; creature isn't registered; race=["Vasard" [Race <MudcrabRace (000BA545)>]] skin=["" [Armor < (000E40BA)>]]

[10/30/2017 - 01:45:49PM] @@ TOOLS :ReleaseSpectators

[10/30/2017 - 01:45:49PM] [bYOHHouseBuildingPlayerScript <alias Player on quest BYOHHouseBuilding (0300305D)>]: [Location < (00019184)>], None

[10/30/2017 - 01:45:49PM] [byohhousebuildingscript <BYOHHouseBuilding (0300305D)>] PlayerChangeLocation: oldloc=[Location < (00019184)>], newloc=None

[10/30/2017 - 01:45:49PM] [DCL1VampireTurnPlayerScript <alias Player on quest DLC1VampireTurn (0200588C)>]OnLocationChange()

[10/30/2017 - 01:45:49PM] [dlc1radiantscript <DLC1Radiant (02004C1C)>]CreateQuestBasedOnLocation(None)

[10/30/2017 - 01:45:49PM] [dlc1radiantscript <DLC1Radiant (02004C1C)>]CreateQuestBasedOnLocation(None) is NOT creating a quest: as Location is None.

[10/30/2017 - 01:45:49PM] @@ TOOLS :Location ???

[10/30/2017 - 01:45:49PM] [CF][Creature Apply] Not activating ["Squelette" [Actor < (000D5C45)>]]; creature isn't registered; race=["Squelette" [Race <skeletonRace (000B7998)>]] skin=["" [Armor < (000B799A)>]]

[10/30/2017 - 01:45:49PM] [CF][Creature Apply] Not activating ["Vasard" [Actor < (001082FE)>]]; creature isn't registered; race=["Vasard" [Race <MudcrabRace (000BA545)>]] skin=["" [Armor < (000E40BA)>]]

[10/30/2017 - 01:45:49PM] [CF][Creature Apply] Not activating ["Vasard" [Actor < (00108322)>]]; creature isn't registered; race=["Vasard" [Race <MudcrabRace (000BA545)>]] skin=["" [Armor < (000E40BA)>]]

[10/30/2017 - 01:45:49PM] @@ TOOLS :Location cell= type=-1

[10/30/2017 - 01:45:50PM] [CF][Creature Apply] Not activating ["Vasard" [Actor < (00108321)>]]; creature isn't registered; race=["Vasard" [Race <MudcrabRace (000BA545)>]] skin=["" [Armor < (000E40BB)>]]

[10/30/2017 - 01:45:52PM] [sGO] UpdateLoop:Begin

[10/30/2017 - 01:45:52PM] [sGO] UpdateLoop:Done

[10/30/2017 - 01:45:54PM] @@ TOOLS :ReleaseSpectators

[10/30/2017 - 01:45:54PM] [bYOHHouseBuildingPlayerScript <alias Player on quest BYOHHouseBuilding (0300305D)>]: None, [Location < (00019184)>]

[10/30/2017 - 01:45:54PM] [byohhousebuildingscript <BYOHHouseBuilding (0300305D)>] PlayerChangeLocation: oldloc=None, newloc=[Location < (00019184)>]

[10/30/2017 - 01:45:54PM] [DCL1VampireTurnPlayerScript <alias Player on quest DLC1VampireTurn (0200588C)>]OnLocationChange()

[10/30/2017 - 01:45:54PM] [dlc1radiantscript <DLC1Radiant (02004C1C)>]CreateQuestBasedOnLocation([Location < (00019184)>])

[10/30/2017 - 01:45:54PM] [dlc1radiantscript <DLC1Radiant (02004C1C)>]CreateQuestBasedOnLocation([Location < (00019184)>]) is NOT creating a quest: as Location is neither DLC1HunterHQLocation nor DLC1VampireCastleLocation

[10/30/2017 - 01:45:54PM] @@ TOOLS :Location cell= type=4

[10/30/2017 - 01:45:55PM] ERROR:  (00086356): cannot enable an object with an enable state parent.

stack:

    [ (00086356)].lvlpredatorscript.Enable() - "<native>" Line ?

    [ (00086356)].lvlpredatorscript.OnCellLoad() - "LvlPredatorScript.psc" Line 26

[10/30/2017 - 01:45:55PM] ERROR:  (00086355): cannot enable an object with an enable state parent.

stack:

    [ (00086355)].lvlpredatorscript.Enable() - "<native>" Line ?

    [ (00086355)].lvlpredatorscript.OnCellLoad() - "LvlPredatorScript.psc" Line 26

[10/30/2017 - 01:45:55PM] [CF][Creature Apply] Not activating ["Vasard" [Actor < (00108320)>]]; creature isn't registered; race=["Vasard" [Race <MudcrabRace (000BA545)>]] skin=["" [Armor < (000E40BA)>]]

[10/30/2017 - 01:45:55PM] [CF][Creature Apply] Not activating ["Renard" [Actor < (00108323)>]]; creature isn't registered; race=["Fox" [Race <FoxRace (00109C7C)>]] skin=["" [Armor < (000829B4)>]]

[10/30/2017 - 01:45:58PM] @@ TOOLS :ReleaseSpectators

[10/30/2017 - 01:45:58PM] [bYOHHouseBuildingPlayerScript <alias Player on quest BYOHHouseBuilding (0300305D)>]: [Location < (00019184)>], None

[10/30/2017 - 01:45:58PM] [byohhousebuildingscript <BYOHHouseBuilding (0300305D)>] PlayerChangeLocation: oldloc=[Location < (00019184)>], newloc=None

[10/30/2017 - 01:45:58PM] [DCL1VampireTurnPlayerScript <alias Player on quest DLC1VampireTurn (0200588C)>]OnLocationChange()

[10/30/2017 - 01:45:58PM] [dlc1radiantscript <DLC1Radiant (02004C1C)>]CreateQuestBasedOnLocation(None)

[10/30/2017 - 01:45:58PM] [dlc1radiantscript <DLC1Radiant (02004C1C)>]CreateQuestBasedOnLocation(None) is NOT creating a quest: as Location is None.

[10/30/2017 - 01:45:58PM] @@ TOOLS :Location ???

[10/30/2017 - 01:45:58PM] @@ TOOLS :Location cell= type=-1

[10/30/2017 - 01:46:03PM] [CRDE] enslaved: CD player is slave 2

[10/30/2017 - 01:46:03PM] [CRDE] closest npc(s):

[10/30/2017 - 01:46:04PM] ERROR: Cannot call GetActorBase() on a None object, aborting function call

stack:

    [ (000D980D)].defaultSetStageTRIGSpecificActor.OnTriggerEnter() - "defaultSetStageTRIGSpecificActor.psc" Line 43

[10/30/2017 - 01:46:04PM] [defaultSetStageTRIGSpecificActor < (000D980D)>] didn't trigger for base actor None <> [ActorBase < (000D95E9)>]

[10/30/2017 - 01:46:04PM] [defaultSetStageTRIGSpecificActor < (000D980C)>] didn't trigger for base actor [ActorBase < (000D95E9)>] <> [ActorBase < (00000007)>]

[10/30/2017 - 01:46:08PM] [CF][Creature Apply] Not activating ["Lapin" [Actor < (0010831E)>]]; creature isn't registered; race=["rabbit" [Race <HareRace (0006DC99)>]] skin=["Lapin" [Armor < (0006DC9B)>]]

[10/30/2017 - 01:46:10PM] RNPC: Periodic update check.

[10/30/2017 - 01:46:12PM] [sGO] UpdateLoop:Begin

[10/30/2017 - 01:46:12PM] [sGO] UpdateLoop:Done

[10/30/2017 - 01:46:13PM] [CRDE] No nearby NPCs, leaving early

[10/30/2017 - 01:46:13PM] [CRDE] OnUpdate time:10.135986

[10/30/2017 - 01:46:14PM] [CF][Creature Apply] Not activating ["Meeko" [Actor < (000D95EA)>]]; creature isn't registered; race=["Chien" [Race <DogCompanionRace (000F1AC4)>]] skin=["" [Armor < (0004B2C9)>]]

[10/30/2017 - 01:46:14PM] [CF][Creature Apply] Not activating ["Nordique" [Actor < (000DC17A)>]]; creature isn't registered; race=["Nord" [Race <NordRace (00013746)>]] skin=["" [Armor < (00000D64)>]]

[10/30/2017 - 01:46:18PM] Found 0 nakedActors

[10/30/2017 - 01:46:18PM] slaScanner start time is ....319.640991

[10/30/2017 - 01:46:18PM] Found 0 arousedActors

[10/30/2017 - 01:46:19PM] [defaultSetStageTRIGSpecificActor < (000D980C)>] triggered by [Actor < (00000014)>]

[10/30/2017 - 01:46:19PM] slaScanner end time is ....320.739990

[10/30/2017 - 01:46:19PM] Next update in 120.000000

[10/30/2017 - 01:46:20PM] [CF][Creature Apply] Not activating ["Lapin" [Actor < (0010831D)>]]; creature isn't registered; race=["rabbit" [Race <HareRace (0006DC99)>]] skin=["Lapin" [Armor < (0006DC9B)>]]

[10/30/2017 - 01:46:20PM] [CF][Creature Apply] Not activating ["Renard" [Actor < (0010831F)>]]; creature isn't registered; race=["Fox" [Race <FoxRace (00109C7C)>]] skin=["" [Armor < (000829B4)>]]

[10/30/2017 - 01:46:20PM] [CF][Creature Apply] Not activating ["Lapin" [Actor < (0010831C)>]]; creature isn't registered; race=["rabbit" [Race <HareRace (0006DC99)>]] skin=["Lapin" [Armor < (0006DC9B)>]]

[10/30/2017 - 01:46:20PM] [CF][Creature Apply] Not activating ["Assassin" [Actor < (FF000E82)>]]; creature isn't registered; race=["Dark Elf" [Race <DarkElfRace (00013742)>]] skin=["" [Armor < (00000D64)>]]

[10/30/2017 - 01:46:23PM] ERROR: Unable to call GetParentCell - no native object bound to the script object, or object is of incorrect type

stack:

    [<NULL form> (000D5C65)].masterambushscript.GetParentCell() - "<native>" Line ?

    [<NULL form> (000D5C65)].masterambushscript.OnGetUp() - "masterAmbushScript.psc" Line ?

[10/30/2017 - 01:46:26PM] [CF][Creature Apply] Not activating ["Chevreuil" [Actor < (000DED76)>]]; creature isn't registered; race=["Deer" [Race <DeerRace (000CF89B)>]] skin=["Renne" [Armor < (000CF89C)>]]

[10/30/2017 - 01:46:26PM] [CF][Creature Apply] Not activating ["Chevreuil" [Actor < (000DED75)>]]; creature isn't registered; race=["Deer" [Race <DeerRace (000CF89B)>]] skin=["Renne" [Armor < (000CF89C)>]]

[10/30/2017 - 01:46:26PM] [CF][Creature Apply] Not activating ["Lapin" [Actor < (0010831B)>]]; creature isn't registered; race=["rabbit" [Race <HareRace (0006DC99)>]] skin=["Lapin" [Armor < (0006DC9B)>]]

[10/30/2017 - 01:46:26PM] [CF][Creature Apply] Not activating ["Vigile de Stendarr" [Actor < (FF000EC2)>]]; creature isn't registered; race=["Nord" [Race <NordRace (00013746)>]] skin=["" [Armor < (00000D64)>]]

[10/30/2017 - 01:46:26PM] [CF][Creature Apply] Not activating ["Vigile de Stendarr" [Actor < (FF000EC6)>]]; creature isn't registered; race=["Redguard" [Race <RedguardRace (00013748)>]] skin=["" [Armor < (00000D64)>]]

[10/30/2017 - 01:46:27PM] [CF][Creature Apply] Not activating ["JEUNE VAMPIRE" [Actor < (FF000ECD)>]]; creature isn't registered; race=["Nord" [Race <NordRaceVampire (00088794)>]] skin=["" [Armor < (00000D64)>]]

[10/30/2017 - 01:46:30PM] SOS Actor Schlongify: new schlong for Vigile de Stendarr got schlong index 0 size 9

[10/30/2017 - 01:46:30PM] SOS MarkArmorAsConcealing: registering armor as concealing Robe de novice d'altération

[10/30/2017 - 01:46:32PM] [CF][Creature Apply] Not activating ["Darian" [Actor < (251957D1)>]]; creature isn't registered; race=["Breton" [Race <BretonRace (00013741)>]] skin=["" [Armor < (00000D64)>]]

[10/30/2017 - 01:46:32PM] [CF][Creature Apply] Not activating ["Vasard" [Actor < (0010831A)>]]; creature isn't registered; race=["Vasard" [Race <MudcrabRace (000BA545)>]] skin=["" [Armor < (000E40BA)>]]

[10/30/2017 - 01:46:32PM] [sGO] UpdateLoop:Begin

[10/30/2017 - 01:46:32PM] [sGO] UpdateLoop:Done

[10/30/2017 - 01:46:35PM] SOS Actor Schlongify: new schlong for Darian got schlong index 0 size 5

[10/30/2017 - 01:46:37PM] [defaultSetStageTRIGSpecificActor < (000D980D)>] triggered by [Actor < (000D95EA)>]

[10/30/2017 - 01:46:38PM] [CF][Creature Apply] Not activating ["Chevreuil" [Actor < (0008658E)>]]; creature isn't registered; race=["Deer" [Race <DeerRace (000CF89B)>]] skin=["Renne" [Armor < (000CF89C)>]]

[10/30/2017 - 01:46:40PM] RNPC: Periodic update check.

[10/30/2017 - 01:46:44PM] [DLC1VampireSleepScript <DLC1VampireSleep (02008E3B)>]PlayerActivateBed() IsCoffin =False

[10/30/2017 - 01:46:44PM] [CF][Creature Apply] Not activating ["Chevreuil" [Actor < (000866E4)>]]; creature isn't registered; race=["Deer" [Race <DeerRace (000CF89B)>]] skin=["Renne" [Armor < (000CF89C)>]]

[10/30/2017 - 01:46:48PM] [CRDE] Player is in UI, busy

[10/30/2017 - 01:46:48PM] [CRDE] OnUpdate time:0.066010

[10/30/2017 - 01:46:50PM] [sLD] [Actor < (251957D1)>] sex: 0.000000 - Rel: 0.000000 - Slavery: 0.000000

[10/30/2017 - 01:46:50PM] [sLD] Human speaker: TRUE

[10/30/2017 - 01:46:50PM] [sLD] Beast speaker: False

[10/30/2017 - 01:46:50PM] [sLD] Master beast speaker: False

[10/30/2017 - 01:46:50PM] [sLD] Human relationship: 3.000000

[10/30/2017 - 01:46:50PM] [sLD] Beast relationship: 0.000000

[10/30/2017 - 01:46:50PM] [sLD] _SLD_speakerAlias: [Actor < (251957D1)>]

[10/30/2017 - 01:46:50PM] [sLD] _SLD_humanLoverAlias: [Actor < (2D0687AA)>]

[10/30/2017 - 01:46:50PM] [sLD] _SLD_beastLoverAlias: [Actor < (2D0687AA)>]

[10/30/2017 - 01:46:50PM] [sLD] _SLD_humanMasterAlias: [Actor < (2D0687AA)>]

[10/30/2017 - 01:46:50PM] [sLD] _SLD_humanSlaveAlias: [Actor < (2D0687AA)>]

[10/30/2017 - 01:46:50PM] [sLD] _SLD_beastMasterAlias: [Actor < (2D0687AA)>]

[10/30/2017 - 01:46:50PM] [sLD] _SLD_beastSlaveAlias: [Actor < (2D0687AA)>]

[10/30/2017 - 01:46:50PM] [sLD] Disposition: 0 Trust: 0 Seduction: 0 Corruption: 0

[10/30/2017 - 01:46:50PM] [sLD] Leash: 0 Stance: 0

[10/30/2017 - 01:46:52PM] [sGO] UpdateLoop:Begin

[10/30/2017 - 01:46:52PM] [sGO] UpdateLoop:Done

[10/30/2017 - 01:46:55PM] [DLC2RieklingRescuePlayerScript <alias Player on quest DLC2RieklingRescue (04038C07)>]ProcessingHit OnBeginState() Calling RollForRieklings() and RegisterForSingleUpdate() to reset OnHit Event Capture

[10/30/2017 - 01:46:55PM] [DLC2RieklingRescuePlayerScript <alias Player on quest DLC2RieklingRescue (04038C07)>]ProcessingHit OnBeginState() WasProjectile: False

[10/30/2017 - 01:46:55PM] [DLC2RieklingRescueScript <DLC2RieklingRescue (04038C07)>]RollForRieklings()

[10/30/2017 - 01:46:55PM] [DLC2RieklingRescueScript <DLC2RieklingRescue (04038C07)>]RollForRieklings() chance: 25.000000, roll: 68.000000

[10/30/2017 - 01:46:55PM] [DLC2RieklingRescuePlayerScript <alias Player on quest DLC2RieklingRescue (04038C07)>]OnHit() akProjectile: None

[10/30/2017 - 01:46:55PM] [DLC2RieklingRescuePlayerScript <alias Player on quest DLC2RieklingRescue (04038C07)>]OnHit() akSource: [WEAPON < (000001F4)>]

[10/30/2017 - 01:46:55PM] [DLC2RieklingRescuePlayerScript <alias Player on quest DLC2RieklingRescue (04038C07)>]OnHit() WasProjectile: False

[10/30/2017 - 01:46:56PM] [sD] Humanoid Enslavement check with actor [ [Actor < (0010831A)>] ] - FAILED

[10/30/2017 - 01:46:56PM] [sD]         Actor is not an NPC -

[10/30/2017 - 01:46:56PM]             _SD::actorFactionInList akActor:[Actor < (0010831A)>] found:False

[10/30/2017 - 01:46:56PM]             _SD::actorInBannedFactions akActor:[Actor < (0010831A)>] found:False

[10/30/2017 - 01:46:57PM] [sD] Searching for a racial match for [Race <MudcrabRace (000BA545)>]

[10/30/2017 - 01:46:57PM] [sD] Creature Enslavement check with actor [ [Actor < (0010831A)>] ] - FAILED

[10/30/2017 - 01:46:58PM]             _SD::actorFactionInList akActor:[Actor < (0010831A)>] found:False

[10/30/2017 - 01:46:58PM]             _SD::actorInBannedFactions akActor:[Actor < (0010831A)>] found:False

[10/30/2017 - 01:47:06PM] VM is freezing...

[10/30/2017 - 01:47:06PM] VM is frozen

[10/30/2017 - 01:47:06PM] Saving game...

[10/30/2017 - 01:47:10PM] VM is thawing...

[10/30/2017 - 01:47:15PM] VM is freezing...

[10/30/2017 - 01:47:15PM] VM is frozen

[10/30/2017 - 01:41:01PM] Papyrus log opened (PC)

[10/30/2017 - 01:41:01PM] Function GetEffectMagnitudes in the empty state on type Ingredient does not exist. Function will not be flagged as callable from tasklets.

[10/30/2017 - 01:41:01PM] Update budget: 1.200000ms (Extra tasklet budget: 1.200000ms, Load screen budget: 2000.000000ms)

[10/30/2017 - 01:41:01PM] Memory page: 128 (min) 512 (max) 76800 (max total)

[10/30/2017 - 01:41:11PM] Cannot open store for class "dlc1scwispwallscript", missing file?

[10/30/2017 - 01:41:11PM] Cannot open store for class "DLC2BenthicLurkerFXSCRIPT", missing file?

[10/30/2017 - 01:41:11PM] Cannot open store for class "fnissmquestscript", missing file?

[10/30/2017 - 01:41:11PM] Cannot open store for class "fnissmconfigmenu", missing file?

[10/30/2017 - 01:41:11PM] Cannot open store for class "MagicDrain", missing file?

[10/30/2017 - 01:41:12PM] Cannot open store for class "daymoyl_PlayerValidateQuestAlias", missing file?

[10/30/2017 - 01:41:12PM] Cannot open store for class "daymoyl_QuestTemplate", missing file?

[10/30/2017 - 01:41:12PM] Error: Unable to link "daymoyl_QuestTemplate" - the parent of "_SDDA_BlackoutEnslavement".

[10/30/2017 - 01:41:12PM] ERROR: Unable to bind script _SDDA_BlackoutEnslavement to _SDDA_BlackoutEnslavement (2B1C51CB) because their base types do not match

[10/30/2017 - 01:41:12PM] ERROR: Unable to bind script _SDDA_BlackoutEnslavementCreature to _SDDA_BlackoutEnslavementCreature (2B1C61F2) because their base types do not match

[10/30/2017 - 01:41:12PM] ERROR: Unable to bind script _SDDA_BlackoutSpriggan to _SDDA_BlackoutSpriggan (2B1C61F3) because their base types do not match

[10/30/2017 - 01:41:12PM] ERROR: Unable to bind script _SDDA_DeathDreamworld to _SDDA_DeathDreamworld (2B1C61F4) because their base types do not match

[10/30/2017 - 01:41:12PM] ERROR: Unable to bind script _SDDA_BlackoutDreamworld to _SDDA_BlackoutDreamworld (2B1C61F5) because their base types do not match

[10/30/2017 - 01:41:13PM] Cannot open store for class "xazpescorttoprison", missing file?

[10/30/2017 - 01:41:13PM] Cannot open store for class "vkjmq", missing file?

[10/30/2017 - 01:41:13PM] Cannot open store for class "pchswolfclubdaymoyl", missing file?

[10/30/2017 - 01:41:13PM] Cannot open store for class "dcur_lbquestscript", missing file?

[10/30/2017 - 01:41:13PM] Cannot open store for class "wd_util", missing file?

[10/30/2017 - 01:41:13PM] Cannot open store for class "SLSF_CompatibilityScript", missing file?

[10/30/2017 - 01:41:13PM] Cannot open store for class "CDxCellController", missing file?

[10/30/2017 - 01:41:13PM] Cannot open store for class "dcur_mcmconfig", missing file?

[10/30/2017 - 01:41:13PM] Cannot open store for class "slv_enforcerlocationcheck", missing file?

[10/30/2017 - 01:41:13PM] Cannot open store for class "EggFactoryShare", missing file?

[10/30/2017 - 01:41:13PM] Cannot open store for class "EggFactoryHealingRing", missing file?

[10/30/2017 - 01:41:13PM] Cannot open store for class "EggFactoryNPC", missing file?

[10/30/2017 - 01:41:13PM] Cannot open store for class "EggFactoryDestructionScript2", missing file?

[10/30/2017 - 01:41:13PM] Cannot open store for class "SF_SLWG_WhoreFollowerScene_03045DEE", missing file?

[10/30/2017 - 01:41:13PM] ERROR: Unable to bind script SF_SLWG_WhoreFollowerScene_03045DEE to  (32045DEE) because their base types do not match

[10/30/2017 - 01:41:13PM] ERROR: Unable to bind script Defeatdadefeated to DefeatPADefeated (330C16D8) because their base types do not match

[10/30/2017 - 01:41:13PM] ERROR: Unable to bind script defeatdatrigger to DefeatPlayerQST (33000D62) because their base types do not match

[10/30/2017 - 01:41:13PM] ERROR: Unable to bind script DefeatDALeftForDead to DefeatPALeftForDead (330C1173) because their base types do not match

[10/30/2017 - 01:41:13PM] ERROR: Unable to bind script JaxonzConsolePlugIn to JaxonzEnhGrabUpdateQuest (34000D62) because their base types do not match

[10/30/2017 - 01:41:13PM] ERROR: Unable to bind script JaxonzEnhGrabObject to JaxonzEnhGrabUpdateQuest (34000D62) because their base types do not match

[10/30/2017 - 01:41:13PM] Cannot open store for class "zzEstrusOnLoadScript", missing file?

[10/30/2017 - 01:41:13PM] Cannot open store for class "PF_zzEstrusPackageDoNothingO_0101C3CF", missing file?

[10/30/2017 - 01:41:13PM] ERROR: Unable to bind script PF_zzEstrusPackageDoNothingO_0101C3CF to  (3601C3CF) because their base types do not match

[10/30/2017 - 01:41:13PM] Cannot open store for class "PF_MariaBDSMSexPlug_0679FEFB", missing file?

[10/30/2017 - 01:41:13PM] ERROR: Unable to bind script PF_MariaBDSMSexPlug_0679FEFB to  (4179FEFB) because their base types do not match

[10/30/2017 - 01:41:13PM] Error: Unable to link type of variable "::QuestList_var" on object "kzy_daymoylPlayerValidateQuestAlias"

[10/30/2017 - 01:41:13PM] Error: Unable to link type of property "QuestList" on object "kzy_daymoylPlayerValidateQuestAlias"

[10/30/2017 - 01:41:13PM] Error: Unable to link types associated with function "RegisterQuests" in state "" on object "kzy_daymoylPlayerValidateQuestAlias".

[10/30/2017 - 01:41:13PM] Cannot open store for class "daymoyl_monitorregistry", missing file?

[10/30/2017 - 01:41:13PM] ERROR: Unable to bind script kzy_DA_Arachnophobia to kzy_Arachnophobia (420085EE) because their base types do not match

[10/30/2017 - 01:41:14PM] ERROR: Unable to bind script defaultsetstageonplayeracquire to  (223B145F) because their base types do not match

[10/30/2017 - 01:41:14PM] ERROR: Unable to bind script defaultsetstageonplayeracquire to Item 1 in container  (222B9E1A) because their base types do not match

[10/30/2017 - 01:41:15PM] Cannot open store for class "tir_bedslave_scr", missing file?

[10/30/2017 - 01:41:15PM] ERROR: Unable to bind script tir_bedslave_scr to  (20069DCD) because their base types do not match

[10/30/2017 - 01:41:15PM] ERROR: Unable to bind script defaultsetstageonplayeracquire to  (226E8564) because their base types do not match

[10/30/2017 - 01:41:15PM] ERROR: Unable to bind script defaultsetstageonplayeracquire to  (2258EB4F) because their base types do not match

[10/30/2017 - 01:41:15PM] ERROR: Unable to bind script defaultsetstageonplayeracquire to  (22768616) because their base types do not match

[10/30/2017 - 01:41:15PM] ERROR: Unable to bind script aTIDDialogueArenaOponentDeathScript to  (22292335) because their base types do not match

[10/30/2017 - 01:41:15PM] ERROR: Unable to bind script aTIDDialogueArenaOponentDeathScript to  (2229232F) because their base types do not match

[10/30/2017 - 01:41:15PM] ERROR: Unable to bind script aTIDDialogueArenaOponentDeathScript to  (2229232D) because their base types do not match

[10/30/2017 - 01:41:15PM] ERROR: Unable to bind script defaultsetstageonplayeracquire to  (22489633) because their base types do not match

[10/30/2017 - 01:41:20PM] ERROR: Unable to bind script DLC2WaterScript to alias Water on quest DLC2TTF2 (0401AAC8) because their base types do not match

[10/30/2017 - 01:41:20PM] warning: Property AshSpawnAttachChancePercent on script DLC2AshSpawnAttackChanceScript attached to alias Player on quest DLC2Init (04016E02) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:20PM] ERROR: Unable to bind script EnthralledVictimAttachScript to alias VampireEnthrallAlias01 on quest VampireDominationAlias (1C379F0E) because their base types do not match

[10/30/2017 - 01:41:20PM] ERROR: Unable to bind script EnthralledVictimAttachScript to alias VampireEnthrallAlias02 on quest VampireDominationAlias (1C379F0E) because their base types do not match

[10/30/2017 - 01:41:20PM] ERROR: Unable to bind script EnthralledVictimAttachScript to alias VampireEnthrallAlias03 on quest VampireDominationAlias (1C379F0E) because their base types do not match

[10/30/2017 - 01:41:20PM] ERROR: Unable to bind script EnthralledVictimAttachScript to alias VampireEnthrallAlias04 on quest VampireDominationAlias (1C379F0E) because their base types do not match

[10/30/2017 - 01:41:20PM] ERROR: Unable to bind script EnthralledVictimAttachScript to alias VampireEnthrallAlias05 on quest VampireDominationAlias (1C379F0E) because their base types do not match

[10/30/2017 - 01:41:20PM] ERROR: Unable to bind script EnthralledVictimAttachScript to alias VampireEnthrallAlias06 on quest VampireDominationAlias (1C379F0E) because their base types do not match

[10/30/2017 - 01:41:20PM] ERROR: Unable to bind script EnthralledVictimAttachScript to alias VampireEnthrallAlias07 on quest VampireDominationAlias (1C379F0E) because their base types do not match

[10/30/2017 - 01:41:20PM] ERROR: Unable to bind script EnthralledVictimAttachScript to alias VampireEnthrallAlias08 on quest VampireDominationAlias (1C379F0E) because their base types do not match

[10/30/2017 - 01:41:20PM] ERROR: Unable to bind script EnthralledVictimAttachScript to alias VampireEnthrallAlias09 on quest VampireDominationAlias (1C379F0E) because their base types do not match

[10/30/2017 - 01:41:20PM] ERROR: Unable to bind script EnthralledVictimAttachScript to alias VampireEnthrallAlias10 on quest VampireDominationAlias (1C379F0E) because their base types do not match

[10/30/2017 - 01:41:20PM] ERROR: Unable to bind script aTIDDialogueArenaOponentDeathScript to alias ArenaOponent on quest aTIDDialogueArena (2245A39A) because their base types do not match

[10/30/2017 - 01:41:20PM] warning: Property aTIDDialogue on script aTIDDialogueArenaPetDeathScript attached to alias aTIDArenaPet on quest aTIDDialogueServices (22393826) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:20PM] ERROR: Unable to bind script aTIDDialogueArenaOponentDeathScript to alias aTIDArenaOponent on quest aTIDDialogueServices (22393826) because their base types do not match

[10/30/2017 - 01:41:20PM] ERROR: Unable to bind script aTID1SlaveTaskKozelMilkMachineScript to alias PlayerRef on quest aTID1SlaveTaskKozel (2229729F) because their base types do not match

[10/30/2017 - 01:41:20PM] ERROR: Unable to bind script aTID1SlaveTaskKozelSennaScript to alias aTIDSennaREF on quest aTID1SlaveTaskKozel (2229729F) because their base types do not match

[10/30/2017 - 01:41:20PM] ERROR: Unable to bind script aTID4Ebd2PlayerAliasScript to alias Player on quest aTID4End2 (22694019) because their base types do not match

[10/30/2017 - 01:41:20PM] warning: Property WhoreRI on script slsw_scum attached to alias PlayerAlias on quest SLSW (29002863) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:20PM] warning: Property CWSiegeDefendObj on script slsw_scum attached to alias PlayerAlias on quest SLSW (29002863) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:20PM] warning: Property WhoreWH on script slsw_scum attached to alias PlayerAlias on quest SLSW (29002863) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:20PM] warning: Property Work1 on script slsw_scum attached to alias PlayerAlias on quest SLSW (29002863) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:20PM] warning: Property CWSiegeAttackObj on script slsw_scum attached to alias PlayerAlias on quest SLSW (29002863) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:20PM] warning: Property WhoreMK on script slsw_scum attached to alias PlayerAlias on quest SLSW (29002863) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:20PM] warning: Property Work2 on script slsw_scum attached to alias PlayerAlias on quest SLSW (29002863) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:20PM] warning: Property Work3 on script slsw_scum attached to alias PlayerAlias on quest SLSW (29002863) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:20PM] warning: Property WhoreSO on script slsw_scum attached to alias PlayerAlias on quest SLSW (29002863) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:20PM] warning: Property WhoreWR on script slsw_scum attached to alias PlayerAlias on quest SLSW (29002863) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:20PM] warning: Property WorkScript on script slsw_scum attached to alias PlayerAlias on quest SLSW (29002863) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:20PM] ERROR: Unable to bind script daymoyl_PlayerValidateQuestAlias to alias PlayerRef on quest _SDDA_Register (2B1C51CA) because their base types do not match

[10/30/2017 - 01:41:20PM] ERROR: Property _SD_dreamerScript on script _sdras_player attached to alias _SDRA_player on quest _SD_controller (2B000D64) cannot be bound because alias _SDRA_dreamer on quest _SD_dream (2B03E470) is not the right type

[10/30/2017 - 01:41:20PM] ERROR: Unable to bind script daymoyl_PlayerValidateQuestAlias to alias PlayerRef on quest DefeatPlayerQST (33000D62) because their base types do not match

[10/30/2017 - 01:41:21PM] ERROR: Unable to bind script zzEstrusOnLoadScript to alias zzEstrusPlayer on quest zzEstrusQuest (36004888) because their base types do not match

[10/30/2017 - 01:41:21PM] ERROR: Property zzEstrusAnimEventCore on script zzestrusquestcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (36004888) cannot be bound because alias zzEstrusPlayer on quest zzEstrusQuest (36004888) is not the right type

[10/30/2017 - 01:41:21PM] ERROR: Property zzEstrusInitCore on script zzestrusquestcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (36004888) cannot be bound because alias zzEstrusPlayer on quest zzEstrusQuest (36004888) is not the right type

[10/30/2017 - 01:41:21PM] ERROR: Property zzEstrusAnimEventCore on script zzestrusinitcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (36004888) cannot be bound because alias zzEstrusPlayer on quest zzEstrusQuest (36004888) is not the right type

[10/30/2017 - 01:41:21PM] ERROR: Property thePony on script MariaPonyGirlScript attached to alias Pony on quest MariaPonyGirl (41CF2825) cannot be bound because alias Player on quest Maria000 (41052CE7) is not the right type

[10/30/2017 - 01:41:21PM] warning: Property QuestList on script kzy_daymoylPlayerValidateQuestAlias attached to alias Player on quest kzy_Arachnophobia_Integration (4202A55E) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property kzy_Entangled on script kzy_arachnophobiaconfig attached to kzyArachnophobiaConfig (420075C1) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property kzy_Overview on script kzy_arachnophobiaconfig attached to kzyArachnophobiaConfig (420075C1) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] ERROR: Property aTID2SideQuestMutator on script aTID2SideQuestMutatorLeverScript attached to  (220ECF3F) cannot be bound because <NULL form> (22425CDF) is not the right type

[10/30/2017 - 01:41:21PM] warning: Property FollowerDismissMessageCompanionsMale on script DLC2HirelingQuestScript attached to DLC2HirelingQuest (04038566) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property FollowerDismissMessageWait on script DLC2HirelingQuestScript attached to DLC2HirelingQuest (04038566) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property FollowerDismissMessageWedding on script DLC2HirelingQuestScript attached to DLC2HirelingQuest (04038566) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property DismissedFollower on script DLC2HirelingQuestScript attached to DLC2HirelingQuest (04038566) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property FollowerDismissMessage on script DLC2HirelingQuestScript attached to DLC2HirelingQuest (04038566) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property FollowerDismissMessageCompanions on script DLC2HirelingQuestScript attached to DLC2HirelingQuest (04038566) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property FollowerDismissMessageCompanionsFemale on script DLC2HirelingQuestScript attached to DLC2HirelingQuest (04038566) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property DLC2RRTeldrynSero on script DLC2HirelingQuestScript attached to DLC2HirelingQuest (04038566) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property girl on script sluts_test_cart_cross attached to  (2F00EBD0) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property SLSW_DrugBrothel on script slsw_mcmconfig attached to SLSW (29002863) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property SLSW_Twig on script slsw_mcmconfig attached to SLSW (29002863) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property SLSW_Lilly on script slsw_mcmconfig attached to SLSW (29002863) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property SLSW_Brothel on script slsw_mcmconfig attached to SLSW (29002863) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property HoSuccubusDrain on script hoslddthread attached to HoSLDDThread00 (1D00B46F) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property HoSuccubusDrainGlowVicSpell on script hoslddthread attached to HoSLDDThread00 (1D00B46F) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property HoSLDDPowers on script hoslddthread attached to HoSLDDThread00 (1D00B46F) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property pSoulGemBlackFilled on script hoslddthread attached to HoSLDDThread00 (1D00B46F) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property MAGDragonPowerAbsorbManEffect on script hoslddthread attached to HoSLDDThread00 (1D00B46F) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property DraugrRace on script hoslddthread attached to HoSLDDThread00 (1D00B46F) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property MAGDragonPowerAbsorbEffect on script hoslddthread attached to HoSLDDThread00 (1D00B46F) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property ActorTypeNPC on script hoslddthread attached to HoSLDDThread00 (1D00B46F) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property pSoulGemBlack on script hoslddthread attached to HoSLDDThread00 (1D00B46F) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property DragonPowerAbsorbFXS on script hoslddthread attached to HoSLDDThread00 (1D00B46F) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property Vampire on script hoslddthread attached to HoSLDDThread00 (1D00B46F) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property HoFeedTransitionSpell on script hoslddthread attached to HoSLDDThread00 (1D00B46F) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property HoSuccubusDrainGlow on script hoslddthread attached to HoSLDDThread00 (1D00B46F) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property HoSoulAbrosb on script hoslddthread attached to HoSLDDThread00 (1D00B46F) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property HoDrainFeaturesSpell on script hoslddthread attached to HoSLDDThread00 (1D00B46F) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property aTID3SideQuestMolag on script aTID3FreeMachineryScript attached to aTID3ZFree (220B31CC) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] ERROR: Property LinkedActivator on script MGR02PillarScript attached to  (2006A350) cannot be bound because <NULL form> (2006A34F) is not the right type

[10/30/2017 - 01:41:21PM] warning: Property DLC1VampireChangeEffect on script dlc1playervampirechangescript attached to DLC1PlayerVampireQuest (020071D0) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property PlatePosition on script dlc2toldarstombpuzzleplatescript attached to  (04027115) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property PlatePosition on script dlc2toldarstombpuzzleplatescript attached to  (04027114) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property TG05KarliahInvisibilitySpell on script tg06questscript attached to TG06 (00021552) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property PlatePosition on script dlc2toldarstombpuzzleplatescript attached to  (04027116) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property PlatePosition on script dlc2toldarstombpuzzleplatescript attached to  (04027113) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] ERROR: Property Bed on script RentRoomScript attached to  (2A00D553) cannot be bound because <NULL form> (0700B445) is not the right type

[10/30/2017 - 01:41:21PM] warning: Property MariaWJRemoveRestraints on script MariaWJGroupSexJobScript attached to  (4162EEA7) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property PlatePosition on script dlc2toldarstombpuzzleplatescript attached to  (04027110) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] ERROR: Property theMaster on script SF_MariaEdensSlaveHuntFinish_071A9F03 attached to  (411A9F03) cannot be bound because <NULL alias> (2) on <NULL quest> (41052CE7) is not the right type

[10/30/2017 - 01:41:21PM] ERROR: Property LexiconStand on script DA04HubScript attached to  (22086BC8) cannot be bound because <NULL alias> (1) on <NULL quest> (220B31CC) is not the right type

[10/30/2017 - 01:41:21PM] ERROR: Property SecretDoor on script dunLostEchoCaveBurnMushrooms attached to  (22063DB7) cannot be bound because <NULL form> (22063C52) is not the right type

[10/30/2017 - 01:41:21PM] ERROR: Property myActor on script dunPinewatchMakeHostileScript attached to  (200610AC) cannot be bound because <NULL form> (200610DC) is not the right type

[10/30/2017 - 01:41:21PM] warning: Property PlatePosition on script dlc2toldarstombpuzzleplatescript attached to  (04027117) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property AugmentedFrost on script DLC1SeranaLevelingScript attached to  (02003BA8) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property MagicResistance30 on script DLC1SeranaLevelingScript attached to  (02003BA8) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property Bladesman90 on script DLC1SeranaLevelingScript attached to  (02003BA8) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property HackAndSlash60 on script DLC1SeranaLevelingScript attached to  (02003BA8) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property MagicResistance50 on script DLC1SeranaLevelingScript attached to  (02003BA8) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property MageArmor50 on script DLC1SeranaLevelingScript attached to  (02003BA8) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property MageArmor30 on script DLC1SeranaLevelingScript attached to  (02003BA8) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property Necromancy on script DLC1SeranaLevelingScript attached to  (02003BA8) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property WindWalker on script DLC1SeranaLevelingScript attached to  (02003BA8) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property SavageStrike on script DLC1SeranaLevelingScript attached to  (02003BA8) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property HackAndSlash90 on script DLC1SeranaLevelingScript attached to  (02003BA8) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property Bladesman60 on script DLC1SeranaLevelingScript attached to  (02003BA8) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property DarkSouls on script DLC1SeranaLevelingScript attached to  (02003BA8) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property PlatePosition on script dlc2toldarstombpuzzleplatescript attached to  (0402710F) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property bModActive on script jaxonzenhgrab attached to JaxonzEnhGrabUpdateQuest (34000D62) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property Alias_LevitationTarget on script DLC2_QF_DLC2DialogueTelMithry_02017E85 attached to DLC2DialogueTelMithryn (04017E85) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] ERROR: Property jailDoor on script MariaTGotoJailScript attached to  (41B2F69A) cannot be bound because <NULL alias> (3) on <NULL quest> (41B2A75C) is not the right type

[10/30/2017 - 01:41:21PM] ERROR: Property LexiconStand on script DA04ArmillaryScript attached to  (22086B9E) cannot be bound because <NULL alias> (1) on <NULL quest> (220B31CC) is not the right type

[10/30/2017 - 01:41:21PM] ERROR: Property LampLight on script blackreachElevatorButtonScript attached to  (22193F8D) cannot be bound because <NULL form> (221365B7) is not the right type

[10/30/2017 - 01:41:21PM] ERROR: Property Gears02 on script blackreachElevatorButtonScript attached to  (22193F8D) cannot be bound because <NULL form> (22193F8C) is not the right type

[10/30/2017 - 01:41:21PM] ERROR: Property Gears05 on script blackreachElevatorButtonScript attached to  (22193F8D) cannot be bound because <NULL form> (22193F8B) is not the right type

[10/30/2017 - 01:41:21PM] ERROR: Property Gears06 on script blackreachElevatorButtonScript attached to  (22193F8D) cannot be bound because <NULL form> (22193F91) is not the right type

[10/30/2017 - 01:41:21PM] ERROR: Property LampFlame on script blackreachElevatorButtonScript attached to  (22193F8D) cannot be bound because <NULL form> (221365B6) is not the right type

[10/30/2017 - 01:41:21PM] ERROR: Property Gears04 on script blackreachElevatorButtonScript attached to  (22193F8D) cannot be bound because <NULL form> (22193F8F) is not the right type

[10/30/2017 - 01:41:21PM] ERROR: Property Gears01 on script blackreachElevatorButtonScript attached to  (22193F8D) cannot be bound because <NULL form> (22193F90) is not the right type

[10/30/2017 - 01:41:21PM] ERROR: Property aTID2zEnd on script aTID2zEndChaurTriggerScript attached to  (22190F09) cannot be bound because <NULL form> (22060FBA) is not the right type

[10/30/2017 - 01:41:21PM] warning: Property FoxClubDog on script FoxClubMainQuestScript attached to FoxClubMainQuest (270BD934) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property FoxClubDogCageGate on script FoxClubMainQuestScript attached to FoxClubMainQuest (270BD934) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] ERROR: Property Pages on script sluts_mcm attached to sluts_kicker (2F0012C6) cannot be initialized because the value is the incorrect type

[10/30/2017 - 01:41:21PM] warning: Property Axe on script DLC2DBAncientDragonbornSCRIPT attached to  (0401DC33) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property PlatePosition on script dlc2toldarstombpuzzleplatescript attached to  (04027112) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property PlatePosition on script dlc2toldarstombpuzzleplatescript attached to  (04027111) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] VM is freezing...

[10/30/2017 - 01:41:21PM] VM is frozen

[10/30/2017 - 01:41:21PM] Reverting game...

[10/30/2017 - 01:41:21PM] ERROR: Unable to bind script defeatdatrigger to DefeatPlayerQST (33000D62) because their base types do not match

[10/30/2017 - 01:41:21PM] ERROR: Unable to bind script aTIDDialogueArenaOponentDeathScript to  (2229232D) because their base types do not match

[10/30/2017 - 01:41:21PM] ERROR: Unable to bind script aTIDDialogueArenaOponentDeathScript to  (2229232F) because their base types do not match

[10/30/2017 - 01:41:21PM] ERROR: Unable to bind script aTIDDialogueArenaOponentDeathScript to  (22292335) because their base types do not match

[10/30/2017 - 01:41:21PM] ERROR: Unable to bind script defaultsetstageonplayeracquire to  (2258EB4F) because their base types do not match

[10/30/2017 - 01:41:21PM] ERROR: Unable to bind script _SDDA_DeathDreamworld to _SDDA_DeathDreamworld (2B1C61F4) because their base types do not match

[10/30/2017 - 01:41:21PM] ERROR: Unable to bind script _SDDA_BlackoutDreamworld to _SDDA_BlackoutDreamworld (2B1C61F5) because their base types do not match

[10/30/2017 - 01:41:21PM] ERROR: Unable to bind script _SDDA_BlackoutSpriggan to _SDDA_BlackoutSpriggan (2B1C61F3) because their base types do not match

[10/30/2017 - 01:41:21PM] ERROR: Unable to bind script _SDDA_BlackoutEnslavementCreature to _SDDA_BlackoutEnslavementCreature (2B1C61F2) because their base types do not match

[10/30/2017 - 01:41:21PM] ERROR: Unable to bind script tir_bedslave_scr to  (20069DCD) because their base types do not match

[10/30/2017 - 01:41:21PM] ERROR: Unable to bind script defaultsetstageonplayeracquire to Item 1 in container  (222B9E1A) because their base types do not match

[10/30/2017 - 01:41:21PM] ERROR: Unable to bind script kzy_DA_Arachnophobia to kzy_Arachnophobia (420085EE) because their base types do not match

[10/30/2017 - 01:41:21PM] ERROR: Unable to bind script defaultsetstageonplayeracquire to  (22768616) because their base types do not match

[10/30/2017 - 01:41:21PM] ERROR: Unable to bind script defaultsetstageonplayeracquire to  (223B145F) because their base types do not match

[10/30/2017 - 01:41:21PM] ERROR: Unable to bind script defaultsetstageonplayeracquire to  (226E8564) because their base types do not match

[10/30/2017 - 01:41:21PM] ERROR: Unable to bind script defaultsetstageonplayeracquire to  (22489633) because their base types do not match

[10/30/2017 - 01:41:21PM] ERROR: Unable to bind script PF_MariaBDSMSexPlug_0679FEFB to  (4179FEFB) because their base types do not match

[10/30/2017 - 01:41:21PM] ERROR: Unable to bind script JaxonzConsolePlugIn to JaxonzEnhGrabUpdateQuest (34000D62) because their base types do not match

[10/30/2017 - 01:41:21PM] ERROR: Unable to bind script JaxonzEnhGrabObject to JaxonzEnhGrabUpdateQuest (34000D62) because their base types do not match

[10/30/2017 - 01:41:21PM] ERROR: Unable to bind script DefeatDALeftForDead to DefeatPALeftForDead (330C1173) because their base types do not match

[10/30/2017 - 01:41:21PM] ERROR: Unable to bind script Defeatdadefeated to DefeatPADefeated (330C16D8) because their base types do not match

[10/30/2017 - 01:41:21PM] ERROR: Unable to bind script SF_SLWG_WhoreFollowerScene_03045DEE to  (32045DEE) because their base types do not match

[10/30/2017 - 01:41:21PM] ERROR: Unable to bind script _SDDA_BlackoutEnslavement to _SDDA_BlackoutEnslavement (2B1C51CB) because their base types do not match

[10/30/2017 - 01:41:21PM] ERROR: Unable to bind script PF_zzEstrusPackageDoNothingO_0101C3CF to  (3601C3CF) because their base types do not match

[10/30/2017 - 01:41:21PM] ERROR: Unable to bind script EnthralledVictimAttachScript to alias VampireEnthrallAlias03 on quest VampireDominationAlias (1C379F0E) because their base types do not match

[10/30/2017 - 01:41:21PM] ERROR: Unable to bind script EnthralledVictimAttachScript to alias VampireEnthrallAlias10 on quest VampireDominationAlias (1C379F0E) because their base types do not match

[10/30/2017 - 01:41:21PM] ERROR: Unable to bind script EnthralledVictimAttachScript to alias VampireEnthrallAlias07 on quest VampireDominationAlias (1C379F0E) because their base types do not match

[10/30/2017 - 01:41:21PM] ERROR: Unable to bind script DLC2WaterScript to alias Water on quest DLC2TTF2 (0401AAC8) because their base types do not match

[10/30/2017 - 01:41:21PM] ERROR: Unable to bind script EnthralledVictimAttachScript to alias VampireEnthrallAlias02 on quest VampireDominationAlias (1C379F0E) because their base types do not match

[10/30/2017 - 01:41:21PM] ERROR: Unable to bind script aTIDDialogueArenaOponentDeathScript to alias ArenaOponent on quest aTIDDialogueArena (2245A39A) because their base types do not match

[10/30/2017 - 01:41:21PM] ERROR: Unable to bind script daymoyl_PlayerValidateQuestAlias to alias PlayerRef on quest _SDDA_Register (2B1C51CA) because their base types do not match

[10/30/2017 - 01:41:21PM] ERROR: Unable to bind script EnthralledVictimAttachScript to alias VampireEnthrallAlias06 on quest VampireDominationAlias (1C379F0E) because their base types do not match

[10/30/2017 - 01:41:21PM] ERROR: Unable to bind script EnthralledVictimAttachScript to alias VampireEnthrallAlias09 on quest VampireDominationAlias (1C379F0E) because their base types do not match

[10/30/2017 - 01:41:21PM] ERROR: Unable to bind script aTIDDialogueArenaOponentDeathScript to alias aTIDArenaOponent on quest aTIDDialogueServices (22393826) because their base types do not match

[10/30/2017 - 01:41:21PM] ERROR: Unable to bind script EnthralledVictimAttachScript to alias VampireEnthrallAlias05 on quest VampireDominationAlias (1C379F0E) because their base types do not match

[10/30/2017 - 01:41:21PM] ERROR: Unable to bind script aTID1SlaveTaskKozelSennaScript to alias aTIDSennaREF on quest aTID1SlaveTaskKozel (2229729F) because their base types do not match

[10/30/2017 - 01:41:21PM] ERROR: Unable to bind script daymoyl_PlayerValidateQuestAlias to alias PlayerRef on quest DefeatPlayerQST (33000D62) because their base types do not match

[10/30/2017 - 01:41:21PM] ERROR: Unable to bind script EnthralledVictimAttachScript to alias VampireEnthrallAlias04 on quest VampireDominationAlias (1C379F0E) because their base types do not match

[10/30/2017 - 01:41:21PM] ERROR: Unable to bind script zzEstrusOnLoadScript to alias zzEstrusPlayer on quest zzEstrusQuest (36004888) because their base types do not match

[10/30/2017 - 01:41:21PM] ERROR: Unable to bind script EnthralledVictimAttachScript to alias VampireEnthrallAlias08 on quest VampireDominationAlias (1C379F0E) because their base types do not match

[10/30/2017 - 01:41:21PM] ERROR: Unable to bind script EnthralledVictimAttachScript to alias VampireEnthrallAlias01 on quest VampireDominationAlias (1C379F0E) because their base types do not match

[10/30/2017 - 01:41:21PM] ERROR: Unable to bind script aTID4Ebd2PlayerAliasScript to alias Player on quest aTID4End2 (22694019) because their base types do not match

[10/30/2017 - 01:41:21PM] ERROR: Unable to bind script aTID1SlaveTaskKozelMilkMachineScript to alias PlayerRef on quest aTID1SlaveTaskKozel (2229729F) because their base types do not match

[10/30/2017 - 01:41:21PM] warning: Property kzy_Entangled on script kzy_arachnophobiaconfig attached to kzyArachnophobiaConfig (420075C1) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property kzy_Overview on script kzy_arachnophobiaconfig attached to kzyArachnophobiaConfig (420075C1) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] ERROR: Property aTID2SideQuestMutator on script aTID2SideQuestMutatorLeverScript attached to  (220ECF3F) cannot be bound because <NULL form> (22425CDF) is not the right type

[10/30/2017 - 01:41:21PM] warning: Property girl on script sluts_test_cart_cross attached to  (2F00EBD0) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] ERROR: Property myActor on script dunPinewatchMakeHostileScript attached to  (200610AC) cannot be bound because <NULL form> (200610DC) is not the right type

[10/30/2017 - 01:41:21PM] warning: Property AshSpawnAttachChancePercent on script DLC2AshSpawnAttackChanceScript attached to alias Player on quest DLC2Init (04016E02) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property WhoreRI on script slsw_scum attached to alias PlayerAlias on quest SLSW (29002863) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property CWSiegeDefendObj on script slsw_scum attached to alias PlayerAlias on quest SLSW (29002863) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property WhoreWH on script slsw_scum attached to alias PlayerAlias on quest SLSW (29002863) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property Work1 on script slsw_scum attached to alias PlayerAlias on quest SLSW (29002863) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property CWSiegeAttackObj on script slsw_scum attached to alias PlayerAlias on quest SLSW (29002863) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property WhoreMK on script slsw_scum attached to alias PlayerAlias on quest SLSW (29002863) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property Work2 on script slsw_scum attached to alias PlayerAlias on quest SLSW (29002863) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property Work3 on script slsw_scum attached to alias PlayerAlias on quest SLSW (29002863) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property WhoreSO on script slsw_scum attached to alias PlayerAlias on quest SLSW (29002863) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property WhoreWR on script slsw_scum attached to alias PlayerAlias on quest SLSW (29002863) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property WorkScript on script slsw_scum attached to alias PlayerAlias on quest SLSW (29002863) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property FoxClubDog on script FoxClubMainQuestScript attached to FoxClubMainQuest (270BD934) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property FoxClubDogCageGate on script FoxClubMainQuestScript attached to FoxClubMainQuest (270BD934) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property aTIDDialogue on script aTIDDialogueArenaPetDeathScript attached to alias aTIDArenaPet on quest aTIDDialogueServices (22393826) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property SLSW_DrugBrothel on script slsw_mcmconfig attached to SLSW (29002863) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property SLSW_Twig on script slsw_mcmconfig attached to SLSW (29002863) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property SLSW_Lilly on script slsw_mcmconfig attached to SLSW (29002863) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property SLSW_Brothel on script slsw_mcmconfig attached to SLSW (29002863) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property QuestList on script kzy_daymoylPlayerValidateQuestAlias attached to alias Player on quest kzy_Arachnophobia_Integration (4202A55E) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property HoSuccubusDrain on script hoslddthread attached to HoSLDDThread00 (1D00B46F) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property HoSuccubusDrainGlowVicSpell on script hoslddthread attached to HoSLDDThread00 (1D00B46F) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property HoSLDDPowers on script hoslddthread attached to HoSLDDThread00 (1D00B46F) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property pSoulGemBlackFilled on script hoslddthread attached to HoSLDDThread00 (1D00B46F) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property MAGDragonPowerAbsorbManEffect on script hoslddthread attached to HoSLDDThread00 (1D00B46F) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property DraugrRace on script hoslddthread attached to HoSLDDThread00 (1D00B46F) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property MAGDragonPowerAbsorbEffect on script hoslddthread attached to HoSLDDThread00 (1D00B46F) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property ActorTypeNPC on script hoslddthread attached to HoSLDDThread00 (1D00B46F) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property pSoulGemBlack on script hoslddthread attached to HoSLDDThread00 (1D00B46F) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property DragonPowerAbsorbFXS on script hoslddthread attached to HoSLDDThread00 (1D00B46F) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property Vampire on script hoslddthread attached to HoSLDDThread00 (1D00B46F) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property HoFeedTransitionSpell on script hoslddthread attached to HoSLDDThread00 (1D00B46F) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property HoSuccubusDrainGlow on script hoslddthread attached to HoSLDDThread00 (1D00B46F) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property HoSoulAbrosb on script hoslddthread attached to HoSLDDThread00 (1D00B46F) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property HoDrainFeaturesSpell on script hoslddthread attached to HoSLDDThread00 (1D00B46F) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] ERROR: Property LinkedActivator on script MGR02PillarScript attached to  (2006A350) cannot be bound because <NULL form> (2006A34F) is not the right type

[10/30/2017 - 01:41:21PM] ERROR: Property Pages on script sluts_mcm attached to sluts_kicker (2F0012C6) cannot be initialized because the value is the incorrect type

[10/30/2017 - 01:41:21PM] warning: Property DLC1VampireChangeEffect on script dlc1playervampirechangescript attached to DLC1PlayerVampireQuest (020071D0) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property PlatePosition on script dlc2toldarstombpuzzleplatescript attached to  (0402710F) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] ERROR: Property LexiconStand on script DA04HubScript attached to  (22086BC8) cannot be bound because <NULL alias> (1) on <NULL quest> (220B31CC) is not the right type

[10/30/2017 - 01:41:21PM] warning: Property PlatePosition on script dlc2toldarstombpuzzleplatescript attached to  (04027115) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property PlatePosition on script dlc2toldarstombpuzzleplatescript attached to  (04027114) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property FollowerDismissMessageCompanionsMale on script DLC2HirelingQuestScript attached to DLC2HirelingQuest (04038566) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property FollowerDismissMessageWait on script DLC2HirelingQuestScript attached to DLC2HirelingQuest (04038566) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property FollowerDismissMessageWedding on script DLC2HirelingQuestScript attached to DLC2HirelingQuest (04038566) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property DismissedFollower on script DLC2HirelingQuestScript attached to DLC2HirelingQuest (04038566) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property FollowerDismissMessage on script DLC2HirelingQuestScript attached to DLC2HirelingQuest (04038566) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property FollowerDismissMessageCompanions on script DLC2HirelingQuestScript attached to DLC2HirelingQuest (04038566) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property FollowerDismissMessageCompanionsFemale on script DLC2HirelingQuestScript attached to DLC2HirelingQuest (04038566) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property DLC2RRTeldrynSero on script DLC2HirelingQuestScript attached to DLC2HirelingQuest (04038566) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property TG05KarliahInvisibilitySpell on script tg06questscript attached to TG06 (00021552) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property PlatePosition on script dlc2toldarstombpuzzleplatescript attached to  (04027117) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property PlatePosition on script dlc2toldarstombpuzzleplatescript attached to  (04027116) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] warning: Property PlatePosition on script dlc2toldarstombpuzzleplatescript attached to  (04027113) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:21PM] ERROR: Property LampLight on script blackreachElevatorButtonScript attached to  (22193F8D) cannot be bound because <NULL form> (221365B7) is not the right type

[10/30/2017 - 01:41:21PM] ERROR: Property Gears02 on script blackreachElevatorButtonScript attached to  (22193F8D) cannot be bound because <NULL form> (22193F8C) is not the right type

[10/30/2017 - 01:41:21PM] ERROR: Property Gears05 on script blackreachElevatorButtonScript attached to  (22193F8D) cannot be bound because <NULL form> (22193F8B) is not the right type

[10/30/2017 - 01:41:21PM] ERROR: Property Gears06 on script blackreachElevatorButtonScript attached to  (22193F8D) cannot be bound because <NULL form> (22193F91) is not the right type

[10/30/2017 - 01:41:21PM] ERROR: Property LampFlame on script blackreachElevatorButtonScript attached to  (22193F8D) cannot be bound because <NULL form> (221365B6) is not the right type

[10/30/2017 - 01:41:21PM] ERROR: Property Gears04 on script blackreachElevatorButtonScript attached to  (22193F8D) cannot be bound because <NULL form> (22193F8F) is not the right type

[10/30/2017 - 01:41:21PM] ERROR: Property Gears01 on script blackreachElevatorButtonScript attached to  (22193F8D) cannot be bound because <NULL form> (22193F90) is not the right type

[10/30/2017 - 01:41:21PM] ERROR: Property Bed on script RentRoomScript attached to  (2A00D553) cannot be bound because <NULL form> (0700B445) is not the right type

[10/30/2017 - 01:41:21PM] ERROR: Property LexiconStand on script DA04ArmillaryScript attached to  (22086B9E) cannot be bound because <NULL alias> (1) on <NULL quest> (220B31CC) is not the right type

[10/30/2017 - 01:41:21PM] warning: Property PlatePosition on script dlc2toldarstombpuzzleplatescript attached to  (04027110) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:22PM] warning: Property PlatePosition on script dlc2toldarstombpuzzleplatescript attached to  (04027112) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:22PM] warning: Property PlatePosition on script dlc2toldarstombpuzzleplatescript attached to  (04027111) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:22PM] ERROR: Property theMaster on script SF_MariaEdensSlaveHuntFinish_071A9F03 attached to  (411A9F03) cannot be bound because <NULL alias> (2) on <NULL quest> (41052CE7) is not the right type

[10/30/2017 - 01:41:22PM] ERROR: Property jailDoor on script MariaTGotoJailScript attached to  (41B2F69A) cannot be bound because <NULL alias> (3) on <NULL quest> (41B2A75C) is not the right type

[10/30/2017 - 01:41:22PM] warning: Property aTID3SideQuestMolag on script aTID3FreeMachineryScript attached to aTID3ZFree (220B31CC) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:22PM] warning: Property Alias_LevitationTarget on script DLC2_QF_DLC2DialogueTelMithry_02017E85 attached to DLC2DialogueTelMithryn (04017E85) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:22PM] warning: Property bModActive on script jaxonzenhgrab attached to JaxonzEnhGrabUpdateQuest (34000D62) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:22PM] warning: Property AugmentedFrost on script DLC1SeranaLevelingScript attached to  (02003BA8) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:22PM] warning: Property MagicResistance30 on script DLC1SeranaLevelingScript attached to  (02003BA8) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:22PM] warning: Property Bladesman90 on script DLC1SeranaLevelingScript attached to  (02003BA8) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:22PM] warning: Property HackAndSlash60 on script DLC1SeranaLevelingScript attached to  (02003BA8) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:22PM] warning: Property MagicResistance50 on script DLC1SeranaLevelingScript attached to  (02003BA8) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:22PM] warning: Property MageArmor50 on script DLC1SeranaLevelingScript attached to  (02003BA8) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:22PM] warning: Property MageArmor30 on script DLC1SeranaLevelingScript attached to  (02003BA8) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:22PM] warning: Property Necromancy on script DLC1SeranaLevelingScript attached to  (02003BA8) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:22PM] warning: Property WindWalker on script DLC1SeranaLevelingScript attached to  (02003BA8) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:22PM] warning: Property SavageStrike on script DLC1SeranaLevelingScript attached to  (02003BA8) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:22PM] warning: Property HackAndSlash90 on script DLC1SeranaLevelingScript attached to  (02003BA8) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:22PM] warning: Property Bladesman60 on script DLC1SeranaLevelingScript attached to  (02003BA8) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:22PM] warning: Property DarkSouls on script DLC1SeranaLevelingScript attached to  (02003BA8) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:22PM] warning: Property MariaWJRemoveRestraints on script MariaWJGroupSexJobScript attached to  (4162EEA7) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:22PM] ERROR: Property SecretDoor on script dunLostEchoCaveBurnMushrooms attached to  (22063DB7) cannot be bound because <NULL form> (22063C52) is not the right type

[10/30/2017 - 01:41:22PM] ERROR: Property aTID2zEnd on script aTID2zEndChaurTriggerScript attached to  (22190F09) cannot be bound because <NULL form> (22060FBA) is not the right type

[10/30/2017 - 01:41:22PM] warning: Property Axe on script DLC2DBAncientDragonbornSCRIPT attached to  (0401DC33) cannot be initialized because the script no longer contains that property

[10/30/2017 - 01:41:27PM] Loading game...

[10/30/2017 - 01:41:27PM] Cannot open store for class "SSLV_QF_SimpleSlavery_0200492E", missing file?

[10/30/2017 - 01:41:27PM] warning: Unable to get type SSLV_QF_SimpleSlavery_0200492E referenced by the save game. Objects of this type will not be loaded.

[10/30/2017 - 01:41:27PM] Cannot open store for class "sslv_configscr", missing file?

[10/30/2017 - 01:41:27PM] warning: Unable to get type sslv_configscr referenced by the save game. Objects of this type will not be loaded.

[10/30/2017 - 01:41:27PM] warning: Unable to get type kzy_daymoylPlayerValidateQuestAlias referenced by the save game. Objects of this type will not be loaded.

[10/30/2017 - 01:41:27PM] Cannot open store for class "SSLV_MainScr", missing file?

[10/30/2017 - 01:41:27PM] warning: Unable to get type SSLV_MainScr referenced by the save game. Objects of this type will not be loaded.

[10/30/2017 - 01:41:27PM] warning: Could not find type SSLV_QF_SimpleSlavery_0200492E in the type table in save

[10/30/2017 - 01:41:27PM] warning: Could not find type SSLV_MainScr in the type table in save

[10/30/2017 - 01:41:27PM] warning: Could not find type sslv_configscr in the type table in save

[10/30/2017 - 01:41:27PM] warning: Could not find type kzy_daymoylPlayerValidateQuestAlias in the type table in save

[10/30/2017 - 01:41:27PM] VM is thawing...

[10/30/2017 - 01:41:27PM] [_sdras_load] Calling _sd_player maintenance

[10/30/2017 - 01:41:27PM] [Zad]: [OrganicVibrateEffect] Loaded: 20%

[10/30/2017 - 01:41:27PM] [_sdras_player] Register events

[10/30/2017 - 01:41:27PM] SEXLAB - LOADED: Version 16200 / 16200

[10/30/2017 - 01:41:27PM] SexLab Dialogues: Reset SexLab events

[10/30/2017 - 01:41:27PM] [_sdras_load] Init SD+ FNIS aa

[10/30/2017 - 01:41:27PM] [Zad]: [teaser] Loaded: 0%

[10/30/2017 - 01:41:27PM] SexLab MCM Loaded CurrentVerison: 16200 / 16200

[10/30/2017 - 01:41:27PM] error: Native static function TESTScanCellNPCsByFaction could find no matching static function on linked type MiscUtil. Function will not be bound.

[10/30/2017 - 01:41:27PM] @@ PLAYER :Repair

[10/30/2017 - 01:41:27PM] @@ PLAYER :OnInit

[10/30/2017 - 01:41:27PM] [bYOHHouseBuildingPlayerScript <alias Player on quest BYOHHouseBuilding (0300305D)>] OnPlayerLoadGame...

[10/30/2017 - 01:41:27PM] [DCL1VampireTurnPlayerScript <alias Player on quest DLC1VampireTurn (0200588C)>]OnPlayerLoadGame() calling MakeAliasesEyesRed()

[10/30/2017 - 01:41:27PM] [dlc1vampireturnscript <DLC1VampireTurn (0200588C)>]MakeAliasesEyesRed()

[10/30/2017 - 01:41:27PM] sluts: kicker checking for CFTO (accursed be its name)

[10/30/2017 - 01:41:27PM] sluts_kicker: load event detected

[10/30/2017 - 01:41:27PM] DLC2InitCrossDLCScript found: [DLC1VQ01QuestScript <DLC1VQ01 (0200352A)>], [bYOH_QF_BYOHRelationshipAdopt_010042B4 <BYOHRelationshipAdoption (030042B4)>]

[10/30/2017 - 01:41:27PM] FNIS AA started (load)

[10/30/2017 - 01:41:27PM] [Zad]: QuestMonitor is now watching for device events.

[10/30/2017 - 01:41:27PM] [DD] Registering hotkeys: (Drain): 56 (Death):184

[10/30/2017 - 01:41:27PM] [sLD] Reset SexLab events

[10/30/2017 - 01:41:27PM] [Zad]: DevicesUnderneath::Maintenance()

[10/30/2017 - 01:41:27PM] [Zad]: [suction Cups Vibrating] Loaded: 30%

[10/30/2017 - 01:41:27PM] [Zad]: [Cow Bra Event] Loaded: 10%

[10/30/2017 - 01:41:27PM] SLAL: SLAL: OnLoad

[10/30/2017 - 01:41:27PM] SOS Maintenance: loaded version is 300004

[10/30/2017 - 01:41:27PM] SOS Maintenance: 300004 is update

[10/30/2017 - 01:41:27PM] [Zad]: [Chaos Plugs] Loaded: 25%

[10/30/2017 - 01:41:27PM] [Zad]: [blindfold Trip] Loaded: 10%

[10/30/2017 - 01:41:27PM] [Zad]: [Drip] Loaded: 10%

[10/30/2017 - 01:41:27PM] [Zad]: [Posture Collar] Loaded: 10%

[10/30/2017 - 01:41:27PM] [Zad]: [Horny] Loaded: 5%

[10/30/2017 - 01:41:27PM] [Zad]: [Harness] Loaded: 10%

[10/30/2017 - 01:41:27PM] [Zad]: [Armbinder Struggle] Loaded: 15%

[10/30/2017 - 01:41:27PM] [Zad]: [Health Drain] Loaded: 50%

[10/30/2017 - 01:41:27PM] [Zad]: [Restrictive Collar] Loaded: 15%

[10/30/2017 - 01:41:27PM] [Zad]: [Tight Gloves] Loaded: 15%

[10/30/2017 - 01:41:27PM] [Zad]: [Mounted] Loaded: 100%

[10/30/2017 - 01:41:27PM] [Zad]: [Nipple Piercings] Loaded: 55%

[10/30/2017 - 01:41:27PM] [Zad]: [Restraints+Armor] Loaded: 7%

[10/30/2017 - 01:41:27PM] [Zad]: [belt Chafing] Loaded: 10%

[10/30/2017 - 01:41:27PM] [Zad]: [Mana Drain] Loaded: 50%

[10/30/2017 - 01:41:27PM] [Zad]: [stamina Drain] Loaded: 50%

[10/30/2017 - 01:41:27PM] [Zad]: [Wet Padding] Loaded: 10%

[10/30/2017 - 01:41:27PM] [Zad]: [belted Empty] Loaded: 10%

[10/30/2017 - 01:41:27PM] [Zad]: [Periodic Shocks] Loaded: 25%

[10/30/2017 - 01:41:27PM] [Zad]: [bra Chafing] Loaded: 10%

[10/30/2017 - 01:41:27PM] [Zad]: [blindfold Mystery] Loaded: 1%

[10/30/2017 - 01:41:27PM] [slamainscr <sla_Main (08042D62)>]: starting maintenance... Update frequency 120.000000

[10/30/2017 - 01:41:27PM] FNIS aa GetAAprefixList mod: sanguinesDebauchery nMods: 5

[10/30/2017 - 01:41:27PM] FNIS aa GetAAmodID mod: sanguinesDebauchery prefix: sdc modID:3

[10/30/2017 - 01:41:27PM] FNIS aa GetAAsetList mod: sanguinesDebauchery nSets: 40

[10/30/2017 - 01:41:27PM] FNIS aa GetGroupBaseValue - mod/id:sanguinesDebauchery/3 group:10 return:7

[10/30/2017 - 01:41:27PM] FNIS aa GetAAsetList mod: sanguinesDebauchery nSets: 40

[10/30/2017 - 01:41:27PM] FNIS aa GetGroupBaseValue - mod/id:sanguinesDebauchery/3 group:11 return:7

[10/30/2017 - 01:41:27PM] FNIS aa GetAAsetList mod: sanguinesDebauchery nSets: 40

[10/30/2017 - 01:41:27PM] FNIS aa GetGroupBaseValue - mod/id:sanguinesDebauchery/3 group:0 return:7

[10/30/2017 - 01:41:27PM] FNIS aa GetAAprefixList mod: DeviousDevices nMods: 5

[10/30/2017 - 01:41:27PM] FNIS aa GetAAmodID mod: DeviousDevices prefix: abc modID:0

[10/30/2017 - 01:41:27PM] FNIS aa GetAAsetList mod: DeviousDevices nSets: 40

[10/30/2017 - 01:41:27PM] FNIS aa GetGroupBaseValue - mod/id:DeviousDevices/0 group:0 return:1

[10/30/2017 - 01:41:27PM] [sD] SD+ FNIS aa loaded

[10/30/2017 - 01:41:27PM] [_sdras_load] Calling version check

[10/30/2017 - 01:41:27PM] [_sdras_load] Test storageUtil issue

[10/30/2017 - 01:41:27PM] SexLab Dialogues: Reset SexLab events

[10/30/2017 - 01:41:27PM] [Zad]: [Finisher Plug] Loaded: 0%

[10/30/2017 - 01:41:27PM] [_sdras_load]     _SD_sSleepPose:

[10/30/2017 - 01:41:27PM] [_sdras_load]     xpopVersionStr:

[10/30/2017 - 01:41:27PM] [_sdras_load]     SexLab.SavedVoice:

[10/30/2017 - 01:41:27PM] SexLab SexBot: Reset SexLab events

[10/30/2017 - 01:41:27PM] [Zad]: QuestMonitor is now watching for device events.

[10/30/2017 - 01:41:27PM] [DD] OnInit Runs. (Thread): 0

[10/30/2017 - 01:41:27PM] [sD] Registering Alicia player start

[10/30/2017 - 01:41:27PM] [DD] OnInit Runs. (Thread): 1

[10/30/2017 - 01:41:27PM] [DD] OnInit Runs. (Thread): 2

[10/30/2017 - 01:41:27PM] attempting re-attach

[10/30/2017 - 01:41:27PM] sluts: not tethered

[10/30/2017 - 01:41:27PM] sluts: CFTO not detected

[10/30/2017 - 01:41:27PM] [Zad]: [Milk Drip] Loaded: 10%

[10/30/2017 - 01:41:27PM] zbfExternal: Compatibility checking

[10/30/2017 - 01:41:27PM] zbfExternal: -------------------------------------------------------

[10/30/2017 - 01:41:27PM] zbfExternal:                    SexLab version: 16200

[10/30/2017 - 01:41:27PM] zbfExternal:                 SlaveTats version: 1.0.0

[10/30/2017 - 01:41:27PM] zbfExternal:                  RaceMenu version: 7

[10/30/2017 - 01:41:27PM] zbfExternal: Non SexLab Animation Pack version: 0

[10/30/2017 - 01:41:27PM] zbfExternal: -------------------------------------------------------

[10/30/2017 - 01:41:27PM] zbfExternal:                    SexLab support: TRUE

[10/30/2017 - 01:41:27PM] zbfExternal:                   Overlay support: TRUE

[10/30/2017 - 01:41:27PM] zbfExternal:      Non SexLab Animation support: False

[10/30/2017 - 01:41:27PM] zbfExternal: -------------------------------------------------------

[10/30/2017 - 01:41:27PM] [sD] Register devious outfits

[10/30/2017 - 01:41:27PM] [sD]         Registering leather collar

[10/30/2017 - 01:41:27PM] [slamainscr <sla_Main (08042D62)>]: registered for maintenance

[10/30/2017 - 01:41:27PM] [Zad]: [bump Pumps] Loaded: 17%

[10/30/2017 - 01:41:27PM] [Zad]: Set Device Hider slot to 41.

[10/30/2017 - 01:41:27PM] SexLab Stories Devious: Reset SexLab events

[10/30/2017 - 01:41:27PM] [Zad]: RebuildSlotmask()

[10/30/2017 - 01:41:27PM] Cannot open store for class "consoleutil", missing file?

[10/30/2017 - 01:41:27PM] ERROR: Unable to obtain function call information - returning None

stack:

    [zadQuest (0A00F624)].zadbq00.checkBlindfoldDarkFog() - "zadBQ00.psc" Line 143

    [zadQuest (0A00F624)].zadbq00.Maintenance() - "zadBQ00.psc" Line 154

    [alias Player on quest zadQuest (0A00F624)].zadPlayerScript.OnPlayerLoadGame() - "zadPlayerScript.psc" Line 14

[10/30/2017 - 01:41:27PM] [Zad]: Starting update chain.

[10/30/2017 - 01:41:27PM] [slamainscr <sla_Main (08042D62)>]: starting maintenance... Update frequency 120.000000

[10/30/2017 - 01:41:27PM] [Zad]: Devious Devices is now creating animations.

[10/30/2017 - 01:41:27PM] SEXLAB - GetSetAnimation(DDBeltedSolo): Get

[10/30/2017 - 01:41:27PM] InitWidgetLoader()

[10/30/2017 - 01:41:27PM] ERROR: Cannot call SetValueInt() on a None object, aborting function call

stack:

    [alias zzEstrusPlayer on quest zzEstrusQuest (36004888)].zzestrusinitcorescript.checkEdialog() - "zzEstrusInitCoreScript.psc" Line 234

    [alias zzEstrusPlayer on quest zzEstrusQuest (36004888)].zzestrusquestcorescript.firstSessionCheck() - "zzEstrusQuestCoreScript.psc" Line 193

    [alias zzEstrusPlayer on quest zzEstrusQuest (36004888)].zzestrusquestcorescript.OnPlayerLoadGame() - "zzEstrusQuestCoreScript.psc" Line 167

[10/30/2017 - 01:41:27PM] SEXLAB - GetSetAnimation(DDArmbinderSolo): Get

[10/30/2017 - 01:41:27PM] SEXLAB - GetSetAnimation(DDYokeSolo): Get

[10/30/2017 - 01:41:27PM] [Zad]: EnableEventProcessing()

[10/30/2017 - 01:41:27PM] [Zad]: Rehooking Mod Events

[10/30/2017 - 01:41:28PM] [slamainscr <sla_Main (08042D62)>]: registered for maintenance

[10/30/2017 - 01:41:28PM] error: Unbound native function "SetAnimObjectPath" called

[10/30/2017 - 01:41:28PM] [Zad]: [Yoke Struggle] Loaded: 20%

[10/30/2017 - 01:41:28PM] error: Unbound native function "SetAnimObjectPath" called

[10/30/2017 - 01:41:28PM] error: Unbound native function "SetAnimObjectPath" called

[10/30/2017 - 01:41:28PM] [Zad]: [Plug Moan] Loaded: 10%

[10/30/2017 - 01:41:28PM] error: Unbound native function "SetAnimObjectPath" called

[10/30/2017 - 01:41:28PM] error: Unbound native function "SetAnimObjectPath" called

[10/30/2017 - 01:41:28PM] [Zad]: [Vibration] Loaded: 25%

[10/30/2017 - 01:41:28PM] error: Unbound native function "SetAnimObjectPath" called

[10/30/2017 - 01:41:28PM] error: Unbound native function "SetAnimObjectPath" called

[10/30/2017 - 01:41:28PM] ERROR: File "Open Cities Skyrim.esp" does not exist or is not currently loaded.

stack:

    <unknown self>.Game.GetFormFromFile() - "<native>" Line ?

    [ARTHLALWhiterunGuardConfrontationQuest (4829847F)].arth_qf_lalwhiterunguard_0529847f.SetGateAlias() - "ARTH_QF_LALWhiterunGuard_0529847F.psc" Line 47

    [ARTHLALVersionTracking (48049F33)].arth_lal_versiontrackingscript.DLCSupportCheck() - "ARTH_LAL_VersionTrackingScript.psc" Line 75

    [alias Player on quest ARTHLALVersionTracking (48049F33)].ARTH_LAL_VersionTrackingAliasScript.OnPlayerLoadGame() - "ARTH_LAL_VersionTrackingAliasScript.psc" Line 6

[10/30/2017 - 01:41:28PM] [Zad]: [Tight Corset] Loaded: 15%

[10/30/2017 - 01:41:28PM] error: Unbound native function "SetAnimObjectPath" called

[10/30/2017 - 01:41:28PM] error: Unbound native function "SetAnimObjectPath" called

[10/30/2017 - 01:41:28PM] ERROR: Cannot call WornHasKeyword() on a None object, aborting function call

stack:

    [_SD_controller (2B000D64)]._sdqs_fcts_outfit.isArmbinderEquipped() - "_sdqs_fcts_outfit.psc" Line 1264

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 499

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?

[10/30/2017 - 01:41:28PM] warning: Assigning None to a non-object variable named "::temp137"

stack:

    [_SD_controller (2B000D64)]._sdqs_fcts_outfit.isArmbinderEquipped() - "_sdqs_fcts_outfit.psc" Line 1264

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 499

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?

[10/30/2017 - 01:41:28PM] [Zad]: QuestMonitor is now tracking player.

[10/30/2017 - 01:41:28PM] error: Unbound native function "SetAnimObjectPath" called

[10/30/2017 - 01:41:28PM] ERROR: Cannot call WornHasKeyword() on a None object, aborting function call

stack:

    [_SD_controller (2B000D64)]._sdqs_fcts_outfit.isYokeEquipped() - "_sdqs_fcts_outfit.psc" Line 1285

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 499

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?

[10/30/2017 - 01:41:28PM] warning: Assigning None to a non-object variable named "::temp141"

stack:

    [_SD_controller (2B000D64)]._sdqs_fcts_outfit.isYokeEquipped() - "_sdqs_fcts_outfit.psc" Line 1285

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 499

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?

[10/30/2017 - 01:41:28PM] ERROR: Cannot call GetBaseObject() on a None object, aborting function call

stack:

    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 514

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?

[10/30/2017 - 01:41:28PM] ERROR: Cannot call GetName() on a None object, aborting function call

stack:

    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 514

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?

[10/30/2017 - 01:41:28PM] warning: Assigning None to a non-object variable named "::temp7"

stack:

    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 514

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?

[10/30/2017 - 01:41:28PM] FNIS aa SetAnimGroup BAD PARAMETER(S) mod: sanguinesDebauchery actor:  group: _mtidle base: 0 number: 0

[10/30/2017 - 01:41:28PM] ERROR: Cannot call GetBaseObject() on a None object, aborting function call

stack:

    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 515

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?

[10/30/2017 - 01:41:28PM] ERROR: Cannot call GetName() on a None object, aborting function call

stack:

    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 515

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?

[10/30/2017 - 01:41:28PM] warning: Assigning None to a non-object variable named "::temp7"

stack:

    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 515

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?

[10/30/2017 - 01:41:28PM] FNIS aa SetAnimGroup BAD PARAMETER(S) mod: sanguinesDebauchery actor:  group: _mt base: 0 number: 0

[10/30/2017 - 01:41:28PM] ERROR: Cannot call GetBaseObject() on a None object, aborting function call

stack:

    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 516

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?

[10/30/2017 - 01:41:28PM] ERROR: Cannot call GetName() on a None object, aborting function call

stack:

    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 516

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?

[10/30/2017 - 01:41:28PM] warning: Assigning None to a non-object variable named "::temp7"

stack:

    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 516

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?

[10/30/2017 - 01:41:28PM] FNIS aa SetAnimGroup BAD PARAMETER(S) mod: sanguinesDebauchery actor:  group: _mtx base: 0 number: 0

[10/30/2017 - 01:41:28PM] ERROR: Cannot call GetBaseObject() on a None object, aborting function call

stack:

    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 517

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?

[10/30/2017 - 01:41:28PM] ERROR: Cannot call GetName() on a None object, aborting function call

stack:

    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 517

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?

[10/30/2017 - 01:41:28PM] warning: Assigning None to a non-object variable named "::temp7"

stack:

    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 517

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?

[10/30/2017 - 01:41:28PM] FNIS aa SetAnimGroup BAD PARAMETER(S) mod: sanguinesDebauchery actor:  group: _sneakidle base: 0 number: 0

[10/30/2017 - 01:41:28PM] ERROR: Cannot call GetBaseObject() on a None object, aborting function call

stack:

    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 518

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?

[10/30/2017 - 01:41:28PM] ERROR: Cannot call GetName() on a None object, aborting function call

stack:

    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 518

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?

[10/30/2017 - 01:41:28PM] warning: Assigning None to a non-object variable named "::temp7"

stack:

    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 518

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?

[10/30/2017 - 01:41:28PM] FNIS aa SetAnimGroup BAD PARAMETER(S) mod: sanguinesDebauchery actor:  group: _sneakmt base: 0 number: 0

[10/30/2017 - 01:41:28PM] [Zad]: Remove_ABC()

[10/30/2017 - 01:41:28PM] ERROR: Cannot call GetBaseObject() on a None object, aborting function call

stack:

    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65

    [zadQuest (0A00F624)].zadboundcombatscript.SetAA() - "zadBoundCombatScript.psc" Line 202

    [zadQuest (0A00F624)].zadboundcombatscript.Remove_ABC() - "zadBoundCombatScript.psc" Line 150

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 520

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?

[10/30/2017 - 01:41:28PM] ERROR: Cannot call GetName() on a None object, aborting function call

stack:

    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65

    [zadQuest (0A00F624)].zadboundcombatscript.SetAA() - "zadBoundCombatScript.psc" Line 202

    [zadQuest (0A00F624)].zadboundcombatscript.Remove_ABC() - "zadBoundCombatScript.psc" Line 150

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 520

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?

[10/30/2017 - 01:41:28PM] warning: Assigning None to a non-object variable named "::temp7"

stack:

    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65

    [zadQuest (0A00F624)].zadboundcombatscript.SetAA() - "zadBoundCombatScript.psc" Line 202

    [zadQuest (0A00F624)].zadboundcombatscript.Remove_ABC() - "zadBoundCombatScript.psc" Line 150

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 520

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?

[10/30/2017 - 01:41:28PM] FNIS aa SetAnimGroup BAD PARAMETER(S) mod: DeviousDevices actor:  group: _h2heqp base: 0 number: 0

[10/30/2017 - 01:41:28PM] ERROR: Cannot call GetBaseObject() on a None object, aborting function call

stack:

    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65

    [zadQuest (0A00F624)].zadboundcombatscript.SetAA() - "zadBoundCombatScript.psc" Line 203

    [zadQuest (0A00F624)].zadboundcombatscript.Remove_ABC() - "zadBoundCombatScript.psc" Line 150

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 520

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?

[10/30/2017 - 01:41:28PM] ERROR: Cannot call GetName() on a None object, aborting function call

stack:

    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65

    [zadQuest (0A00F624)].zadboundcombatscript.SetAA() - "zadBoundCombatScript.psc" Line 203

    [zadQuest (0A00F624)].zadboundcombatscript.Remove_ABC() - "zadBoundCombatScript.psc" Line 150

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 520

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?

[10/30/2017 - 01:41:28PM] warning: Assigning None to a non-object variable named "::temp7"

stack:

    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65

    [zadQuest (0A00F624)].zadboundcombatscript.SetAA() - "zadBoundCombatScript.psc" Line 203

    [zadQuest (0A00F624)].zadboundcombatscript.Remove_ABC() - "zadBoundCombatScript.psc" Line 150

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 520

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?

[10/30/2017 - 01:41:28PM] FNIS aa SetAnimGroup BAD PARAMETER(S) mod: DeviousDevices actor:  group: _h2hidle base: 0 number: 0

[10/30/2017 - 01:41:28PM] ERROR: Cannot call GetBaseObject() on a None object, aborting function call

stack:

    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65

    [zadQuest (0A00F624)].zadboundcombatscript.SetAA() - "zadBoundCombatScript.psc" Line 204

    [zadQuest (0A00F624)].zadboundcombatscript.Remove_ABC() - "zadBoundCombatScript.psc" Line 150

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 520

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?

[10/30/2017 - 01:41:28PM] ERROR: Cannot call GetName() on a None object, aborting function call

stack:

    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65

    [zadQuest (0A00F624)].zadboundcombatscript.SetAA() - "zadBoundCombatScript.psc" Line 204

    [zadQuest (0A00F624)].zadboundcombatscript.Remove_ABC() - "zadBoundCombatScript.psc" Line 150

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 520

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?

[10/30/2017 - 01:41:28PM] warning: Assigning None to a non-object variable named "::temp7"

stack:

    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65

    [zadQuest (0A00F624)].zadboundcombatscript.SetAA() - "zadBoundCombatScript.psc" Line 204

    [zadQuest (0A00F624)].zadboundcombatscript.Remove_ABC() - "zadBoundCombatScript.psc" Line 150

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 520

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?

[10/30/2017 - 01:41:28PM] FNIS aa SetAnimGroup BAD PARAMETER(S) mod: DeviousDevices actor:  group: _h2hatkpow base: 0 number: 0

[10/30/2017 - 01:41:28PM] ERROR: Cannot call GetBaseObject() on a None object, aborting function call

stack:

    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65

    [zadQuest (0A00F624)].zadboundcombatscript.SetAA() - "zadBoundCombatScript.psc" Line 205

    [zadQuest (0A00F624)].zadboundcombatscript.Remove_ABC() - "zadBoundCombatScript.psc" Line 150

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 520

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?

[10/30/2017 - 01:41:28PM] ERROR: Cannot call GetName() on a None object, aborting function call

stack:

    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65

    [zadQuest (0A00F624)].zadboundcombatscript.SetAA() - "zadBoundCombatScript.psc" Line 205

    [zadQuest (0A00F624)].zadboundcombatscript.Remove_ABC() - "zadBoundCombatScript.psc" Line 150

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 520

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?

[10/30/2017 - 01:41:28PM] warning: Assigning None to a non-object variable named "::temp7"

stack:

    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65

    [zadQuest (0A00F624)].zadboundcombatscript.SetAA() - "zadBoundCombatScript.psc" Line 205

    [zadQuest (0A00F624)].zadboundcombatscript.Remove_ABC() - "zadBoundCombatScript.psc" Line 150

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 520

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?

[10/30/2017 - 01:41:28PM] FNIS aa SetAnimGroup BAD PARAMETER(S) mod: DeviousDevices actor:  group: _h2hatk base: 0 number: 0

[10/30/2017 - 01:41:28PM] ERROR: Cannot call GetBaseObject() on a None object, aborting function call

stack:

    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65

    [zadQuest (0A00F624)].zadboundcombatscript.SetAA() - "zadBoundCombatScript.psc" Line 206

    [zadQuest (0A00F624)].zadboundcombatscript.Remove_ABC() - "zadBoundCombatScript.psc" Line 150

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 520

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?

[10/30/2017 - 01:41:28PM] ERROR: Cannot call GetName() on a None object, aborting function call

stack:

    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65

    [zadQuest (0A00F624)].zadboundcombatscript.SetAA() - "zadBoundCombatScript.psc" Line 206

    [zadQuest (0A00F624)].zadboundcombatscript.Remove_ABC() - "zadBoundCombatScript.psc" Line 150

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 520

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?

[10/30/2017 - 01:41:28PM] warning: Assigning None to a non-object variable named "::temp7"

stack:

    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65

    [zadQuest (0A00F624)].zadboundcombatscript.SetAA() - "zadBoundCombatScript.psc" Line 206

    [zadQuest (0A00F624)].zadboundcombatscript.Remove_ABC() - "zadBoundCombatScript.psc" Line 150

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 520

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?

[10/30/2017 - 01:41:28PM] FNIS aa SetAnimGroup BAD PARAMETER(S) mod: DeviousDevices actor:  group: _h2hstag base: 0 number: 0

[10/30/2017 - 01:41:28PM] ERROR: Cannot call GetBaseObject() on a None object, aborting function call

stack:

    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65

    [zadQuest (0A00F624)].zadboundcombatscript.SetAA() - "zadBoundCombatScript.psc" Line 207

    [zadQuest (0A00F624)].zadboundcombatscript.Remove_ABC() - "zadBoundCombatScript.psc" Line 150

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 520

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?

[10/30/2017 - 01:41:28PM] ERROR: Cannot call GetName() on a None object, aborting function call

stack:

    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65

    [zadQuest (0A00F624)].zadboundcombatscript.SetAA() - "zadBoundCombatScript.psc" Line 207

    [zadQuest (0A00F624)].zadboundcombatscript.Remove_ABC() - "zadBoundCombatScript.psc" Line 150

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 520

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?

[10/30/2017 - 01:41:28PM] warning: Assigning None to a non-object variable named "::temp7"

stack:

    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65

    [zadQuest (0A00F624)].zadboundcombatscript.SetAA() - "zadBoundCombatScript.psc" Line 207

    [zadQuest (0A00F624)].zadboundcombatscript.Remove_ABC() - "zadBoundCombatScript.psc" Line 150

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 520

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?

[10/30/2017 - 01:41:28PM] FNIS aa SetAnimGroup BAD PARAMETER(S) mod: DeviousDevices actor:  group: _jump base: 0 number: 0

[10/30/2017 - 01:41:28PM] ERROR: Cannot call GetBaseObject() on a None object, aborting function call

stack:

    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65

    [zadQuest (0A00F624)].zadboundcombatscript.SetAA() - "zadBoundCombatScript.psc" Line 208

    [zadQuest (0A00F624)].zadboundcombatscript.Remove_ABC() - "zadBoundCombatScript.psc" Line 150

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 520

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?

[10/30/2017 - 01:41:28PM] ERROR: Cannot call GetName() on a None object, aborting function call

stack:

    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65

    [zadQuest (0A00F624)].zadboundcombatscript.SetAA() - "zadBoundCombatScript.psc" Line 208

    [zadQuest (0A00F624)].zadboundcombatscript.Remove_ABC() - "zadBoundCombatScript.psc" Line 150

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 520

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?

[10/30/2017 - 01:41:28PM] warning: Assigning None to a non-object variable named "::temp7"

stack:

    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65

    [zadQuest (0A00F624)].zadboundcombatscript.SetAA() - "zadBoundCombatScript.psc" Line 208

    [zadQuest (0A00F624)].zadboundcombatscript.Remove_ABC() - "zadBoundCombatScript.psc" Line 150

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 520

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?

[10/30/2017 - 01:41:28PM] FNIS aa SetAnimGroup BAD PARAMETER(S) mod: DeviousDevices actor:  group: _sneakmt base: 0 number: 0

[10/30/2017 - 01:41:28PM] ERROR: Cannot call GetBaseObject() on a None object, aborting function call

stack:

    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65

    [zadQuest (0A00F624)].zadboundcombatscript.SetAA() - "zadBoundCombatScript.psc" Line 209

    [zadQuest (0A00F624)].zadboundcombatscript.Remove_ABC() - "zadBoundCombatScript.psc" Line 150

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 520

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?

[10/30/2017 - 01:41:28PM] ERROR: Cannot call GetName() on a None object, aborting function call

stack:

    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65

    [zadQuest (0A00F624)].zadboundcombatscript.SetAA() - "zadBoundCombatScript.psc" Line 209

    [zadQuest (0A00F624)].zadboundcombatscript.Remove_ABC() - "zadBoundCombatScript.psc" Line 150

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 520

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?

[10/30/2017 - 01:41:28PM] warning: Assigning None to a non-object variable named "::temp7"

stack:

    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65

    [zadQuest (0A00F624)].zadboundcombatscript.SetAA() - "zadBoundCombatScript.psc" Line 209

    [zadQuest (0A00F624)].zadboundcombatscript.Remove_ABC() - "zadBoundCombatScript.psc" Line 150

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 520

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?

[10/30/2017 - 01:41:28PM] FNIS aa SetAnimGroup BAD PARAMETER(S) mod: DeviousDevices actor:  group: _sneakidle base: 0 number: 0

[10/30/2017 - 01:41:28PM] ERROR: Cannot call GetBaseObject() on a None object, aborting function call

stack:

    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65

    [zadQuest (0A00F624)].zadboundcombatscript.SetAA() - "zadBoundCombatScript.psc" Line 210

    [zadQuest (0A00F624)].zadboundcombatscript.Remove_ABC() - "zadBoundCombatScript.psc" Line 150

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 520

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?

[10/30/2017 - 01:41:28PM] ERROR: Cannot call GetName() on a None object, aborting function call

stack:

    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65

    [zadQuest (0A00F624)].zadboundcombatscript.SetAA() - "zadBoundCombatScript.psc" Line 210

    [zadQuest (0A00F624)].zadboundcombatscript.Remove_ABC() - "zadBoundCombatScript.psc" Line 150

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 520

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?

[10/30/2017 - 01:41:28PM] warning: Assigning None to a non-object variable named "::temp7"

stack:

    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65

    [zadQuest (0A00F624)].zadboundcombatscript.SetAA() - "zadBoundCombatScript.psc" Line 210

    [zadQuest (0A00F624)].zadboundcombatscript.Remove_ABC() - "zadBoundCombatScript.psc" Line 150

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 520

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?

[10/30/2017 - 01:41:28PM] FNIS aa SetAnimGroup BAD PARAMETER(S) mod: DeviousDevices actor:  group: _sprint base: 0 number: 0

[10/30/2017 - 01:41:28PM] ERROR: Cannot call GetBaseObject() on a None object, aborting function call

stack:

    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65

    [zadQuest (0A00F624)].zadboundcombatscript.SetAA() - "zadBoundCombatScript.psc" Line 212

    [zadQuest (0A00F624)].zadboundcombatscript.Remove_ABC() - "zadBoundCombatScript.psc" Line 150

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 520

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?

[10/30/2017 - 01:41:28PM] ERROR: Cannot call GetName() on a None object, aborting function call

stack:

    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65

    [zadQuest (0A00F624)].zadboundcombatscript.SetAA() - "zadBoundCombatScript.psc" Line 212

    [zadQuest (0A00F624)].zadboundcombatscript.Remove_ABC() - "zadBoundCombatScript.psc" Line 150

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 520

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?

[10/30/2017 - 01:41:28PM] warning: Assigning None to a non-object variable named "::temp7"

stack:

    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65

    [zadQuest (0A00F624)].zadboundcombatscript.SetAA() - "zadBoundCombatScript.psc" Line 212

    [zadQuest (0A00F624)].zadboundcombatscript.Remove_ABC() - "zadBoundCombatScript.psc" Line 150

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 520

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?

[10/30/2017 - 01:41:28PM] FNIS aa SetAnimGroup BAD PARAMETER(S) mod: DeviousDevices actor:  group: _shout base: 0 number: 0

[10/30/2017 - 01:41:28PM] ERROR: Cannot call GetBaseObject() on a None object, aborting function call

stack:

    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65

    [zadQuest (0A00F624)].zadboundcombatscript.SetAA() - "zadBoundCombatScript.psc" Line 213

    [zadQuest (0A00F624)].zadboundcombatscript.Remove_ABC() - "zadBoundCombatScript.psc" Line 150

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 520

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?

[10/30/2017 - 01:41:28PM] ERROR: Cannot call GetName() on a None object, aborting function call

stack:

    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65

    [zadQuest (0A00F624)].zadboundcombatscript.SetAA() - "zadBoundCombatScript.psc" Line 213

    [zadQuest (0A00F624)].zadboundcombatscript.Remove_ABC() - "zadBoundCombatScript.psc" Line 150

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 520

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?

[10/30/2017 - 01:41:28PM] warning: Assigning None to a non-object variable named "::temp7"

stack:

    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65

    [zadQuest (0A00F624)].zadboundcombatscript.SetAA() - "zadBoundCombatScript.psc" Line 213

    [zadQuest (0A00F624)].zadboundcombatscript.Remove_ABC() - "zadBoundCombatScript.psc" Line 150

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 520

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?

[10/30/2017 - 01:41:28PM] FNIS aa SetAnimGroup BAD PARAMETER(S) mod: DeviousDevices actor:  group: _mtx base: 0 number: 0

[10/30/2017 - 01:41:28PM] ERROR: Cannot call GetBaseObject() on a None object, aborting function call

stack:

    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65

    [zadQuest (0A00F624)].zadboundcombatscript.SetAA() - "zadBoundCombatScript.psc" Line 214

    [zadQuest (0A00F624)].zadboundcombatscript.Remove_ABC() - "zadBoundCombatScript.psc" Line 150

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 520

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?

[10/30/2017 - 01:41:28PM] ERROR: Cannot call GetName() on a None object, aborting function call

stack:

    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65

    [zadQuest (0A00F624)].zadboundcombatscript.SetAA() - "zadBoundCombatScript.psc" Line 214

    [zadQuest (0A00F624)].zadboundcombatscript.Remove_ABC() - "zadBoundCombatScript.psc" Line 150

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 520

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?

[10/30/2017 - 01:41:28PM] warning: Assigning None to a non-object variable named "::temp7"

stack:

    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65

    [zadQuest (0A00F624)].zadboundcombatscript.SetAA() - "zadBoundCombatScript.psc" Line 214

    [zadQuest (0A00F624)].zadboundcombatscript.Remove_ABC() - "zadBoundCombatScript.psc" Line 150

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 520

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?

[10/30/2017 - 01:41:28PM] FNIS aa SetAnimGroup BAD PARAMETER(S) mod: DeviousDevices actor:  group: _mt base: 0 number: 0

[10/30/2017 - 01:41:28PM] ERROR: Cannot call GetBaseObject() on a None object, aborting function call

stack:

    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65

    [zadQuest (0A00F624)].zadboundcombatscript.SetAA() - "zadBoundCombatScript.psc" Line 215

    [zadQuest (0A00F624)].zadboundcombatscript.Remove_ABC() - "zadBoundCombatScript.psc" Line 150

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 520

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?

[10/30/2017 - 01:41:28PM] ERROR: Cannot call GetName() on a None object, aborting function call

stack:

    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65

    [zadQuest (0A00F624)].zadboundcombatscript.SetAA() - "zadBoundCombatScript.psc" Line 215

    [zadQuest (0A00F624)].zadboundcombatscript.Remove_ABC() - "zadBoundCombatScript.psc" Line 150

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 520

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?

[10/30/2017 - 01:41:28PM] warning: Assigning None to a non-object variable named "::temp7"

stack:

    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65

    [zadQuest (0A00F624)].zadboundcombatscript.SetAA() - "zadBoundCombatScript.psc" Line 215

    [zadQuest (0A00F624)].zadboundcombatscript.Remove_ABC() - "zadBoundCombatScript.psc" Line 150

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 520

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?

[10/30/2017 - 01:41:28PM] FNIS aa SetAnimGroup BAD PARAMETER(S) mod: DeviousDevices actor:  group: _mtturn base: 0 number: 0

[10/30/2017 - 01:41:28PM] ERROR: Cannot call GetBaseObject() on a None object, aborting function call

stack:

    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65

    [zadQuest (0A00F624)].zadboundcombatscript.SetAA() - "zadBoundCombatScript.psc" Line 216

    [zadQuest (0A00F624)].zadboundcombatscript.Remove_ABC() - "zadBoundCombatScript.psc" Line 150

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 520

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?

[10/30/2017 - 01:41:28PM] ERROR: Cannot call GetName() on a None object, aborting function call

stack:

    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65

    [zadQuest (0A00F624)].zadboundcombatscript.SetAA() - "zadBoundCombatScript.psc" Line 216

    [zadQuest (0A00F624)].zadboundcombatscript.Remove_ABC() - "zadBoundCombatScript.psc" Line 150

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 520

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?

[10/30/2017 - 01:41:28PM] warning: Assigning None to a non-object variable named "::temp7"

stack:

    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 65

    [zadQuest (0A00F624)].zadboundcombatscript.SetAA() - "zadBoundCombatScript.psc" Line 216

    [zadQuest (0A00F624)].zadboundcombatscript.Remove_ABC() - "zadBoundCombatScript.psc" Line 150

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 520

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?

[10/30/2017 - 01:41:28PM] FNIS aa SetAnimGroup BAD PARAMETER(S) mod: DeviousDevices actor:  group: _mtidle base: 0 number: 0

[10/30/2017 - 01:41:28PM] ERROR: Cannot call SetAnimationVariableInt() on a None object, aborting function call

stack:

    [zadQuest (0A00F624)].zadboundcombatscript.SetAA() - "zadBoundCombatScript.psc" Line 217

    [zadQuest (0A00F624)].zadboundcombatscript.Remove_ABC() - "zadBoundCombatScript.psc" Line 150

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 520

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?

[10/30/2017 - 01:41:28PM] ERROR: Cannot call WornHasKeyword() on a None object, aborting function call

stack:

    [zadQuest (0A00F624)].zadboundcombatscript.GetSecondaryAAState() - "zadBoundCombatScript.psc" Line 69

    [zadQuest (0A00F624)].zadboundcombatscript.Remove_ABC() - "zadBoundCombatScript.psc" Line 153

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 520

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?

[10/30/2017 - 01:41:28PM] warning: Assigning None to a non-object variable named "::temp7"

stack:

    [zadQuest (0A00F624)].zadboundcombatscript.GetSecondaryAAState() - "zadBoundCombatScript.psc" Line 69

    [zadQuest (0A00F624)].zadboundcombatscript.Remove_ABC() - "zadBoundCombatScript.psc" Line 153

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.ResetStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 520

    [_SD_controller (2B000D64)]._sdqs_fcts_constraints.UpdateStanceOverrides() - "_sdqs_fcts_constraints.psc" Line 502

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player._maintenance() - "_SDRAS_player.psc" Line 264

    [alias _SDRA_player on quest _SD_controller (2B000D64)]._sdras_player.OnPlayerLoadGame() - "_SDRAS_player.psc" Line ?

[10/30/2017 - 01:41:28PM] [sD] Stance override OFF

[10/30/2017 - 01:41:28PM] error: Unbound native function "SetAnimObjectPath" called

[10/30/2017 - 01:41:28PM] error: Unbound native function "SetAnimObjectPath" called

[10/30/2017 - 01:41:28PM] FNIS aa GetAAprefixList mod: XPMSE nMods: 5

[10/30/2017 - 01:41:28PM] FNIS aa GetAAsetList mod: XPMSE nSets: 40

[10/30/2017 - 01:41:28PM] FNIS aa GetAAsetList mod: XPMSE nSets: 40

[10/30/2017 - 01:41:28PM] FNIS aa GetAAsetList mod: XPMSE nSets: 40

[10/30/2017 - 01:41:28PM] FNIS aa GetAAsetList mod: XPMSE nSets: 40

[10/30/2017 - 01:41:28PM] FNIS aa GetAAsetList mod: XPMSE nSets: 40

[10/30/2017 - 01:41:28PM] FNIS aa GetAAsetList mod: XPMSE nSets: 40

[10/30/2017 - 01:41:28PM] FNIS aa GetAAsetList mod: XPMSE nSets: 40

[10/30/2017 - 01:41:28PM] FNIS aa GetAAsetList mod: XPMSE nSets: 40

[10/30/2017 - 01:41:28PM] FNIS aa GetAAsetList mod: XPMSE nSets: 40

[10/30/2017 - 01:41:28PM] FNIS aa GetAAsetList mod: XPMSE nSets: 40

[10/30/2017 - 01:41:28PM] FNIS aa GetAAsetList mod: XPMSE nSets: 40

[10/30/2017 - 01:41:28PM] FNIS aa GetAAsetList mod: XPMSE nSets: 40

[10/30/2017 - 01:41:28PM] FNIS aa GetAAsetList mod: XPMSE nSets: 40

[10/30/2017 - 01:41:28PM] FNIS aa GetAAsetList mod: XPMSE nSets: 40

[10/30/2017 - 01:41:28PM] FNIS aa GetAAsetList mod: XPMSE nSets: 40

[10/30/2017 - 01:41:28PM] error: Unbound native function "SetAnimObjectPath" called

[10/30/2017 - 01:41:28PM] FNIS aa GetAAsetList mod: XPMSE nSets: 40

[10/30/2017 - 01:41:28PM] error: Unbound native function "SetAnimObjectPath" called

[10/30/2017 - 01:41:28PM] error: Unbound native function "SetAnimObjectPath" called

[10/30/2017 - 01:41:28PM] error: Unbound native function "SetAnimObjectPath" called

[10/30/2017 - 01:41:28PM] error: Unbound native function "SetAnimObjectPath" called

[10/30/2017 - 01:41:28PM] error: Unbound native function "SetAnimObjectPath" called

[10/30/2017 - 01:41:28PM] error: Unbound native function "SetAnimObjectPath" called

[10/30/2017 - 01:41:28PM] error: Unbound native function "SetAnimObjectPath" called

[10/30/2017 - 01:41:28PM] error: Unbound native function "SetAnimObjectPath" called

[10/30/2017 - 01:41:28PM] error: Unbound native function "SetAnimObjectPath" called

[10/30/2017 - 01:41:28PM] @@ PLAYER :RegisterEvents

[10/30/2017 - 01:41:28PM] @@ PLAYER :OnHotKeysChanged

[10/30/2017 - 01:41:28PM] error: Unbound native function "SetAnimObjectPath" called

[10/30/2017 - 01:41:28PM] error: Unbound native function "SetAnimObjectPath" called

[10/30/2017 - 01:41:28PM] error: Unbound native function "SetAnimObjectPath" called

[10/30/2017 - 01:41:28PM] error: Unbound native function "SetAnimObjectPath" called

[10/30/2017 - 01:41:28PM] error: Unbound native function "SetAnimObjectPath" called

[10/30/2017 - 01:41:28PM] [Zad]: adding tag Zap for Collar (Leather)

[10/30/2017 - 01:41:28PM] error: Unbound native function "SetAnimObjectPath" called

[10/30/2017 - 01:41:28PM] [Zad]: adding tag Leather for Collar (Leather)

[10/30/2017 - 01:41:28PM] error: Unbound native function "SetAnimObjectPath" called

[10/30/2017 - 01:41:28PM] XPMSE MainQuest Initialization successful.

[10/30/2017 - 01:41:28PM] error: Unbound native function "SetAnimObjectPath" called

[10/30/2017 - 01:41:28PM] [Zad]: adding tag Collar for Collar (Leather)

[10/30/2017 - 01:41:28PM] [sD]         Registering iron collar

[10/30/2017 - 01:41:28PM] error: Unbound native function "SetAnimObjectPath" called

[10/30/2017 - 01:41:28PM] error: Unbound native function "SetAnimObjectPath" called

[10/30/2017 - 01:41:28PM] [Zad]: ZadNpc::DoRegister(1.457180)

[10/30/2017 - 01:41:28PM] [Zad]: RepopulateNpcs()

[10/30/2017 - 01:41:28PM] [Zad]: adding tag Zap for Collar (Iron)

[10/30/2017 - 01:41:28PM] [Zad]: adding tag iron for Collar (Iron)

[10/30/2017 - 01:41:28PM] [Zad]: adding tag Metal for Collar (Iron)

[10/30/2017 - 01:41:28PM] Arachnophobia -  SKI_MeterWidget OnWidgetReset()

[10/30/2017 - 01:41:28PM] Arachnophobia -  SKI_MeterWidget OnWidgetReset()

[10/30/2017 - 01:41:28PM] [Zad]: adding tag Collar for Collar (Iron)

[10/30/2017 - 01:41:28PM] [sD]         Registering iron arm cuffs

[10/30/2017 - 01:41:28PM] [Zad]: Not repopulating NPC slots: Feature is disabled.

[10/30/2017 - 01:41:28PM] [Zad]: ==========Begin Compatibility Checks==========

[10/30/2017 - 01:41:28PM] [Zad]: Please note that Errors related to missing files should be ignored.

[10/30/2017 - 01:41:28PM] [Zad]: [ Dependency Checks ]

[10/30/2017 - 01:41:28PM] [Zad]: DDi version [6.000000]: OK

[10/30/2017 - 01:41:28PM] [Zad]: assets version [3.000000]: OK

[10/30/2017 - 01:41:28PM] [Zad]: ZaZ Animation Pack version [610.000000]: OK

[10/30/2017 - 01:41:28PM] [Zad]: aroused version [20140124.000000]: OK

[10/30/2017 - 01:41:28PM] [Zad]: SexLab version [16200.000000]: OK

[10/30/2017 - 01:41:28PM] [Zad]: [ Third Party Mod Compatibility Checks ]

[10/30/2017 - 01:41:28PM] [Zad]: [ Sanity Checks ]

[10/30/2017 - 01:41:28PM] [Zad]: Verifying that installation is untainted by an unsupported upgrade: OK

[10/30/2017 - 01:41:28PM] [Zad]: ==========End Compatibility Checks==========

[10/30/2017 - 01:41:28PM] [Zad]: Initializing Events arrays.

[10/30/2017 - 01:41:28PM] [Zad]: zadEventSlots::Maintenance()

[10/30/2017 - 01:41:28PM] [Zad]: Config Interval:1.500000. Total number of events: 1. Next staggered update in 1.500000

[10/30/2017 - 01:41:28PM] [Zad]: [Chaos Plugs] Registered. Event #0

[10/30/2017 - 01:41:28PM] [Zad]: [blindfold Trip] Registered. Event #1

[10/30/2017 - 01:41:28PM] [Zad]: [Vibration] Registered. Event #27

[10/30/2017 - 01:41:28PM] [Zad]: [Nipple Piercings] Registered. Event #14

[10/30/2017 - 01:41:28PM] [Zad]: [Wet Padding] Registered. Event #19

[10/30/2017 - 01:41:28PM] [Zad]: [belted Empty] Registered. Event #20

[10/30/2017 - 01:41:28PM] [Zad]: Maintenance_ABC()

[10/30/2017 - 01:41:28PM] [Zad]: [Tight Corset] Registered. Event #2

[10/30/2017 - 01:41:28PM] [Zad]: [Posture Collar] Registered. Event #4

[10/30/2017 - 01:41:28PM] [Zad]: [Drip] Registered. Event #3

[10/30/2017 - 01:41:28PM] [Zad]: Begin skse print test.

[10/30/2017 - 01:41:28PM] [Zad]: End skse print test.

[10/30/2017 - 01:41:28PM] [Zad]: Monitoring Camera state.

[10/30/2017 - 01:41:28PM] [Zad]: [Horny] Registered. Event #6

[10/30/2017 - 01:41:28PM] [Zad]: [bump Pumps] Registered. Event #7

[10/30/2017 - 01:41:28PM] [Zad]: [Health Drain] Registered. Event #8

[10/30/2017 - 01:41:28PM] [Zad]: [Armbinder Struggle] Registered. Event #9

[10/30/2017 - 01:41:28PM] [Zad]: [Restrictive Collar] Registered. Event #10

[10/30/2017 - 01:41:28PM] [Zad]: [Tight Gloves] Registered. Event #12

[10/30/2017 - 01:41:28PM] [Zad]: [Yoke Struggle] Registered. Event #13

[10/30/2017 - 01:41:28PM] [Zad]: [Mana Drain] Registered. Event #16

[10/30/2017 - 01:41:28PM] [Zad]: [stamina Drain] Registered. Event #17

[10/30/2017 - 01:41:28PM] [Zad]: [belt Chafing] Registered. Event #18

[10/30/2017 - 01:41:28PM] [Zad]: [Plug Moan] Registered. Event #21

[10/30/2017 - 01:41:28PM] [DLC2PillarBuilderActorScript < (040177DB)>]OnPackageStart()

[10/30/2017 - 01:41:28PM] [Zad]: [Periodic Shocks] Registered. Event #22

[10/30/2017 - 01:41:28PM] [Zad]: [bra Chafing] Registered. Event #23

[10/30/2017 - 01:41:28PM] [Zad]: [blindfold Mystery] Registered. Event #24

[10/30/2017 - 01:41:28PM] [Zad]: [Finisher Plug] Registered. Event #25

[10/30/2017 - 01:41:29PM] [Zad]: [teaser] Registered. Event #26

[10/30/2017 - 01:41:29PM] [Zad]: adding tag Zap for Iron Cuffs

[10/30/2017 - 01:41:29PM] [Zad]: adding tag iron for Iron Cuffs

[10/30/2017 - 01:41:29PM] [Zad]: [Harness] Registered. Event #5

[10/30/2017 - 01:41:29PM] [Zad]: adding tag Metal for Iron Cuffs

[10/30/2017 - 01:41:29PM] [Zad]: Set slot mask to [338165760]: 338165760

[10/30/2017 - 01:41:29PM] [Zad]: adding tag Arms for Iron Cuffs

[10/30/2017 - 01:41:29PM] [Zad]: adding tag Armbinder for Iron Cuffs

[10/30/2017 - 01:41:29PM] [sD]         Registering iron leg cuffs

[10/30/2017 - 01:41:29PM] [Zad]: [Mounted] Registered. Event #11

[10/30/2017 - 01:41:29PM] [Zad]: [Restraints+Armor] Registered. Event #15

[10/30/2017 - 01:41:29PM] [bYOHHouseBuildingPlayerScript <alias Player on quest BYOHHouseBuilding (0300305D)>]OnItemRemoved [Armor < (0A040F0C)>], itemCount=1

[10/30/2017 - 01:41:29PM] [byohhousebuildingscript <BYOHHouseBuilding (0300305D)>] UpdateLogCount

[10/30/2017 - 01:41:29PM] [Zad]: adding tag Zap for Cuffs (Iron) (Legs)

[10/30/2017 - 01:41:29PM] [bYOHHouseBuildingPlayerScript <alias Player on quest BYOHHouseBuilding (0300305D)>]OnItemAdded [Armor < (0A040F0C)>], itemCount=1

[10/30/2017 - 01:41:29PM] [byohhousebuildingscript <BYOHHouseBuilding (0300305D)>] logcount=0

[10/30/2017 - 01:41:29PM] ERROR: Unable to call Delete - no native object bound to the script object, or object is of incorrect type

stack:

    [item 1 in container  (00000014)].zadHiderScript.Delete() - "<native>" Line ?

    [item 1 in container  (00000014)].zadHiderScript.OnContainerChanged() - "zadHiderScript.psc" Line 5

[10/30/2017 - 01:41:29PM] [Zad]: adding tag iron for Cuffs (Iron) (Legs)

[10/30/2017 - 01:41:29PM] [byohhousebuildingscript <BYOHHouseBuilding (0300305D)>] UpdateLogCount

[10/30/2017 - 01:41:29PM] [Zad]: adding tag Metal for Cuffs (Iron) (Legs)

[10/30/2017 - 01:41:29PM] [Zad]: adding tag Legs for Cuffs (Iron) (Legs)

[10/30/2017 - 01:41:29PM] [Zad]: adding tag Cuffs for Cuffs (Iron) (Legs)

[10/30/2017 - 01:41:29PM] [sD]         Registering wooden gag

[10/30/2017 - 01:41:29PM] [byohhousebuildingscript <BYOHHouseBuilding (0300305D)>] logcount=0

[10/30/2017 - 01:41:29PM] [Zad]: adding tag Zap for Gag (Simple) (WoodBit)

[10/30/2017 - 01:41:29PM] [Zad]: adding tag Wood for Gag (Simple) (WoodBit)

[10/30/2017 - 01:41:29PM] [Zad]: adding tag Leather for Gag (Simple) (WoodBit)

[10/30/2017 - 01:41:29PM] [Zad]: adding tag Gag for Gag (Simple) (WoodBit)

[10/30/2017 - 01:41:29PM] [sD]         Registering leather blinds

[10/30/2017 - 01:41:29PM] [Zad]: adding tag Zap for Blindfold

[10/30/2017 - 01:41:29PM] [Zad]: adding tag Leather for Blindfold

[10/30/2017 - 01:41:29PM] [Zad]: adding tag Blindfold for Blindfold

[10/30/2017 - 01:41:30PM] [CRDE]Mods:OnUpdate running ...

[10/30/2017 - 01:41:30PM] @@ TOOLS :OnPlayerLoadGame+

[10/30/2017 - 01:41:30PM] @@ BUILDER :PrepareNPCS

[10/30/2017 - 01:41:30PM] @@ BUILDER :prepare whore clothes

[10/30/2017 - 01:41:30PM] @@ BUILDER :Prepare outfit VET4

[10/30/2017 - 01:41:30PM] @@ BUILDER :Whores = [[Actor < (270C77BD)>], [Actor < (270BD942)>], [Actor < (2A00D559)>], [Actor < (2A00D55A)>]]

[10/30/2017 - 01:41:30PM] @@ BUILDER :Whores.Length = 4 count = 4

[10/30/2017 - 01:41:30PM] @@ BUILDER :whores = [Actor < (2A00D55A)>]

[10/30/2017 - 01:41:30PM] @@ BUILDER :whore = [Actor < (2A00D55A)>]

[10/30/2017 - 01:41:30PM] [CF][Framework] Creature Framework 1.1.0-pre2 (10021) is initialising

[10/30/2017 - 01:41:30PM] [CF][Framework] JContainers 3.2 is installed

[10/30/2017 - 01:41:30PM] @@ BUILDER :Prepare whore Vanessa's whore 1

[10/30/2017 - 01:41:30PM] [CF][Framework] SexLab 1.62 is installed

[10/30/2017 - 01:41:30PM] [CF][Framework] SexLab Aroused 20140124 is installed

[10/30/2017 - 01:41:30PM] @@ BUILDER :EquipOutfit Vanessa's whore 1 file=MariaNPCOutfits/whore/VET4

[10/30/2017 - 01:41:30PM] ERROR: Unable to call Delete - no native object bound to the script object, or object is of incorrect type

stack:

    [item 1 in container  (2A00D55A)].zadHiderScript.Delete() - "<native>" Line ?

    [item 1 in container  (2A00D55A)].zadHiderScript.OnContainerChanged() - "zadHiderScript.psc" Line 5

[10/30/2017 - 01:41:30PM] ERROR: Unable to call Delete - no native object bound to the script object, or object is of incorrect type

stack:

    [item 2 in container  (2A00D55A)].zadHiderScript.Delete() - "<native>" Line ?

    [item 2 in container  (2A00D55A)].zadHiderScript.OnContainerChanged() - "zadHiderScript.psc" Line 5

[10/30/2017 - 01:41:31PM] @@ BUILDER :whores = [Actor < (2A00D559)>]

[10/30/2017 - 01:41:31PM] @@ BUILDER :whore = [Actor < (2A00D559)>]

[10/30/2017 - 01:41:31PM] @@ BUILDER :Prepare whore Vanessa's whore 2

[10/30/2017 - 01:41:31PM] @@ BUILDER :EquipOutfit Vanessa's whore 2 file=MariaNPCOutfits/whore/VET4

[10/30/2017 - 01:41:31PM] RNPC: Periodic update check.

[10/30/2017 - 01:41:31PM] ERROR: Unable to call Delete - no native object bound to the script object, or object is of incorrect type

stack:

    [item 1 in container  (2A00D559)].zadHiderScript.Delete() - "<native>" Line ?

    [item 1 in container  (2A00D559)].zadHiderScript.OnContainerChanged() - "zadHiderScript.psc" Line 5

[10/30/2017 - 01:41:31PM] ERROR: Unable to call Delete - no native object bound to the script object, or object is of incorrect type

stack:

    [item 2 in container  (2A00D559)].zadHiderScript.Delete() - "<native>" Line ?

    [item 2 in container  (2A00D559)].zadHiderScript.OnContainerChanged() - "zadHiderScript.psc" Line 5

[10/30/2017 - 01:41:31PM] @@ BUILDER :whores = [Actor < (270BD942)>]

[10/30/2017 - 01:41:31PM] @@ BUILDER :whore = [Actor < (270BD942)>]

[10/30/2017 - 01:41:31PM] @@ BUILDER :Prepare whore Wanda's whore 1

[10/30/2017 - 01:41:31PM] @@ BUILDER :EquipOutfit Wanda's whore 1 file=MariaNPCOutfits/whore/VET4

[10/30/2017 - 01:41:31PM] ERROR: Unable to call Delete - no native object bound to the script object, or object is of incorrect type

stack:

    [item 1 in container  (270BD942)].zadHiderScript.Delete() - "<native>" Line ?

    [item 1 in container  (270BD942)].zadHiderScript.OnContainerChanged() - "zadHiderScript.psc" Line 5

[10/30/2017 - 01:41:31PM] ERROR: Unable to call Delete - no native object bound to the script object, or object is of incorrect type

stack:

    [item 2 in container  (270BD942)].zadHiderScript.Delete() - "<native>" Line ?

    [item 2 in container  (270BD942)].zadHiderScript.OnContainerChanged() - "zadHiderScript.psc" Line 5

[10/30/2017 - 01:41:31PM] @@ BUILDER :whores = [Actor < (270C77BD)>]

[10/30/2017 - 01:41:31PM] @@ BUILDER :whore = [Actor < (270C77BD)>]

[10/30/2017 - 01:41:31PM] @@ BUILDER :Prepare whore Wanda's whore 2

[10/30/2017 - 01:41:31PM] @@ BUILDER :EquipOutfit Wanda's whore 2 file=MariaNPCOutfits/whore/VET4

[10/30/2017 - 01:41:31PM] ERROR: Unable to call Delete - no native object bound to the script object, or object is of incorrect type

stack:

    [item 1 in container  (270C77BD)].zadHiderScript.Delete() - "<native>" Line ?

    [item 1 in container  (270C77BD)].zadHiderScript.OnContainerChanged() - "zadHiderScript.psc" Line 5

[10/30/2017 - 01:41:31PM] ERROR: Unable to call Delete - no native object bound to the script object, or object is of incorrect type

stack:

    [item 2 in container  (270C77BD)].zadHiderScript.Delete() - "<native>" Line ?

    [item 2 in container  (270C77BD)].zadHiderScript.OnContainerChanged() - "zadHiderScript.psc" Line 5

[10/30/2017 - 01:41:31PM] @@ BUILDER :Prepare pimp Wanda

[10/30/2017 - 01:41:31PM] [DLC2PillarBuilderActorScript < (040177DB)>]OnPackageStart()

[10/30/2017 - 01:41:31PM] @@ BUILDER :Prepare pimp Vanessa

[10/30/2017 - 01:41:31PM] @@ BUILDER :Prepare pimp Kira

[10/30/2017 - 01:41:32PM] @@ BUILDER :Prepare pimp helper Melinda

[10/30/2017 - 01:41:32PM] @@ BUILDER :Prepare pimp helper Natalie

[10/30/2017 - 01:41:32PM] @@ TOOLS :OnPlayerLoadGame-

[10/30/2017 - 01:41:32PM] [sGO] UpdateLoop:Begin

[10/30/2017 - 01:41:32PM] [sGO] UpdateLoop:Done

[10/30/2017 - 01:41:32PM] [Angrim] checking player race...

[10/30/2017 - 01:41:32PM] [Angrim] player race is Nord

[10/30/2017 - 01:41:32PM] [Angrim] checking if slavery mods are present...

[10/30/2017 - 01:41:33PM] [CF][Framework] Sending register event

[10/30/2017 - 01:41:35PM] [CF][Framework] Beginning JSON registration

[10/30/2017 - 01:41:35PM] [CF][Framework] Found 2 JSON files in creatures.d

[10/30/2017 - 01:41:35PM] [CF][Framework] Already loaded file slnc-mnc-db.json; skipping

[10/30/2017 - 01:41:35PM] [CF][Framework] Already loaded file slnc-mnc-dg.json; skipping

[10/30/2017 - 01:41:35PM] [CF][Framework] Finished JSON registration

[10/30/2017 - 01:41:35PM] [CF][Framework] Forcing active actor restart

[10/30/2017 - 01:41:36PM] [CF][Main Quest] Skipping cloak application; API is restarting active actors

[10/30/2017 - 01:41:37PM] [DLC2PillarBuilderActorScript < (040177DB)>]OnPackageStart()

[10/30/2017 - 01:41:37PM] [CF][Framework] Cleared log Form DB

[10/30/2017 - 01:41:37PM] [CF][Framework] Creature Framework is done initialising

[10/30/2017 - 01:41:38PM] [slamainscr <sla_Main (08042D62)>]:Defered maintenance...

[10/30/2017 - 01:41:38PM] [slamainscr <sla_Main (08042D62)>]: found Devious Devices - Assets.esm

[10/30/2017 - 01:41:38PM] [slamainscr <sla_Main (08042D62)>]: Enabled Desire spell

[10/30/2017 - 01:41:38PM] [slamainscr <sla_Main (08042D62)>]: Updated notification key to 49

[10/30/2017 - 01:41:38PM] [slamainscr <sla_Main (08042D62)>]: finished maintenance

[10/30/2017 - 01:41:38PM] [CF][Main Quest] The cloak is being applied for the first time since game load

[10/30/2017 - 01:41:39PM] [DLC2PillarBuilderActorScript < (040177DB)>]OnPackageStart()

[10/30/2017 - 01:41:46PM] [DD] Hotkey pushed: 38 Player in thread: -1

[10/30/2017 - 01:41:46PM] [DD] HOTKEYS: (Drain): 56 (Death):184

[10/30/2017 - 01:41:56PM] [DD] Hotkey pushed: 44 Player in thread: -1

[10/30/2017 - 01:41:56PM] [DD] HOTKEYS: (Drain): 56 (Death):184

[10/30/2017 - 01:42:06PM] [DLC1VampireSleepScript <DLC1VampireSleep (02008E3B)>]PlayerActivateBed() IsCoffin =False

[10/30/2017 - 01:42:19PM] VM is freezing...

[10/30/2017 - 01:42:19PM] VM is frozen

[10/30/2017 - 01:42:21PM] Saving game...

[10/30/2017 - 01:42:24PM] VM is thawing...

[10/30/2017 - 01:42:24PM] ERROR: Unable to call RegisterForModEvent - no native object bound to the script object, or object is of incorrect type

stack:

    [None].SOS_ActorMagicEffect_Script.RegisterForModEvent() - "<native>" Line ?

    [None].SOS_ActorMagicEffect_Script.OnEffectStart() - "SOS_ActorMagicEffect_Script.psc" Line 39

[10/30/2017 - 01:42:24PM] ERROR: Unable to call RegisterForModEvent - no native object bound to the script object, or object is of incorrect type

stack:

    [None].SOS_ActorMagicEffect_Script.RegisterForModEvent() - "<native>" Line ?

    [None].SOS_ActorMagicEffect_Script.OnEffectStart() - "SOS_ActorMagicEffect_Script.psc" Line 39

[10/30/2017 - 01:42:24PM] ERROR: Unable to call RegisterForModEvent - no native object bound to the script object, or object is of incorrect type

stack:

    [None].SOS_ActorMagicEffect_Script.RegisterForModEvent() - "<native>" Line ?

    [None].SOS_ActorMagicEffect_Script.OnEffectStart() - "SOS_ActorMagicEffect_Script.psc" Line 39

[10/30/2017 - 01:42:24PM] [dlc1radiantscript <DLC1Radiant (02004C1C)>]CreateQuestBasedOnLocation(None)

[10/30/2017 - 01:42:24PM] [dlc1radiantscript <DLC1Radiant (02004C1C)>]CreateQuestBasedOnLocation(None) is NOT creating a quest: as Location is None.

[10/30/2017 - 01:42:24PM] [DCL1VampireTurnPlayerScript <alias Player on quest DLC1VampireTurn (0200588C)>]OnLocationChange()

[10/30/2017 - 01:42:24PM] [bYOHHouseBuildingPlayerScript <alias Player on quest BYOHHouseBuilding (0300305D)>]: [Location < (250012D3)>], None

[10/30/2017 - 01:42:24PM] [byohhousebuildingscript <BYOHHouseBuilding (0300305D)>] PlayerChangeLocation: oldloc=[Location < (250012D3)>], newloc=None

[10/30/2017 - 01:42:24PM] @@ TOOLS :ReleaseSpectators

[10/30/2017 - 01:42:24PM] DARYL - [WeaponRackActivateSCRIPT < (00097C63)>] running OnCellLoad() and AlreadyInit = TRUE

[10/30/2017 - 01:42:24PM] DARYL - [WeaponRackActivateSCRIPT < (00097CF5)>] running OnCellLoad() and AlreadyInit = TRUE

[10/30/2017 - 01:42:24PM] DARYL - [WeaponRackActivateSCRIPT < (00097CF3)>] running OnCellLoad() and AlreadyInit = TRUE

[10/30/2017 - 01:42:24PM] error: Native static function EstrusMFG could find no matching static function on linked type zzestrusutil. Function will not be bound.

[10/30/2017 - 01:42:24PM] DARYL - [WeaponRackActivateSCRIPT < (00097C5D)>] running OnCellLoad() and AlreadyInit = TRUE

[10/30/2017 - 01:42:24PM] DARYL - [WeaponRackActivateSCRIPT < (00097C5B)>] running OnCellLoad() and AlreadyInit = TRUE

[10/30/2017 - 01:42:24PM] DARYL - [WeaponRackActivateSCRIPT < (00097CF7)>] running OnCellLoad() and AlreadyInit = TRUE

[10/30/2017 - 01:42:24PM] DARYL - [WeaponRackActivateSCRIPT < (00097C59)>] running OnCellLoad() and AlreadyInit = TRUE

[10/30/2017 - 01:42:24PM] DARYL - [WeaponRackActivateSCRIPT < (00097C63)>] The TriggerMarker is [WeaponRackTriggerSCRIPT < (00097C62)>]

[10/30/2017 - 01:42:24PM] DARYL - [WeaponRackActivateSCRIPT < (00097CF5)>] The TriggerMarker is [WeaponRackTriggerSCRIPT < (00097CF4)>]

[10/30/2017 - 01:42:24PM] DARYL - [WeaponRackActivateSCRIPT < (00097CF3)>] The TriggerMarker is [WeaponRackTriggerSCRIPT < (00097CF2)>]

[10/30/2017 - 01:42:24PM] DARYL - [WeaponRackActivateSCRIPT < (00097C5D)>] The TriggerMarker is [WeaponRackTriggerSCRIPT < (00097C5C)>]

[10/30/2017 - 01:42:24PM] DARYL - [WeaponRackActivateSCRIPT < (00097C5B)>] The TriggerMarker is [WeaponRackTriggerSCRIPT < (00097C5A)>]

[10/30/2017 - 01:42:24PM] DARYL - [WeaponRackActivateSCRIPT < (00097CF7)>] The TriggerMarker is [WeaponRackTriggerSCRIPT < (00097CF6)>]

[10/30/2017 - 01:42:24PM] DARYL - [WeaponRackActivateSCRIPT < (00097C59)>] The TriggerMarker is [WeaponRackTriggerSCRIPT < (00097C58)>]

[10/30/2017 - 01:42:24PM] [Zad]: OnEquipped(Greir: Plug (Iron) (Anal))

[10/30/2017 - 01:42:24PM] [Zad]: OnEquipped(Ulabae: CD Chastity Belt Padded Silver)

[10/30/2017 - 01:42:24PM] [Zad]: OnEquipped(Ulabae: Plug (Iron) (Anal))

[10/30/2017 - 01:42:24PM] [Zad]: OnEquipped(Laniel: Plug (Iron) (Anal))

[10/30/2017 - 01:42:24PM] [Zad]: OnEquipped(Laniel: CD Chastity Belt Padded Silver)

[10/30/2017 - 01:42:24PM] [Zad]: OnEquipped(Merta: CD Padded Collar Silver)

[10/30/2017 - 01:42:24PM] [Zad]: OnEquipped(Merta: Plug (Iron) (Anal))

[10/30/2017 - 01:42:24PM] [Zad]: OnEquipped(Merta: Little Devils Plug -The Tormentor)

[10/30/2017 - 01:42:24PM] [Zad]: OnEquipped(Hjolfr: CD Chastity Belt Padded Silver)

[10/30/2017 - 01:42:24PM] [Zad]: OnEquipped(Bagamul: Plug (Iron) (Anal))

[10/30/2017 - 01:42:24PM] [Zad]: OnEquipped(Bagamul: CD Chastity Belt Padded Silver)

[10/30/2017 - 01:42:24PM] [Zad]: OnEquipped(Hjolfr: Plug (Iron) (Anal))

[10/30/2017 - 01:42:24PM] [Zad]: OnEquipped(Greir: CD Chastity Belt Padded Silver)

[10/30/2017 - 01:42:24PM] [Zad]: No menus are open. Equipping silently.

[10/30/2017 - 01:42:24PM] [Zad]: No menus are open. Equipping silently.

[10/30/2017 - 01:42:24PM] [Zad]: No menus are open. Equipping silently.

[10/30/2017 - 01:42:24PM] [Zad]: No menus are open. Equipping silently.

[10/30/2017 - 01:42:24PM] [Zad]: No menus are open. Equipping silently.

[10/30/2017 - 01:42:24PM] [Zad]: No menus are open. Equipping silently.

[10/30/2017 - 01:42:24PM] [Zad]: No menus are open. Equipping silently.

[10/30/2017 - 01:42:24PM] [Zad]: No menus are open. Equipping silently.

[10/30/2017 - 01:42:24PM] [Zad]: No menus are open. Equipping silently.

[10/30/2017 - 01:42:24PM] [Zad]: No menus are open. Equipping silently.

[10/30/2017 - 01:42:24PM] [Zad]: No menus are open. Equipping silently.

[10/30/2017 - 01:42:24PM] [Zad]: No menus are open. Equipping silently.

[10/30/2017 - 01:42:24PM] [Zad]: OnEquipped(Fadril: Plug (Inflatable) (Anal))

[10/30/2017 - 01:42:24PM] [Zad]: OnEquipped(Fadril: CD Chastity Belt Padded Silver)

[10/30/2017 - 01:42:24PM] @@ TOOLS :Location ???

[10/30/2017 - 01:42:24PM] DARYL - [WeaponRackActivateSCRIPT < (00097CF3)>] finishing OnCellLoad() and AlreadyInit = TRUE

[10/30/2017 - 01:42:24PM] DARYL - [WeaponRackActivateSCRIPT < (00097CF7)>] finishing OnCellLoad() and AlreadyInit = TRUE

[10/30/2017 - 01:42:24PM] [Zad]: OnEquipped(Greir: Little Helpers Plug - Fighters)

[10/30/2017 - 01:42:24PM] [Zad]: OnEquipped(Raccan: CD Chastity Belt Padded Silver)

[10/30/2017 - 01:42:24PM] [Zad]: No menus are open. Equipping silently.

[10/30/2017 - 01:42:24PM] DARYL - [WeaponRackActivateSCRIPT < (00097C63)>] finishing OnCellLoad() and AlreadyInit = TRUE

[10/30/2017 - 01:42:24PM] DARYL - [WeaponRackActivateSCRIPT < (00097CF5)>] finishing OnCellLoad() and AlreadyInit = TRUE

[10/30/2017 - 01:42:24PM] [Zad]: No menus are open. Equipping silently.

[10/30/2017 - 01:42:24PM] DARYL - [WeaponRackActivateSCRIPT < (00097C5D)>] finishing OnCellLoad() and AlreadyInit = TRUE

[10/30/2017 - 01:42:24PM] DARYL - [WeaponRackActivateSCRIPT < (00097C5B)>] finishing OnCellLoad() and AlreadyInit = TRUE

[10/30/2017 - 01:42:24PM] DARYL - [WeaponRackActivateSCRIPT < (00097C59)>] finishing OnCellLoad() and AlreadyInit = TRUE

[10/30/2017 - 01:42:24PM] [Zad]: OnEquipped(Merta: CD Harness - Black Ebonite)

[10/30/2017 - 01:42:24PM] [Zad]: OnEquipped(Raccan: Plug (Iron) (Anal))

[10/30/2017 - 01:42:24PM] [Zad]: No menus are open. Equipping silently.

[10/30/2017 - 01:42:24PM] [Zad]: OnEquipped(): Detected/fixed broken item state. Raccan has rendered Belt in inventory still.

[10/30/2017 - 01:42:25PM] @@ TOOLS :Location cell= type=-1

[10/30/2017 - 01:42:25PM] [Zad]: OnEquipped(): Detected/fixed broken item state. Raccan has rendered Anal Plug in inventory still.

[10/30/2017 - 01:42:25PM] [sGO] UpdateLoop:Begin

[10/30/2017 - 01:42:25PM] [Zad]: OnEquipped(): Detected/fixed broken item state. Ulabae has rendered Anal Plug in inventory still.

[10/30/2017 - 01:42:25PM] [sGO] UpdateLoop:Done

[10/30/2017 - 01:42:25PM] [Zad]: OnUnequipped(Raccan: Plug (Iron) (Anal))

[10/30/2017 - 01:42:25PM] [Zad]: OnEquipped(): Detected/fixed broken item state. Laniel has rendered Anal Plug in inventory still.

[10/30/2017 - 01:42:25PM] [Zad]: OnUnequipped(Ulabae: Plug (Iron) (Anal))

[10/30/2017 - 01:42:25PM] [Zad]: OnEquipped(): Detected/fixed broken item state. Merta has rendered Collar in inventory still.

[10/30/2017 - 01:42:25PM] [Zad]: OnUnequipped(Laniel: Plug (Iron) (Anal))

[10/30/2017 - 01:42:25PM] [Zad]: OnEquipped(): Detected/fixed broken item state. Laniel has rendered Belt in inventory still.

[10/30/2017 - 01:42:25PM] [Zad]: OnUnequipped(Merta: CD Padded Collar Silver)

[10/30/2017 - 01:42:25PM] [Zad]: OnEquipped(): Detected/fixed broken item state. Merta has rendered Anal Plug in inventory still.

[10/30/2017 - 01:42:25PM] [Zad]: OnUnequipped(Laniel: CD Chastity Belt Padded Silver)

[10/30/2017 - 01:42:25PM] [Zad]: OnEquipped(): Detected/fixed broken item state. Merta has rendered Plugs in inventory still.

[10/30/2017 - 01:42:25PM] [Zad]: OnUnequipped(Merta: Plug (Iron) (Anal))

[10/30/2017 - 01:42:25PM] [Zad]: OnEquipped(): Detected/fixed broken item state. Bagamul has rendered Anal Plug in inventory still.

[10/30/2017 - 01:42:25PM] [Zad]: OnUnequipped(Merta: Little Devils Plug -The Tormentor)

[10/30/2017 - 01:42:25PM] [Zad]: OnEquipped(): Detected/fixed broken item state. Greir has rendered Anal Plug in inventory still.

[10/30/2017 - 01:42:25PM] [Zad]: No menus are open. Equipping silently.

[10/30/2017 - 01:42:25PM] [Zad]: OnUnequipped(Bagamul: Plug (Iron) (Anal))

[10/30/2017 - 01:42:25PM] [Zad]: No menus are open. Equipping silently.

[10/30/2017 - 01:42:25PM] [Zad]: No menus are open. Equipping silently.

[10/30/2017 - 01:42:25PM] [Zad]: OnUnequipped(Greir: Plug (Iron) (Anal))

[10/30/2017 - 01:42:25PM] [Zad]: No menus are open. Equipping silently.

[10/30/2017 - 01:42:25PM] [Zad]: OnUnequipped(Raccan: CD Chastity Belt Padded Silver)

[10/30/2017 - 01:42:25PM] [Zad]: OnEquipped(): Detected/fixed broken item state. Greir has rendered Belt in inventory still.

[10/30/2017 - 01:42:25PM] [Zad]: OnEquipped(): Detected/fixed broken item state. Ulabae has rendered Belt in inventory still.

[10/30/2017 - 01:42:25PM] [CRDE] enslaved: CD player is slave 2

[10/30/2017 - 01:42:25PM] [Zad]: OnUnequipped(Greir: CD Chastity Belt Padded Silver)

[10/30/2017 - 01:42:25PM] [CRDE] closest npc(s):

[10/30/2017 - 01:42:25PM] [Zad]: OnEquipped(): Detected/fixed broken item state. Fadril has rendered Belt in inventory still.

[10/30/2017 - 01:42:25PM] [Zad]: OnEquipped(): Detected/fixed broken item state. Hjolfr has rendered Anal Plug in inventory still.

[10/30/2017 - 01:42:25PM] [Zad]: OnEquipped(): Detected/fixed broken item state. Greir has rendered Plugs in inventory still.

[10/30/2017 - 01:42:25PM] [Zad]: OnUnequipped(Fadril: CD Chastity Belt Padded Silver)

[10/30/2017 - 01:42:25PM] [Zad]: OnUnequipped(Hjolfr: Plug (Iron) (Anal))

[10/30/2017 - 01:42:25PM] [Zad]: OnUnequipped(Greir: Little Helpers Plug - Fighters)

[10/30/2017 - 01:42:25PM] [Zad]: OnEquipped(): Detected/fixed broken item state. Hjolfr has rendered Belt in inventory still.

[10/30/2017 - 01:42:25PM] [Zad]: OnEquipped(): Detected/fixed broken item state. Fadril has rendered Pumps in inventory still.

[10/30/2017 - 01:42:26PM] [Zad]: OnEquipped(): Detected/fixed broken item state. Bagamul has rendered Belt in inventory still.

[10/30/2017 - 01:42:26PM] [Zad]: ReEquipExistingDevices() is working:1

[10/30/2017 - 01:42:26PM] [Zad]: OnUnequipped(Hjolfr: CD Chastity Belt Padded Silver)

[10/30/2017 - 01:42:26PM] [Zad]: OnUnequipped(Fadril: Plug (Inflatable) (Anal))

[10/30/2017 - 01:42:26PM] [Zad]: OnUnequipped(Bagamul: CD Chastity Belt Padded Silver)

[10/30/2017 - 01:42:26PM] [Zad]: OnUnequipped(Ulabae: CD Chastity Belt Padded Silver)

[10/30/2017 - 01:42:26PM] [Zad] ((WARNING)): StoreExposureRate called for actor Merta, but actor already has this information stored.

[10/30/2017 - 01:42:26PM] [Zad]: Sending device event DeviceEquippedHarness(Merta:0)

[10/30/2017 - 01:42:26PM] [Zad]: ReEquipExistingDevices() is working:1

[10/30/2017 - 01:42:26PM] [Zad]: Syncing for actor Merta.

[10/30/2017 - 01:42:26PM] [Zad]: SyncInventory(): Npc is equipping Harness.

[10/30/2017 - 01:42:26PM] [Zad]: SyncInventory(): Equipping Harness.

[10/30/2017 - 01:42:26PM] [Zad]: ReEquipExistingDevices() is working:1

[10/30/2017 - 01:42:26PM] [Zad]: RepopulateNpcs()

[10/30/2017 - 01:42:26PM] [Zad]: Not repopulating NPC slots: Feature is disabled.

[10/30/2017 - 01:42:26PM] [Zad]: original exposure rate was 2.000000. Setting to 6.000000.

[10/30/2017 - 01:42:26PM] [Zad]: CorsetMagic(): No corset equipped, done.

[10/30/2017 - 01:42:29PM] [CF][Creature Apply] Not activating ["Hjolfr" [Actor < (250A9937)>]]; creature isn't registered; race=["Nord" [Race <NordRace (00013746)>]] skin=["" [Armor < (00000D64)>]]

[10/30/2017 - 01:42:29PM] [CF][Creature Apply] Not activating ["Bagamul" [Actor < (250A992D)>]]; creature isn't registered; race=["Orc" [Race <OrcRace (00013747)>]] skin=["" [Armor < (00000D64)>]]

[10/30/2017 - 01:42:29PM] [CF][Creature Apply] Not activating ["Lilly" [Actor < (25192579)>]]; creature isn't registered; race=["Horse" [Race <HorseRace (000131FD)>]] skin=["" [Armor < (0008650E)>]]

[10/30/2017 - 01:42:29PM] [CF][Creature Apply] Not activating ["Élan" [Actor < (0008441A)>]]; creature isn't registered; race=["Deer" [Race <ElkRace (000131ED)>]] skin=["Elkmale" [Armor < (0005E979)>]]

[10/30/2017 - 01:42:29PM] [CF][Creature Apply] Not activating ["Merta" [Actor < (250A9935)>]]; creature isn't registered; race=["Nord" [Race <NordRace (00013746)>]] skin=["" [Armor < (00000D64)>]]

[10/30/2017 - 01:42:29PM] [CF][Creature Apply] Not activating ["Laniel" [Actor < (250A9931)>]]; creature isn't registered; race=["Breton" [Race <BretonRace (00013741)>]] skin=["" [Armor < (00000D64)>]]

[10/30/2017 - 01:42:29PM] [CF][Creature Apply] Not activating ["Renard" [Actor < (00105A11)>]]; creature isn't registered; race=["Fox" [Race <FoxRace (00109C7C)>]] skin=["" [Armor < (000829B4)>]]

[10/30/2017 - 01:42:29PM] [CF][Creature Apply] Not activating ["Élan" [Actor < (00097C51)>]]; creature isn't registered; race=["Deer" [Race <ElkRace (000131ED)>]] skin=["Elkmale" [Armor < (0005E979)>]]

[10/30/2017 - 01:42:29PM] [CF][Creature Apply] Not activating ["Chasseur" [Actor < (00097C68)>]]; creature isn't registered; race=["Imperial" [Race <ImperialRace (00013744)>]] skin=["" [Armor < (00000D64)>]]

[10/30/2017 - 01:42:29PM] [CF][Creature Apply] Not activating ["Ulabae" [Actor < (250A993B)>]]; creature isn't registered; race=["Dark Elf" [Race <DarkElfRace (00013742)>]] skin=["" [Armor < (00000D64)>]]

[10/30/2017 - 01:42:29PM] [CF][Creature Apply] Not activating ["Renard" [Actor < (0010839A)>]]; creature isn't registered; race=["Fox" [Race <FoxRace (00109C7C)>]] skin=["" [Armor < (000829B4)>]]

[10/30/2017 - 01:42:29PM] [CF][Creature Apply] Not activating ["Raccan" [Actor < (250A993F)>]]; creature isn't registered; race=["Redguard" [Race <RedguardRace (00013748)>]] skin=["" [Armor < (00000D64)>]]

[10/30/2017 - 01:42:29PM] [CF][Creature Apply] Not activating ["Greir" [Actor < (250A9933)>]]; creature isn't registered; race=["Nord" [Race <NordRace (00013746)>]] skin=["" [Armor < (00000D64)>]]

[10/30/2017 - 01:42:30PM] [CF][Creature Apply] Not activating ["Fadril" [Actor < (250A9939)>]]; creature isn't registered; race=["Wood Elf" [Race <WoodElfRace (00013749)>]] skin=["" [Armor < (00000D64)>]]

[10/30/2017 - 01:42:30PM] [CF][Creature Apply] Not activating ["Élan" [Actor < (00084419)>]]; creature isn't registered; race=["Deer" [Race <ElkRace (000131ED)>]] skin=["Elkmale" [Armor < (0005E979)>]]

[10/30/2017 - 01:42:30PM] [CF][Creature Apply] Not activating ["Elfe noir" [Actor < (00097C02)>]]; creature isn't registered; race=["Dark Elf" [Race <DarkElfRace (00013742)>]] skin=["" [Armor < (00000D64)>]]

[10/30/2017 - 01:42:39PM] VM is freezing...

[10/30/2017 - 01:42:39PM] VM is frozen

[10/30/2017 - 01:42:40PM] Saving game...

[10/30/2017 - 01:42:50PM] VM is thawing...

[10/30/2017 - 01:42:50PM] [DLC2PillarBuilderActorScript < (040177DD)>]OnPackageStart()

[10/30/2017 - 01:42:50PM] @@ TOOLS :ReleaseSpectators

[10/30/2017 - 01:42:50PM] [DCL1VampireTurnPlayerScript <alias Player on quest DLC1VampireTurn (0200588C)>]OnLocationChange()

[10/30/2017 - 01:42:50PM] [bYOHHouseBuildingPlayerScript <alias Player on quest BYOHHouseBuilding (0300305D)>]: None, [Location < (00018A5A)>]

[10/30/2017 - 01:42:50PM] [dlc1radiantscript <DLC1Radiant (02004C1C)>]CreateQuestBasedOnLocation([Location < (00018A5A)>])

[10/30/2017 - 01:42:50PM] [byohhousebuildingscript <BYOHHouseBuilding (0300305D)>] PlayerChangeLocation: oldloc=None, newloc=[Location < (00018A5A)>]

[10/30/2017 - 01:42:50PM] [DLC2PillarBuilderActorScript < (040177DB)>]OnPackageStart()

[10/30/2017 - 01:42:50PM] SLKR: One hour passes. Checking ...

[10/30/2017 - 01:42:51PM] SLKR: Walled city

[10/30/2017 - 01:42:51PM] [dlc1radiantscript <DLC1Radiant (02004C1C)>]CreateQuestBasedOnLocation([Location < (00018A5A)>]) is NOT creating a quest: as Location is neither DLC1HunterHQLocation nor DLC1VampireCastleLocation

[10/30/2017 - 01:42:51PM] [Zad]: ZadNpc::OnUpdateGameTime()

[10/30/2017 - 01:42:51PM] Updating Orphanables Status: ------------------------

[10/30/2017 - 01:42:51PM] [Zad]: ZadNpc::DoRegister(1.499989)

[10/30/2017 - 01:42:51PM] [Zad]: UpdateExposure([Actor < (00000014)>],0.500000,False)

[10/30/2017 - 01:42:51PM] [CF][Creature Apply] Not activating ["Garde de Solitude" [Actor < (0002E1D2)>]]; creature isn't registered; race=["Nord" [Race <NordRace (00013746)>]] skin=["" [Armor < (00000D64)>]]

[10/30/2017 - 01:42:51PM] SLKR: 1 nearby NPCs

[10/30/2017 - 01:42:51PM] SLKR: Calculated chance is -35%

[10/30/2017 - 01:42:51PM] @@ TOOLS :Location cell= type=0

[10/30/2017 - 01:42:51PM] [CF][Creature Apply] Not activating ["Dervenin" [Actor < (000198DC)>]]; creature isn't registered; race=["Wood Elf" [Race <WoodElfRace (00013749)>]] skin=["" [Armor < (00000D64)>]]

[10/30/2017 - 01:42:51PM] [Zad]: Finished processing events. Re-Polling..

[10/30/2017 - 01:42:51PM] [CF][Creature Apply] Not activating ["Garde de Solitude" [Actor < (0002E1DF)>]]; creature isn't registered; race=["Nord" [Race <NordRace (00013746)>]] skin=["" [Armor < (00000D64)>]]

[10/30/2017 - 01:42:51PM] SOS Actor Schlongify: new schlong for Garde de Solitude got schlong index 0 size 6

[10/30/2017 - 01:42:51PM] SOS Actor Schlongify: new schlong for Garde de Solitude got schlong index 0 size 8

[10/30/2017 - 01:42:51PM] [Zad]: UpdateExposure([Actor < (00000014)>],0.500000,False)

[10/30/2017 - 01:42:51PM] [CF][Creature Apply] Not activating ["Melaran" [WIDeadBodyCleanupScript < (0001A638)>]]; creature isn't registered; race=["High Elf" [Race <HighElfRace (00013743)>]] skin=["" [Armor < (00000D64)>]]

[10/30/2017 - 01:42:51PM] SOS Actor Schlongify: new schlong for Melaran got schlong index 0 size 4

[10/30/2017 - 01:42:51PM] SOS MarkArmorAsConcealing: registering armor as concealing Robe de mage bleue

[10/30/2017 - 01:42:51PM] [Zad]: CheckAllEvents()

[10/30/2017 - 01:42:52PM] [Zad]: Processing [Plug Moan]

[10/30/2017 - 01:42:52PM] [Zad]: Config Interval:1.500000. Total number of events: 1. Next staggered update in 1.500000

[10/30/2017 - 01:42:52PM] -------------------

[10/30/2017 - 01:42:53PM] [DLC2PillarBuilderActorScript < (040177DB)>]OnPackageStart()

[10/30/2017 - 01:42:55PM] RNPC: Periodic update check.

[10/30/2017 - 01:42:56PM] [DLC2PillarBuilderActorScript < (040177DB)>]OnPackageStart()

[10/30/2017 - 01:42:57PM] [CRDE] invalid: Fadril actor is too far away from player now

[10/30/2017 - 01:42:57PM] [CRDE] invalid: Laniel actor is too far away from player now

[10/30/2017 - 01:42:57PM] [CRDE] invalid: Hjolfr actor is too far away from player now

[10/30/2017 - 01:42:57PM] [CRDE] invalid: Bagamul actor is too far away from player now

[10/30/2017 - 01:42:57PM] [CRDE] invalid: Merta actor is too far away from player now

[10/30/2017 - 01:42:57PM] [CRDE] invalid: Merta actor is too far away from player now

[10/30/2017 - 01:42:57PM] [CRDE] No nearby NPCs, leaving early

[10/30/2017 - 01:42:57PM] [CRDE] OnUpdate time:32.237999

[10/30/2017 - 01:42:58PM] [DLC2PillarBuilderActorScript < (040177DB)>]OnPackageStart()

[10/30/2017 - 01:43:08PM] VM is freezing...

[10/30/2017 - 01:43:08PM] VM is frozen

[10/30/2017 - 01:43:09PM] Saving game...

[10/30/2017 - 01:43:18PM] VM is thawing...

[10/30/2017 - 01:43:18PM] [DLC2PillarBuilderActorScript < (040177DB)>]OnPackageStart()

[10/30/2017 - 01:43:18PM] @@ TOOLS :ReleaseSpectators

[10/30/2017 - 01:43:18PM] [bYOHHouseBuildingPlayerScript <alias Player on quest BYOHHouseBuilding (0300305D)>]: [Location < (00018A5A)>], [Location < (00018A53)>]

[10/30/2017 - 01:43:18PM] [byohhousebuildingscript <BYOHHouseBuilding (0300305D)>] PlayerChangeLocation: oldloc=[Location < (00018A5A)>], newloc=[Location < (00018A53)>]

[10/30/2017 - 01:43:18PM] [DCL1VampireTurnPlayerScript <alias Player on quest DLC1VampireTurn (0200588C)>]OnLocationChange()

[10/30/2017 - 01:43:18PM] [dlc1radiantscript <DLC1Radiant (02004C1C)>]CreateQuestBasedOnLocation([Location < (00018A53)>])

[10/30/2017 - 01:43:18PM] SLKR: One hour passes. Checking ...

[10/30/2017 - 01:43:18PM] SLKR: Night

[10/30/2017 - 01:43:18PM] SLKR: Non-walled city

[10/30/2017 - 01:43:19PM] [dlc1radiantscript <DLC1Radiant (02004C1C)>]CreateQuestBasedOnLocation([Location < (00018A53)>]) is NOT creating a quest: as Location is neither DLC1HunterHQLocation nor DLC1VampireCastleLocation

[10/30/2017 - 01:43:19PM] [Zad]: ZadNpc::OnUpdateGameTime()

[10/30/2017 - 01:43:19PM] Updating Orphanables Status: ------------------------

[10/30/2017 - 01:43:19PM] [Zad]: ZadNpc::DoRegister(1.499979)

[10/30/2017 - 01:43:19PM] [Zad]: UpdateExposure([Actor < (00000014)>],0.500000,False)

[10/30/2017 - 01:43:19PM] SOS Actor Schlongify: new schlong for Thonnir got schlong index 0 size 5

[10/30/2017 - 01:43:19PM] @@ TOOLS :Location cell= type=1

[10/30/2017 - 01:43:19PM] SLKR: 3 nearby NPCs

[10/30/2017 - 01:43:19PM] SLKR: Calculated chance is 5%

[10/30/2017 - 01:43:19PM] [Zad]: Finished processing events. Re-Polling..

[10/30/2017 - 01:43:19PM] [Zad]: UpdateExposure([Actor < (00000014)>],0.500000,False)

[10/30/2017 - 01:43:19PM] [Zad]: CheckAllEvents()

[10/30/2017 - 01:43:19PM] SOS Actor Schlongify: new schlong for Garde de Morthal got schlong index 0 size 6

[10/30/2017 - 01:43:20PM] SOS Actor Schlongify: new schlong for Benor got schlong index 0 size 7

[10/30/2017 - 01:43:20PM] SOS Actor Schlongify: new schlong for Jorgen got schlong index 0 size 1

[10/30/2017 - 01:43:20PM] SOS Actor Schlongify: new schlong for Garde de Morthal got schlong index 0 size 9

[10/30/2017 - 01:43:20PM] SOS Actor Schlongify: new schlong for Garde de Morthal got schlong index 0 size 4

[10/30/2017 - 01:43:20PM] SOS Actor Schlongify: new schlong for Légat Taurinus Duilis got schlong index 0 size 4

[10/30/2017 - 01:43:20PM] SOS Actor Schlongify: new schlong for Aslfur got schlong index 0 size 9

[10/30/2017 - 01:43:20PM] [Zad]: Processing [Restraints+Armor]

[10/30/2017 - 01:43:20PM] -------------------

[10/30/2017 - 01:43:20PM] [Zad]: Config Interval:1.500000. Total number of events: 1. Next staggered update in 1.500000

[10/30/2017 - 01:43:33PM] [CF][Creature Apply] Not activating ["Garde de Morthal" [Actor < (0002C82B)>]]; creature isn't registered; race=["Nord" [Race <NordRace (00013746)>]] skin=["" [Armor < (00000D64)>]]

[10/30/2017 - 01:43:33PM] [CF][Creature Apply] Not activating ["Garde de Morthal" [Actor < (0002C822)>]]; creature isn't registered; race=["Nord" [Race <NordRace (00013746)>]] skin=["" [Armor < (00000D64)>]]

[10/30/2017 - 01:43:33PM] [CF][Creature Apply] Not activating ["Garde de Morthal" [Actor < (0002C823)>]]; creature isn't registered; race=["Nord" [Race <NordRace (00013746)>]] skin=["" [Armor < (00000D64)>]]

[10/30/2017 - 01:43:33PM] [CF][Creature Apply] Not activating ["Thonnir" [Actor < (0001AA6B)>]]; creature isn't registered; race=["Nord" [Race <NordRace (00013746)>]] skin=["" [Armor < (00000D64)>]]

[10/30/2017 - 01:43:33PM] [CF][Creature Apply] Not activating ["Poulet" [Actor < (001066D8)>]]; creature isn't registered; race=["rabbit" [Race <ChickenRace (000A919D)>]] skin=["Poulet" [Armor < (000A919C)>]]

[10/30/2017 - 01:43:33PM] [CF][Creature Apply] Not activating ["Légat Taurinus Duilis" [CWFieldCOCrimeFactionScript < (00077DD7)>]]; creature isn't registered; race=["Imperial" [Race <ImperialRace (00013744)>]] skin=["" [Armor < (00000D64)>]]

[10/30/2017 - 01:43:33PM] [CF][Creature Apply] Not activating ["Garde de Morthal" [Actor < (0002C82C)>]]; creature isn't registered; race=["Nord" [Race <NordRace (00013746)>]] skin=["" [Armor < (00000D64)>]]

[10/30/2017 - 01:43:33PM] [CF][Creature Apply] Not activating ["Poulet" [Actor < (001066D7)>]]; creature isn't registered; race=["rabbit" [Race <ChickenRace (000A919D)>]] skin=["Poulet" [Armor < (000A919C)>]]

[10/30/2017 - 01:43:33PM] [CF][Creature Apply] Not activating ["Poulet" [Actor < (001066D9)>]]; creature isn't registered; race=["rabbit" [Race <ChickenRace (000A919D)>]] skin=["Poulet" [Armor < (000A919C)>]]

[10/30/2017 - 01:43:33PM] [CF][Creature Apply] Not activating ["Benor" [Actor < (0001AA65)>]]; creature isn't registered; race=["Nord" [Race <NordRace (00013746)>]] skin=["" [Armor < (00000D64)>]]

[10/30/2017 - 01:43:33PM] [CF][Creature Apply] Not activating ["Jorgen" [Actor < (0001AA60)>]]; creature isn't registered; race=["Nord" [Race <NordRace (00013746)>]] skin=["" [Armor < (00000D64)>]]

[10/30/2017 - 01:43:33PM] [CF][Creature Apply] Not activating ["Lami" [TrainerGoldScript < (0001AA61)>]]; creature isn't registered; race=["Nord" [Race <NordRace (00013746)>]] skin=["" [Armor < (00000D64)>]]

[10/30/2017 - 01:43:33PM] [CF][Creature Apply] Not activating ["Aslfur" [Actor < (0001AA68)>]]; creature isn't registered; race=["Nord" [Race <NordRace (00013746)>]] skin=["" [Armor < (00000D64)>]]

[10/30/2017 - 01:43:37PM] [DD] Hotkey pushed: 39 Player in thread: -1

[10/30/2017 - 01:43:37PM] [DD] HOTKEYS: (Drain): 56 (Death):184

[10/30/2017 - 01:43:37PM] ERROR: Array index 28 is out of range (0-9)

stack:

    [HoSLDDMain (1D00B46E)].hoslddmain.GetClosestActor() - "HoSLDDMain.psc" Line 196

    [HoSLDDMain (1D00B46E)].hoslddmain.StartKissing() - "HoSLDDMain.psc" Line 219

    [HoSLDDMain (1D00B46E)].hoslddmain.OnKeyDown() - "HoSLDDMain.psc" Line 154

[10/30/2017 - 01:43:37PM] ERROR: Array index 28 is out of range (0-9)

stack:

    [HoSLDDMain (1D00B46E)].hoslddmain.GetClosestActor() - "HoSLDDMain.psc" Line 196

    [HoSLDDMain (1D00B46E)].hoslddmain.StartKissing() - "HoSLDDMain.psc" Line 219

    [HoSLDDMain (1D00B46E)].hoslddmain.OnKeyDown() - "HoSLDDMain.psc" Line 154

[10/30/2017 - 01:43:37PM] ERROR: Array index 27 is out of range (0-9)

stack:

    [HoSLDDMain (1D00B46E)].hoslddmain.GetClosestActor() - "HoSLDDMain.psc" Line 196

    [HoSLDDMain (1D00B46E)].hoslddmain.StartKissing() - "HoSLDDMain.psc" Line 219

    [HoSLDDMain (1D00B46E)].hoslddmain.OnKeyDown() - "HoSLDDMain.psc" Line 154

[10/30/2017 - 01:43:37PM] ERROR: Array index 27 is out of range (0-9)

stack:

    [HoSLDDMain (1D00B46E)].hoslddmain.GetClosestActor() - "HoSLDDMain.psc" Line 196

    [HoSLDDMain (1D00B46E)].hoslddmain.StartKissing() - "HoSLDDMain.psc" Line 219

    [HoSLDDMain (1D00B46E)].hoslddmain.OnKeyDown() - "HoSLDDMain.psc" Line 154

[10/30/2017 - 01:43:37PM] ERROR: Array index 26 is out of range (0-9)

stack:

    [HoSLDDMain (1D00B46E)].hoslddmain.GetClosestActor() - "HoSLDDMain.psc" Line 196

    [HoSLDDMain (1D00B46E)].hoslddmain.StartKissing() - "HoSLDDMain.psc" Line 219

    [HoSLDDMain (1D00B46E)].hoslddmain.OnKeyDown() - "HoSLDDMain.psc" Line 154

[10/30/2017 - 01:43:37PM] ERROR: Array index 26 is out of range (0-9)

stack:

    [HoSLDDMain (1D00B46E)].hoslddmain.GetClosestActor() - "HoSLDDMain.psc" Line 196

    [HoSLDDMain (1D00B46E)].hoslddmain.StartKissing() - "HoSLDDMain.psc" Line 219

    [HoSLDDMain (1D00B46E)].hoslddmain.OnKeyDown() - "HoSLDDMain.psc" Line 154

[10/30/2017 - 01:43:37PM] ERROR: Array index 25 is out of range (0-9)

stack:

    [HoSLDDMain (1D00B46E)].hoslddmain.GetClosestActor() - "HoSLDDMain.psc" Line 196

    [HoSLDDMain (1D00B46E)].hoslddmain.StartKissing() - "HoSLDDMain.psc" Line 219

    [HoSLDDMain (1D00B46E)].hoslddmain.OnKeyDown() - "HoSLDDMain.psc" Line 154

[10/30/2017 - 01:43:37PM] ERROR: Array index 25 is out of range (0-9)

stack:

    [HoSLDDMain (1D00B46E)].hoslddmain.GetClosestActor() - "HoSLDDMain.psc" Line 196

    [HoSLDDMain (1D00B46E)].hoslddmain.StartKissing() - "HoSLDDMain.psc" Line 219

    [HoSLDDMain (1D00B46E)].hoslddmain.OnKeyDown() - "HoSLDDMain.psc" Line 154

[10/30/2017 - 01:43:37PM] ERROR: Array index 24 is out of range (0-9)

stack:

    [HoSLDDMain (1D00B46E)].hoslddmain.GetClosestActor() - "HoSLDDMain.psc" Line 196

    [HoSLDDMain (1D00B46E)].hoslddmain.StartKissing() - "HoSLDDMain.psc" Line 219

    [HoSLDDMain (1D00B46E)].hoslddmain.OnKeyDown() - "HoSLDDMain.psc" Line 154

[10/30/2017 - 01:43:37PM] ERROR: Array index 24 is out of range (0-9)

stack:

    [HoSLDDMain (1D00B46E)].hoslddmain.GetClosestActor() - "HoSLDDMain.psc" Line 196

    [HoSLDDMain (1D00B46E)].hoslddmain.StartKissing() - "HoSLDDMain.psc" Line 219

    [HoSLDDMain (1D00B46E)].hoslddmain.OnKeyDown() - "HoSLDDMain.psc" Line 154

[10/30/2017 - 01:43:37PM] ERROR: Array index 23 is out of range (0-9)

stack:

    [HoSLDDMain (1D00B46E)].hoslddmain.GetClosestActor() - "HoSLDDMain.psc" Line 196

    [HoSLDDMain (1D00B46E)].hoslddmain.StartKissing() - "HoSLDDMain.psc" Line 219

    [HoSLDDMain (1D00B46E)].hoslddmain.OnKeyDown() - "HoSLDDMain.psc" Line 154

[10/30/2017 - 01:43:37PM] ERROR: Array index 23 is out of range (0-9)

stack:

    [HoSLDDMain (1D00B46E)].hoslddmain.GetClosestActor() - "HoSLDDMain.psc" Line 196

    [HoSLDDMain (1D00B46E)].hoslddmain.StartKissing() - "HoSLDDMain.psc" Line 219

    [HoSLDDMain (1D00B46E)].hoslddmain.OnKeyDown() - "HoSLDDMain.psc" Line 154

[10/30/2017 - 01:43:37PM] ERROR: Array index 22 is out of range (0-9)

stack:

    [HoSLDDMain (1D00B46E)].hoslddmain.GetClosestActor() - "HoSLDDMain.psc" Line 196

    [HoSLDDMain (1D00B46E)].hoslddmain.StartKissing() - "HoSLDDMain.psc" Line 219

    [HoSLDDMain (1D00B46E)].hoslddmain.OnKeyDown() - "HoSLDDMain.psc" Line 154

[10/30/2017 - 01:43:37PM] ERROR: Array index 22 is out of range (0-9)

stack:

    [HoSLDDMain (1D00B46E)].hoslddmain.GetClosestActor() - "HoSLDDMain.psc" Line 196

    [HoSLDDMain (1D00B46E)].hoslddmain.StartKissing() - "HoSLDDMain.psc" Line 219

    [HoSLDDMain (1D00B46E)].hoslddmain.OnKeyDown() - "HoSLDDMain.psc" Line 154

[10/30/2017 - 01:43:37PM] ERROR: Array index 21 is out of range (0-9)

stack:

    [HoSLDDMain (1D00B46E)].hoslddmain.GetClosestActor() - "HoSLDDMain.psc" Line 196

    [HoSLDDMain (1D00B46E)].hoslddmain.StartKissing() - "HoSLDDMain.psc" Line 219

    [HoSLDDMain (1D00B46E)].hoslddmain.OnKeyDown() - "HoSLDDMain.psc" Line 154

[10/30/2017 - 01:43:37PM] ERROR: Array index 21 is out of range (0-9)

stack:

    [HoSLDDMain (1D00B46E)].hoslddmain.GetClosestActor() - "HoSLDDMain.psc" Line 196

    [HoSLDDMain (1D00B46E)].hoslddmain.StartKissing() - "HoSLDDMain.psc" Line 219

    [HoSLDDMain (1D00B46E)].hoslddmain.OnKeyDown() - "HoSLDDMain.psc" Line 154

[10/30/2017 - 01:43:37PM] ERROR: Array index 20 is out of range (0-9)

stack:

    [HoSLDDMain (1D00B46E)].hoslddmain.GetClosestActor() - "HoSLDDMain.psc" Line 196

    [HoSLDDMain (1D00B46E)].hoslddmain.StartKissing() - "HoSLDDMain.psc" Line 219

    [HoSLDDMain (1D00B46E)].hoslddmain.OnKeyDown() - "HoSLDDMain.psc" Line 154

[10/30/2017 - 01:43:37PM] ERROR: Array index 20 is out of range (0-9)

stack:

    [HoSLDDMain (1D00B46E)].hoslddmain.GetClosestActor() - "HoSLDDMain.psc" Line 196

    [HoSLDDMain (1D00B46E)].hoslddmain.StartKissing() - "HoSLDDMain.psc" Line 219

    [HoSLDDMain (1D00B46E)].hoslddmain.OnKeyDown() - "HoSLDDMain.psc" Line 154

[10/30/2017 - 01:43:37PM] ERROR: Array index 19 is out of range (0-9)

stack:

    [HoSLDDMain (1D00B46E)].hoslddmain.GetClosestActor() - "HoSLDDMain.psc" Line 196

    [HoSLDDMain (1D00B46E)].hoslddmain.StartKissing() - "HoSLDDMain.psc" Line 219

    [HoSLDDMain (1D00B46E)].hoslddmain.OnKeyDown() - "HoSLDDMain.psc" Line 154

[10/30/2017 - 01:43:37PM] ERROR: Array index 19 is out of range (0-9)

stack:

    [HoSLDDMain (1D00B46E)].hoslddmain.GetClosestActor() - "HoSLDDMain.psc" Line 196

    [HoSLDDMain (1D00B46E)].hoslddmain.StartKissing() - "HoSLDDMain.psc" Line 219

    [HoSLDDMain (1D00B46E)].hoslddmain.OnKeyDown() - "HoSLDDMain.psc" Line 154

[10/30/2017 - 01:43:37PM] ERROR: Array index 18 is out of range (0-9)

stack:

    [HoSLDDMain (1D00B46E)].hoslddmain.GetClosestActor() - "HoSLDDMain.psc" Line 196

    [HoSLDDMain (1D00B46E)].hoslddmain.StartKissing() - "HoSLDDMain.psc" Line 219

    [HoSLDDMain (1D00B46E)].hoslddmain.OnKeyDown() - "HoSLDDMain.psc" Line 154

[10/30/2017 - 01:43:37PM] ERROR: Array index 18 is out of range (0-9)

stack:

    [HoSLDDMain (1D00B46E)].hoslddmain.GetClosestActor() - "HoSLDDMain.psc" Line 196

    [HoSLDDMain (1D00B46E)].hoslddmain.StartKissing() - "HoSLDDMain.psc" Line 219

    [HoSLDDMain (1D00B46E)].hoslddmain.OnKeyDown() - "HoSLDDMain.psc" Line 154

[10/30/2017 - 01:43:37PM] ERROR: Array index 17 is out of range (0-9)

stack:

    [HoSLDDMain (1D00B46E)].hoslddmain.GetClosestActor() - "HoSLDDMain.psc" Line 196

    [HoSLDDMain (1D00B46E)].hoslddmain.StartKissing() - "HoSLDDMain.psc" Line 219

    [HoSLDDMain (1D00B46E)].hoslddmain.OnKeyDown() - "HoSLDDMain.psc" Line 154

[10/30/2017 - 01:43:37PM] ERROR: Array index 17 is out of range (0-9)

stack:

    [HoSLDDMain (1D00B46E)].hoslddmain.GetClosestActor() - "HoSLDDMain.psc" Line 196

    [HoSLDDMain (1D00B46E)].hoslddmain.StartKissing() - "HoSLDDMain.psc" Line 219

    [HoSLDDMain (1D00B46E)].hoslddmain.OnKeyDown() - "HoSLDDMain.psc" Line 154

[10/30/2017 - 01:43:37PM] ERROR: Array index 16 is out of range (0-9)

stack:

    [HoSLDDMain (1D00B46E)].hoslddmain.GetClosestActor() - "HoSLDDMain.psc" Line 196

    [HoSLDDMain (1D00B46E)].hoslddmain.StartKissing() - "HoSLDDMain.psc" Line 219

    [HoSLDDMain (1D00B46E)].hoslddmain.OnKeyDown() - "HoSLDDMain.psc" Line 154

[10/30/2017 - 01:43:37PM] ERROR: Array index 16 is out of range (0-9)

stack:

    [HoSLDDMain (1D00B46E)].hoslddmain.GetClosestActor() - "HoSLDDMain.psc" Line 196

    [HoSLDDMain (1D00B46E)].hoslddmain.StartKissing() - "HoSLDDMain.psc" Line 219

    [HoSLDDMain (1D00B46E)].hoslddmain.OnKeyDown() - "HoSLDDMain.psc" Line 154

[10/30/2017 - 01:43:37PM] ERROR: Array index 15 is out of range (0-9)

stack:

    [HoSLDDMain (1D00B46E)].hoslddmain.GetClosestActor() - "HoSLDDMain.psc" Line 196

    [HoSLDDMain (1D00B46E)].hoslddmain.StartKissing() - "HoSLDDMain.psc" Line 219

    [HoSLDDMain (1D00B46E)].hoslddmain.OnKeyDown() - "HoSLDDMain.psc" Line 154

[10/30/2017 - 01:43:37PM] ERROR: Array index 15 is out of range (0-9)

stack:

    [HoSLDDMain (1D00B46E)].hoslddmain.GetClosestActor() - "HoSLDDMain.psc" Line 196

    [HoSLDDMain (1D00B46E)].hoslddmain.StartKissing() - "HoSLDDMain.psc" Line 219

    [HoSLDDMain (1D00B46E)].hoslddmain.OnKeyDown() - "HoSLDDMain.psc" Line 154

[10/30/2017 - 01:43:37PM] ERROR: Array index 14 is out of range (0-9)

stack:

    [HoSLDDMain (1D00B46E)].hoslddmain.GetClosestActor() - "HoSLDDMain.psc" Line 196

    [HoSLDDMain (1D00B46E)].hoslddmain.StartKissing() - "HoSLDDMain.psc" Line 219

    [HoSLDDMain (1D00B46E)].hoslddmain.OnKeyDown() - "HoSLDDMain.psc" Line 154

[10/30/2017 - 01:43:37PM] ERROR: Array index 14 is out of range (0-9)

stack:

    [HoSLDDMain (1D00B46E)].hoslddmain.GetClosestActor() - "HoSLDDMain.psc" Line 196

    [HoSLDDMain (1D00B46E)].hoslddmain.StartKissing() - "HoSLDDMain.psc" Line 219

    [HoSLDDMain (1D00B46E)].hoslddmain.OnKeyDown() - "HoSLDDMain.psc" Line 154

[10/30/2017 - 01:43:37PM] ERROR: Array index 13 is out of range (0-9)

stack:

    [HoSLDDMain (1D00B46E)].hoslddmain.GetClosestActor() - "HoSLDDMain.psc" Line 196

    [HoSLDDMain (1D00B46E)].hoslddmain.StartKissing() - "HoSLDDMain.psc" Line 219

    [HoSLDDMain (1D00B46E)].hoslddmain.OnKeyDown() - "HoSLDDMain.psc" Line 154

[10/30/2017 - 01:43:37PM] ERROR: Array index 13 is out of range (0-9)

stack:

    [HoSLDDMain (1D00B46E)].hoslddmain.GetClosestActor() - "HoSLDDMain.psc" Line 196

    [HoSLDDMain (1D00B46E)].hoslddmain.StartKissing() - "HoSLDDMain.psc" Line 219

    [HoSLDDMain (1D00B46E)].hoslddmain.OnKeyDown() - "HoSLDDMain.psc" Line 154

[10/30/2017 - 01:43:37PM] ERROR: Array index 12 is out of range (0-9)

stack:

    [HoSLDDMain (1D00B46E)].hoslddmain.GetClosestActor() - "HoSLDDMain.psc" Line 196

    [HoSLDDMain (1D00B46E)].hoslddmain.StartKissing() - "HoSLDDMain.psc" Line 219

    [HoSLDDMain (1D00B46E)].hoslddmain.OnKeyDown() - "HoSLDDMain.psc" Line 154

[10/30/2017 - 01:43:37PM] ERROR: Array index 12 is out of range (0-9)

stack:

    [HoSLDDMain (1D00B46E)].hoslddmain.GetClosestActor() - "HoSLDDMain.psc" Line 196

    [HoSLDDMain (1D00B46E)].hoslddmain.StartKissing() - "HoSLDDMain.psc" Line 219

    [HoSLDDMain (1D00B46E)].hoslddmain.OnKeyDown() - "HoSLDDMain.psc" Line 154

[10/30/2017 - 01:43:37PM] ERROR: Array index 11 is out of range (0-9)

stack:

    [HoSLDDMain (1D00B46E)].hoslddmain.GetClosestActor() - "HoSLDDMain.psc" Line 196

    [HoSLDDMain (1D00B46E)].hoslddmain.StartKissing() - "HoSLDDMain.psc" Line 219

    [HoSLDDMain (1D00B46E)].hoslddmain.OnKeyDown() - "HoSLDDMain.psc" Line 154

[10/30/2017 - 01:43:37PM] ERROR: Array index 11 is out of range (0-9)

stack:

    [HoSLDDMain (1D00B46E)].hoslddmain.GetClosestActor() - "HoSLDDMain.psc" Line 196

    [HoSLDDMain (1D00B46E)].hoslddmain.StartKissing() - "HoSLDDMain.psc" Line 219

    [HoSLDDMain (1D00B46E)].hoslddmain.OnKeyDown() - "HoSLDDMain.psc" Line 154

[10/30/2017 - 01:43:37PM] ERROR: Array index 10 is out of range (0-9)

stack:

    [HoSLDDMain (1D00B46E)].hoslddmain.GetClosestActor() - "HoSLDDMain.psc" Line 196

    [HoSLDDMain (1D00B46E)].hoslddmain.StartKissing() - "HoSLDDMain.psc" Line 219

    [HoSLDDMain (1D00B46E)].hoslddmain.OnKeyDown() - "HoSLDDMain.psc" Line 154

[10/30/2017 - 01:43:37PM] ERROR: Array index 10 is out of range (0-9)

stack:

    [HoSLDDMain (1D00B46E)].hoslddmain.GetClosestActor() - "HoSLDDMain.psc" Line 196

    [HoSLDDMain (1D00B46E)].hoslddmain.StartKissing() - "HoSLDDMain.psc" Line 219

    [HoSLDDMain (1D00B46E)].hoslddmain.OnKeyDown() - "HoSLDDMain.psc" Line 154

[10/30/2017 - 01:43:39PM] [sGO] UpdateLoop:Begin

[10/30/2017 - 01:43:39PM] [sGO] UpdateLoop:Done

[10/30/2017 - 01:43:41PM] SOS Actor Schlongify: new schlong for Gorm got schlong index 0 size 3

[10/30/2017 - 01:43:42PM] [CF][Creature Apply] Not activating ["Vasard" [Actor < (0010832F)>]]; creature isn't registered; race=["Vasard" [Race <MudcrabRace (000BA545)>]] skin=["" [Armor < (000E40BA)>]]

[10/30/2017 - 01:43:42PM] [CF][Creature Apply] Not activating ["Gorm" [Actor < (0001AA69)>]]; creature isn't registered; race=["Nord" [Race <NordRace (00013746)>]] skin=["" [Armor < (00000D64)>]]

[10/30/2017 - 01:43:42PM] [CF][Creature Apply] Not activating ["Vasard" [Actor < (00108330)>]]; creature isn't registered; race=["Vasard" [Race <MudcrabRace (000BA545)>]] skin=["" [Armor < (000E40BB)>]]

[10/30/2017 - 01:43:44PM] ERROR:  (000844A5): cannot enable an object with an enable state parent.

stack:

    [ (000844A5)].lvlpredatorscript.Enable() - "<native>" Line ?

    [ (000844A5)].lvlpredatorscript.OnCellLoad() - "LvlPredatorScript.psc" Line 26

[10/30/2017 - 01:43:44PM] ERROR:  (000844A3): cannot enable an object with an enable state parent.

stack:

    [ (000844A3)].lvlpredatorscript.Enable() - "<native>" Line ?

    [ (000844A3)].lvlpredatorscript.OnCellLoad() - "LvlPredatorScript.psc" Line 26

[10/30/2017 - 01:43:44PM] ERROR:  (000844A4): cannot enable an object with an enable state parent.

stack:

    [ (000844A4)].lvlpredatorscript.Enable() - "<native>" Line ?

    [ (000844A4)].lvlpredatorscript.OnCellLoad() - "LvlPredatorScript.psc" Line 26

[10/30/2017 - 01:43:46PM] SOS Actor Schlongify: new schlong for Garde de Morthal got schlong index 0 size 6

[10/30/2017 - 01:45:00PM] [CF][Creature Apply] Not activating ["Vasard" [Actor < (0010832E)>]]; creature isn't registered; race=["Vasard" [Race <MudcrabRace (000BA545)>]] skin=["" [Armor < (000E40BB)>]]

[10/30/2017 - 01:45:07PM] [CF][Creature Apply] Not activating ["Alva" [Actor < (0001AA5C)>]]; creature isn't registered; race=["Nord" [Race <NordRace (00013746)>]] skin=["" [Armor < (00000D64)>]]

[10/30/2017 - 01:45:10PM] RNPC: Periodic update check.

[10/30/2017 - 01:45:12PM] [sGO] UpdateLoop:Begin

[10/30/2017 - 01:45:12PM] [sGO] UpdateLoop:Done

[10/30/2017 - 01:45:13PM] [CF][Creature Apply] Not activating ["Chevreuil" [Actor < (000844D4)>]]; creature isn't registered; race=["Deer" [Race <DeerRace (000CF89B)>]] skin=["Renne" [Armor < (000CF89C)>]]

[10/30/2017 - 01:45:13PM] [CF][Creature Apply] Not activating ["Chevreuil" [Actor < (000844D3)>]]; creature isn't registered; race=["Deer" [Race <DeerRace (000CF89B)>]] skin=["Renne" [Armor < (000CF89C)>]]

[10/30/2017 - 01:45:14PM] [CF][Creature Apply] Not activating ["Élan" [Actor < (000844D2)>]]; creature isn't registered; race=["Deer" [Race <ElkRace (000131ED)>]] skin=["Elkmale" [Armor < (0005E979)>]]

[10/30/2017 - 01:45:16PM] ERROR: Cannot call GetValue() on a None object, aborting function call

stack:

    [ (000E1493)].critterSpawn01.IsActiveTime() - "CritterSpawn.psc" Line 196

    [ (000E1493)].critterSpawn01.ShouldSpawn() - "CritterSpawn.psc" Line 185

    [ (000E1493)].critterSpawn01.OnLoad() - "CritterSpawn.psc" Line 79

[10/30/2017 - 01:45:16PM] warning: Assigning None to a non-object variable named "::temp26"

stack:

    [ (000E1493)].critterSpawn01.IsActiveTime() - "CritterSpawn.psc" Line 196

    [ (000E1493)].critterSpawn01.ShouldSpawn() - "CritterSpawn.psc" Line 185

    [ (000E1493)].critterSpawn01.OnLoad() - "CritterSpawn.psc" Line 79

[10/30/2017 - 01:45:17PM] @@ TOOLS :ReleaseSpectators

[10/30/2017 - 01:45:17PM] [bYOHHouseBuildingPlayerScript <alias Player on quest BYOHHouseBuilding (0300305D)>]: [Location < (00018A53)>], None

[10/30/2017 - 01:45:17PM] [DCL1VampireTurnPlayerScript <alias Player on quest DLC1VampireTurn (0200588C)>]OnLocationChange()

[10/30/2017 - 01:45:17PM] [dlc1radiantscript <DLC1Radiant (02004C1C)>]CreateQuestBasedOnLocation(None)

[10/30/2017 - 01:45:17PM] [byohhousebuildingscript <BYOHHouseBuilding (0300305D)>] PlayerChangeLocation: oldloc=[Location < (00018A53)>], newloc=None

[10/30/2017 - 01:45:17PM] [dlc1radiantscript <DLC1Radiant (02004C1C)>]CreateQuestBasedOnLocation(None) is NOT creating a quest: as Location is None.

[10/30/2017 - 01:45:17PM] @@ TOOLS :Location ???

[10/30/2017 - 01:45:17PM] @@ TOOLS :Location cell= type=-1

[10/30/2017 - 01:45:18PM] ERROR: Cannot call GetValue() on a None object, aborting function call

stack:

    [ (000E1493)].critterSpawn01.IsActiveTime() - "CritterSpawn.psc" Line 196

    [ (000E1493)].critterSpawn01.ShouldSpawn() - "CritterSpawn.psc" Line 185

    [ (000E1493)].critterSpawn01.OnLoad() - "CritterSpawn.psc" Line 79

[10/30/2017 - 01:45:18PM] warning: Assigning None to a non-object variable named "::temp26"

stack:

    [ (000E1493)].critterSpawn01.IsActiveTime() - "CritterSpawn.psc" Line 196

    [ (000E1493)].critterSpawn01.ShouldSpawn() - "CritterSpawn.psc" Line 185

    [ (000E1493)].critterSpawn01.OnLoad() - "CritterSpawn.psc" Line 79

[10/30/2017 - 01:45:18PM] [CRDE] enslaved: CD player is slave 2

[10/30/2017 - 01:45:18PM] [CRDE] closest npc(s): 1:Fadril, 2:Laniel, 3:Hjolfr, 4:Bagamul, 5:Merta, 6:Merta

[10/30/2017 - 01:45:19PM] [CF][Creature Apply] Not activating ["Givrépeire" [lvlpredatorscript < (000844A3)>]]; creature isn't registered; race=["Frostbite Spider" [Race <FrostbiteSpiderRace (000131F8)>]] skin=["" [Armor < (0003636F)>]]

[10/30/2017 - 01:45:19PM] [CF][Creature Apply] Not activating ["Vasard" [Actor < (0010832D)>]]; creature isn't registered; race=["Vasard" [Race <MudcrabRace (000BA545)>]] skin=["" [Armor < (000E40BA)>]]

[10/30/2017 - 01:45:19PM] [CF][Creature Apply] Not activating ["Vasard" [Actor < (0010832B)>]]; creature isn't registered; race=["Vasard" [Race <MudcrabRace (000BA545)>]] skin=["" [Armor < (000E40BB)>]]

[10/30/2017 - 01:45:19PM] [CF][Creature Apply] Not activating ["Givrépeire" [lvlpredatorscript < (000844A4)>]]; creature isn't registered; race=["Frostbite Spider" [Race <FrostbiteSpiderRace (000131F8)>]] skin=["" [Armor < (0003636F)>]]

[10/30/2017 - 01:45:19PM] [CF][Creature Apply] Not activating ["Givrépeire" [lvlpredatorscript < (000844A5)>]]; creature isn't registered; race=["Frostbite Spider" [Race <FrostbiteSpiderRace (000131F8)>]] skin=["" [Armor < (0003636F)>]]

[10/30/2017 - 01:45:19PM] ERROR:  (000844A9): cannot enable an object with an enable state parent.

stack:

    [ (000844A9)].lvlpredatorscript.Enable() - "<native>" Line ?

    [ (000844A9)].lvlpredatorscript.OnCellLoad() - "LvlPredatorScript.psc" Line 26

[10/30/2017 - 01:45:19PM] ERROR:  (000844A8): cannot enable an object with an enable state parent.

stack:

    [ (000844A8)].lvlpredatorscript.Enable() - "<native>" Line ?

    [ (000844A8)].lvlpredatorscript.OnCellLoad() - "LvlPredatorScript.psc" Line 26

[10/30/2017 - 01:45:20PM] ERROR:  (000844AA): cannot enable an object with an enable state parent.

stack:

    [ (000844AA)].lvlpredatorscript.Enable() - "<native>" Line ?

    [ (000844AA)].lvlpredatorscript.OnCellLoad() - "LvlPredatorScript.psc" Line 26

[10/30/2017 - 01:45:20PM] ERROR: Cannot call GetValue() on a None object, aborting function call

stack:

    [ (000E1493)].critterSpawn01.IsActiveTime() - "CritterSpawn.psc" Line 196

    [ (000E1493)].critterSpawn01.ShouldSpawn() - "CritterSpawn.psc" Line 185

    [ (000E1493)].critterSpawn01.OnLoad() - "CritterSpawn.psc" Line 79

[10/30/2017 - 01:45:20PM] warning: Assigning None to a non-object variable named "::temp26"

stack:

    [ (000E1493)].critterSpawn01.IsActiveTime() - "CritterSpawn.psc" Line 196

    [ (000E1493)].critterSpawn01.ShouldSpawn() - "CritterSpawn.psc" Line 185

    [ (000E1493)].critterSpawn01.OnLoad() - "CritterSpawn.psc" Line 79

[10/30/2017 - 01:45:22PM] ERROR: Cannot call GetValue() on a None object, aborting function call

stack:

    [ (000E1493)].critterSpawn01.IsActiveTime() - "CritterSpawn.psc" Line 196

    [ (000E1493)].critterSpawn01.ShouldSpawn() - "CritterSpawn.psc" Line 185

    [ (000E1493)].critterSpawn01.OnLoad() - "CritterSpawn.psc" Line 79

[10/30/2017 - 01:45:22PM] warning: Assigning None to a non-object variable named "::temp26"

stack:

    [ (000E1493)].critterSpawn01.IsActiveTime() - "CritterSpawn.psc" Line 196

    [ (000E1493)].critterSpawn01.ShouldSpawn() - "CritterSpawn.psc" Line 185

    [ (000E1493)].critterSpawn01.OnLoad() - "CritterSpawn.psc" Line 79

[10/30/2017 - 01:45:25PM] [CF][Creature Apply] Not activating ["Vasard" [Actor < (00108329)>]]; creature isn't registered; race=["Vasard" [Race <MudcrabRace (000BA545)>]] skin=["" [Armor < (000E40BA)>]]

[10/30/2017 - 01:45:25PM] [CF][Creature Apply] Not activating ["Vasard" [Actor < (000C260D)>]]; creature isn't registered; race=["Vasard" [Race <MudcrabRace (000BA545)>]] skin=["" [Armor < (000E40BA)>]]

[10/30/2017 - 01:45:25PM] [CF][Creature Apply] Not activating ["Vasard" [Actor < (00108328)>]]; creature isn't registered; race=["Vasard" [Race <MudcrabRace (000BA545)>]] skin=["" [Armor < (000E40BA)>]]

[10/30/2017 - 01:45:25PM] [CF][Creature Apply] Not activating ["Vasard" [Actor < (000C260F)>]]; creature isn't registered; race=["Vasard" [Race <MudcrabRace (000BA545)>]] skin=["" [Armor < (000E40BB)>]]

[10/30/2017 - 01:45:25PM] [CF][Creature Apply] Not activating ["Vasard" [Actor < (000C260E)>]]; creature isn't registered; race=["Vasard" [Race <MudcrabRace (000BA545)>]] skin=["" [Armor < (000E40BA)>]]

[10/30/2017 - 01:45:25PM] [CF][Creature Apply] Not activating ["Vasard" [Actor < (0010832A)>]]; creature isn't registered; race=["Vasard" [Race <MudcrabRace (000BA545)>]] skin=["" [Armor < (000E40BA)>]]

[10/30/2017 - 01:45:25PM] [CF][Creature Apply] Not activating ["Vasard" [Actor < (000C260C)>]]; creature isn't registered; race=["Vasard" [Race <MudcrabRace (000BA545)>]] skin=["" [Armor < (000E40BA)>]]

[10/30/2017 - 01:45:25PM] ERROR: Cannot call Stop() on a None object, aborting function call

stack:

    [ (00107438)].FXCameraAttachScript.OnUnload() - "FXCameraAttachScript.psc" Line 59

[10/30/2017 - 01:45:28PM] [CRDE] No nearby NPCs, leaving early

[10/30/2017 - 01:45:28PM] [CRDE] OnUpdate time:10.269012

[10/30/2017 - 01:45:31PM] [CF][Creature Apply] Not activating ["Vasard" [Actor < (00108324)>]]; creature isn't registered; race=["Vasard" [Race <MudcrabRace (000BA545)>]] skin=["" [Armor < (000E40BA)>]]

[10/30/2017 - 01:45:32PM] [CF][Creature Apply] Not activating ["Vasard" [Actor < (00108325)>]]; creature isn't registered; race=["Vasard" [Race <MudcrabRace (000BA545)>]] skin=["" [Armor < (000E40BA)>]]

[10/30/2017 - 01:45:32PM] [sGO] UpdateLoop:Begin

[10/30/2017 - 01:45:32PM] [sGO] UpdateLoop:Done

[10/30/2017 - 01:45:34PM] ERROR: Cannot call Stop() on a None object, aborting function call

stack:

    [ (00107437)].FXCameraAttachScript.OnUnload() - "FXCameraAttachScript.psc" Line 59

[10/30/2017 - 01:45:37PM] [CF][Creature Apply] Not activating ["Squelette" [masterambushscript < (000D5C6C)>]]; creature isn't registered; race=["Squelette" [Race <skeletonRace (000B7998)>]] skin=["" [Armor < (000B799A)>]]

[10/30/2017 - 01:45:37PM] [CF][Creature Apply] Not activating ["Squelette" [masterambushscript < (000D5C6B)>]]; creature isn't registered; race=["Squelette" [Race <skeletonRace (000B7998)>]] skin=["" [Armor < (000B799A)>]]

[10/30/2017 - 01:45:37PM] [CF][Creature Apply] Not activating ["Squelette" [masterambushscript < (000D5C5F)>]]; creature isn't registered; race=["Squelette" [Race <skeletonRace (000B7998)>]] skin=["" [Armor < (000B799A)>]]

[10/30/2017 - 01:45:37PM] [CF][Creature Apply] Not activating ["Nécromancien novice" [masterambushscript < (000D5C62)>]]; creature isn't registered; race=["Breton" [Race <BretonRace (00013741)>]] skin=["" [Armor < (00000D64)>]]

[10/30/2017 - 01:45:37PM] [CF][Creature Apply] Not activating ["Nécromancien novice" [masterambushscript < (000D5C65)>]]; creature isn't registered; race=["Breton" [Race <BretonRace (00013741)>]] skin=["" [Armor < (00000D64)>]]

[10/30/2017 - 01:45:37PM] [CF][Creature Apply] Not activating ["Poisson carnassier" [Actor < (001083B7)>]]; creature isn't registered; race=["Poisson carnassier" [Race <SlaughterfishRace (00013203)>]] skin=["" [Armor < (0004124A)>]]

[10/30/2017 - 01:45:37PM] [CF][Creature Apply] Not activating ["Nécromancien novice" [masterambushscript < (000D5C6A)>]]; creature isn't registered; race=["Breton" [Race <BretonRace (00013741)>]] skin=["" [Armor < (00000D64)>]]

[10/30/2017 - 01:45:37PM] [CF][Creature Apply] Not activating ["Squelette" [Actor < (000D930E)>]]; creature isn't registered; race=["Squelette" [Race <skeletonRace (000B7998)>]] skin=["" [Armor < (000B799A)>]]

[10/30/2017 - 01:45:40PM] RNPC: Periodic update check.

[10/30/2017 - 01:45:41PM] @@ TOOLS :ReleaseSpectators

[10/30/2017 - 01:45:41PM] [bYOHHouseBuildingPlayerScript <alias Player on quest BYOHHouseBuilding (0300305D)>]: None, [Location < (00019184)>]

[10/30/2017 - 01:45:41PM] [DCL1VampireTurnPlayerScript <alias Player on quest DLC1VampireTurn (0200588C)>]OnLocationChange()

[10/30/2017 - 01:45:41PM] [byohhousebuildingscript <BYOHHouseBuilding (0300305D)>] PlayerChangeLocation: oldloc=None, newloc=[Location < (00019184)>]

[10/30/2017 - 01:45:41PM] [dlc1radiantscript <DLC1Radiant (02004C1C)>]CreateQuestBasedOnLocation([Location < (00019184)>])

[10/30/2017 - 01:45:41PM] [dlc1radiantscript <DLC1Radiant (02004C1C)>]CreateQuestBasedOnLocation([Location < (00019184)>]) is NOT creating a quest: as Location is neither DLC1HunterHQLocation nor DLC1VampireCastleLocation

[10/30/2017 - 01:45:41PM] @@ TOOLS :Location cell= type=4

[10/30/2017 - 01:45:43PM] [CF][Creature Apply] Not activating ["Squelette" [Actor < (000D5C57)>]]; creature isn't registered; race=["Squelette" [Race <skeletonRace (000B7998)>]] skin=["" [Armor < (000B799A)>]]

[10/30/2017 - 01:45:43PM] [CF][Creature Apply] Not activating ["Squelette" [Actor < (000D5C52)>]]; creature isn't registered; race=["Squelette" [Race <skeletonRace (000B7998)>]] skin=["" [Armor < (000B799A)>]]

[10/30/2017 - 01:45:43PM] [CF][Creature Apply] Not activating ["Apprenti nécromancien" [Actor < (000D5C4B)>]]; creature isn't registered; race=["Imperial" [Race <ImperialRace (00013744)>]] skin=["" [Armor < (00000D64)>]]

[10/30/2017 - 01:45:43PM] [CF][Creature Apply] Not activating ["Nécromancien novice" [masterambushscript < (000D5C66)>]]; creature isn't registered; race=["High Elf" [Race <HighElfRace (00013743)>]] skin=["" [Armor < (00000D64)>]]

[10/30/2017 - 01:45:44PM] [CF][Creature Apply] Not activating ["Vasard" [Actor < (001082FF)>]]; creature isn't registered; race=["Vasard" [Race <MudcrabRace (000BA545)>]] skin=["" [Armor < (000E40BA)>]]

[10/30/2017 - 01:45:49PM] @@ TOOLS :ReleaseSpectators

[10/30/2017 - 01:45:49PM] [bYOHHouseBuildingPlayerScript <alias Player on quest BYOHHouseBuilding (0300305D)>]: [Location < (00019184)>], None

[10/30/2017 - 01:45:49PM] [byohhousebuildingscript <BYOHHouseBuilding (0300305D)>] PlayerChangeLocation: oldloc=[Location < (00019184)>], newloc=None

[10/30/2017 - 01:45:49PM] [DCL1VampireTurnPlayerScript <alias Player on quest DLC1VampireTurn (0200588C)>]OnLocationChange()

[10/30/2017 - 01:45:49PM] [dlc1radiantscript <DLC1Radiant (02004C1C)>]CreateQuestBasedOnLocation(None)

[10/30/2017 - 01:45:49PM] [dlc1radiantscript <DLC1Radiant (02004C1C)>]CreateQuestBasedOnLocation(None) is NOT creating a quest: as Location is None.

[10/30/2017 - 01:45:49PM] @@ TOOLS :Location ???

[10/30/2017 - 01:45:49PM] [CF][Creature Apply] Not activating ["Squelette" [Actor < (000D5C45)>]]; creature isn't registered; race=["Squelette" [Race <skeletonRace (000B7998)>]] skin=["" [Armor < (000B799A)>]]

[10/30/2017 - 01:45:49PM] [CF][Creature Apply] Not activating ["Vasard" [Actor < (001082FE)>]]; creature isn't registered; race=["Vasard" [Race <MudcrabRace (000BA545)>]] skin=["" [Armor < (000E40BA)>]]

[10/30/2017 - 01:45:49PM] [CF][Creature Apply] Not activating ["Vasard" [Actor < (00108322)>]]; creature isn't registered; race=["Vasard" [Race <MudcrabRace (000BA545)>]] skin=["" [Armor < (000E40BA)>]]

[10/30/2017 - 01:45:49PM] @@ TOOLS :Location cell= type=-1

[10/30/2017 - 01:45:50PM] [CF][Creature Apply] Not activating ["Vasard" [Actor < (00108321)>]]; creature isn't registered; race=["Vasard" [Race <MudcrabRace (000BA545)>]] skin=["" [Armor < (000E40BB)>]]

[10/30/2017 - 01:45:52PM] [sGO] UpdateLoop:Begin

[10/30/2017 - 01:45:52PM] [sGO] UpdateLoop:Done

[10/30/2017 - 01:45:54PM] @@ TOOLS :ReleaseSpectators

[10/30/2017 - 01:45:54PM] [bYOHHouseBuildingPlayerScript <alias Player on quest BYOHHouseBuilding (0300305D)>]: None, [Location < (00019184)>]

[10/30/2017 - 01:45:54PM] [byohhousebuildingscript <BYOHHouseBuilding (0300305D)>] PlayerChangeLocation: oldloc=None, newloc=[Location < (00019184)>]

[10/30/2017 - 01:45:54PM] [DCL1VampireTurnPlayerScript <alias Player on quest DLC1VampireTurn (0200588C)>]OnLocationChange()

[10/30/2017 - 01:45:54PM] [dlc1radiantscript <DLC1Radiant (02004C1C)>]CreateQuestBasedOnLocation([Location < (00019184)>])

[10/30/2017 - 01:45:54PM] [dlc1radiantscript <DLC1Radiant (02004C1C)>]CreateQuestBasedOnLocation([Location < (00019184)>]) is NOT creating a quest: as Location is neither DLC1HunterHQLocation nor DLC1VampireCastleLocation

[10/30/2017 - 01:45:54PM] @@ TOOLS :Location cell= type=4

[10/30/2017 - 01:45:55PM] ERROR:  (00086356): cannot enable an object with an enable state parent.

stack:

    [ (00086356)].lvlpredatorscript.Enable() - "<native>" Line ?

    [ (00086356)].lvlpredatorscript.OnCellLoad() - "LvlPredatorScript.psc" Line 26

[10/30/2017 - 01:45:55PM] ERROR:  (00086355): cannot enable an object with an enable state parent.

stack:

    [ (00086355)].lvlpredatorscript.Enable() - "<native>" Line ?

    [ (00086355)].lvlpredatorscript.OnCellLoad() - "LvlPredatorScript.psc" Line 26

[10/30/2017 - 01:45:55PM] [CF][Creature Apply] Not activating ["Vasard" [Actor < (00108320)>]]; creature isn't registered; race=["Vasard" [Race <MudcrabRace (000BA545)>]] skin=["" [Armor < (000E40BA)>]]

[10/30/2017 - 01:45:55PM] [CF][Creature Apply] Not activating ["Renard" [Actor < (00108323)>]]; creature isn't registered; race=["Fox" [Race <FoxRace (00109C7C)>]] skin=["" [Armor < (000829B4)>]]

[10/30/2017 - 01:45:58PM] @@ TOOLS :ReleaseSpectators

[10/30/2017 - 01:45:58PM] [bYOHHouseBuildingPlayerScript <alias Player on quest BYOHHouseBuilding (0300305D)>]: [Location < (00019184)>], None

[10/30/2017 - 01:45:58PM] [byohhousebuildingscript <BYOHHouseBuilding (0300305D)>] PlayerChangeLocation: oldloc=[Location < (00019184)>], newloc=None

[10/30/2017 - 01:45:58PM] [DCL1VampireTurnPlayerScript <alias Player on quest DLC1VampireTurn (0200588C)>]OnLocationChange()

[10/30/2017 - 01:45:58PM] [dlc1radiantscript <DLC1Radiant (02004C1C)>]CreateQuestBasedOnLocation(None)

[10/30/2017 - 01:45:58PM] [dlc1radiantscript <DLC1Radiant (02004C1C)>]CreateQuestBasedOnLocation(None) is NOT creating a quest: as Location is None.

[10/30/2017 - 01:45:58PM] @@ TOOLS :Location ???

[10/30/2017 - 01:45:58PM] @@ TOOLS :Location cell= type=-1

[10/30/2017 - 01:46:03PM] [CRDE] enslaved: CD player is slave 2

[10/30/2017 - 01:46:03PM] [CRDE] closest npc(s):

[10/30/2017 - 01:46:04PM] ERROR: Cannot call GetActorBase() on a None object, aborting function call

stack:

    [ (000D980D)].defaultSetStageTRIGSpecificActor.OnTriggerEnter() - "defaultSetStageTRIGSpecificActor.psc" Line 43

[10/30/2017 - 01:46:04PM] [defaultSetStageTRIGSpecificActor < (000D980D)>] didn't trigger for base actor None <> [ActorBase < (000D95E9)>]

[10/30/2017 - 01:46:04PM] [defaultSetStageTRIGSpecificActor < (000D980C)>] didn't trigger for base actor [ActorBase < (000D95E9)>] <> [ActorBase < (00000007)>]

[10/30/2017 - 01:46:08PM] [CF][Creature Apply] Not activating ["Lapin" [Actor < (0010831E)>]]; creature isn't registered; race=["rabbit" [Race <HareRace (0006DC99)>]] skin=["Lapin" [Armor < (0006DC9B)>]]

[10/30/2017 - 01:46:10PM] RNPC: Periodic update check.

[10/30/2017 - 01:46:12PM] [sGO] UpdateLoop:Begin

[10/30/2017 - 01:46:12PM] [sGO] UpdateLoop:Done

[10/30/2017 - 01:46:13PM] [CRDE] No nearby NPCs, leaving early

[10/30/2017 - 01:46:13PM] [CRDE] OnUpdate time:10.135986

[10/30/2017 - 01:46:14PM] [CF][Creature Apply] Not activating ["Meeko" [Actor < (000D95EA)>]]; creature isn't registered; race=["Chien" [Race <DogCompanionRace (000F1AC4)>]] skin=["" [Armor < (0004B2C9)>]]

[10/30/2017 - 01:46:14PM] [CF][Creature Apply] Not activating ["Nordique" [Actor < (000DC17A)>]]; creature isn't registered; race=["Nord" [Race <NordRace (00013746)>]] skin=["" [Armor < (00000D64)>]]

[10/30/2017 - 01:46:18PM] Found 0 nakedActors

[10/30/2017 - 01:46:18PM] slaScanner start time is ....319.640991

[10/30/2017 - 01:46:18PM] Found 0 arousedActors

[10/30/2017 - 01:46:19PM] [defaultSetStageTRIGSpecificActor < (000D980C)>] triggered by [Actor < (00000014)>]

[10/30/2017 - 01:46:19PM] slaScanner end time is ....320.739990

[10/30/2017 - 01:46:19PM] Next update in 120.000000

[10/30/2017 - 01:46:20PM] [CF][Creature Apply] Not activating ["Lapin" [Actor < (0010831D)>]]; creature isn't registered; race=["rabbit" [Race <HareRace (0006DC99)>]] skin=["Lapin" [Armor < (0006DC9B)>]]

[10/30/2017 - 01:46:20PM] [CF][Creature Apply] Not activating ["Renard" [Actor < (0010831F)>]]; creature isn't registered; race=["Fox" [Race <FoxRace (00109C7C)>]] skin=["" [Armor < (000829B4)>]]

[10/30/2017 - 01:46:20PM] [CF][Creature Apply] Not activating ["Lapin" [Actor < (0010831C)>]]; creature isn't registered; race=["rabbit" [Race <HareRace (0006DC99)>]] skin=["Lapin" [Armor < (0006DC9B)>]]

[10/30/2017 - 01:46:20PM] [CF][Creature Apply] Not activating ["Assassin" [Actor < (FF000E82)>]]; creature isn't registered; race=["Dark Elf" [Race <DarkElfRace (00013742)>]] skin=["" [Armor < (00000D64)>]]

[10/30/2017 - 01:46:23PM] ERROR: Unable to call GetParentCell - no native object bound to the script object, or object is of incorrect type

stack:

    [<NULL form> (000D5C65)].masterambushscript.GetParentCell() - "<native>" Line ?

    [<NULL form> (000D5C65)].masterambushscript.OnGetUp() - "masterAmbushScript.psc" Line ?

[10/30/2017 - 01:46:26PM] [CF][Creature Apply] Not activating ["Chevreuil" [Actor < (000DED76)>]]; creature isn't registered; race=["Deer" [Race <DeerRace (000CF89B)>]] skin=["Renne" [Armor < (000CF89C)>]]

[10/30/2017 - 01:46:26PM] [CF][Creature Apply] Not activating ["Chevreuil" [Actor < (000DED75)>]]; creature isn't registered; race=["Deer" [Race <DeerRace (000CF89B)>]] skin=["Renne" [Armor < (000CF89C)>]]

[10/30/2017 - 01:46:26PM] [CF][Creature Apply] Not activating ["Lapin" [Actor < (0010831B)>]]; creature isn't registered; race=["rabbit" [Race <HareRace (0006DC99)>]] skin=["Lapin" [Armor < (0006DC9B)>]]

[10/30/2017 - 01:46:26PM] [CF][Creature Apply] Not activating ["Vigile de Stendarr" [Actor < (FF000EC2)>]]; creature isn't registered; race=["Nord" [Race <NordRace (00013746)>]] skin=["" [Armor < (00000D64)>]]

[10/30/2017 - 01:46:26PM] [CF][Creature Apply] Not activating ["Vigile de Stendarr" [Actor < (FF000EC6)>]]; creature isn't registered; race=["Redguard" [Race <RedguardRace (00013748)>]] skin=["" [Armor < (00000D64)>]]

[10/30/2017 - 01:46:27PM] [CF][Creature Apply] Not activating ["JEUNE VAMPIRE" [Actor < (FF000ECD)>]]; creature isn't registered; race=["Nord" [Race <NordRaceVampire (00088794)>]] skin=["" [Armor < (00000D64)>]]

[10/30/2017 - 01:46:30PM] SOS Actor Schlongify: new schlong for Vigile de Stendarr got schlong index 0 size 9

[10/30/2017 - 01:46:30PM] SOS MarkArmorAsConcealing: registering armor as concealing Robe de novice d'altération

[10/30/2017 - 01:46:32PM] [CF][Creature Apply] Not activating ["Darian" [Actor < (251957D1)>]]; creature isn't registered; race=["Breton" [Race <BretonRace (00013741)>]] skin=["" [Armor < (00000D64)>]]

[10/30/2017 - 01:46:32PM] [CF][Creature Apply] Not activating ["Vasard" [Actor < (0010831A)>]]; creature isn't registered; race=["Vasard" [Race <MudcrabRace (000BA545)>]] skin=["" [Armor < (000E40BA)>]]

[10/30/2017 - 01:46:32PM] [sGO] UpdateLoop:Begin

[10/30/2017 - 01:46:32PM] [sGO] UpdateLoop:Done

[10/30/2017 - 01:46:35PM] SOS Actor Schlongify: new schlong for Darian got schlong index 0 size 5

[10/30/2017 - 01:46:37PM] [defaultSetStageTRIGSpecificActor < (000D980D)>] triggered by [Actor < (000D95EA)>]

[10/30/2017 - 01:46:38PM] [CF][Creature Apply] Not activating ["Chevreuil" [Actor < (0008658E)>]]; creature isn't registered; race=["Deer" [Race <DeerRace (000CF89B)>]] skin=["Renne" [Armor < (000CF89C)>]]

[10/30/2017 - 01:46:40PM] RNPC: Periodic update check.

[10/30/2017 - 01:46:44PM] [DLC1VampireSleepScript <DLC1VampireSleep (02008E3B)>]PlayerActivateBed() IsCoffin =False

[10/30/2017 - 01:46:44PM] [CF][Creature Apply] Not activating ["Chevreuil" [Actor < (000866E4)>]]; creature isn't registered; race=["Deer" [Race <DeerRace (000CF89B)>]] skin=["Renne" [Armor < (000CF89C)>]]

[10/30/2017 - 01:46:48PM] [CRDE] Player is in UI, busy

[10/30/2017 - 01:46:48PM] [CRDE] OnUpdate time:0.066010

[10/30/2017 - 01:46:50PM] [sLD] [Actor < (251957D1)>] sex: 0.000000 - Rel: 0.000000 - Slavery: 0.000000

[10/30/2017 - 01:46:50PM] [sLD] Human speaker: TRUE

[10/30/2017 - 01:46:50PM] [sLD] Beast speaker: False

[10/30/2017 - 01:46:50PM] [sLD] Master beast speaker: False

[10/30/2017 - 01:46:50PM] [sLD] Human relationship: 3.000000

[10/30/2017 - 01:46:50PM] [sLD] Beast relationship: 0.000000

[10/30/2017 - 01:46:50PM] [sLD] _SLD_speakerAlias: [Actor < (251957D1)>]

[10/30/2017 - 01:46:50PM] [sLD] _SLD_humanLoverAlias: [Actor < (2D0687AA)>]

[10/30/2017 - 01:46:50PM] [sLD] _SLD_beastLoverAlias: [Actor < (2D0687AA)>]

[10/30/2017 - 01:46:50PM] [sLD] _SLD_humanMasterAlias: [Actor < (2D0687AA)>]

[10/30/2017 - 01:46:50PM] [sLD] _SLD_humanSlaveAlias: [Actor < (2D0687AA)>]

[10/30/2017 - 01:46:50PM] [sLD] _SLD_beastMasterAlias: [Actor < (2D0687AA)>]

[10/30/2017 - 01:46:50PM] [sLD] _SLD_beastSlaveAlias: [Actor < (2D0687AA)>]

[10/30/2017 - 01:46:50PM] [sLD] Disposition: 0 Trust: 0 Seduction: 0 Corruption: 0

[10/30/2017 - 01:46:50PM] [sLD] Leash: 0 Stance: 0

[10/30/2017 - 01:46:52PM] [sGO] UpdateLoop:Begin

[10/30/2017 - 01:46:52PM] [sGO] UpdateLoop:Done

[10/30/2017 - 01:46:55PM] [DLC2RieklingRescuePlayerScript <alias Player on quest DLC2RieklingRescue (04038C07)>]ProcessingHit OnBeginState() Calling RollForRieklings() and RegisterForSingleUpdate() to reset OnHit Event Capture

[10/30/2017 - 01:46:55PM] [DLC2RieklingRescuePlayerScript <alias Player on quest DLC2RieklingRescue (04038C07)>]ProcessingHit OnBeginState() WasProjectile: False

[10/30/2017 - 01:46:55PM] [DLC2RieklingRescueScript <DLC2RieklingRescue (04038C07)>]RollForRieklings()

[10/30/2017 - 01:46:55PM] [DLC2RieklingRescueScript <DLC2RieklingRescue (04038C07)>]RollForRieklings() chance: 25.000000, roll: 68.000000

[10/30/2017 - 01:46:55PM] [DLC2RieklingRescuePlayerScript <alias Player on quest DLC2RieklingRescue (04038C07)>]OnHit() akProjectile: None

[10/30/2017 - 01:46:55PM] [DLC2RieklingRescuePlayerScript <alias Player on quest DLC2RieklingRescue (04038C07)>]OnHit() akSource: [WEAPON < (000001F4)>]

[10/30/2017 - 01:46:55PM] [DLC2RieklingRescuePlayerScript <alias Player on quest DLC2RieklingRescue (04038C07)>]OnHit() WasProjectile: False

[10/30/2017 - 01:46:56PM] [sD] Humanoid Enslavement check with actor [ [Actor < (0010831A)>] ] - FAILED

[10/30/2017 - 01:46:56PM] [sD]         Actor is not an NPC -

[10/30/2017 - 01:46:56PM]             _SD::actorFactionInList akActor:[Actor < (0010831A)>] found:False

[10/30/2017 - 01:46:56PM]             _SD::actorInBannedFactions akActor:[Actor < (0010831A)>] found:False

[10/30/2017 - 01:46:57PM] [sD] Searching for a racial match for [Race <MudcrabRace (000BA545)>]

[10/30/2017 - 01:46:57PM] [sD] Creature Enslavement check with actor [ [Actor < (0010831A)>] ] - FAILED

[10/30/2017 - 01:46:58PM]             _SD::actorFactionInList akActor:[Actor < (0010831A)>] found:False

[10/30/2017 - 01:46:58PM]             _SD::actorInBannedFactions akActor:[Actor < (0010831A)>] found:False

[10/30/2017 - 01:47:06PM] VM is freezing...

[10/30/2017 - 01:47:06PM] VM is frozen

[10/30/2017 - 01:47:06PM] Saving game...

[10/30/2017 - 01:47:10PM] VM is thawing...

[10/30/2017 - 01:47:15PM] VM is freezing...

[10/30/2017 - 01:47:15PM] VM is frozen

 

 

when vel asks for a log, please upload the log as an attachment it takes up less space on the forum.

Link to comment

Ok first step good, I stay in the barracks wraiting with PC disable ?

@shadowwolf2k7 my bad, sorry.

 

if the issue is with the master not using the whipping animation in the basement of the manor house, try disabling the player controls via the captured dreams mcm menu when you are standing to the left of the master, next to the post. that is where i seam to end up standing

 

as for the log thing it is a friendly reminder. it also allows vel to download it so he can pinpoint what is actually going on. and with it he can give you recomendations on what and how to fix the errors if he knows how to fix the specific error.

Link to comment

As it is now, you can do the fetch quests without being indebted or otherwise hindered by devices. Have you considered adding "deviced" Radiant quests akin to those currently existing within your mod (find missing courier) forcing a variety of devices on the PC for the duration of the quest? Perhaps either for increased payment or as a part of a "test period" kinda thing? Instead of permanent bondage, you'd get periods of it, is what I'm getting at. 

 

I'm thinking different levels of bondage, ranging from light (cuffs, collar, belt/harness) to moderate (as previous but with bra and iron plugs) to severe (as with previous but with soulgem plugs, vaginal and nipple piercings, gag and boots) and extreme (as with previous but with blindfold and armbinder/yoke).

 

Of course, if the character is tardy in the retrieval, or something's gone wrong - well, maybe the player'd be sent out on a new fetch with a upped device level.

 

I'd love to see such a feature.

Link to comment

As it is now, you can do the fetch quests without being indebted or otherwise hindered by devices. Have you considered adding "deviced" Radiant quests akin to those currently existing within your mod (find missing courier) forcing a variety of devices on the PC for the duration of the quest? Perhaps either for increased payment or as a part of a "test period" kinda thing? Instead of permanent bondage, you'd get periods of it, is what I'm getting at. 

 

I'm thinking different levels of bondage, ranging from light (cuffs, collar, belt/harness) to moderate (as previous but with bra and iron plugs) to severe (as with previous but with soulgem plugs, vaginal and nipple piercings, gag and boots) and extreme (as with previous but with blindfold and armbinder/yoke).

 

Of course, if the character is tardy in the retrieval, or something's gone wrong - well, maybe the player'd be sent out on a new fetch with a upped device level.

 

I'd love to see such a feature.

 

Currently working on 2 quests that will be used both for tasks in Manor Slave and as jobs like the deliveries and both have you bound during them. One of them is complete so far.

I just want know where is the market for kitchen ? Thanks.

 

The cook should tell you. After Markus gives you the job go see the cook as he will give you the payment, a list to give the shopkeeper for next time and where you are going (Falkreath or Whiterun). You don't get your regular items back and have to go just in your maid uniform.

Link to comment
Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more information, see our Privacy Policy & Terms of Use