Jump to content

Need Help Scripting SexLab Mod, SexLab = None errors


Recommended Posts

Posted

I am writing a mod trying to use the framework to start animations on two actors in my game but I keep getting errors that the SexLab property is None because function calls keep failing. I have filled the SexLab property on my script in creation kit by pointing it at the SexLabFrameworkQuest and I keep getting None errors. Here is my code... can anyone help me get this code running?

 

ScriptName OperationGetHjoromirLaid Extends Quest

;all properties are filled in creation kit, the actors are under quest aliases that these properties point to
ReferenceAlias Property HjoromirRef Auto
ReferenceAlias Property WhoreRef Auto
ReferenceAlias Property BedRef Auto

;in creation kit i pointed this property at the SexLabQuestFramework (see image)
SexLabFramework Property SexLab Auto

Function HjoromirRewarded()
    Debug.Notification("Thanks boss!")

    ; //fill an array with the animations we want to play in this thread
    sslBaseAnimation[] AnimationList = SexLab.GetAnimationsByTags(2, "Missionary") ;this line gets a None error for SexLab object

    ; //create a new animation thread instance and store it in the "thread" variable
    sslThreadModel thread = SexLab.NewThread()

    Actor whore = WhoreRef.GetActorReference()
    Actor hjoromir = HjoromirRef.GetActorReference()
    ; //add the first actor
    thread.AddActor(whore)
    ; //add the second actor
    thread.AddActor(hjoromir)
    ; //tell the thread to not undress hjoromir
    thread.DisableUndressAnimation(hjoromir)
    ; //have whore not ragdoll at the end
    thread.DisableRagdollEnd(whore)
    ; //have whore remain naked after thread is finished
    thread.DisableRedress(whore)
    ; //tell the thread to use our hand-picked animations
    thread.SetAnimations(AnimationList)
    ; //have the action center on a particular object
    thread.CenterOnObject(HjoromirRef.GetReference())
    ; //set up a hook so we can get specific ModEvents from this thread
    thread.SetHook("HjoromirRewarded")
    thread.StartThread()
EndFunction

XTfyCPe.png

Posted

Can you post also the papyrus.log?

It may help in finding the actual problem.

 

Your code looks good, but we may have other problems.

 

Posted

If you loaded a save from before you actually set the SexLab property in the creation kit, but it was still present in the script, then it's likely your save simply isn't updating the property to appointed quest, because your save has already determined that it's appointed to a none.

 

To test this, try starting a new game and testing again, so your save is started with your esp already pointing to where the property should be.

Alternatively, try just resetting the property value whenever you're about to need it. You could compile your script like this to ensure it's set when about to be used:

SexLabFramework Property SexLab Auto

Function HjoromirRewarded()
    Debug.Notification("Thanks boss!")

    ; // If SexLab is none/false, get a new version of it from SexLabUtil and log it for reference.
    if !SexLab
    	SexLab = SexLabUtil.GetAPI()
    	Debug.Trace("--NOTICE-- SexLab was NONE! Reset property to API result: "+SexLab)
    endIf

    ; //fill an array with the animations we want to play in this thread
    sslBaseAnimation[] AnimationList = SexLab.GetAnimationsByTags(2, "Missionary") ;this line gets a None error for SexLab object

    ; // <REST OF THE SCRIPT HERE>

 

Posted
6 hours ago, CPU said:

Can you post also the papyrus.log?

It may help in finding the actual problem.

 

Your code looks good, but we may have other problems.

 

ok let me go in game right now and generate a new one and I will post it

Posted
3 hours ago, Ashal said:

If you loaded a save from before you actually set the SexLab property in the creation kit, but it was still present in the script, then it's likely your save simply isn't updating the property to appointed quest, because your save has already determined that it's appointed to a none.

 

To test this, try starting a new game and testing again, so your save is started with your esp already pointing to where the property should be.

Alternatively, try just resetting the property value whenever you're about to need it. You could compile your script like this to ensure it's set when about to be used:


SexLabFramework Property SexLab Auto

Function HjoromirRewarded()
    Debug.Notification("Thanks boss!")

    ; // If SexLab is none/false, get a new version of it from SexLabUtil and log it for reference.
    if !SexLab
    	SexLab = SexLabUtil.GetAPI()
    	Debug.Trace("--NOTICE-- SexLab was NONE! Reset property to API result: "+SexLab)
    endIf

    ; //fill an array with the animations we want to play in this thread
    sslBaseAnimation[] AnimationList = SexLab.GetAnimationsByTags(2, "Missionary") ;this line gets a None error for SexLab object

    ; // <REST OF THE SCRIPT HERE>

 

ok that makes sense, I might have actually saved a couple times before pointing the property... I will still generate a log just in case but this sounds like it might be it but I don't remember exactly if this is the case. It probably is, will test now. Thanks for that code, will add to notify me of the error too.

Posted

Log Output: (Search for the text 'hjoromir' for all relevant lines)

 

 

[11/12/2019 - 08:32:28AM] Papyrus log opened (PC)


[11/12/2019 - 08:32:28AM] Function GetEffectMagnitudes in the empty state on type Ingredient does not exist. Function will not be flagged as callable from tasklets.
[11/12/2019 - 08:32:28AM] Update budget: 1.200000ms (Extra tasklet budget: 1.200000ms, Load screen budget: 500.000000ms)
[11/12/2019 - 08:32:28AM] Memory page: 128 (min) 512 (max) 76800 (max total)
[11/12/2019 - 08:32:33AM] Cannot open store for class "CellReturn", missing file?
[11/12/2019 - 08:32:36AM] Cannot open store for class "betterstealthai_main", missing file?
[11/12/2019 - 08:32:37AM] Cannot open store for class "hishbskinningscript", missing file?
[11/12/2019 - 08:32:37AM] Error: Unable to bind script traptriggerbase to TweakTraps (4B00C515) because their base types do not match
[11/12/2019 - 08:32:37AM] Error: Unable to bind script TrapBear to TweakTraps (4B00C515) because their base types do not match
[11/12/2019 - 08:32:37AM] Cannot open store for class "SF_TweakP1Pose_02017788", missing file?
[11/12/2019 - 08:32:37AM] Error: Unable to bind script SF_TweakP1Pose_02017788 to  (4B017788) because their base types do not match
[11/12/2019 - 08:32:37AM] Cannot open store for class "SF_TweakP1Hangout_02017201", missing file?
[11/12/2019 - 08:32:37AM] Error: Unable to bind script SF_TweakP1Hangout_02017201 to  (4B017201) because their base types do not match
[11/12/2019 - 08:32:37AM] Cannot open store for class "slaDesireEffScr", missing file?
[11/12/2019 - 08:32:37AM] Cannot open store for class "xs2__prkf_xmapassivefingersmi_05112b24", missing file?
[11/12/2019 - 08:32:37AM] Cannot open store for class "xxx_prkf_xxxpassivefingersmit_020a3756", missing file?
[11/12/2019 - 08:32:38AM] Cannot open store for class "BleedMagicFFSScript", missing file?
[11/12/2019 - 08:32:38AM] Cannot open store for class "PF__02014174", missing file?
[11/12/2019 - 08:32:38AM] Error: Unable to bind script PF__02014174 to  (DB014174) because their base types do not match
[11/12/2019 - 08:32:38AM] Cannot open store for class "PF__0201313D", missing file?
[11/12/2019 - 08:32:38AM] Error: Unable to bind script PF__0201313D to  (DB01313D) because their base types do not match
[11/12/2019 - 08:32:38AM] Cannot open store for class "TIF__020012CD", missing file?
[11/12/2019 - 08:32:38AM] Error: Unable to bind script TIF__020012CD to topic info DE0012CD on <NULL quest> because their base types do not match
[11/12/2019 - 08:32:38AM] Cannot open store for class "TIF__020099ED", missing file?
[11/12/2019 - 08:32:38AM] Error: Unable to bind script TIF__020099ED to topic info DE0099ED on <NULL quest> because their base types do not match
[11/12/2019 - 08:32:38AM] Cannot open store for class "TIF__020099EF", missing file?
[11/12/2019 - 08:32:38AM] Error: Unable to bind script TIF__020099EF to topic info DE0099EF on <NULL quest> because their base types do not match
[11/12/2019 - 08:32:38AM] Cannot open store for class "TIF__02008F1D", missing file?
[11/12/2019 - 08:32:38AM] Error: Unable to bind script TIF__02008F1D to topic info DE008F1D on <NULL quest> because their base types do not match
[11/12/2019 - 08:32:38AM] Error: Unable to bind script WalkToggleScript to WalkToggle (E3000D62) because their base types do not match
[11/12/2019 - 08:32:38AM] Error: Unable to bind script walktoggleweapondraw to WalkToggleWeaponDraw (E3004E07) because their base types do not match
[11/12/2019 - 08:32:40AM] Error: Unable to bind script da02deadbodyscript to  (3B001FB3) because their base types do not match
[11/12/2019 - 08:32:42AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 1 in container  (22011037) because their base types do not match
[11/12/2019 - 08:32:42AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 2 in container  (22011037) because their base types do not match
[11/12/2019 - 08:32:42AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 3 in container  (22011037) because their base types do not match
[11/12/2019 - 08:32:42AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 4 in container  (22011037) because their base types do not match
[11/12/2019 - 08:32:43AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to  (17040112) because their base types do not match
[11/12/2019 - 08:32:43AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 1 in container  (0F143769) because their base types do not match
[11/12/2019 - 08:32:43AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 2 in container  (0F143769) because their base types do not match
[11/12/2019 - 08:32:43AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 3 in container  (0F143769) because their base types do not match
[11/12/2019 - 08:32:43AM] Error: Unable to bind script _lp_bardsongbookscript to Item 1 in container  (7B05075C) because their base types do not match
[11/12/2019 - 08:32:43AM] Error: Unable to bind script _lp_bardsongbookscript to Item 2 in container  (7B05075C) because their base types do not match
[11/12/2019 - 08:32:43AM] Error: Unable to bind script _lp_bardsongbookscript to Item 3 in container  (7B05075C) because their base types do not match
[11/12/2019 - 08:32:43AM] Error: Unable to bind script _lp_bardsongbookscript to Item 4 in container  (7B05075C) because their base types do not match
[11/12/2019 - 08:32:43AM] Error: Unable to bind script _lp_bardsongbookscript to Item 5 in container  (7B05075C) because their base types do not match
[11/12/2019 - 08:32:43AM] Error: Unable to bind script _lp_bardsongbookscript to Item 6 in container  (7B05075C) because their base types do not match
[11/12/2019 - 08:32:43AM] Error: Unable to bind script _lp_bardsongbookscript to Item 7 in container  (7B05075C) because their base types do not match
[11/12/2019 - 08:32:43AM] Error: Unable to bind script _lp_bardsongbookscript to Item 8 in container  (7B05075C) because their base types do not match
[11/12/2019 - 08:32:43AM] Error: Unable to bind script _lp_bardsongbookscript to Item 9 in container  (7B05075C) because their base types do not match
[11/12/2019 - 08:32:43AM] Error: Unable to bind script _lp_bardsongbookscript to Item 10 in container  (7B05075C) because their base types do not match
[11/12/2019 - 08:32:43AM] Error: Unable to bind script _lp_bardsongbookscript to Item 11 in container  (7B05075C) because their base types do not match
[11/12/2019 - 08:32:43AM] Error: Unable to bind script _lp_bardsongbookscript to Item 12 in container  (7B05075C) because their base types do not match
[11/12/2019 - 08:32:43AM] Error: Unable to bind script _lp_bardsongbookscript to Item 13 in container  (7B05075C) because their base types do not match
[11/12/2019 - 08:32:43AM] Error: Unable to bind script _lp_bardsongbookscript to Item 14 in container  (7B05075C) because their base types do not match
[11/12/2019 - 08:32:43AM] Error: Unable to bind script _lp_bardsongbookscript to Item 15 in container  (7B05075C) because their base types do not match
[11/12/2019 - 08:32:43AM] Error: Unable to bind script _lp_bardsongbookscript to Item 16 in container  (7B05075C) because their base types do not match
[11/12/2019 - 08:32:43AM] Error: Unable to bind script _lp_bardsongbookscript to Item 17 in container  (7B05075C) because their base types do not match
[11/12/2019 - 08:32:43AM] Error: Unable to bind script _lp_bardsongbookscript to Item 18 in container  (7B05075C) because their base types do not match
[11/12/2019 - 08:32:43AM] Error: Unable to bind script _lp_bardsongbookscript to Item 19 in container  (7B05075C) because their base types do not match
[11/12/2019 - 08:32:43AM] Error: Unable to bind script _lp_bardsongbookscript to Item 20 in container  (7B05075C) because their base types do not match
[11/12/2019 - 08:32:43AM] Error: Unable to bind script _lp_bardsongbookscript to Item 21 in container  (7B05075C) because their base types do not match
[11/12/2019 - 08:32:43AM] Error: Unable to bind script _lp_bardsongbookscript to Item 22 in container  (7B05075C) because their base types do not match
[11/12/2019 - 08:32:43AM] Error: Unable to bind script _lp_bardsongbookscript to Item 23 in container  (7B05075C) because their base types do not match
[11/12/2019 - 08:32:43AM] Error: Unable to bind script _lp_bardsongbookscript to Item 24 in container  (7B05075C) because their base types do not match
[11/12/2019 - 08:32:44AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 1 in container  (03016ABA) because their base types do not match
[11/12/2019 - 08:32:44AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 2 in container  (03016ABA) because their base types do not match
[11/12/2019 - 08:32:44AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 3 in container  (03016ABA) because their base types do not match
[11/12/2019 - 08:32:44AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 3 in container  (040177C2) because their base types do not match
[11/12/2019 - 08:32:44AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to  (0F02EDBC) because their base types do not match
[11/12/2019 - 08:32:44AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to  (0F021CF6) because their base types do not match
[11/12/2019 - 08:32:44AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to  (14AD1A80) because their base types do not match
[11/12/2019 - 08:32:44AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to  (14ACECF7) because their base types do not match
[11/12/2019 - 08:32:44AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to  (14BD0FB6) because their base types do not match
[11/12/2019 - 08:32:44AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to  (1451E344) because their base types do not match
[11/12/2019 - 08:32:44AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to  (14AD09AE) because their base types do not match
[11/12/2019 - 08:32:44AM] Cannot open store for class "TPOS_DOOR_01", missing file?
[11/12/2019 - 08:32:44AM] Error: Unable to bind script TPOS_DOOR_01 to  (14AD08D8) because their base types do not match
[11/12/2019 - 08:32:44AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to  (14ACEE83) because their base types do not match
[11/12/2019 - 08:32:44AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to  (14BF4A83) because their base types do not match
[11/12/2019 - 08:32:44AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to  (1451E24F) because their base types do not match
[11/12/2019 - 08:32:44AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to  (14ACE5C5) because their base types do not match
[11/12/2019 - 08:32:44AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 1 in container  (1803BABC) because their base types do not match
[11/12/2019 - 08:32:44AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 2 in container  (1803BABC) because their base types do not match
[11/12/2019 - 08:32:44AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 3 in container  (1803BABC) because their base types do not match
[11/12/2019 - 08:32:44AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 4 in container  (1803BABC) because their base types do not match
[11/12/2019 - 08:32:44AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 5 in container  (1803BABC) because their base types do not match
[11/12/2019 - 08:32:44AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 1 in container  (18032F21) because their base types do not match
[11/12/2019 - 08:32:44AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 2 in container  (18032F21) because their base types do not match
[11/12/2019 - 08:32:44AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 3 in container  (18032F21) because their base types do not match
[11/12/2019 - 08:32:44AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 4 in container  (18032F21) because their base types do not match
[11/12/2019 - 08:32:44AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 5 in container  (18032F21) because their base types do not match
[11/12/2019 - 08:32:44AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 1 in container  (1850F675) because their base types do not match
[11/12/2019 - 08:32:44AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 2 in container  (1850F675) because their base types do not match
[11/12/2019 - 08:32:44AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 3 in container  (1850F675) because their base types do not match
[11/12/2019 - 08:32:44AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to  (18056983) because their base types do not match
[11/12/2019 - 08:32:44AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to  (18193FA2) because their base types do not match
[11/12/2019 - 08:32:44AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to  (18193FA1) because their base types do not match
[11/12/2019 - 08:32:44AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to  (181278BF) because their base types do not match
[11/12/2019 - 08:32:44AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to  (181278BE) because their base types do not match
[11/12/2019 - 08:32:44AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to  (1E2B1511) because their base types do not match
[11/12/2019 - 08:32:44AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to  (1E13A8D3) because their base types do not match
[11/12/2019 - 08:32:44AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 1 in container  (1E2AF948) because their base types do not match
[11/12/2019 - 08:32:44AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 2 in container  (1E2AF948) because their base types do not match
[11/12/2019 - 08:32:44AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 3 in container  (1E2AF948) because their base types do not match
[11/12/2019 - 08:32:44AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 4 in container  (1E2AF948) because their base types do not match
[11/12/2019 - 08:32:44AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to  (1E212CDD) because their base types do not match
[11/12/2019 - 08:32:44AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to  (1E212C70) because their base types do not match
[11/12/2019 - 08:32:44AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to  (1E167038) because their base types do not match
[11/12/2019 - 08:32:44AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 1 in container  (1E1C1707) because their base types do not match
[11/12/2019 - 08:32:44AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 2 in container  (1E1C1707) because their base types do not match
[11/12/2019 - 08:32:44AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 3 in container  (1E1C1707) because their base types do not match
[11/12/2019 - 08:32:54AM] Error: Property MyDamBed on script aaSexHouseCarlBreezeHomeSleepScript attached to alias Housecarl on quest aaSexWhoreHouseWhiterun (0D0253AF) cannot be bound because <NULL form> (000CB42C) is not the right type
[11/12/2019 - 08:32:54AM] WARNING: Property SSM_TwoHandedPerk on script SkyrimSpearMechanic_AliasNpc attached to alias NPC2 on quest SSM_NpcQuest (56009EEA) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property SSM_TwoHandedPerk on script SkyrimSpearMechanic_AliasNpc attached to alias NPC3 on quest SSM_NpcQuest (56009EEA) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property SSM_TwoHandedPerk on script SkyrimSpearMechanic_AliasNpc attached to alias NPC4 on quest SSM_NpcQuest (56009EEA) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property SSM_TwoHandedPerk on script SkyrimSpearMechanic_AliasNpc attached to alias NPC5 on quest SSM_NpcQuest (56009EEA) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property SSM_TwoHandedPerk on script SkyrimSpearMechanic_AliasNpc attached to alias NPC6 on quest SSM_NpcQuest (56009EEA) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property SSM_TwoHandedPerk on script SkyrimSpearMechanic_AliasNpc attached to alias NPC7 on quest SSM_NpcQuest (56009EEA) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property SSM_TwoHandedPerk on script SkyrimSpearMechanic_AliasNpc attached to alias NPC8 on quest SSM_NpcQuest (56009EEA) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property SSM_TwoHandedPerk on script SkyrimSpearMechanic_AliasNpc attached to alias NPC9 on quest SSM_NpcQuest (56009EEA) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property SSM_TwoHandedPerk on script SkyrimSpearMechanic_AliasNpc attached to alias NPC10 on quest SSM_NpcQuest (56009EEA) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property CannabisSeedWatered on script CannabisSeedPlacerRefAliasScript attached to alias CannabisSeedPlacerRefAlias on quest CannabisQuest (770840A7) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] Error: Property WeaponDrawScript on script WalkToggleScript attached to alias Player on quest WalkToggle (E3000D62) cannot be bound because alias Player on quest WalkToggleWeaponDraw (E3004E07) is not the right type
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (141C511E) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (141C511E) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property OSysInputSound on script _oOmni attached to 0SA (06000D62) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property OCinema on script _oOmni attached to 0SA (06000D62) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (2402E192) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (2402E192) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (0006C3C9) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (0006C3C9) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (000D6AE9) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (000D6AE9) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (14B47EAF) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (14B47EAF) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] Error: Property Pages on script TestMCM attached to Test_MCM (7A000D62) cannot be initialized because the value is the incorrect type
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (000D3A4C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (000D3A4C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (14D85EF7) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (14D85EF7) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (14011DEE) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (14011DEE) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (14E60355) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (14E60355) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E197363) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E197363) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (1E197363) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (1E197363) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010E679) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010E679) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (0010E679) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (0010E679) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010E58F) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010E58F) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (0010E58F) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (0010E58F) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (1437E8A1) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (1437E8A1) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18194747) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18194747) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (18194747) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (18194747) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ArcPerkPickTree on script dbm_perkresetscript attached to  (185A9669) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ArcPerkTorchTree on script dbm_perkresetscript attached to  (185A9669) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ArcPerkCRTree on script dbm_perkresetscript attached to  (185A9669) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (0008D275) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (0008D275) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E1C1CDA) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E1C1CDA) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (1E1C1CDA) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (1E1C1CDA) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (14D01A8A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (14D01A8A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (181275AE) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (181275AE) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (181275AE) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (181275AE) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (145E93C7) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (145E93C7) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (145E93C7) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (145E93C7) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (14551134) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (14551134) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (0F02EC8B) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (0F02EC8B) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (0F013179) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (0F013179) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (14ACD374) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (14ACD374) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (000B70C0) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (000B70C0) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (14D3EA45) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (14D3EA45) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (14B39B0B) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (14B39B0B) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (3608A912) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (3608A912) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (E568A421) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (E568A421) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010D722) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010D722) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (0010D722) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (0010D722) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property FollowerDismissMessageWait on script follower3dnpc attached to DialogueFollower3DNPC (1E13184C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property HirelingRehireScript on script follower3dnpc attached to DialogueFollower3DNPC (1E13184C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property FollowerDismissMessageCompanionsMale on script follower3dnpc attached to DialogueFollower3DNPC (1E13184C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property pFollowerAlias2 on script follower3dnpc attached to DialogueFollower3DNPC (1E13184C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property pPlayerAnimalCount on script follower3dnpc attached to DialogueFollower3DNPC (1E13184C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property FollowerDismissMessageCompanions on script follower3dnpc attached to DialogueFollower3DNPC (1E13184C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property AnimalDismissMessage on script follower3dnpc attached to DialogueFollower3DNPC (1E13184C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property pCurrentHireling on script follower3dnpc attached to DialogueFollower3DNPC (1E13184C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property pDismissedFollower on script follower3dnpc attached to DialogueFollower3DNPC (1E13184C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property FollowerDismissMessage on script follower3dnpc attached to DialogueFollower3DNPC (1E13184C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property pAnimalAlias on script follower3dnpc attached to DialogueFollower3DNPC (1E13184C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property pFollowerAlias on script follower3dnpc attached to DialogueFollower3DNPC (1E13184C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property FollowerDismissMessageWedding on script follower3dnpc attached to DialogueFollower3DNPC (1E13184C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property FollowerDismissMessageCompanionsFemale on script follower3dnpc attached to DialogueFollower3DNPC (1E13184C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property pPlayerFollowerCount on script follower3dnpc attached to DialogueFollower3DNPC (1E13184C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property pFollowerAlias1 on script follower3dnpc attached to DialogueFollower3DNPC (1E13184C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property Alias_PlayerCliant on script QF_aaSexScene06_010253BA attached to aaSexScene06 (0D0253BA) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property Alias_PlayerBed on script QF_aaSexScene06_010253BA attached to aaSexScene06 (0D0253BA) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (24D80DE5) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (24D80DE5) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (000DC346) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (000DC346) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (000876E1) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (000876E1) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (1424E177) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (1424E177) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (000CCE22) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (000CCE22) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (181D5AEF) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (181D5AEF) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18030CD1) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18030CD1) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (18030CD1) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (18030CD1) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (181949FA) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (181949FA) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (181949FA) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (181949FA) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010E515) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010E515) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (0010E515) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (0010E515) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (00083DAD) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (00083DAD) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (000486E1) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (000486E1) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (000486E1) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (000486E1) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (03000A76) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (03000A76) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property BYOHDeposit on script MineOreScript attached to  (03000A76) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCountTotal on script MineOreScript attached to  (03000A76) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (03000A76) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (03000A76) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (18127ACD) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (18127ACD) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E1A9758) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E1A9758) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (1E1A9758) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (1E1A9758) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (00047A21) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (00047A21) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (14C5A147) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (14C5A147) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18194634) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18194634) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (18194634) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (18194634) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18014E73) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18014E73) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (18014E73) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (18014E73) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (0009B790) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (0009B790) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (14DB8A55) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (14DB8A55) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (0009FE78) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (0009FE78) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (181946C7) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (181946C7) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (181946C7) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (181946C7) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (14BDB25D) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (14BDB25D) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] Error: Property PlayerAlias on script ARTH_SCRP_QuestInitalizerScript attached to CRFInitializer (0F0368FD) cannot be bound because <NULL alias> (7) on <NULL quest> (00025230) is not the right type
[11/12/2019 - 08:32:54AM] WARNING: Property TweakOriginalEssentialFaction on script TweakFixBoethiah attached to  (00083041) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (1E1A8005) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (1E1A8005) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (14CD3DF0) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (14CD3DF0) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (1400FB7B) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (1400FB7B) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (1828EECC) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (1828EECC) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (00097809) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (00097809) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (000A02A1) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (000A02A1) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (181946F4) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (181946F4) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (181946F4) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (181946F4) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010F05D) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010F05D) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (0010F05D) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (0010F05D) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010EE01) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010EE01) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (0010EE01) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (0010EE01) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (14C5A135) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (14C5A135) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (03000AF6) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (03000AF6) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property BYOHDeposit on script MineOreScript attached to  (03000AF6) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCountTotal on script MineOreScript attached to  (03000AF6) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (03000AF6) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (03000AF6) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (14D5D273) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (14D5D273) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (182F4AD5) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (182F4AD5) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (00097C45) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (00097C45) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (14FFB2A7) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (14FFB2A7) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (E5DB85C7) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (E5DB85C7) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E2C5CC3) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E2C5CC3) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (1E2C5CC3) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (1E2C5CC3) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (000CDD7A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (000CDD7A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18194759) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18194759) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (18194759) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (18194759) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (186298C9) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (186298C9) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (1E1A54B3) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (1E1A54B3) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E197364) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E197364) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (1E197364) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (1E197364) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (14B47EB1) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (14B47EB1) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (146A9FFE) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (146A9FFE) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (14B47EB0) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (14B47EB0) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (0002F591) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (0002F591) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (140F9050) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (140F9050) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E247CB7) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E247CB7) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (1E247CB7) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (1E247CB7) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E5007F1) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E5007F1) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (1E5007F1) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (1E5007F1) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (000EA684) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (000EA684) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (14019546) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (14019546) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E1C1CD8) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E1C1CD8) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (1E1C1CD8) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (1E1C1CD8) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E1C1CD9) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E1C1CD9) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (1E1C1CD9) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (1E1C1CD9) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18194CA2) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18194CA2) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (18194CA2) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (18194CA2) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (00083E1B) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (00083E1B) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (1401C2F6) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (1401C2F6) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010EA86) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010EA86) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (0010EA86) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (0010EA86) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (14B1A4D6) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (14B1A4D6) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (03000AC0) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (03000AC0) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property BYOHDeposit on script MineOreScript attached to  (03000AC0) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCountTotal on script MineOreScript attached to  (03000AC0) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (03000AC0) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (03000AC0) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (1E500231) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (1E500231) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (E51B5D30) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (E51B5D30) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (181276A9) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (181276A9) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (181276A9) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (181276A9) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (0F02EC74) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (0F02EC74) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (141B0BA9) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (141B0BA9) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1461C01E) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1461C01E) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (1461C01E) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (1461C01E) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (E520F210) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (E520F210) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property AttachedTo on script TGRPlayerHouseShadowmarkScript attached to  (31000D63) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] Error: Property CityShadowmarkControl on script TGRQuestBasedShadowmarkScript attached to  (310049A6) cannot be bound because <NULL form> (00055C08) is not the right type
[11/12/2019 - 08:32:54AM] Error: Property TweakCarryWeight on script tweakfollowerscript attached to TweakFollower (4B0012CE) cannot be initialized because the value is the incorrect type
[11/12/2019 - 08:32:54AM] Error: Property pTweakStables on script tweakfollowerscript attached to TweakFollower (4B0012CE) cannot be bound because stables (00068D73) is not the right type
[11/12/2019 - 08:32:54AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18195241) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18195241) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (18195241) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (18195241) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18030CD2) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18030CD2) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (18030CD2) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (18030CD2) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (000EBC57) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (000EBC57) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (000EBC57) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (000EBC57) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (000C4FDF) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (000C4FDF) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (000C4FDF) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (000C4FDF) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1812730E) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1812730E) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (1812730E) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (1812730E) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (00099B49) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (00099B49) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (14DB8A56) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (14DB8A56) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E297E1F) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E297E1F) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (1E297E1F) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (1E297E1F) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E1A9756) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E1A9756) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (1E1A9756) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (1E1A9756) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E1A9757) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E1A9757) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (1E1A9757) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (1E1A9757) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18014E71) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18014E71) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (18014E71) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (18014E71) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18030CCF) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18030CCF) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (18030CCF) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (18030CCF) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E1C1CD7) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E1C1CD7) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (1E1C1CD7) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (1E1C1CD7) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E1C51A8) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E1C51A8) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (1E1C51A8) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (1E1C51A8) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18030CCE) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18030CCE) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (18030CCE) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (18030CCE) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E5007D6) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E5007D6) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (1E5007D6) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (1E5007D6) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (140A3504) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (140A3504) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property BYOHDeposit on script MineOreScript attached to  (140A3504) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCountTotal on script MineOreScript attached to  (140A3504) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (140A3504) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (140A3504) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E5007D5) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E5007D5) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (1E5007D5) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (1E5007D5) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E20087A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E20087A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (1E20087A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (1E20087A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E203EE3) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E203EE3) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (1E203EE3) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (1E203EE3) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (0006AF4D) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (0006AF4D) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18194636) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18194636) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (18194636) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (18194636) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18194E09) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18194E09) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (18194E09) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (18194E09) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E1A54A4) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E1A54A4) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (1E1A54A4) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (1E1A54A4) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property Nec2 on script TerynneAliasScript attached to TerynneQuest (1E377D79) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property Nec3 on script TerynneAliasScript attached to TerynneQuest (1E377D79) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property Nec1 on script TerynneAliasScript attached to TerynneQuest (1E377D79) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (000ABF83) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (000ABF83) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (000BB428) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (000BB428) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E19E72A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E19E72A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (1E19E72A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (1E19E72A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (1E1C1543) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (1E1C1543) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18194E62) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18194E62) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (18194E62) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (18194E62) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18194F28) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18194F28) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (18194F28) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (18194F28) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (141CA28A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:54AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (141CA28A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property FreeformMarkarthO on script mdcuestartscript attached to  (1E1EC62D) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (140A350A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (140A350A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property BYOHDeposit on script MineOreScript attached to  (140A350A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property ResourceCountTotal on script MineOreScript attached to  (140A350A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (140A350A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (140A350A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (E51C7FF6) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (E51C7FF6) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property Hold on script dbm_bannerscript attached to  (1816897F) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010FC4C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010FC4C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (0010FC4C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (0010FC4C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010E5FC) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010E5FC) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (0010E5FC) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (0010E5FC) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (18713BD7) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (18713BD7) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (000D6C2B) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (000D6C2B) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (000FE2AF) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (000FE2AF) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property SexLab on script AmorousAdvFarkasQstUtil attached to SexLabAmorousAdventuresFarkas (520376E7) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (0F02390C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (0F02390C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (18128DC3) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (18128DC3) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (0F0259E6) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (0F0259E6) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010ED10) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010ED10) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (0010ED10) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (0010ED10) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property WMFFControlQuest on script CACO_AltFloraScript attached to  (00107B7B) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (000BA989) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (000BA989) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (E51E603B) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (E51E603B) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (000F1D9B) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (000F1D9B) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (14BFFF1C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (14BFFF1C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property AttachedTo on script TGRPlayerHouseShadowmarkScript attached to  (31004415) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (000C61D5) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (000C61D5) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010EFE5) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010EFE5) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (0010EFE5) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (0010EFE5) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (148F63C0) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (148F63C0) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (14B42D96) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (14B42D96) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18194CD3) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18194CD3) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (18194CD3) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (18194CD3) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18194F25) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18194F25) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (18194F25) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (18194F25) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (000B3949) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (000B3949) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1812762A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1812762A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (1812762A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (1812762A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (14793407) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (14793407) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property T01ConclusionScene on script QF_T01_00023B6C attached to T01 (00023B6C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0401B65A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0401B65A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (0401B65A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (0401B65A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (14CA126D) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (14CA126D) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (00023591) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (00023591) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (00021A1D) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (00021A1D) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (00021A1D) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (00021A1D) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (147054F4) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (147054F4) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property AttachedTo on script TGRPlayerHouseShadowmarkScript attached to  (31001DD7) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property AttachedTo on script TGRPlayerHouseShadowmarkScript attached to  (310012F9) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property AttachedTo on script TGRPlayerHouseShadowmarkScript attached to  (3100441B) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property AnvilQuestameir on script qf_anvilmoonpathquest_0106a8ca attached to AnvilMoonpathQuest (1806A8CA) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property dunArcherQST on script WilliamTellArrow3dnpc attached to  (1E2E1E29) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property flArrows on script WilliamTellArrow3dnpc attached to  (1E2E1E29) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property myActor on script WilliamTellArrow3dnpc attached to  (1E2E1E29) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010ED12) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010ED12) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (0010ED12) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (0010ED12) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010E6C1) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010E6C1) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (0010E6C1) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (0010E6C1) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E1D4171) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E1D4171) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (1E1D4171) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (1E1D4171) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (4C067934) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (4C067934) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (04019A51) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (04019A51) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (000B555A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (000B555A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (14653CE8) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (14653CE8) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (000D5FE5) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (000D5FE5) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (1E2C5D69) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (1E2C5D69) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (04031792) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (04031792) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (04031792) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (04031792) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (04031796) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (04031796) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (04031796) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (04031796) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (0006F367) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (0006F367) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (0010CC15) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (0010CC15) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (000FE2B9) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (000FE2B9) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (E520F20E) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (E520F20E) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property Hold on script dbm_bannerscript attached to  (1816897D) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] VM is freezing...
[11/12/2019 - 08:32:55AM] VM is frozen
[11/12/2019 - 08:32:55AM] Reverting game...
[11/12/2019 - 08:32:55AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to  (14BF4A83) because their base types do not match
[11/12/2019 - 08:32:55AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to  (1E212C70) because their base types do not match
[11/12/2019 - 08:32:55AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 4 in container  (1E2AF948) because their base types do not match
[11/12/2019 - 08:32:55AM] Error: Unable to bind script _lp_bardsongbookscript to Item 18 in container  (7B05075C) because their base types do not match
[11/12/2019 - 08:32:55AM] Error: Unable to bind script _lp_bardsongbookscript to Item 4 in container  (7B05075C) because their base types do not match
[11/12/2019 - 08:32:55AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to  (14AD1A80) because their base types do not match
[11/12/2019 - 08:32:55AM] Error: Unable to bind script PF__0201313D to  (DB01313D) because their base types do not match
[11/12/2019 - 08:32:55AM] Error: Unable to bind script WalkToggleScript to WalkToggle (E3000D62) because their base types do not match
[11/12/2019 - 08:32:55AM] Error: Unable to bind script TIF__02008F1D to topic info DE008F1D on quest sirsal_immersivedialogue_conversation (DE005903) because their base types do not match
[11/12/2019 - 08:32:55AM] Error: Unable to bind script PF__02014174 to  (DB014174) because their base types do not match
[11/12/2019 - 08:32:55AM] Error: Unable to bind script _lp_bardsongbookscript to Item 5 in container  (7B05075C) because their base types do not match
[11/12/2019 - 08:32:55AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to  (1E167038) because their base types do not match
[11/12/2019 - 08:32:55AM] Error: Unable to bind script _lp_bardsongbookscript to Item 13 in container  (7B05075C) because their base types do not match
[11/12/2019 - 08:32:55AM] Error: Unable to bind script _lp_bardsongbookscript to Item 8 in container  (7B05075C) because their base types do not match
[11/12/2019 - 08:32:55AM] Error: Unable to bind script walktoggleweapondraw to WalkToggleWeaponDraw (E3004E07) because their base types do not match
[11/12/2019 - 08:32:55AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 2 in container  (03016ABA) because their base types do not match
[11/12/2019 - 08:32:55AM] Error: Unable to bind script _lp_bardsongbookscript to Item 22 in container  (7B05075C) because their base types do not match
[11/12/2019 - 08:32:55AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to  (1451E344) because their base types do not match
[11/12/2019 - 08:32:55AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to  (14AD09AE) because their base types do not match
[11/12/2019 - 08:32:55AM] Error: Unable to bind script _lp_bardsongbookscript to Item 1 in container  (7B05075C) because their base types do not match
[11/12/2019 - 08:32:55AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 4 in container  (22011037) because their base types do not match
[11/12/2019 - 08:32:55AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 3 in container  (1850F675) because their base types do not match
[11/12/2019 - 08:32:55AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to  (18056983) because their base types do not match
[11/12/2019 - 08:32:55AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to  (1E212CDD) because their base types do not match
[11/12/2019 - 08:32:55AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 1 in container  (1E2AF948) because their base types do not match
[11/12/2019 - 08:32:55AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 2 in container  (0F143769) because their base types do not match
[11/12/2019 - 08:32:55AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to  (14ACE5C5) because their base types do not match
[11/12/2019 - 08:32:55AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 1 in container  (1850F675) because their base types do not match
[11/12/2019 - 08:32:55AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 1 in container  (1E1C1707) because their base types do not match
[11/12/2019 - 08:32:55AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 3 in container  (18032F21) because their base types do not match
[11/12/2019 - 08:32:55AM] Error: Unable to bind script _lp_bardsongbookscript to Item 11 in container  (7B05075C) because their base types do not match
[11/12/2019 - 08:32:55AM] Error: Unable to bind script SF_TweakP1Hangout_02017201 to  (4B017201) because their base types do not match
[11/12/2019 - 08:32:55AM] Error: Unable to bind script _lp_bardsongbookscript to Item 2 in container  (7B05075C) because their base types do not match
[11/12/2019 - 08:32:55AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 3 in container  (1E1C1707) because their base types do not match
[11/12/2019 - 08:32:55AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 2 in container  (1E1C1707) because their base types do not match
[11/12/2019 - 08:32:55AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 3 in container  (1E2AF948) because their base types do not match
[11/12/2019 - 08:32:55AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 2 in container  (1E2AF948) because their base types do not match
[11/12/2019 - 08:32:55AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to  (1E13A8D3) because their base types do not match
[11/12/2019 - 08:32:55AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 3 in container  (0F143769) because their base types do not match
[11/12/2019 - 08:32:55AM] Error: Unable to bind script _lp_bardsongbookscript to Item 20 in container  (7B05075C) because their base types do not match
[11/12/2019 - 08:32:55AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to  (1E2B1511) because their base types do not match
[11/12/2019 - 08:32:55AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to  (181278BE) because their base types do not match
[11/12/2019 - 08:32:55AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to  (181278BF) because their base types do not match
[11/12/2019 - 08:32:55AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to  (18193FA1) because their base types do not match
[11/12/2019 - 08:32:55AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to  (18193FA2) because their base types do not match
[11/12/2019 - 08:32:55AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 2 in container  (1850F675) because their base types do not match
[11/12/2019 - 08:32:55AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 5 in container  (18032F21) because their base types do not match
[11/12/2019 - 08:32:55AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 4 in container  (18032F21) because their base types do not match
[11/12/2019 - 08:32:55AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 2 in container  (18032F21) because their base types do not match
[11/12/2019 - 08:32:55AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 1 in container  (18032F21) because their base types do not match
[11/12/2019 - 08:32:55AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 5 in container  (1803BABC) because their base types do not match
[11/12/2019 - 08:32:55AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 3 in container  (1803BABC) because their base types do not match
[11/12/2019 - 08:32:55AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 2 in container  (1803BABC) because their base types do not match
[11/12/2019 - 08:32:55AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 1 in container  (1803BABC) because their base types do not match
[11/12/2019 - 08:32:55AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to  (14ACEE83) because their base types do not match
[11/12/2019 - 08:32:55AM] Error: Unable to bind script _lp_bardsongbookscript to Item 15 in container  (7B05075C) because their base types do not match
[11/12/2019 - 08:32:55AM] Error: Unable to bind script da02deadbodyscript to  (3B001FB3) because their base types do not match
[11/12/2019 - 08:32:55AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to  (14BD0FB6) because their base types do not match
[11/12/2019 - 08:32:55AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to  (14ACECF7) because their base types do not match
[11/12/2019 - 08:32:55AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to  (0F02EDBC) because their base types do not match
[11/12/2019 - 08:32:55AM] Error: Unable to bind script _lp_bardsongbookscript to Item 7 in container  (7B05075C) because their base types do not match
[11/12/2019 - 08:32:55AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 3 in container  (040177C2) because their base types do not match
[11/12/2019 - 08:32:55AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 3 in container  (03016ABA) because their base types do not match
[11/12/2019 - 08:32:55AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 1 in container  (03016ABA) because their base types do not match
[11/12/2019 - 08:32:55AM] Error: Unable to bind script _lp_bardsongbookscript to Item 17 in container  (7B05075C) because their base types do not match
[11/12/2019 - 08:32:55AM] Error: Unable to bind script _lp_bardsongbookscript to Item 23 in container  (7B05075C) because their base types do not match
[11/12/2019 - 08:32:55AM] Error: Unable to bind script _lp_bardsongbookscript to Item 21 in container  (7B05075C) because their base types do not match
[11/12/2019 - 08:32:55AM] Error: Unable to bind script _lp_bardsongbookscript to Item 19 in container  (7B05075C) because their base types do not match
[11/12/2019 - 08:32:55AM] Error: Unable to bind script _lp_bardsongbookscript to Item 14 in container  (7B05075C) because their base types do not match
[11/12/2019 - 08:32:55AM] Error: Unable to bind script _lp_bardsongbookscript to Item 12 in container  (7B05075C) because their base types do not match
[11/12/2019 - 08:32:55AM] Error: Unable to bind script _lp_bardsongbookscript to Item 10 in container  (7B05075C) because their base types do not match
[11/12/2019 - 08:32:55AM] Error: Unable to bind script _lp_bardsongbookscript to Item 9 in container  (7B05075C) because their base types do not match
[11/12/2019 - 08:32:55AM] Error: Unable to bind script _lp_bardsongbookscript to Item 3 in container  (7B05075C) because their base types do not match
[11/12/2019 - 08:32:55AM] Error: Unable to bind script TPOS_DOOR_01 to  (14AD08D8) because their base types do not match
[11/12/2019 - 08:32:55AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 1 in container  (0F143769) because their base types do not match
[11/12/2019 - 08:32:55AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to  (17040112) because their base types do not match
[11/12/2019 - 08:32:55AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 2 in container  (22011037) because their base types do not match
[11/12/2019 - 08:32:55AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 1 in container  (22011037) because their base types do not match
[11/12/2019 - 08:32:55AM] Error: Unable to bind script TIF__020099EF to topic info DE0099EF on quest sirsal_immersivedialogue_conversation (DE005903) because their base types do not match
[11/12/2019 - 08:32:55AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to  (1451E24F) because their base types do not match
[11/12/2019 - 08:32:55AM] Error: Unable to bind script TIF__020099ED to topic info DE0099ED on quest sirsal_immersivedialogue_conversation (DE005903) because their base types do not match
[11/12/2019 - 08:32:55AM] Error: Unable to bind script _lp_bardsongbookscript to Item 24 in container  (7B05075C) because their base types do not match
[11/12/2019 - 08:32:55AM] Error: Unable to bind script traptriggerbase to TweakTraps (4B00C515) because their base types do not match
[11/12/2019 - 08:32:55AM] Error: Unable to bind script TrapBear to TweakTraps (4B00C515) because their base types do not match
[11/12/2019 - 08:32:55AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 4 in container  (1803BABC) because their base types do not match
[11/12/2019 - 08:32:55AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to  (0F021CF6) because their base types do not match
[11/12/2019 - 08:32:55AM] Error: Unable to bind script _lp_bardsongbookscript to Item 6 in container  (7B05075C) because their base types do not match
[11/12/2019 - 08:32:55AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 3 in container  (22011037) because their base types do not match
[11/12/2019 - 08:32:55AM] Error: Unable to bind script SF_TweakP1Pose_02017788 to  (4B017788) because their base types do not match
[11/12/2019 - 08:32:55AM] Error: Unable to bind script _lp_bardsongbookscript to Item 16 in container  (7B05075C) because their base types do not match
[11/12/2019 - 08:32:55AM] Error: Unable to bind script TIF__020012CD to topic info DE0012CD on quest sirsal_immersivedialogue_mugging (DE000D62) because their base types do not match
[11/12/2019 - 08:32:55AM] WARNING: Property OSysInputSound on script _oOmni attached to 0SA (06000D62) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property OCinema on script _oOmni attached to 0SA (06000D62) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (0006C3C9) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (0006C3C9) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (000D6AE9) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (000D6AE9) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] Error: Property Pages on script TestMCM attached to Test_MCM (7A000D62) cannot be initialized because the value is the incorrect type
[11/12/2019 - 08:32:55AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (000D3A4C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (000D3A4C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (14D85EF7) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (14D85EF7) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (14E60355) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (14E60355) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property Hold on script dbm_bannerscript attached to  (1816897F) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E197363) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E197363) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (1E197363) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (1E197363) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010E679) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010E679) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (0010E679) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (0010E679) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010E58F) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010E58F) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (0010E58F) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (0010E58F) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18194747) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18194747) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (18194747) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (18194747) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property ArcPerkPickTree on script dbm_perkresetscript attached to  (185A9669) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property ArcPerkTorchTree on script dbm_perkresetscript attached to  (185A9669) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property ArcPerkCRTree on script dbm_perkresetscript attached to  (185A9669) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E1C1CDA) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E1C1CDA) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (1E1C1CDA) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (1E1C1CDA) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (E520F20E) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (E520F20E) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (181275AE) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (181275AE) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (181275AE) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (181275AE) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (145E93C7) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (145E93C7) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (145E93C7) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (145E93C7) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (14551134) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (14551134) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (0F02EC8B) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (0F02EC8B) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (14ACD374) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (14ACD374) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (000B70C0) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (000B70C0) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (14D3EA45) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (14D3EA45) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (14B39B0B) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (14B39B0B) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (3608A912) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (3608A912) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (E568A421) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (E568A421) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] Error: Property MyDamBed on script aaSexHouseCarlBreezeHomeSleepScript attached to alias Housecarl on quest aaSexWhoreHouseWhiterun (0D0253AF) cannot be bound because <NULL form> (000CB42C) is not the right type
[11/12/2019 - 08:32:55AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010D722) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010D722) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (0010D722) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (0010D722) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (14653CE8) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (14653CE8) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property FollowerDismissMessageWait on script follower3dnpc attached to DialogueFollower3DNPC (1E13184C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property HirelingRehireScript on script follower3dnpc attached to DialogueFollower3DNPC (1E13184C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property FollowerDismissMessageCompanionsMale on script follower3dnpc attached to DialogueFollower3DNPC (1E13184C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property pFollowerAlias2 on script follower3dnpc attached to DialogueFollower3DNPC (1E13184C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property pPlayerAnimalCount on script follower3dnpc attached to DialogueFollower3DNPC (1E13184C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property FollowerDismissMessageCompanions on script follower3dnpc attached to DialogueFollower3DNPC (1E13184C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property AnimalDismissMessage on script follower3dnpc attached to DialogueFollower3DNPC (1E13184C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property pCurrentHireling on script follower3dnpc attached to DialogueFollower3DNPC (1E13184C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property pDismissedFollower on script follower3dnpc attached to DialogueFollower3DNPC (1E13184C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property FollowerDismissMessage on script follower3dnpc attached to DialogueFollower3DNPC (1E13184C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property pAnimalAlias on script follower3dnpc attached to DialogueFollower3DNPC (1E13184C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property pFollowerAlias on script follower3dnpc attached to DialogueFollower3DNPC (1E13184C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property FollowerDismissMessageWedding on script follower3dnpc attached to DialogueFollower3DNPC (1E13184C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property FollowerDismissMessageCompanionsFemale on script follower3dnpc attached to DialogueFollower3DNPC (1E13184C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property pPlayerFollowerCount on script follower3dnpc attached to DialogueFollower3DNPC (1E13184C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property pFollowerAlias1 on script follower3dnpc attached to DialogueFollower3DNPC (1E13184C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property Alias_PlayerCliant on script QF_aaSexScene06_010253BA attached to aaSexScene06 (0D0253BA) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property Alias_PlayerBed on script QF_aaSexScene06_010253BA attached to aaSexScene06 (0D0253BA) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (000DC346) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (000DC346) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (000876E1) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (000876E1) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (1424E177) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (1424E177) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (000CCE22) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (000CCE22) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18030CD1) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18030CD1) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (18030CD1) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (18030CD1) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (181949FA) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (181949FA) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (181949FA) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (181949FA) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010E515) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010E515) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (0010E515) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (0010E515) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (00083DAD) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (00083DAD) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (03000A76) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (03000A76) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property BYOHDeposit on script MineOreScript attached to  (03000A76) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property ResourceCountTotal on script MineOreScript attached to  (03000A76) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (03000A76) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (03000A76) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (18127ACD) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (18127ACD) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property SSM_TwoHandedPerk on script SkyrimSpearMechanic_AliasNpc attached to alias NPC6 on quest SSM_NpcQuest (56009EEA) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (000D5FE5) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (000D5FE5) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E1A9758) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E1A9758) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (1E1A9758) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (1E1A9758) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (00047A21) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (00047A21) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (14C5A147) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (14C5A147) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18194634) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18194634) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (18194634) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (18194634) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18014E73) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18014E73) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (18014E73) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (18014E73) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (0009B790) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (0009B790) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (14DB8A55) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (14DB8A55) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (0009FE78) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (0009FE78) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property SSM_TwoHandedPerk on script SkyrimSpearMechanic_AliasNpc attached to alias NPC4 on quest SSM_NpcQuest (56009EEA) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (14BDB25D) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (14BDB25D) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010ED12) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010ED12) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (0010ED12) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (0010ED12) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property SSM_TwoHandedPerk on script SkyrimSpearMechanic_AliasNpc attached to alias NPC5 on quest SSM_NpcQuest (56009EEA) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E20087A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E20087A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (1E20087A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (1E20087A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (1E1A8005) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (1E1A8005) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (14CD3DF0) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (14CD3DF0) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (1400FB7B) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (1400FB7B) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E203EE3) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E203EE3) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (1E203EE3) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (1E203EE3) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (1828EECC) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (1828EECC) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (00097809) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (00097809) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (000A02A1) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (000A02A1) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (181946F4) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (181946F4) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (181946F4) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (181946F4) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010F05D) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010F05D) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (0010F05D) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (0010F05D) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010EE01) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010EE01) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (0010EE01) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (0010EE01) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property CannabisSeedWatered on script CannabisSeedPlacerRefAliasScript attached to alias CannabisSeedPlacerRefAlias on quest CannabisQuest (770840A7) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (14C5A135) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (14C5A135) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (03000AF6) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (03000AF6) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property BYOHDeposit on script MineOreScript attached to  (03000AF6) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property ResourceCountTotal on script MineOreScript attached to  (03000AF6) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (03000AF6) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (03000AF6) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (182F4AD5) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (182F4AD5) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (00097C45) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (00097C45) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property SexLab on script AmorousAdvFarkasQstUtil attached to SexLabAmorousAdventuresFarkas (520376E7) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (14FFB2A7) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (14FFB2A7) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (E5DB85C7) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (E5DB85C7) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E2C5CC3) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E2C5CC3) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (1E2C5CC3) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (1E2C5CC3) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (000CDD7A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (000CDD7A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18194759) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18194759) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (18194759) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (18194759) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property SSM_TwoHandedPerk on script SkyrimSpearMechanic_AliasNpc attached to alias NPC9 on quest SSM_NpcQuest (56009EEA) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property AttachedTo on script TGRPlayerHouseShadowmarkScript attached to  (310012F9) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (186298C9) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (186298C9) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property Hold on script dbm_bannerscript attached to  (1816897D) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (1E1A54B3) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (1E1A54B3) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E197364) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E197364) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (1E197364) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (1E197364) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (14B47EB1) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (14B47EB1) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (146A9FFE) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (146A9FFE) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (14B47EB0) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (14B47EB0) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (0002F591) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (0002F591) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E247CB7) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E247CB7) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (1E247CB7) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (1E247CB7) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E5007F1) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E5007F1) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (1E5007F1) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:55AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (1E5007F1) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (000EA684) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (000EA684) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property SSM_TwoHandedPerk on script SkyrimSpearMechanic_AliasNpc attached to alias NPC7 on quest SSM_NpcQuest (56009EEA) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (14019546) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (14019546) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E1C1CD8) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E1C1CD8) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (1E1C1CD8) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (1E1C1CD8) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E1C1CD9) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E1C1CD9) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (1E1C1CD9) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (1E1C1CD9) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18194CA2) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18194CA2) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (18194CA2) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (18194CA2) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (00083E1B) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (00083E1B) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (1401C2F6) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (1401C2F6) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010EA86) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010EA86) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (0010EA86) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (0010EA86) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (14B1A4D6) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (14B1A4D6) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (03000AC0) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (03000AC0) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property BYOHDeposit on script MineOreScript attached to  (03000AC0) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountTotal on script MineOreScript attached to  (03000AC0) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (03000AC0) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (03000AC0) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (1E500231) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (1E500231) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (181276A9) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (181276A9) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (181276A9) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (181276A9) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (0F02EC74) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (0F02EC74) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (141B0BA9) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (141B0BA9) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1461C01E) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1461C01E) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (1461C01E) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (1461C01E) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (E520F210) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (E520F210) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property AttachedTo on script TGRPlayerHouseShadowmarkScript attached to  (31000D63) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (000D6C2B) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (000D6C2B) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property SSM_TwoHandedPerk on script SkyrimSpearMechanic_AliasNpc attached to alias NPC10 on quest SSM_NpcQuest (56009EEA) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] Error: Property CityShadowmarkControl on script TGRQuestBasedShadowmarkScript attached to  (310049A6) cannot be bound because <NULL form> (00055C08) is not the right type
[11/12/2019 - 08:32:56AM] Error: Property TweakCarryWeight on script tweakfollowerscript attached to TweakFollower (4B0012CE) cannot be initialized because the value is the incorrect type
[11/12/2019 - 08:32:56AM] Error: Property pTweakStables on script tweakfollowerscript attached to TweakFollower (4B0012CE) cannot be bound because stables (00068D73) is not the right type
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (0F0259E6) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (0F0259E6) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (18128DC3) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (18128DC3) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18195241) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18195241) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (18195241) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (18195241) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18030CD2) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18030CD2) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (18030CD2) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (18030CD2) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property SSM_TwoHandedPerk on script SkyrimSpearMechanic_AliasNpc attached to alias NPC3 on quest SSM_NpcQuest (56009EEA) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (141C511E) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (141C511E) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (14D5D273) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (14D5D273) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (14B47EAF) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (14B47EAF) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (000EBC57) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (000EBC57) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (000EBC57) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (000EBC57) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (14011DEE) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (14011DEE) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (0008D275) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (0008D275) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (14D01A8A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (14D01A8A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (000B3949) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (000B3949) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (1437E8A1) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (1437E8A1) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (14CA126D) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (14CA126D) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (000C4FDF) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (000C4FDF) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (000C4FDF) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (000C4FDF) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (E51E603B) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (E51E603B) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1812730E) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1812730E) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (1812730E) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (1812730E) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (00099B49) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (00099B49) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (04019A51) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (04019A51) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (2402E192) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (2402E192) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (14DB8A56) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (14DB8A56) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (0F02390C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (0F02390C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property WMFFControlQuest on script CACO_AltFloraScript attached to  (00107B7B) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18014E71) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18014E71) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (18014E71) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (18014E71) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18030CCE) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18030CCE) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (18030CCE) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (18030CCE) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (140A3504) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (140A3504) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property BYOHDeposit on script MineOreScript attached to  (140A3504) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountTotal on script MineOreScript attached to  (140A3504) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (140A3504) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (140A3504) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (0006AF4D) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (0006AF4D) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18194E09) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18194E09) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (18194E09) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (18194E09) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (141CA28A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (141CA28A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18194636) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18194636) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (18194636) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (18194636) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (140F9050) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (140F9050) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (000ABF83) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (000ABF83) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property AttachedTo on script TGRPlayerHouseShadowmarkScript attached to  (31001DD7) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E19E72A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E19E72A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (1E19E72A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (1E19E72A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (1E1C1543) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (1E1C1543) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (000486E1) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (000486E1) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (000486E1) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (000486E1) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (148F63C0) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (148F63C0) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (140A350A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (140A350A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property BYOHDeposit on script MineOreScript attached to  (140A350A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountTotal on script MineOreScript attached to  (140A350A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (140A350A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (140A350A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010E6C1) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010E6C1) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (0010E6C1) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (0010E6C1) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (00021A1D) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (00021A1D) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (00021A1D) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (00021A1D) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (14B42D96) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (14B42D96) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (181946C7) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (181946C7) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (181946C7) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (181946C7) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010FC4C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010FC4C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (0010FC4C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (0010FC4C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property AttachedTo on script TGRPlayerHouseShadowmarkScript attached to  (31004415) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18194F28) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18194F28) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (18194F28) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (18194F28) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0401B65A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0401B65A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (0401B65A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (0401B65A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (18713BD7) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (18713BD7) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property TweakOriginalEssentialFaction on script TweakFixBoethiah attached to  (00083041) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E1C1CD7) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E1C1CD7) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (1E1C1CD7) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (1E1C1CD7) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (000FE2AF) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (000FE2AF) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] Error: Property PlayerAlias on script ARTH_SCRP_QuestInitalizerScript attached to CRFInitializer (0F0368FD) cannot be bound because <NULL alias> (7) on <NULL quest> (00025230) is not the right type
[11/12/2019 - 08:32:56AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010ED10) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010ED10) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (0010ED10) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (0010ED10) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property Nec2 on script TerynneAliasScript attached to TerynneQuest (1E377D79) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property Nec3 on script TerynneAliasScript attached to TerynneQuest (1E377D79) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property Nec1 on script TerynneAliasScript attached to TerynneQuest (1E377D79) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (00023591) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (00023591) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (000BA989) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (000BA989) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (14BFFF1C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (14BFFF1C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (000C61D5) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (000C61D5) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010EFE5) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010EFE5) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (0010EFE5) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (0010EFE5) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E5007D5) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E5007D5) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (1E5007D5) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (1E5007D5) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (0F013179) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (0F013179) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (000BB428) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (000BB428) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18194CD3) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18194CD3) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (18194CD3) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (18194CD3) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18194F25) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18194F25) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (18194F25) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (18194F25) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1812762A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1812762A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (1812762A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (1812762A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (14793407) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (14793407) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property T01ConclusionScene on script QF_T01_00023B6C attached to T01 (00023B6C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (147054F4) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (147054F4) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E297E1F) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E297E1F) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (1E297E1F) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (1E297E1F) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E1A9756) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E1A9756) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (1E1A9756) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (1E1A9756) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E1A9757) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E1A9757) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (1E1A9757) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (1E1A9757) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E1C51A8) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E1C51A8) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (1E1C51A8) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (1E1C51A8) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (000F1D9B) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (000F1D9B) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property AttachedTo on script TGRPlayerHouseShadowmarkScript attached to  (3100441B) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E1A54A4) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E1A54A4) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (1E1A54A4) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (1E1A54A4) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property dunArcherQST on script WilliamTellArrow3dnpc attached to  (1E2E1E29) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property flArrows on script WilliamTellArrow3dnpc attached to  (1E2E1E29) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property myActor on script WilliamTellArrow3dnpc attached to  (1E2E1E29) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property AnvilQuestameir on script qf_anvilmoonpathquest_0106a8ca attached to AnvilMoonpathQuest (1806A8CA) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18194E62) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18194E62) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (18194E62) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (18194E62) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (181D5AEF) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (181D5AEF) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property FreeformMarkarthO on script mdcuestartscript attached to  (1E1EC62D) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E1D4171) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E1D4171) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (1E1D4171) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (1E1D4171) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010E5FC) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010E5FC) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (0010E5FC) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (0010E5FC) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (4C067934) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (4C067934) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (000B555A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (000B555A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18030CCF) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18030CCF) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (18030CCF) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (18030CCF) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (1E2C5D69) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (1E2C5D69) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property SSM_TwoHandedPerk on script SkyrimSpearMechanic_AliasNpc attached to alias NPC2 on quest SSM_NpcQuest (56009EEA) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E5007D6) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E5007D6) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (1E5007D6) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (1E5007D6) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (24D80DE5) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (24D80DE5) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (04031792) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (04031792) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (04031792) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (04031792) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (04031796) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (04031796) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (04031796) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (04031796) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (0010CC15) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (0010CC15) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (000FE2B9) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (000FE2B9) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property SSM_TwoHandedPerk on script SkyrimSpearMechanic_AliasNpc attached to alias NPC8 on quest SSM_NpcQuest (56009EEA) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (0006F367) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (0006F367) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (E51B5D30) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (E51B5D30) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (E51C7FF6) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (E51C7FF6) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010E5B1) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010E5B1) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (0010E5B1) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (0010E5B1) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (03000A7A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (03000A7A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property BYOHDeposit on script MineOreScript attached to  (03000A7A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountTotal on script MineOreScript attached to  (03000A7A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (03000A7A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (03000A7A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (03000B02) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (03000B02) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property BYOHDeposit on script MineOreScript attached to  (03000B02) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountTotal on script MineOreScript attached to  (03000B02) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (03000B02) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (03000B02) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (03000B04) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (03000B04) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property BYOHDeposit on script MineOreScript attached to  (03000B04) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountTotal on script MineOreScript attached to  (03000B04) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (03000B04) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (03000B04) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (03000B06) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (03000B06) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property BYOHDeposit on script MineOreScript attached to  (03000B06) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountTotal on script MineOreScript attached to  (03000B06) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (03000B06) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (03000B06) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (03000A7C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (03000A7C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property BYOHDeposit on script MineOreScript attached to  (03000A7C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountTotal on script MineOreScript attached to  (03000A7C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (03000A7C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (03000A7C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (03000AD6) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (03000AD6) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property BYOHDeposit on script MineOreScript attached to  (03000AD6) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountTotal on script MineOreScript attached to  (03000AD6) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (03000AD6) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (03000AD6) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (03000A7E) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (03000A7E) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property BYOHDeposit on script MineOreScript attached to  (03000A7E) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountTotal on script MineOreScript attached to  (03000A7E) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (03000A7E) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (03000A7E) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (03000A73) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (03000A73) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property BYOHDeposit on script MineOreScript attached to  (03000A73) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountTotal on script MineOreScript attached to  (03000A73) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (03000A73) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (03000A73) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (03000AC6) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (03000AC6) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property BYOHDeposit on script MineOreScript attached to  (03000AC6) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountTotal on script MineOreScript attached to  (03000AC6) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (03000AC6) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (03000AC6) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (03000A78) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (03000A78) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property BYOHDeposit on script MineOreScript attached to  (03000A78) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountTotal on script MineOreScript attached to  (03000A78) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (03000A78) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (03000A78) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (03000A84) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (03000A84) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property BYOHDeposit on script MineOreScript attached to  (03000A84) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountTotal on script MineOreScript attached to  (03000A84) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (03000A84) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (03000A84) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (03000A80) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (03000A80) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property BYOHDeposit on script MineOreScript attached to  (03000A80) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountTotal on script MineOreScript attached to  (03000A80) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (03000A80) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (03000A80) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (03000A82) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (03000A82) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property BYOHDeposit on script MineOreScript attached to  (03000A82) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountTotal on script MineOreScript attached to  (03000A82) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (03000A82) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (03000A82) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (03000A8A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (03000A8A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property BYOHDeposit on script MineOreScript attached to  (03000A8A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountTotal on script MineOreScript attached to  (03000A8A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (03000A8A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (03000A8A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010D4C6) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010D4C6) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (0010D4C6) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (0010D4C6) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (000DEAE9) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (000DEAE9) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (000DEAE9) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (000DEAE9) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (000DEAE5) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (000DEAE5) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (000DEAE5) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (000DEAE5) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (000DEAE2) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (000DEAE2) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (000DEAE2) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (000DEAE2) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (000DEADC) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (000DEADC) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (000DEADC) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (000DEADC) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (000DEADB) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (000DEADB) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (000DEADB) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (000DEADB) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (000DEAD8) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (000DEAD8) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (000DEAD8) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (000DEAD8) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (000DEAD6) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (000DEAD6) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (000DEAD6) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (000DEAD6) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (000DEACE) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (000DEACE) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (000DEACE) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (000DEACE) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010D4C0) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010D4C0) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (0010D4C0) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (0010D4C0) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010E5CA) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010E5CA) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (0010E5CA) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (0010E5CA) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010E5D3) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010E5D3) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (0010E5D3) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (0010E5D3) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010D781) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010D781) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (0010D781) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (0010D781) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010D776) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010D776) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (0010D776) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (0010D776) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010D778) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010D778) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (0010D778) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (0010D778) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010D783) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010D783) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (0010D783) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (0010D783) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010D77F) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010D77F) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (0010D77F) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (0010D77F) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010D462) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010D462) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (0010D462) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (0010D462) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010D740) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010D740) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (0010D740) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (0010D740) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010D746) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010D746) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (0010D746) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (0010D746) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010D743) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010D743) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (0010D743) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (0010D743) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010D742) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010D742) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (0010D742) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (0010D742) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010D7C1) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010D7C1) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (0010D7C1) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (0010D7C1) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010D7BC) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010D7BC) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (0010D7BC) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (0010D7BC) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010D7BB) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010D7BB) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (0010D7BB) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (0010D7BB) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010D80C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010D80C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (0010D80C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (0010D80C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010D7CD) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010D7CD) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (0010D7CD) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (0010D7CD) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010D7CC) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010D7CC) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (0010D7CC) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (0010D7CC) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010D80E) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010D80E) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (0010D80E) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (0010D80E) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010D7D0) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010D7D0) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (0010D7D0) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (0010D7D0) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010D810) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010D810) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (0010D810) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (0010D810) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010D7BF) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010D7BF) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (0010D7BF) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (0010D7BF) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010D73E) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010D73E) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (0010D73E) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (0010D73E) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010E5CC) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010E5CC) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (0010E5CC) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (0010E5CC) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010E5AF) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010E5AF) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (0010E5AF) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (0010E5AF) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010E5AD) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010E5AD) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (0010E5AD) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (0010E5AD) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010E5D6) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010E5D6) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (0010E5D6) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (0010E5D6) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010D720) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010D720) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (0010D720) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (0010D720) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010D71E) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010D71E) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (0010D71E) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (0010D71E) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010D7CA) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010D7CA) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (0010D7CA) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (0010D7CA) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010D7C5) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010D7C5) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (0010D7C5) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (0010D7C5) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010D7C3) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010D7C3) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (0010D7C3) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (0010D7C3) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010E5B5) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010E5B5) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (0010E5B5) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (0010E5B5) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010EA88) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010EA88) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (0010EA88) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (0010EA88) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010D7C7) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010D7C7) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (0010D7C7) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (0010D7C7) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010D73C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010D73C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (0010D73C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (0010D73C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010D7B5) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010D7B5) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (0010D7B5) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (0010D7B5) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010D7B9) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010D7B9) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (0010D7B9) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (0010D7B9) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010D7B7) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010D7B7) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (0010D7B7) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (0010D7B7) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010D7B3) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010D7B3) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (0010D7B3) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (0010D7B3) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010D7D4) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010D7D4) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (0010D7D4) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (0010D7D4) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property WMFFControlQuest on script CACO_AltFloraScript attached to  (00107B6E) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:56AM] WARNING: Property WMFFControlQuest on script CACO_AltFloraScript attached to  (00107B6F) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:32:59AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to  (17040112) because their base types do not match
[11/12/2019 - 08:33:00AM] Loading game...
[11/12/2019 - 08:33:00AM] WARNING: Variable ::cheyron_OpHjoromirLaidQuestConvoStartScene_var on script OperationGetHjoromirLaid loaded from save not found within the actual object. This variable will be skipped.
[11/12/2019 - 08:33:01AM] VM is thawing...
[11/12/2019 - 08:33:01AM] 
[11/12/2019 - 08:33:01AM] =====Wet and Cold is refreshing itself and searching for addons. Any errors below are harmless.=====
[11/12/2019 - 08:33:01AM] 
[11/12/2019 - 08:33:01AM] Error: File "1nivWICCloaksCRAFT.esp" does not exist or is not currently loaded.
stack:
    <unknown self>.Game.GetFormFromFile() - "<native>" Line ?
    [_WetQuest (1C000D63)]._wetquestscript.CheckWiCPlugins() - "_WetQuestScript.psc" Line 415
    [_WetQuest (1C000D63)]._wetquestscript.Maintenance() - "_WetQuestScript.psc" Line 475
    [alias Player on quest _WetQuest (1C000D63)]._wetplayeralias.OnPlayerLoadGame() - "_WetPlayerAlias.psc" Line 6
[11/12/2019 - 08:33:01AM] SEXLAB - LOADED: Version 16200 / 16200
[11/12/2019 - 08:33:01AM] SexLab MCM Loaded CurrentVerison: 16200 / 16200
[11/12/2019 - 08:33:01AM] error: Native static function TESTScanCellNPCsByFaction could find no matching static function on linked type MiscUtil. Function will not be bound.
[11/12/2019 - 08:33:01AM] vDBM/DataManager: OnGameReload
[11/12/2019 - 08:33:01AM] vDBM/DataManager: Doing upkeep...
[11/12/2019 - 08:33:01AM] vDBM/DataManager: Finished upkeep!
[11/12/2019 - 08:33:01AM] FNIS AA started (load)
[11/12/2019 - 08:33:01AM] [SimplyKnock] Detected SKSE version 1.070300 (expected 1.070300 or newer, success!)
[11/12/2019 - 08:33:01AM] SOS Maintenance: loaded version is 300004
[11/12/2019 - 08:33:01AM] SOS Maintenance: 300004 is update
[11/12/2019 - 08:33:01AM] [Frostfall]======================================================================================================
[11/12/2019 - 08:33:01AM] [Frostfall]                    Frostfall is now performing start-up and compatibility checks.                    
[11/12/2019 - 08:33:01AM] [Frostfall]           Errors related to missing files may follow. These are NORMAL and should be ignored.        
[11/12/2019 - 08:33:01AM] [Frostfall]======================================================================================================
[11/12/2019 - 08:33:01AM] [Frostfall] Detected SKSE version 1.070300 (expected 1.070300 or newer, success!)
[11/12/2019 - 08:33:01AM] [Immersive Citizens]======================================================================================================
[11/12/2019 - 08:33:01AM] [Immersive Citizens]     Immersive Citizens is now performing compatibility checks. Papyrus warnings about missing or       
[11/12/2019 - 08:33:01AM] [Immersive Citizens]             unloaded files may follow. This is NORMAL and can be ignored.                               
[11/12/2019 - 08:33:01AM] [Immersive Citizens]======================================================================================================
[11/12/2019 - 08:33:01AM] Relationship Dialogue Overhaul : Checking For Mods ---------- Ignore Errors About Missing Files
[11/12/2019 - 08:33:01AM] Error: File "ClimatesOfTamriel.esm" does not exist or is not currently loaded.
stack:
    <unknown self>.Game.GetFormFromFile() - "<native>" Line ?
    [alias Player on quest NPCO_Update (E5F10B52)].npco_update.IsPluginLoaded() - "NPCO_Update.psc" Line 163
    [alias Player on quest NPCO_Update (E5F10B52)].npco_update.Compatibility() - "NPCO_Update.psc" Line 148
    [alias Player on quest NPCO_Update (E5F10B52)].npco_update.OnPlayerLoadGame() - "NPCO_Update.psc" Line 102
[11/12/2019 - 08:33:01AM] [Immersive Citizens]======================================================================================================
[11/12/2019 - 08:33:01AM] [Immersive Citizens]                            Immersive Citizens compatibility check complete.                           
[11/12/2019 - 08:33:01AM] [Immersive Citizens]======================================================================================================
[11/12/2019 - 08:33:01AM] [slamainscr <sla_Main (0A042D62)>]: starting maintenance...
[11/12/2019 - 08:33:01AM] Real Shelter Config:  Checking For Frostfall:
[11/12/2019 - 08:33:01AM] Error: File "RealShelterFF.esp" does not exist or is not currently loaded.
stack:
    <unknown self>.Game.GetFormFromFile() - "<native>" Line ?
    [RealShelterConfig (23013FEB)].RealShelterConfigScript.LocalChecks() - "RealShelterConfigScript.psc" Line 353
    [RealShelterConfig (23013FEB)].RealShelterConfigScript.OnGameReload() - "RealShelterConfigScript.psc" Line 331
    [alias PlayerAlias on quest RealShelterConfig (23013FEB)].SKI_PlayerLoadGameAlias.OnPlayerLoadGame() - "SKI_PlayerLoadGameAlias.psc" Line 6
[11/12/2019 - 08:33:01AM] Frostfall Found? False
[11/12/2019 - 08:33:01AM] Error: File "WetandCold - Holidays.esp" does not exist or is not currently loaded.
stack:
    <unknown self>.Game.GetFormFromFile() - "<native>" Line ?
    [_WetQuest (1C000D63)]._wetquestscript.Maintenance() - "_WetQuestScript.psc" Line 557
    [alias Player on quest _WetQuest (1C000D63)]._wetplayeralias.OnPlayerLoadGame() - "_WetPlayerAlias.psc" Line 6
[11/12/2019 - 08:33:01AM] Error: File "Wyrmstooth.esp" does not exist or is not currently loaded.
stack:
    <unknown self>.Game.GetFormFromFile() - "<native>" Line ?
    [_WetQuest (1C000D63)]._wetquestscript.Maintenance() - "_WetQuestScript.psc" Line 561
    [alias Player on quest _WetQuest (1C000D63)]._wetplayeralias.OnPlayerLoadGame() - "_WetPlayerAlias.psc" Line 6
[11/12/2019 - 08:33:01AM] Error: File "Chesko_Frostfall.esp" does not exist or is not currently loaded.
stack:
    <unknown self>.Game.GetFormFromFile() - "<native>" Line ?
    [_WetQuest (1C000D63)]._wetquestscript.Maintenance() - "_WetQuestScript.psc" Line 569
    [alias Player on quest _WetQuest (1C000D63)]._wetplayeralias.OnPlayerLoadGame() - "_WetPlayerAlias.psc" Line 6
[11/12/2019 - 08:33:01AM] Error: File "iNeed.esp" does not exist or is not currently loaded.
stack:
    <unknown self>.Game.GetFormFromFile() - "<native>" Line ?
    [_WetQuest (1C000D63)]._wetquestscript.Maintenance() - "_WetQuestScript.psc" Line 590
    [alias Player on quest _WetQuest (1C000D63)]._wetplayeralias.OnPlayerLoadGame() - "_WetPlayerAlias.psc" Line 6
[11/12/2019 - 08:33:01AM] Error: File "getSnowy.esp" does not exist or is not currently loaded.
stack:
    <unknown self>.Game.GetFormFromFile() - "<native>" Line ?
    [_WetQuest (1C000D63)]._wetquestscript.Maintenance() - "_WetQuestScript.psc" Line 595
    [alias Player on quest _WetQuest (1C000D63)]._wetplayeralias.OnPlayerLoadGame() - "_WetPlayerAlias.psc" Line 6
[11/12/2019 - 08:33:01AM] Error: File "EFFCore.esm" does not exist or is not currently loaded.
stack:
    <unknown self>.Game.GetFormFromFile() - "<native>" Line ?
    [_WetQuest (1C000D63)]._wetquestscript.Maintenance() - "_WetQuestScript.psc" Line 619
    [alias Player on quest _WetQuest (1C000D63)]._wetplayeralias.OnPlayerLoadGame() - "_WetPlayerAlias.psc" Line 6
[11/12/2019 - 08:33:01AM] FNISSM started.
[11/12/2019 - 08:33:01AM] Relationship Dialogue Overhaul : Done Checking For Mods ---------- Any Errors Reported Are Harmless
[11/12/2019 - 08:33:01AM] FNIS PCEA2 Quest started (load)
[11/12/2019 - 08:33:01AM] Error: File "aMidianborn_Skyforge_Weapons.esp" does not exist or is not currently loaded.
stack:
    <unknown self>.Game.GetFormFromFile() - "<native>" Line ?
    [alias Player on quest ESFCompanionsCore (29000D62)].esfcplayeraliasscript.CompatibilitySetup() - "ESFCPlayerAliasScript.psc" Line 36
    [alias Player on quest ESFCompanionsCore (29000D62)].esfcplayeraliasscript.OnPlayerLoadGame() - "ESFCPlayerAliasScript.psc" Line 15
[11/12/2019 - 08:33:01AM] Error: File "aMidianborn_ContentAddon.esp" does not exist or is not currently loaded.
stack:
    <unknown self>.Game.GetFormFromFile() - "<native>" Line ?
    [alias Player on quest ESFCompanionsCore (29000D62)].esfcplayeraliasscript.CompatibilitySetup() - "ESFCPlayerAliasScript.psc" Line 52
    [alias Player on quest ESFCompanionsCore (29000D62)].esfcplayeraliasscript.OnPlayerLoadGame() - "ESFCPlayerAliasScript.psc" Line 15
[11/12/2019 - 08:33:01AM] Hunterborn.esp located
[11/12/2019 - 08:33:01AM] [Frostfall] Beginning worn gear integrity check.
[11/12/2019 - 08:33:01AM] zbfExternal: Compatibility checking
[11/12/2019 - 08:33:01AM] zbfExternal: -------------------------------------------------------
[11/12/2019 - 08:33:01AM] zbfExternal:                    SexLab version: 16200
[11/12/2019 - 08:33:01AM] zbfExternal:                 SlaveTats version: 
[11/12/2019 - 08:33:01AM] zbfExternal:                  RaceMenu version: 7
[11/12/2019 - 08:33:01AM] zbfExternal: Non SexLab Animation Pack version: 0
[11/12/2019 - 08:33:01AM] zbfExternal: -------------------------------------------------------
[11/12/2019 - 08:33:01AM] zbfExternal:                    SexLab support: TRUE
[11/12/2019 - 08:33:01AM] zbfExternal:                   Overlay support: False
[11/12/2019 - 08:33:01AM] zbfExternal:      Non SexLab Animation support: False
[11/12/2019 - 08:33:01AM] zbfExternal: -------------------------------------------------------
[11/12/2019 - 08:33:01AM] BGSomethingFishy.esp not located. Please ignore errors about missing file, this is normal
[11/12/2019 - 08:33:01AM] [Campfire]======================================================================================================
[11/12/2019 - 08:33:01AM] [Campfire]     Campfire is now performing compatibility checks. Papyrus warnings about missing or               
[11/12/2019 - 08:33:01AM] [Campfire]             unloaded files may follow. This is NORMAL and can be ignored.                              
[11/12/2019 - 08:33:01AM] [Campfire]======================================================================================================
[11/12/2019 - 08:33:01AM] [Campfire] Detected SKSE version 1.070300 (expected 1.070300 or newer, success!)
[11/12/2019 - 08:33:01AM] [Campfire] Loaded: SkyUI.esp
[11/12/2019 - 08:33:01AM] [Campfire] Loaded: Dawnguard.esm
[11/12/2019 - 08:33:01AM] [Campfire] Loaded: Dragonborn.esm
[11/12/2019 - 08:33:01AM] [Campfire] Loaded: HearthFires.esm
[11/12/2019 - 08:33:01AM] [Campfire] Loaded: RealisticNeedsandDiseases.esp
[11/12/2019 - 08:33:01AM] [Campfire] Loaded: Frostfall.esp
[11/12/2019 - 08:33:01AM] Fossilsyum.esp not located. Please ignore errors about missing file, this is normal
[11/12/2019 - 08:33:01AM] InitWidgetLoader()
[11/12/2019 - 08:33:02AM] [slamainscr <sla_Main (0A042D62)>]: Disabled Desire spell
[11/12/2019 - 08:33:02AM] [Campfire] Loaded: Equipping Overhaul.esp
[11/12/2019 - 08:33:02AM] [Campfire]======================================================================================================
[11/12/2019 - 08:33:02AM] [Campfire]                            Campfire compatibility check complete.                                      
[11/12/2019 - 08:33:02AM] [Campfire]======================================================================================================
[11/12/2019 - 08:33:02AM] [SHESON_DynDOLOD_Quest <DynDOLOD_Quest (FD000911)>] Load DynDOLOD_Worlds.json TRUE  
[11/12/2019 - 08:33:02AM] [SHESON_DynDOLOD_Quest <DynDOLOD_Quest (FD000911)>] Load DynDOLOD_.json False
[11/12/2019 - 08:33:02AM] [slamainscr <sla_Main (0A042D62)>]: Enabled cloak effect
[11/12/2019 - 08:33:02AM] [slamainscr <sla_Main (0A042D62)>]: Updated notification key to 269
[11/12/2019 - 08:33:02AM] [slamainscr <sla_Main (0A042D62)>]: finished maintenance
[11/12/2019 - 08:33:02AM] [SHESON_DynDOLOD_Quest <DynDOLOD_Quest (FD000911)>] Load DynDOLOD__Objects.json False
[11/12/2019 - 08:33:02AM] [Frostfall] Integrity check complete. Removed 0 invalid forms from worn gear lists.
[11/12/2019 - 08:33:02AM] FNIS aa GetAAprefixList mod: XPMSE nMods: 5
[11/12/2019 - 08:33:02AM] ========================================[Equipping Overhaul: Warning Start]================================================
[11/12/2019 - 08:33:02AM]                   Equipping Overhaul is now registering for menus. Papyrus messages about successful                       
[11/12/2019 - 08:33:02AM]                            registrations may follow. This is normal and they can be ignored.                               
[11/12/2019 - 08:33:02AM] ========================================[Equipping Overhaul: Warning End]==================================================
[11/12/2019 - 08:33:02AM] Equipping Overhaul: UNREGISTERED FOR ALL MENUS
[11/12/2019 - 08:33:02AM] Equipping Overhaul: REGISTERED FOR CONTAINER MENU
[11/12/2019 - 08:33:02AM] Equipping Overhaul: REGISTERED FOR FAVORITES MENU
[11/12/2019 - 08:33:02AM] Equipping Overhaul: REGISTERED FOR INVENTORY MENU
[11/12/2019 - 08:33:02AM] ========================================[Equipping Overhaul: Warning Start]================================================
[11/12/2019 - 08:33:02AM]                                           Menu registrations complete.                                                     
[11/12/2019 - 08:33:02AM] ========================================[Equipping Overhaul: Warning End]==================================================
[11/12/2019 - 08:33:02AM] ========================================[Equipping Overhaul: Warning Start]================================================
[11/12/2019 - 08:33:02AM]                     Equipping Overhaul is now registering for keys. Papyrus messages about successful                      
[11/12/2019 - 08:33:02AM]                            registrations may follow. This is normal and they can be ignored.                               
[11/12/2019 - 08:33:02AM] ========================================[Equipping Overhaul: Warning End]==================================================
[11/12/2019 - 08:33:02AM] Equipping Overhaul: UNREGISTERED FOR ALL CONTROLS
[11/12/2019 - 08:33:02AM] Equipping Overhaul: UNREGISTERED FOR ALL KEYS
[11/12/2019 - 08:33:02AM] Equipping Overhaul: REGISTERED FOR VANILLA CONTROLS
[11/12/2019 - 08:33:02AM] Equipping Overhaul: REGISTERED FOR MCM HOTKEYS
[11/12/2019 - 08:33:02AM] ========================================[Equipping Overhaul: Warning Start]================================================
[11/12/2019 - 08:33:02AM]                                           Key registrations complete.                                                      
[11/12/2019 - 08:33:02AM] ========================================[Equipping Overhaul: Warning End]==================================================
[11/12/2019 - 08:33:02AM] FNIS aa GetAAsetList mod: XPMSE nSets: 61
[11/12/2019 - 08:33:02AM] FNIS aa GetAAsetList mod: XPMSE nSets: 61
[11/12/2019 - 08:33:02AM] FNIS aa GetAAsetList mod: XPMSE nSets: 61
[11/12/2019 - 08:33:02AM] FNIS aa GetAAsetList mod: XPMSE nSets: 61
[11/12/2019 - 08:33:02AM] FNIS aa GetAAsetList mod: XPMSE nSets: 61
[11/12/2019 - 08:33:02AM] FNIS aa GetAAsetList mod: XPMSE nSets: 61
[11/12/2019 - 08:33:02AM] FNIS aa GetAAsetList mod: XPMSE nSets: 61
[11/12/2019 - 08:33:02AM] FNIS aa GetAAprefixList mod: SkyrimSpearMechanic nMods: 5
[11/12/2019 - 08:33:02AM] FNIS aa GetAAmodID mod: SkyrimSpearMechanic prefix: SSM modID:3
[11/12/2019 - 08:33:02AM] FNIS aa GetAAsetList mod: SkyrimSpearMechanic nSets: 61
[11/12/2019 - 08:33:02AM] FNIS aa GetAAsetList mod: XPMSE nSets: 61
[11/12/2019 - 08:33:02AM] FNIS aa GetGroupBaseValue - mod/id:SkyrimSpearMechanic/3 group:19 return:4
[11/12/2019 - 08:33:02AM] FNIS aa GetAAsetList mod: SkyrimSpearMechanic nSets: 61
[11/12/2019 - 08:33:02AM] FNIS aa GetAAsetList mod: XPMSE nSets: 61
[11/12/2019 - 08:33:02AM] FNIS aa GetGroupBaseValue - mod/id:SkyrimSpearMechanic/3 group:20 return:3
[11/12/2019 - 08:33:02AM] FNIS aa GetAAsetList mod: SkyrimSpearMechanic nSets: 61
[11/12/2019 - 08:33:02AM] FNIS aa GetAAsetList mod: XPMSE nSets: 61
[11/12/2019 - 08:33:02AM] FNIS aa GetGroupBaseValue - mod/id:SkyrimSpearMechanic/3 group:21 return:2
[11/12/2019 - 08:33:02AM] FNIS aa GetAAsetList mod: SkyrimSpearMechanic nSets: 61
[11/12/2019 - 08:33:02AM] FNIS aa GetGroupBaseValue - mod/id:SkyrimSpearMechanic/3 group:1 return:4
[11/12/2019 - 08:33:02AM] FNIS aa GetAAsetList mod: XPMSE nSets: 61
[11/12/2019 - 08:33:02AM] FNIS aa GetAAsetList mod: SkyrimSpearMechanic nSets: 61
[11/12/2019 - 08:33:02AM] FNIS aa GetAAsetList mod: XPMSE nSets: 61
[11/12/2019 - 08:33:02AM] FNIS aa GetGroupBaseValue - mod/id:SkyrimSpearMechanic/3 group:13 return:5
[11/12/2019 - 08:33:02AM] [Frostfall] Detected Campfire version 11100.000000 (expected 11100 or newer, success!)
[11/12/2019 - 08:33:02AM] [Frostfall] Loaded: SkyUI.esp
[11/12/2019 - 08:33:02AM] FNIS aa GetAAsetList mod: SkyrimSpearMechanic nSets: 61
[11/12/2019 - 08:33:02AM] SOS RaceMenu plugin found. Skipping ScaleSchlongBones
[11/12/2019 - 08:33:02AM] FNIS aa GetGroupBaseValue - mod/id:SkyrimSpearMechanic/3 group:37 return:1
[11/12/2019 - 08:33:02AM] FNIS aa GetAAsetList mod: XPMSE nSets: 61
[11/12/2019 - 08:33:02AM] FNIS aa GetAAsetList mod: SkyrimSpearMechanic nSets: 61
[11/12/2019 - 08:33:02AM] [Frostfall] Detected optional SkyUI Interface Package version 6 and SkyUI version 1026, success!
[11/12/2019 - 08:33:02AM] FNIS aa GetAAsetList mod: XPMSE nSets: 61
[11/12/2019 - 08:33:02AM] FNIS aa GetGroupBaseValue - mod/id:SkyrimSpearMechanic/3 group:10 return:19
[11/12/2019 - 08:33:02AM] FNIS aa GetAAsetList mod: SkyrimSpearMechanic nSets: 61
[11/12/2019 - 08:33:02AM] FNIS aa GetAAsetList mod: XPMSE nSets: 61
[11/12/2019 - 08:33:02AM] FNIS aa GetGroupBaseValue - mod/id:SkyrimSpearMechanic/3 group:18 return:2
[11/12/2019 - 08:33:02AM] FNIS aa GetAAsetList mod: SkyrimSpearMechanic nSets: 61
[11/12/2019 - 08:33:02AM] FNIS aa GetAAsetList mod: XPMSE nSets: 61
[11/12/2019 - 08:33:02AM] FNIS aa GetGroupBaseValue - mod/id:SkyrimSpearMechanic/3 group:52 return:6
[11/12/2019 - 08:33:02AM] FNIS aa GetAAsetList mod: SkyrimSpearMechanic nSets: 61
[11/12/2019 - 08:33:02AM] FNIS aa GetGroupBaseValue - mod/id:SkyrimSpearMechanic/3 group:36 return:4
[11/12/2019 - 08:33:02AM] FNIS aa GetAAsetList mod: SkyrimSpearMechanic nSets: 61
[11/12/2019 - 08:33:02AM] FNIS aa GetGroupBaseValue - mod/id:SkyrimSpearMechanic/3 group:7 return:4
[11/12/2019 - 08:33:02AM] FNIS aa GetAAsetList mod: SkyrimSpearMechanic nSets: 61
[11/12/2019 - 08:33:02AM] FNIS aa GetGroupBaseValue - mod/id:SkyrimSpearMechanic/3 group:16 return:4
[11/12/2019 - 08:33:02AM] [Frostfall] Loaded: Dawnguard.esm
[11/12/2019 - 08:33:02AM] [Frostfall] Loaded: Dragonborn.esm
[11/12/2019 - 08:33:02AM] [Frostfall] Loaded: HearthFires.esm
[11/12/2019 - 08:33:02AM] [Frostfall] Loaded: WetandCold.esp
[11/12/2019 - 08:33:02AM] [Frostfall]======================================================================================================
[11/12/2019 - 08:33:02AM] [Frostfall]                      Frostfall start-up and compatibility checks complete.                           
[11/12/2019 - 08:33:02AM] [Frostfall]======================================================================================================
[11/12/2019 - 08:33:02AM] Error: Cannot cast from None to SKI_WidgetBase[]
stack:
    [iHUDControlQuest (BB000805)].ihudwidgetscript.initialize() - "iHUDWidgetScript.psc" Line 38
    [iHUDControlQuest (BB000805)].ihudcontrolscript.startUp() - "iHUDControlScript.psc" Line 93
    [iHUDMaintainanceQuest (BB002853)].iHUDMaintainanceScript.startUp() - "iHUDMaintainanceScript.psc" Line 20
    [alias PlayerAlias on quest iHUDMaintainanceQuest (BB002853)].iHUDLoadScript.OnPlayerLoadGame() - "iHUDLoadScript.psc" Line 11
[11/12/2019 - 08:33:02AM] Error: Cannot call GetValue() on a None object, aborting function call
stack:
    [_SPLSKConfigQuest (D800388D)]._splskyuiconfig.OnConfigInit() - "_SPLSkyUIConfig.psc" Line 93
    [_SPLQuest (D8000D65)]._splquestscript.Maintenance() - "_SPLQuestScript.psc" Line 112
    [alias _SPLPlayer on quest _SPLQuest (D8000D65)]._SPLPlayerAlias.OnPlayerLoadGame() - "_SPLPlayerAlias.psc" Line 6
[11/12/2019 - 08:33:02AM] WARNING: Assigning None to a non-object variable named "::temp13"
stack:
    [_SPLSKConfigQuest (D800388D)]._splskyuiconfig.OnConfigInit() - "_SPLSkyUIConfig.psc" Line 93
    [_SPLQuest (D8000D65)]._splquestscript.Maintenance() - "_SPLQuestScript.psc" Line 112
    [alias _SPLPlayer on quest _SPLQuest (D8000D65)]._SPLPlayerAlias.OnPlayerLoadGame() - "_SPLPlayerAlias.psc" Line 6
[11/12/2019 - 08:33:02AM] [DSerAGO] Maintenance has been run
[11/12/2019 - 08:33:02AM]  >>=======> Hunterborn is running compatibility checks.
[11/12/2019 - 08:33:02AM]  >>=======> Ignore Papyrus errors about missing files, immediately below.
[11/12/2019 - 08:33:02AM]  >>=======> Hunterborn is checking for SkyRe...
[11/12/2019 - 08:33:02AM] Error: File "SkyRe_Main.esp" does not exist or is not currently loaded.
stack:
    <unknown self>.Game.GetFormFromFile() - "<native>" Line ?
    [_DS_Hunterborn (3F003367)]._ds_hb_main.CheckForSkyRe() - "_DS_HB_MAIN.psc" Line 203
    [_DS_Hunterborn (3F003367)]._ds_hb_main.PrepForDLC() - "_DS_HB_MAIN.psc" Line 111
    [alias Player on quest _DS_Hunterborn (3F003367)]._ds_hb_player.OnPlayerLoadGame() - "_DS_HB_Player.psc" Line 286
[11/12/2019 - 08:33:02AM]  >>=======> Hunterborn is checking for PerMa...
[11/12/2019 - 08:33:02AM] Error: File "PerkusMaximus_Master.esp" does not exist or is not currently loaded.
stack:
    <unknown self>.Game.GetFormFromFile() - "<native>" Line ?
    [_DS_Hunterborn (3F003367)]._ds_hb_main.CheckForPerMa() - "_DS_HB_MAIN.psc" Line 329
    [_DS_Hunterborn (3F003367)]._ds_hb_main.PrepForDLC() - "_DS_HB_MAIN.psc" Line 114
    [alias Player on quest _DS_Hunterborn (3F003367)]._ds_hb_player.OnPlayerLoadGame() - "_DS_HB_Player.psc" Line 286
[11/12/2019 - 08:33:02AM] Error: File "Requiem.esp" does not exist or is not currently loaded.
stack:
    <unknown self>.Game.GetFormFromFile() - "<native>" Line ?
    [_DS_Hunterborn (3F003367)]._ds_hb_main.PrepForDLC() - "_DS_HB_MAIN.psc" Line 116
    [alias Player on quest _DS_Hunterborn (3F003367)]._ds_hb_player.OnPlayerLoadGame() - "_DS_HB_Player.psc" Line 286
[11/12/2019 - 08:33:02AM] Error: File "Hothtrooper44_ArmorCompilation.esp" does not exist or is not currently loaded.
stack:
    <unknown self>.Game.GetFormFromFile() - "<native>" Line ?
    [_DS_Hunterborn (3F003367)]._ds_hb_main.PrepForDLC() - "_DS_HB_MAIN.psc" Line 118
    [alias Player on quest _DS_Hunterborn (3F003367)]._ds_hb_player.OnPlayerLoadGame() - "_DS_HB_Player.psc" Line 286
[11/12/2019 - 08:33:02AM] Error: File "Draugnarok.esp" does not exist or is not currently loaded.
stack:
    <unknown self>.Game.GetFormFromFile() - "<native>" Line ?
    [_DS_Hunterborn (3F003367)]._ds_hb_main.PrepForDLC() - "_DS_HB_MAIN.psc" Line 120
    [alias Player on quest _DS_Hunterborn (3F003367)]._ds_hb_player.OnPlayerLoadGame() - "_DS_HB_Player.psc" Line 286
[11/12/2019 - 08:33:02AM] Error: File "Hunting in Skyrim.esp" does not exist or is not currently loaded.
stack:
    <unknown self>.Game.GetFormFromFile() - "<native>" Line ?
    [_DS_Hunterborn (3F003367)]._ds_hb_main.PrepForDLC() - "_DS_HB_MAIN.psc" Line 122
    [alias Player on quest _DS_Hunterborn (3F003367)]._ds_hb_player.OnPlayerLoadGame() - "_DS_HB_Player.psc" Line 286
[11/12/2019 - 08:33:02AM]  >>=======> Hunterborn compatibility checks are complete.
[11/12/2019 - 08:33:02AM] Widget [_frost_meter <_Frost_ExposureMeterQuest (4405CDFD)>] was reset.
[11/12/2019 - 08:33:02AM] Widget [_frost_meter <_Frost_WetnessMeterQuest (4405CDFF)>] was reset.
[11/12/2019 - 08:33:02AM] [SHESON_DynDOLOD_Quest <DynDOLOD_Quest (FD000911)>] Assigning INI values 2.700000
[11/12/2019 - 08:33:02AM] Widget [_frost_meter <_Frost_WeathersenseMeterQuest (44068BEE)>] was reset.
[11/12/2019 - 08:33:03AM] [SHESON_DynDOLOD_Quest <DynDOLOD_Quest (FD000911)>] INI values assigned
[11/12/2019 - 08:33:03AM] 
[11/12/2019 - 08:33:03AM] =====Wet and Cold is finished refreshing itself and searching for addons!=====
[11/12/2019 - 08:33:03AM] 
[11/12/2019 - 08:33:05AM] Error: Cannot call running() on a None object, aborting function call
stack:
    [TweakMonitorPlayer (4B02CBB1)].tweakmonitorplayerscript.OnGameLoaded() - "tweakmonitorplayerscript.psc" Line 91
    [TweakMonitorPlayer (4B02CBB1)].tweakmonitorplayerscript.OnUpdate() - "tweakmonitorplayerscript.psc" Line 215
[11/12/2019 - 08:33:08AM] XPMSE MainQuest Initialization successful.
[11/12/2019 - 08:33:08AM] Error: Cannot call TrySandBox() on a None object, aborting function call
stack:
    [TweakMonitorPlayer (4B02CBB1)].tweakmonitorplayerscript.OnUpdate() - "tweakmonitorplayerscript.psc" Line 464
[11/12/2019 - 08:33:11AM] Error: Cannot call TrySandBox() on a None object, aborting function call
stack:
    [TweakMonitorPlayer (4B02CBB1)].tweakmonitorplayerscript.OnUpdate() - "tweakmonitorplayerscript.psc" Line 464
[11/12/2019 - 08:33:15AM] Error: Cannot call TrySandBox() on a None object, aborting function call
stack:
    [TweakMonitorPlayer (4B02CBB1)].tweakmonitorplayerscript.OnUpdate() - "tweakmonitorplayerscript.psc" Line 464
[11/12/2019 - 08:33:18AM] Error: Cannot call TrySandBox() on a None object, aborting function call
stack:
    [TweakMonitorPlayer (4B02CBB1)].tweakmonitorplayerscript.OnUpdate() - "tweakmonitorplayerscript.psc" Line 464
[11/12/2019 - 08:33:18AM] WARNING: Property SSM_TwoHandedPerk on script SkyrimSpearMechanic_AliasNpc attached to alias NPC10 on quest SSM_NpcQuest (56009EEA) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:33:18AM] WARNING: Property SSM_TwoHandedPerk on script SkyrimSpearMechanic_AliasNpc attached to alias NPC9 on quest SSM_NpcQuest (56009EEA) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:33:18AM] WARNING: Property SSM_TwoHandedPerk on script SkyrimSpearMechanic_AliasNpc attached to alias NPC8 on quest SSM_NpcQuest (56009EEA) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:33:18AM] WARNING: Property SSM_TwoHandedPerk on script SkyrimSpearMechanic_AliasNpc attached to alias NPC7 on quest SSM_NpcQuest (56009EEA) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:33:18AM] WARNING: Property SSM_TwoHandedPerk on script SkyrimSpearMechanic_AliasNpc attached to alias NPC6 on quest SSM_NpcQuest (56009EEA) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:33:18AM] WARNING: Property SSM_TwoHandedPerk on script SkyrimSpearMechanic_AliasNpc attached to alias NPC5 on quest SSM_NpcQuest (56009EEA) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:33:18AM] Error: Cannot call GetBaseObject() on a None object, aborting function call
stack:
    <unknown self>.fnis_aa.SetAnimGroupEX() - "FNIS_aa.psc" Line 74
    [alias NPC10 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.OnInit() - "SkyrimSpearMechanic_AliasNpc.psc" Line 21
[11/12/2019 - 08:33:18AM] Error: Cannot call GetBaseObject() on a None object, aborting function call
stack:
    <unknown self>.fnis_aa.SetAnimGroupEX() - "FNIS_aa.psc" Line 74
    [alias NPC9 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.OnInit() - "SkyrimSpearMechanic_AliasNpc.psc" Line 21
[11/12/2019 - 08:33:18AM] FNIS aa SetAnimGroup ERROR mod: SSM Actor: None group: _1hmeqp base: 0 number: 0
[11/12/2019 - 08:33:18AM] FNIS aa SetAnimGroup ERROR mod: SSM Actor: None group: _1hmeqp base: 0 number: 0
[11/12/2019 - 08:33:18AM] Error: Cannot call GetEquippedWeapon() on a None object, aborting function call
stack:
    [alias NPC10 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.Set_Animation() - "SkyrimSpearMechanic_AliasNpc.psc" Line 46
    [alias NPC10 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.OnInit() - "SkyrimSpearMechanic_AliasNpc.psc" Line 27
[11/12/2019 - 08:33:18AM] Error: Cannot call GetEquippedWeapon() on a None object, aborting function call
stack:
    [alias NPC9 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.Set_Animation() - "SkyrimSpearMechanic_AliasNpc.psc" Line 46
    [alias NPC9 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.OnInit() - "SkyrimSpearMechanic_AliasNpc.psc" Line 27
[11/12/2019 - 08:33:18AM] Error: Cannot call GetEquippedWeapon() on a None object, aborting function call
stack:
    [alias NPC10 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.Set_Animation() - "SkyrimSpearMechanic_AliasNpc.psc" Line 47
    [alias NPC10 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.OnInit() - "SkyrimSpearMechanic_AliasNpc.psc" Line 27
[11/12/2019 - 08:33:18AM] Error: Cannot call GetEquippedWeapon() on a None object, aborting function call
stack:
    [alias NPC9 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.Set_Animation() - "SkyrimSpearMechanic_AliasNpc.psc" Line 47
    [alias NPC9 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.OnInit() - "SkyrimSpearMechanic_AliasNpc.psc" Line 27
[11/12/2019 - 08:33:18AM] Error: Cannot call GetBaseObject() on a None object, aborting function call
stack:
    <unknown self>.fnis_aa.SetAnimGroupEX() - "FNIS_aa.psc" Line 74
    [alias NPC8 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.OnInit() - "SkyrimSpearMechanic_AliasNpc.psc" Line 21
[11/12/2019 - 08:33:18AM] FNIS aa SetAnimGroup ERROR mod: SSM Actor: None group: _1hmeqp base: 0 number: 0
[11/12/2019 - 08:33:18AM] Error: Cannot call GetEquippedWeapon() on a None object, aborting function call
stack:
    [alias NPC8 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.Set_Animation() - "SkyrimSpearMechanic_AliasNpc.psc" Line 46
    [alias NPC8 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.OnInit() - "SkyrimSpearMechanic_AliasNpc.psc" Line 27
[11/12/2019 - 08:33:18AM] Error: Cannot call GetEquippedWeapon() on a None object, aborting function call
stack:
    [alias NPC8 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.Set_Animation() - "SkyrimSpearMechanic_AliasNpc.psc" Line 47
    [alias NPC8 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.OnInit() - "SkyrimSpearMechanic_AliasNpc.psc" Line 27
[11/12/2019 - 08:33:18AM] WARNING: Property SSM_TwoHandedPerk on script SkyrimSpearMechanic_AliasNpc attached to alias NPC4 on quest SSM_NpcQuest (56009EEA) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:33:18AM] WARNING: Property SSM_TwoHandedPerk on script SkyrimSpearMechanic_AliasNpc attached to alias NPC3 on quest SSM_NpcQuest (56009EEA) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:33:18AM] WARNING: Property SSM_TwoHandedPerk on script SkyrimSpearMechanic_AliasNpc attached to alias NPC2 on quest SSM_NpcQuest (56009EEA) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:33:18AM] Error: Cannot call GetBaseObject() on a None object, aborting function call
stack:
    <unknown self>.fnis_aa.SetAnimGroupEX() - "FNIS_aa.psc" Line 74
    [alias NPC5 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.OnInit() - "SkyrimSpearMechanic_AliasNpc.psc" Line 21
[11/12/2019 - 08:33:18AM] Error: Cannot call GetBaseObject() on a None object, aborting function call
stack:
    <unknown self>.fnis_aa.SetAnimGroupEX() - "FNIS_aa.psc" Line 74
    [alias NPC7 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.OnInit() - "SkyrimSpearMechanic_AliasNpc.psc" Line 21
[11/12/2019 - 08:33:18AM] Error: Cannot call GetBaseObject() on a None object, aborting function call
stack:
    <unknown self>.fnis_aa.SetAnimGroupEX() - "FNIS_aa.psc" Line 74
    [alias NPC6 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.OnInit() - "SkyrimSpearMechanic_AliasNpc.psc" Line 21
[11/12/2019 - 08:33:18AM] FNIS aa SetAnimGroup ERROR mod: SSM Actor: None group: _1hmeqp base: 0 number: 0
[11/12/2019 - 08:33:18AM] FNIS aa SetAnimGroup ERROR mod: SSM Actor: None group: _1hmeqp base: 0 number: 0
[11/12/2019 - 08:33:18AM] FNIS aa SetAnimGroup ERROR mod: SSM Actor: None group: _1hmeqp base: 0 number: 0
[11/12/2019 - 08:33:18AM] Error: Cannot call GetEquippedWeapon() on a None object, aborting function call
stack:
    [alias NPC5 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.Set_Animation() - "SkyrimSpearMechanic_AliasNpc.psc" Line 46
    [alias NPC5 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.OnInit() - "SkyrimSpearMechanic_AliasNpc.psc" Line 27
[11/12/2019 - 08:33:18AM] Error: Cannot call GetEquippedWeapon() on a None object, aborting function call
stack:
    [alias NPC6 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.Set_Animation() - "SkyrimSpearMechanic_AliasNpc.psc" Line 46
    [alias NPC6 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.OnInit() - "SkyrimSpearMechanic_AliasNpc.psc" Line 27
[11/12/2019 - 08:33:18AM] Error: Cannot call GetEquippedWeapon() on a None object, aborting function call
stack:
    [alias NPC5 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.Set_Animation() - "SkyrimSpearMechanic_AliasNpc.psc" Line 47
    [alias NPC5 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.OnInit() - "SkyrimSpearMechanic_AliasNpc.psc" Line 27
[11/12/2019 - 08:33:18AM] Error: Cannot call GetEquippedWeapon() on a None object, aborting function call
stack:
    [alias NPC7 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.Set_Animation() - "SkyrimSpearMechanic_AliasNpc.psc" Line 46
    [alias NPC7 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.OnInit() - "SkyrimSpearMechanic_AliasNpc.psc" Line 27
[11/12/2019 - 08:33:18AM] Error: Cannot call GetEquippedWeapon() on a None object, aborting function call
stack:
    [alias NPC6 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.Set_Animation() - "SkyrimSpearMechanic_AliasNpc.psc" Line 47
    [alias NPC6 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.OnInit() - "SkyrimSpearMechanic_AliasNpc.psc" Line 27
[11/12/2019 - 08:33:18AM] Error: Cannot call GetEquippedWeapon() on a None object, aborting function call
stack:
    [alias NPC7 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.Set_Animation() - "SkyrimSpearMechanic_AliasNpc.psc" Line 47
    [alias NPC7 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.OnInit() - "SkyrimSpearMechanic_AliasNpc.psc" Line 27
[11/12/2019 - 08:33:18AM] Error: Cannot call GetBaseObject() on a None object, aborting function call
stack:
    <unknown self>.fnis_aa.SetAnimGroupEX() - "FNIS_aa.psc" Line 74
    [alias NPC3 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.OnInit() - "SkyrimSpearMechanic_AliasNpc.psc" Line 21
[11/12/2019 - 08:33:18AM] Error: Cannot call GetBaseObject() on a None object, aborting function call
stack:
    <unknown self>.fnis_aa.SetAnimGroupEX() - "FNIS_aa.psc" Line 74
    [alias NPC4 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.OnInit() - "SkyrimSpearMechanic_AliasNpc.psc" Line 21
[11/12/2019 - 08:33:18AM] FNIS aa SetAnimGroup ERROR mod: SSM Actor: None group: _1hmeqp base: 0 number: 0
[11/12/2019 - 08:33:18AM] FNIS aa SetAnimGroup ERROR mod: SSM Actor: None group: _1hmeqp base: 0 number: 0
[11/12/2019 - 08:33:18AM] Error: Cannot call GetEquippedWeapon() on a None object, aborting function call
stack:
    [alias NPC3 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.Set_Animation() - "SkyrimSpearMechanic_AliasNpc.psc" Line 46
    [alias NPC3 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.OnInit() - "SkyrimSpearMechanic_AliasNpc.psc" Line 27
[11/12/2019 - 08:33:18AM] Error: Cannot call GetEquippedWeapon() on a None object, aborting function call
stack:
    [alias NPC4 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.Set_Animation() - "SkyrimSpearMechanic_AliasNpc.psc" Line 46
    [alias NPC4 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.OnInit() - "SkyrimSpearMechanic_AliasNpc.psc" Line 27
[11/12/2019 - 08:33:18AM] Error: Cannot call GetEquippedWeapon() on a None object, aborting function call
stack:
    [alias NPC3 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.Set_Animation() - "SkyrimSpearMechanic_AliasNpc.psc" Line 47
    [alias NPC3 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.OnInit() - "SkyrimSpearMechanic_AliasNpc.psc" Line 27
[11/12/2019 - 08:33:18AM] Error: Cannot call GetEquippedWeapon() on a None object, aborting function call
stack:
    [alias NPC4 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.Set_Animation() - "SkyrimSpearMechanic_AliasNpc.psc" Line 47
    [alias NPC4 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.OnInit() - "SkyrimSpearMechanic_AliasNpc.psc" Line 27
[11/12/2019 - 08:33:18AM] Error: Cannot call GetBaseObject() on a None object, aborting function call
stack:
    <unknown self>.fnis_aa.SetAnimGroupEX() - "FNIS_aa.psc" Line 74
    [alias NPC2 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.OnInit() - "SkyrimSpearMechanic_AliasNpc.psc" Line 21
[11/12/2019 - 08:33:18AM] FNIS aa SetAnimGroup ERROR mod: SSM Actor: None group: _1hmeqp base: 0 number: 0
[11/12/2019 - 08:33:18AM] Error: Cannot call GetEquippedWeapon() on a None object, aborting function call
stack:
    [alias NPC2 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.Set_Animation() - "SkyrimSpearMechanic_AliasNpc.psc" Line 46
    [alias NPC2 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.OnInit() - "SkyrimSpearMechanic_AliasNpc.psc" Line 27
[11/12/2019 - 08:33:18AM] Error: Cannot call GetEquippedWeapon() on a None object, aborting function call
stack:
    [alias NPC2 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.Set_Animation() - "SkyrimSpearMechanic_AliasNpc.psc" Line 47
    [alias NPC2 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.OnInit() - "SkyrimSpearMechanic_AliasNpc.psc" Line 27
[11/12/2019 - 08:33:18AM] Error: Cannot call GetBaseObject() on a None object, aborting function call
stack:
    <unknown self>.fnis_aa.SetAnimGroupEX() - "FNIS_aa.psc" Line 74
    [alias NPC1 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.OnInit() - "SkyrimSpearMechanic_AliasNpc.psc" Line 21
[11/12/2019 - 08:33:18AM] FNIS aa SetAnimGroup ERROR mod: SSM Actor: None group: _1hmeqp base: 0 number: 0
[11/12/2019 - 08:33:18AM] Error: Cannot call GetEquippedWeapon() on a None object, aborting function call
stack:
    [alias NPC1 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.Set_Animation() - "SkyrimSpearMechanic_AliasNpc.psc" Line 46
    [alias NPC1 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.OnInit() - "SkyrimSpearMechanic_AliasNpc.psc" Line 27
[11/12/2019 - 08:33:18AM] Error: Cannot call GetEquippedWeapon() on a None object, aborting function call
stack:
    [alias NPC1 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.Set_Animation() - "SkyrimSpearMechanic_AliasNpc.psc" Line 47
    [alias NPC1 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.OnInit() - "SkyrimSpearMechanic_AliasNpc.psc" Line 27
[11/12/2019 - 08:33:21AM] Error: Cannot call TrySandBox() on a None object, aborting function call
stack:
    [TweakMonitorPlayer (4B02CBB1)].tweakmonitorplayerscript.OnUpdate() - "tweakmonitorplayerscript.psc" Line 464
[11/12/2019 - 08:33:24AM] Error: Cannot call TrySandBox() on a None object, aborting function call
stack:
    [TweakMonitorPlayer (4B02CBB1)].tweakmonitorplayerscript.OnUpdate() - "tweakmonitorplayerscript.psc" Line 464
[11/12/2019 - 08:33:27AM] Error: Cannot call TrySandBox() on a None object, aborting function call
stack:
    [TweakMonitorPlayer (4B02CBB1)].tweakmonitorplayerscript.OnUpdate() - "tweakmonitorplayerscript.psc" Line 464
[11/12/2019 - 08:33:30AM] Error: Cannot call TrySandBox() on a None object, aborting function call
stack:
    [TweakMonitorPlayer (4B02CBB1)].tweakmonitorplayerscript.OnUpdate() - "tweakmonitorplayerscript.psc" Line 464
[11/12/2019 - 08:33:33AM] Error: Cannot call TrySandBox() on a None object, aborting function call
stack:
    [TweakMonitorPlayer (4B02CBB1)].tweakmonitorplayerscript.OnUpdate() - "tweakmonitorplayerscript.psc" Line 464
[11/12/2019 - 08:33:34AM] WARNING: Property SSM_TwoHandedPerk on script SkyrimSpearMechanic_AliasNpc attached to alias NPC10 on quest SSM_NpcQuest (56009EEA) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:33:34AM] WARNING: Property SSM_TwoHandedPerk on script SkyrimSpearMechanic_AliasNpc attached to alias NPC9 on quest SSM_NpcQuest (56009EEA) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:33:34AM] WARNING: Property SSM_TwoHandedPerk on script SkyrimSpearMechanic_AliasNpc attached to alias NPC8 on quest SSM_NpcQuest (56009EEA) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:33:34AM] WARNING: Property SSM_TwoHandedPerk on script SkyrimSpearMechanic_AliasNpc attached to alias NPC7 on quest SSM_NpcQuest (56009EEA) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:33:34AM] WARNING: Property SSM_TwoHandedPerk on script SkyrimSpearMechanic_AliasNpc attached to alias NPC6 on quest SSM_NpcQuest (56009EEA) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:33:34AM] WARNING: Property SSM_TwoHandedPerk on script SkyrimSpearMechanic_AliasNpc attached to alias NPC5 on quest SSM_NpcQuest (56009EEA) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:33:34AM] Error: Cannot call GetBaseObject() on a None object, aborting function call
stack:
    <unknown self>.fnis_aa.SetAnimGroupEX() - "FNIS_aa.psc" Line 74
    [alias NPC10 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.OnInit() - "SkyrimSpearMechanic_AliasNpc.psc" Line 21
[11/12/2019 - 08:33:34AM] Error: Cannot call GetBaseObject() on a None object, aborting function call
stack:
    <unknown self>.fnis_aa.SetAnimGroupEX() - "FNIS_aa.psc" Line 74
    [alias NPC9 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.OnInit() - "SkyrimSpearMechanic_AliasNpc.psc" Line 21
[11/12/2019 - 08:33:34AM] FNIS aa SetAnimGroup ERROR mod: SSM Actor: None group: _1hmeqp base: 0 number: 0
[11/12/2019 - 08:33:34AM] FNIS aa SetAnimGroup ERROR mod: SSM Actor: None group: _1hmeqp base: 0 number: 0
[11/12/2019 - 08:33:34AM] Error: Cannot call GetEquippedWeapon() on a None object, aborting function call
stack:
    [alias NPC9 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.Set_Animation() - "SkyrimSpearMechanic_AliasNpc.psc" Line 46
    [alias NPC9 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.OnInit() - "SkyrimSpearMechanic_AliasNpc.psc" Line 27
[11/12/2019 - 08:33:34AM] Error: Cannot call GetEquippedWeapon() on a None object, aborting function call
stack:
    [alias NPC10 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.Set_Animation() - "SkyrimSpearMechanic_AliasNpc.psc" Line 46
    [alias NPC10 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.OnInit() - "SkyrimSpearMechanic_AliasNpc.psc" Line 27
[11/12/2019 - 08:33:34AM] Error: Cannot call GetEquippedWeapon() on a None object, aborting function call
stack:
    [alias NPC9 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.Set_Animation() - "SkyrimSpearMechanic_AliasNpc.psc" Line 47
    [alias NPC9 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.OnInit() - "SkyrimSpearMechanic_AliasNpc.psc" Line 27
[11/12/2019 - 08:33:34AM] Error: Cannot call GetEquippedWeapon() on a None object, aborting function call
stack:
    [alias NPC10 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.Set_Animation() - "SkyrimSpearMechanic_AliasNpc.psc" Line 47
    [alias NPC10 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.OnInit() - "SkyrimSpearMechanic_AliasNpc.psc" Line 27
[11/12/2019 - 08:33:34AM] Error: Cannot call GetBaseObject() on a None object, aborting function call
stack:
    <unknown self>.fnis_aa.SetAnimGroupEX() - "FNIS_aa.psc" Line 74
    [alias NPC8 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.OnInit() - "SkyrimSpearMechanic_AliasNpc.psc" Line 21
[11/12/2019 - 08:33:34AM] FNIS aa SetAnimGroup ERROR mod: SSM Actor: None group: _1hmeqp base: 0 number: 0
[11/12/2019 - 08:33:34AM] Error: Cannot call GetEquippedWeapon() on a None object, aborting function call
stack:
    [alias NPC8 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.Set_Animation() - "SkyrimSpearMechanic_AliasNpc.psc" Line 46
    [alias NPC8 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.OnInit() - "SkyrimSpearMechanic_AliasNpc.psc" Line 27
[11/12/2019 - 08:33:34AM] Error: Cannot call GetEquippedWeapon() on a None object, aborting function call
stack:
    [alias NPC8 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.Set_Animation() - "SkyrimSpearMechanic_AliasNpc.psc" Line 47
    [alias NPC8 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.OnInit() - "SkyrimSpearMechanic_AliasNpc.psc" Line 27
[11/12/2019 - 08:33:34AM] WARNING: Property SSM_TwoHandedPerk on script SkyrimSpearMechanic_AliasNpc attached to alias NPC4 on quest SSM_NpcQuest (56009EEA) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:33:34AM] WARNING: Property SSM_TwoHandedPerk on script SkyrimSpearMechanic_AliasNpc attached to alias NPC3 on quest SSM_NpcQuest (56009EEA) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:33:34AM] Error: Cannot call GetBaseObject() on a None object, aborting function call
stack:
    <unknown self>.fnis_aa.SetAnimGroupEX() - "FNIS_aa.psc" Line 74
    [alias NPC5 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.OnInit() - "SkyrimSpearMechanic_AliasNpc.psc" Line 21
[11/12/2019 - 08:33:34AM] Error: Cannot call GetBaseObject() on a None object, aborting function call
stack:
    <unknown self>.fnis_aa.SetAnimGroupEX() - "FNIS_aa.psc" Line 74
    [alias NPC6 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.OnInit() - "SkyrimSpearMechanic_AliasNpc.psc" Line 21
[11/12/2019 - 08:33:34AM] FNIS aa SetAnimGroup ERROR mod: SSM Actor: None group: _1hmeqp base: 0 number: 0
[11/12/2019 - 08:33:34AM] FNIS aa SetAnimGroup ERROR mod: SSM Actor: None group: _1hmeqp base: 0 number: 0
[11/12/2019 - 08:33:34AM] Error: Cannot call GetEquippedWeapon() on a None object, aborting function call
stack:
    [alias NPC6 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.Set_Animation() - "SkyrimSpearMechanic_AliasNpc.psc" Line 46
    [alias NPC6 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.OnInit() - "SkyrimSpearMechanic_AliasNpc.psc" Line 27
[11/12/2019 - 08:33:34AM] Error: Cannot call GetEquippedWeapon() on a None object, aborting function call
stack:
    [alias NPC5 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.Set_Animation() - "SkyrimSpearMechanic_AliasNpc.psc" Line 46
    [alias NPC5 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.OnInit() - "SkyrimSpearMechanic_AliasNpc.psc" Line 27
[11/12/2019 - 08:33:34AM] Error: Cannot call GetBaseObject() on a None object, aborting function call
stack:
    <unknown self>.fnis_aa.SetAnimGroupEX() - "FNIS_aa.psc" Line 74
    [alias NPC7 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.OnInit() - "SkyrimSpearMechanic_AliasNpc.psc" Line 21
[11/12/2019 - 08:33:34AM] Error: Cannot call GetEquippedWeapon() on a None object, aborting function call
stack:
    [alias NPC6 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.Set_Animation() - "SkyrimSpearMechanic_AliasNpc.psc" Line 47
    [alias NPC6 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.OnInit() - "SkyrimSpearMechanic_AliasNpc.psc" Line 27
[11/12/2019 - 08:33:34AM] Error: Cannot call GetEquippedWeapon() on a None object, aborting function call
stack:
    [alias NPC5 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.Set_Animation() - "SkyrimSpearMechanic_AliasNpc.psc" Line 47
    [alias NPC5 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.OnInit() - "SkyrimSpearMechanic_AliasNpc.psc" Line 27
[11/12/2019 - 08:33:34AM] FNIS aa SetAnimGroup ERROR mod: SSM Actor: None group: _1hmeqp base: 0 number: 0
[11/12/2019 - 08:33:34AM] Error: Cannot call GetEquippedWeapon() on a None object, aborting function call
stack:
    [alias NPC7 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.Set_Animation() - "SkyrimSpearMechanic_AliasNpc.psc" Line 46
    [alias NPC7 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.OnInit() - "SkyrimSpearMechanic_AliasNpc.psc" Line 27
[11/12/2019 - 08:33:34AM] Error: Cannot call GetEquippedWeapon() on a None object, aborting function call
stack:
    [alias NPC7 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.Set_Animation() - "SkyrimSpearMechanic_AliasNpc.psc" Line 47
    [alias NPC7 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.OnInit() - "SkyrimSpearMechanic_AliasNpc.psc" Line 27
[11/12/2019 - 08:33:34AM] WARNING: Property SSM_TwoHandedPerk on script SkyrimSpearMechanic_AliasNpc attached to alias NPC2 on quest SSM_NpcQuest (56009EEA) cannot be initialized because the script no longer contains that property
[11/12/2019 - 08:33:34AM] Error: Cannot call GetBaseObject() on a None object, aborting function call
stack:
    <unknown self>.fnis_aa.SetAnimGroupEX() - "FNIS_aa.psc" Line 74
    [alias NPC4 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.OnInit() - "SkyrimSpearMechanic_AliasNpc.psc" Line 21
[11/12/2019 - 08:33:34AM] Error: Cannot call GetBaseObject() on a None object, aborting function call
stack:
    <unknown self>.fnis_aa.SetAnimGroupEX() - "FNIS_aa.psc" Line 74
    [alias NPC3 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.OnInit() - "SkyrimSpearMechanic_AliasNpc.psc" Line 21
[11/12/2019 - 08:33:34AM] FNIS aa SetAnimGroup ERROR mod: SSM Actor: None group: _1hmeqp base: 0 number: 0
[11/12/2019 - 08:33:34AM] FNIS aa SetAnimGroup ERROR mod: SSM Actor: None group: _1hmeqp base: 0 number: 0
[11/12/2019 - 08:33:34AM] Error: Cannot call GetEquippedWeapon() on a None object, aborting function call
stack:
    [alias NPC4 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.Set_Animation() - "SkyrimSpearMechanic_AliasNpc.psc" Line 46
    [alias NPC4 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.OnInit() - "SkyrimSpearMechanic_AliasNpc.psc" Line 27
[11/12/2019 - 08:33:34AM] Error: Cannot call GetEquippedWeapon() on a None object, aborting function call
stack:
    [alias NPC3 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.Set_Animation() - "SkyrimSpearMechanic_AliasNpc.psc" Line 46
    [alias NPC3 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.OnInit() - "SkyrimSpearMechanic_AliasNpc.psc" Line 27
[11/12/2019 - 08:33:34AM] Error: Cannot call GetEquippedWeapon() on a None object, aborting function call
stack:
    [alias NPC4 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.Set_Animation() - "SkyrimSpearMechanic_AliasNpc.psc" Line 47
    [alias NPC4 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.OnInit() - "SkyrimSpearMechanic_AliasNpc.psc" Line 27
[11/12/2019 - 08:33:34AM] Error: Cannot call GetEquippedWeapon() on a None object, aborting function call
stack:
    [alias NPC3 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.Set_Animation() - "SkyrimSpearMechanic_AliasNpc.psc" Line 47
    [alias NPC3 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.OnInit() - "SkyrimSpearMechanic_AliasNpc.psc" Line 27
[11/12/2019 - 08:33:34AM] Error: Cannot call GetBaseObject() on a None object, aborting function call
stack:
    <unknown self>.fnis_aa.SetAnimGroupEX() - "FNIS_aa.psc" Line 74
    [alias NPC2 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.OnInit() - "SkyrimSpearMechanic_AliasNpc.psc" Line 21
[11/12/2019 - 08:33:34AM] FNIS aa SetAnimGroup ERROR mod: SSM Actor: None group: _1hmeqp base: 0 number: 0
[11/12/2019 - 08:33:34AM] Error: Cannot call GetEquippedWeapon() on a None object, aborting function call
stack:
    [alias NPC2 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.Set_Animation() - "SkyrimSpearMechanic_AliasNpc.psc" Line 46
    [alias NPC2 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.OnInit() - "SkyrimSpearMechanic_AliasNpc.psc" Line 27
[11/12/2019 - 08:33:34AM] Error: Cannot call GetEquippedWeapon() on a None object, aborting function call
stack:
    [alias NPC2 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.Set_Animation() - "SkyrimSpearMechanic_AliasNpc.psc" Line 47
    [alias NPC2 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.OnInit() - "SkyrimSpearMechanic_AliasNpc.psc" Line 27
[11/12/2019 - 08:33:34AM] Error: Cannot call GetBaseObject() on a None object, aborting function call
stack:
    <unknown self>.fnis_aa.SetAnimGroupEX() - "FNIS_aa.psc" Line 74
    [alias NPC1 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.OnInit() - "SkyrimSpearMechanic_AliasNpc.psc" Line 21
[11/12/2019 - 08:33:34AM] FNIS aa SetAnimGroup ERROR mod: SSM Actor: None group: _1hmeqp base: 0 number: 0
[11/12/2019 - 08:33:34AM] Error: Cannot call GetEquippedWeapon() on a None object, aborting function call
stack:
    [alias NPC1 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.Set_Animation() - "SkyrimSpearMechanic_AliasNpc.psc" Line 46
    [alias NPC1 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.OnInit() - "SkyrimSpearMechanic_AliasNpc.psc" Line 27
[11/12/2019 - 08:33:34AM] Error: Cannot call GetEquippedWeapon() on a None object, aborting function call
stack:
    [alias NPC1 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.Set_Animation() - "SkyrimSpearMechanic_AliasNpc.psc" Line 47
    [alias NPC1 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.OnInit() - "SkyrimSpearMechanic_AliasNpc.psc" Line 27
[11/12/2019 - 08:33:36AM] Error: Cannot call TrySandBox() on a None object, aborting function call
stack:
    [TweakMonitorPlayer (4B02CBB1)].tweakmonitorplayerscript.OnUpdate() - "tweakmonitorplayerscript.psc" Line 464
[11/12/2019 - 08:33:37AM] Error: Cannot call GetAnimationsByTags() on a None object, aborting function call
stack:
    [cheyron_OpHjoromirLaidQuest (E40012C4)].OperationGetHjoromirLaid.HjoromirRewarded() - "OperationGetHjoromirLaid.psc" Line 13
    .OpHjoromirGetLaid_Start.Fragment_0() - "OpHjoromirGetLaid_Start.psc" Line 9
[11/12/2019 - 08:33:37AM] Error: Cannot call NewThread() on a None object, aborting function call
stack:
    [cheyron_OpHjoromirLaidQuest (E40012C4)].OperationGetHjoromirLaid.HjoromirRewarded() - "OperationGetHjoromirLaid.psc" Line 16
    .OpHjoromirGetLaid_Start.Fragment_0() - "OpHjoromirGetLaid_Start.psc" Line 9
[11/12/2019 - 08:33:37AM] Error: Cannot call GetActorReference() on a None object, aborting function call
stack:
    [cheyron_OpHjoromirLaidQuest (E40012C4)].OperationGetHjoromirLaid.HjoromirRewarded() - "OperationGetHjoromirLaid.psc" Line 18
    .OpHjoromirGetLaid_Start.Fragment_0() - "OpHjoromirGetLaid_Start.psc" Line 9
[11/12/2019 - 08:33:37AM] Error: Cannot call GetActorReference() on a None object, aborting function call
stack:
    [cheyron_OpHjoromirLaidQuest (E40012C4)].OperationGetHjoromirLaid.HjoromirRewarded() - "OperationGetHjoromirLaid.psc" Line 19
    .OpHjoromirGetLaid_Start.Fragment_0() - "OpHjoromirGetLaid_Start.psc" Line 9
[11/12/2019 - 08:33:37AM] Error: Cannot call AddActor() on a None object, aborting function call
stack:
    [cheyron_OpHjoromirLaidQuest (E40012C4)].OperationGetHjoromirLaid.HjoromirRewarded() - "OperationGetHjoromirLaid.psc" Line 21
    .OpHjoromirGetLaid_Start.Fragment_0() - "OpHjoromirGetLaid_Start.psc" Line 9
[11/12/2019 - 08:33:37AM] WARNING: Assigning None to a non-object variable named "::temp3"
stack:
    [cheyron_OpHjoromirLaidQuest (E40012C4)].OperationGetHjoromirLaid.HjoromirRewarded() - "OperationGetHjoromirLaid.psc" Line 21
    .OpHjoromirGetLaid_Start.Fragment_0() - "OpHjoromirGetLaid_Start.psc" Line 9
[11/12/2019 - 08:33:37AM] Error: Cannot call AddActor() on a None object, aborting function call
stack:
    [cheyron_OpHjoromirLaidQuest (E40012C4)].OperationGetHjoromirLaid.HjoromirRewarded() - "OperationGetHjoromirLaid.psc" Line 23
    .OpHjoromirGetLaid_Start.Fragment_0() - "OpHjoromirGetLaid_Start.psc" Line 9
[11/12/2019 - 08:33:37AM] WARNING: Assigning None to a non-object variable named "::temp3"
stack:
    [cheyron_OpHjoromirLaidQuest (E40012C4)].OperationGetHjoromirLaid.HjoromirRewarded() - "OperationGetHjoromirLaid.psc" Line 23
    .OpHjoromirGetLaid_Start.Fragment_0() - "OpHjoromirGetLaid_Start.psc" Line 9
[11/12/2019 - 08:33:37AM] Error: Cannot call DisableUndressAnimation() on a None object, aborting function call
stack:
    [cheyron_OpHjoromirLaidQuest (E40012C4)].OperationGetHjoromirLaid.HjoromirRewarded() - "OperationGetHjoromirLaid.psc" Line 25
    .OpHjoromirGetLaid_Start.Fragment_0() - "OpHjoromirGetLaid_Start.psc" Line 9
[11/12/2019 - 08:33:37AM] Error: Cannot call DisableRagdollEnd() on a None object, aborting function call
stack:
    [cheyron_OpHjoromirLaidQuest (E40012C4)].OperationGetHjoromirLaid.HjoromirRewarded() - "OperationGetHjoromirLaid.psc" Line 27
    .OpHjoromirGetLaid_Start.Fragment_0() - "OpHjoromirGetLaid_Start.psc" Line 9
[11/12/2019 - 08:33:37AM] Error: Cannot call DisableRedress() on a None object, aborting function call
stack:
    [cheyron_OpHjoromirLaidQuest (E40012C4)].OperationGetHjoromirLaid.HjoromirRewarded() - "OperationGetHjoromirLaid.psc" Line 29
    .OpHjoromirGetLaid_Start.Fragment_0() - "OpHjoromirGetLaid_Start.psc" Line 9
[11/12/2019 - 08:33:37AM] Error: Cannot call SetAnimations() on a None object, aborting function call
stack:
    [cheyron_OpHjoromirLaidQuest (E40012C4)].OperationGetHjoromirLaid.HjoromirRewarded() - "OperationGetHjoromirLaid.psc" Line 31
    .OpHjoromirGetLaid_Start.Fragment_0() - "OpHjoromirGetLaid_Start.psc" Line 9
[11/12/2019 - 08:33:37AM] Error: Cannot call GetReference() on a None object, aborting function call
stack:
    [cheyron_OpHjoromirLaidQuest (E40012C4)].OperationGetHjoromirLaid.HjoromirRewarded() - "OperationGetHjoromirLaid.psc" Line 33
    .OpHjoromirGetLaid_Start.Fragment_0() - "OpHjoromirGetLaid_Start.psc" Line 9
[11/12/2019 - 08:33:37AM] Error: Cannot call CenterOnObject() on a None object, aborting function call
stack:
    [cheyron_OpHjoromirLaidQuest (E40012C4)].OperationGetHjoromirLaid.HjoromirRewarded() - "OperationGetHjoromirLaid.psc" Line 33
    .OpHjoromirGetLaid_Start.Fragment_0() - "OpHjoromirGetLaid_Start.psc" Line 9
[11/12/2019 - 08:33:37AM] Error: Cannot call SetHook() on a None object, aborting function call
stack:
    [cheyron_OpHjoromirLaidQuest (E40012C4)].OperationGetHjoromirLaid.HjoromirRewarded() - "OperationGetHjoromirLaid.psc" Line 35
    .OpHjoromirGetLaid_Start.Fragment_0() - "OpHjoromirGetLaid_Start.psc" Line 9
[11/12/2019 - 08:33:37AM] Error: Cannot call StartThread() on a None object, aborting function call
stack:
    [cheyron_OpHjoromirLaidQuest (E40012C4)].OperationGetHjoromirLaid.HjoromirRewarded() - "OperationGetHjoromirLaid.psc" Line 36
    .OpHjoromirGetLaid_Start.Fragment_0() - "OpHjoromirGetLaid_Start.psc" Line 9
[11/12/2019 - 08:33:39AM] Error: Cannot call TrySandBox() on a None object, aborting function call
stack:
    [TweakMonitorPlayer (4B02CBB1)].tweakmonitorplayerscript.OnUpdate() - "tweakmonitorplayerscript.psc" Line 464
[11/12/2019 - 08:33:42AM] Error: Cannot call TrySandBox() on a None object, aborting function call
stack:
    [TweakMonitorPlayer (4B02CBB1)].tweakmonitorplayerscript.OnUpdate() - "tweakmonitorplayerscript.psc" Line 464
[11/12/2019 - 08:33:49AM] VM is freezing...
[11/12/2019 - 08:33:49AM] VM is frozen
[11/12/2019 - 08:33:49AM] WARNING: Missing or zero refcount on  (000198B5) when releasing

Posted

Also I loaded up my save in a save cleaning tool and I am noticing the properties all have 0 values which I believe means null

 

eCMjmS9.png

 

I think if I delete the script from my save it should reinitialize like Ashal mentioned

Posted

More info... if you notice the image in the previous post... this is a save file I had cleaned some SLA scripts from because they were showing up as orphaned (according to the tool) look here...

 

NBbIbeq.png

 

apparently those SLA scripts were listed as orphaned as described by that tooltip in the app

 

edit: oops those are SLAroused scripts, my bad, this is unrelated but I am having problems with that mod since it doesn't work for me. bnut that's another issue im not concerned with at this moment

Posted

im making slight progress, now I get actor validate errors within the framework code

 

OHGRemZ.png

 

Log Output:

 

[11/12/2019 - 10:01:12AM] Papyrus log opened (PC)


[11/12/2019 - 10:01:12AM] Function GetEffectMagnitudes in the empty state on type Ingredient does not exist. Function will not be flagged as callable from tasklets.
[11/12/2019 - 10:01:12AM] Update budget: 1.200000ms (Extra tasklet budget: 1.200000ms, Load screen budget: 500.000000ms)
[11/12/2019 - 10:01:12AM] Memory page: 128 (min) 512 (max) 76800 (max total)
[11/12/2019 - 10:01:18AM] Cannot open store for class "CellReturn", missing file?
[11/12/2019 - 10:01:20AM] Cannot open store for class "betterstealthai_main", missing file?
[11/12/2019 - 10:01:21AM] Cannot open store for class "hishbskinningscript", missing file?
[11/12/2019 - 10:01:21AM] Error: Unable to bind script traptriggerbase to TweakTraps (4B00C515) because their base types do not match
[11/12/2019 - 10:01:21AM] Error: Unable to bind script TrapBear to TweakTraps (4B00C515) because their base types do not match
[11/12/2019 - 10:01:21AM] Cannot open store for class "SF_TweakP1Pose_02017788", missing file?
[11/12/2019 - 10:01:21AM] Error: Unable to bind script SF_TweakP1Pose_02017788 to  (4B017788) because their base types do not match
[11/12/2019 - 10:01:21AM] Cannot open store for class "SF_TweakP1Hangout_02017201", missing file?
[11/12/2019 - 10:01:21AM] Error: Unable to bind script SF_TweakP1Hangout_02017201 to  (4B017201) because their base types do not match
[11/12/2019 - 10:01:21AM] Cannot open store for class "slaDesireEffScr", missing file?
[11/12/2019 - 10:01:22AM] Cannot open store for class "xs2__prkf_xmapassivefingersmi_05112b24", missing file?
[11/12/2019 - 10:01:22AM] Cannot open store for class "xxx_prkf_xxxpassivefingersmit_020a3756", missing file?
[11/12/2019 - 10:01:22AM] Cannot open store for class "BleedMagicFFSScript", missing file?
[11/12/2019 - 10:01:22AM] Cannot open store for class "PF__02014174", missing file?
[11/12/2019 - 10:01:22AM] Error: Unable to bind script PF__02014174 to  (DB014174) because their base types do not match
[11/12/2019 - 10:01:22AM] Cannot open store for class "PF__0201313D", missing file?
[11/12/2019 - 10:01:22AM] Error: Unable to bind script PF__0201313D to  (DB01313D) because their base types do not match
[11/12/2019 - 10:01:22AM] Cannot open store for class "TIF__020012CD", missing file?
[11/12/2019 - 10:01:22AM] Error: Unable to bind script TIF__020012CD to topic info DE0012CD on <NULL quest> because their base types do not match
[11/12/2019 - 10:01:22AM] Cannot open store for class "TIF__020099ED", missing file?
[11/12/2019 - 10:01:22AM] Error: Unable to bind script TIF__020099ED to topic info DE0099ED on <NULL quest> because their base types do not match
[11/12/2019 - 10:01:22AM] Cannot open store for class "TIF__020099EF", missing file?
[11/12/2019 - 10:01:22AM] Error: Unable to bind script TIF__020099EF to topic info DE0099EF on <NULL quest> because their base types do not match
[11/12/2019 - 10:01:22AM] Cannot open store for class "TIF__02008F1D", missing file?
[11/12/2019 - 10:01:22AM] Error: Unable to bind script TIF__02008F1D to topic info DE008F1D on <NULL quest> because their base types do not match
[11/12/2019 - 10:01:22AM] Error: Unable to bind script WalkToggleScript to WalkToggle (E3000D62) because their base types do not match
[11/12/2019 - 10:01:22AM] Error: Unable to bind script walktoggleweapondraw to WalkToggleWeaponDraw (E3004E07) because their base types do not match
[11/12/2019 - 10:01:24AM] Error: Unable to bind script da02deadbodyscript to  (3B001FB3) because their base types do not match
[11/12/2019 - 10:01:24AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 2 in container  (2F024F34) because their base types do not match
[11/12/2019 - 10:01:24AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 2 in container  (2F024F2E) because their base types do not match
[11/12/2019 - 10:01:25AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 1 in container  (000EF617) because their base types do not match
[11/12/2019 - 10:01:25AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 1 in container  (220102BA) because their base types do not match
[11/12/2019 - 10:01:25AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 2 in container  (220102BA) because their base types do not match
[11/12/2019 - 10:01:25AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 3 in container  (220102BA) because their base types do not match
[11/12/2019 - 10:01:25AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 4 in container  (220102BA) because their base types do not match
[11/12/2019 - 10:01:26AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 1 in container  (18470D42) because their base types do not match
[11/12/2019 - 10:01:27AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 1 in container  (02006C07) because their base types do not match
[11/12/2019 - 10:01:27AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 2 in container  (0003E4CD) because their base types do not match
[11/12/2019 - 10:01:27AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to  (17040112) because their base types do not match
[11/12/2019 - 10:01:27AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 1 in container  (000AF633) because their base types do not match
[11/12/2019 - 10:01:27AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 1 in container  (148C2C62) because their base types do not match
[11/12/2019 - 10:01:27AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 1 in container  (0009CD46) because their base types do not match
[11/12/2019 - 10:01:27AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 1 in container  (0009E12A) because their base types do not match
[11/12/2019 - 10:01:27AM] Error: Unable to bind script _lp_bardsongbookscript to Item 1 in container  (7B05075C) because their base types do not match
[11/12/2019 - 10:01:27AM] Error: Unable to bind script _lp_bardsongbookscript to Item 2 in container  (7B05075C) because their base types do not match
[11/12/2019 - 10:01:27AM] Error: Unable to bind script _lp_bardsongbookscript to Item 3 in container  (7B05075C) because their base types do not match
[11/12/2019 - 10:01:27AM] Error: Unable to bind script _lp_bardsongbookscript to Item 4 in container  (7B05075C) because their base types do not match
[11/12/2019 - 10:01:27AM] Error: Unable to bind script _lp_bardsongbookscript to Item 5 in container  (7B05075C) because their base types do not match
[11/12/2019 - 10:01:27AM] Error: Unable to bind script _lp_bardsongbookscript to Item 6 in container  (7B05075C) because their base types do not match
[11/12/2019 - 10:01:27AM] Error: Unable to bind script _lp_bardsongbookscript to Item 7 in container  (7B05075C) because their base types do not match
[11/12/2019 - 10:01:27AM] Error: Unable to bind script _lp_bardsongbookscript to Item 8 in container  (7B05075C) because their base types do not match
[11/12/2019 - 10:01:27AM] Error: Unable to bind script _lp_bardsongbookscript to Item 9 in container  (7B05075C) because their base types do not match
[11/12/2019 - 10:01:27AM] Error: Unable to bind script _lp_bardsongbookscript to Item 10 in container  (7B05075C) because their base types do not match
[11/12/2019 - 10:01:27AM] Error: Unable to bind script _lp_bardsongbookscript to Item 11 in container  (7B05075C) because their base types do not match
[11/12/2019 - 10:01:27AM] Error: Unable to bind script _lp_bardsongbookscript to Item 12 in container  (7B05075C) because their base types do not match
[11/12/2019 - 10:01:27AM] Error: Unable to bind script _lp_bardsongbookscript to Item 13 in container  (7B05075C) because their base types do not match
[11/12/2019 - 10:01:27AM] Error: Unable to bind script _lp_bardsongbookscript to Item 14 in container  (7B05075C) because their base types do not match
[11/12/2019 - 10:01:27AM] Error: Unable to bind script _lp_bardsongbookscript to Item 15 in container  (7B05075C) because their base types do not match
[11/12/2019 - 10:01:27AM] Error: Unable to bind script _lp_bardsongbookscript to Item 16 in container  (7B05075C) because their base types do not match
[11/12/2019 - 10:01:27AM] Error: Unable to bind script _lp_bardsongbookscript to Item 17 in container  (7B05075C) because their base types do not match
[11/12/2019 - 10:01:27AM] Error: Unable to bind script _lp_bardsongbookscript to Item 18 in container  (7B05075C) because their base types do not match
[11/12/2019 - 10:01:27AM] Error: Unable to bind script _lp_bardsongbookscript to Item 19 in container  (7B05075C) because their base types do not match
[11/12/2019 - 10:01:27AM] Error: Unable to bind script _lp_bardsongbookscript to Item 20 in container  (7B05075C) because their base types do not match
[11/12/2019 - 10:01:27AM] Error: Unable to bind script _lp_bardsongbookscript to Item 21 in container  (7B05075C) because their base types do not match
[11/12/2019 - 10:01:27AM] Error: Unable to bind script _lp_bardsongbookscript to Item 22 in container  (7B05075C) because their base types do not match
[11/12/2019 - 10:01:27AM] Error: Unable to bind script _lp_bardsongbookscript to Item 23 in container  (7B05075C) because their base types do not match
[11/12/2019 - 10:01:27AM] Error: Unable to bind script _lp_bardsongbookscript to Item 24 in container  (7B05075C) because their base types do not match
[11/12/2019 - 10:01:28AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 1 in container  (0009E46A) because their base types do not match
[11/12/2019 - 10:01:28AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 1 in container  (0300CD18) because their base types do not match
[11/12/2019 - 10:01:28AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 2 in container  (0300CD18) because their base types do not match
[11/12/2019 - 10:01:28AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 3 in container  (0300CD18) because their base types do not match
[11/12/2019 - 10:01:28AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 4 in container  (0300CD18) because their base types do not match
[11/12/2019 - 10:01:28AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 1 in container  (030093E8) because their base types do not match
[11/12/2019 - 10:01:28AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 2 in container  (030093E8) because their base types do not match
[11/12/2019 - 10:01:28AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 2 in container  (040177C2) because their base types do not match
[11/12/2019 - 10:01:28AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to  (0F02EDBC) because their base types do not match
[11/12/2019 - 10:01:28AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 1 in container  (0F02EE47) because their base types do not match
[11/12/2019 - 10:01:28AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to  (0F021CF6) because their base types do not match
[11/12/2019 - 10:01:29AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to  (14AD1A80) because their base types do not match
[11/12/2019 - 10:01:29AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to  (14ACECF7) because their base types do not match
[11/12/2019 - 10:01:29AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to  (14BD0FB6) because their base types do not match
[11/12/2019 - 10:01:29AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to  (1451E344) because their base types do not match
[11/12/2019 - 10:01:29AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to  (14AD09AE) because their base types do not match
[11/12/2019 - 10:01:29AM] Cannot open store for class "TPOS_DOOR_01", missing file?
[11/12/2019 - 10:01:29AM] Error: Unable to bind script TPOS_DOOR_01 to  (14AD08D8) because their base types do not match
[11/12/2019 - 10:01:29AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to  (14ACEE83) because their base types do not match
[11/12/2019 - 10:01:29AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to  (14BF4A83) because their base types do not match
[11/12/2019 - 10:01:29AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to  (1451E24F) because their base types do not match
[11/12/2019 - 10:01:29AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to  (14ACE5C5) because their base types do not match
[11/12/2019 - 10:01:29AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 1 in container  (1803BAD0) because their base types do not match
[11/12/2019 - 10:01:29AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 2 in container  (1803BAD0) because their base types do not match
[11/12/2019 - 10:01:29AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 3 in container  (1803BAD0) because their base types do not match
[11/12/2019 - 10:01:29AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 4 in container  (1803BAD0) because their base types do not match
[11/12/2019 - 10:01:29AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 1 in container  (1803BABC) because their base types do not match
[11/12/2019 - 10:01:29AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 2 in container  (1803BABC) because their base types do not match
[11/12/2019 - 10:01:29AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 3 in container  (1803BABC) because their base types do not match
[11/12/2019 - 10:01:29AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 1 in container  (1850F675) because their base types do not match
[11/12/2019 - 10:01:29AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 2 in container  (1850F675) because their base types do not match
[11/12/2019 - 10:01:29AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 3 in container  (1850F675) because their base types do not match
[11/12/2019 - 10:01:29AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to  (18056983) because their base types do not match
[11/12/2019 - 10:01:29AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to  (18193FA2) because their base types do not match
[11/12/2019 - 10:01:29AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to  (18193FA1) because their base types do not match
[11/12/2019 - 10:01:29AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to  (181278BF) because their base types do not match
[11/12/2019 - 10:01:29AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to  (181278BE) because their base types do not match
[11/12/2019 - 10:01:29AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 1 in container  (182CC05A) because their base types do not match
[11/12/2019 - 10:01:29AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 1 in container  (1B0067A6) because their base types do not match
[11/12/2019 - 10:01:29AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 1 in container  (1E2B3901) because their base types do not match
[11/12/2019 - 10:01:29AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 2 in container  (1E2B3901) because their base types do not match
[11/12/2019 - 10:01:29AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 3 in container  (1E2B3901) because their base types do not match
[11/12/2019 - 10:01:29AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 4 in container  (1E2B3901) because their base types do not match
[11/12/2019 - 10:01:29AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 5 in container  (1E2B3901) because their base types do not match
[11/12/2019 - 10:01:29AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to  (1E2B1511) because their base types do not match
[11/12/2019 - 10:01:29AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to  (1E13A8D3) because their base types do not match
[11/12/2019 - 10:01:29AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 2 in container  (1E138CCF) because their base types do not match
[11/12/2019 - 10:01:29AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to  (1E212CDD) because their base types do not match
[11/12/2019 - 10:01:29AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to  (1E212C70) because their base types do not match
[11/12/2019 - 10:01:29AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to  (1E167038) because their base types do not match
[11/12/2019 - 10:01:29AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 1 in container  (1E3090F2) because their base types do not match
[11/12/2019 - 10:01:35AM] Error: Property MyDamBed on script aaSexHouseCarlBreezeHomeSleepScript attached to alias Housecarl on quest aaSexWhoreHouseWhiterun (0D0253AF) cannot be bound because <NULL form> (000CB42C) is not the right type
[11/12/2019 - 10:01:35AM] WARNING: Property SSM_TwoHandedPerk on script SkyrimSpearMechanic_AliasNpc attached to alias NPC2 on quest SSM_NpcQuest (56009EEA) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property SSM_TwoHandedPerk on script SkyrimSpearMechanic_AliasNpc attached to alias NPC3 on quest SSM_NpcQuest (56009EEA) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property SSM_TwoHandedPerk on script SkyrimSpearMechanic_AliasNpc attached to alias NPC4 on quest SSM_NpcQuest (56009EEA) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property SSM_TwoHandedPerk on script SkyrimSpearMechanic_AliasNpc attached to alias NPC5 on quest SSM_NpcQuest (56009EEA) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property SSM_TwoHandedPerk on script SkyrimSpearMechanic_AliasNpc attached to alias NPC6 on quest SSM_NpcQuest (56009EEA) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property SSM_TwoHandedPerk on script SkyrimSpearMechanic_AliasNpc attached to alias NPC7 on quest SSM_NpcQuest (56009EEA) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property SSM_TwoHandedPerk on script SkyrimSpearMechanic_AliasNpc attached to alias NPC8 on quest SSM_NpcQuest (56009EEA) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property SSM_TwoHandedPerk on script SkyrimSpearMechanic_AliasNpc attached to alias NPC9 on quest SSM_NpcQuest (56009EEA) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property SSM_TwoHandedPerk on script SkyrimSpearMechanic_AliasNpc attached to alias NPC10 on quest SSM_NpcQuest (56009EEA) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property CannabisSeedWatered on script CannabisSeedPlacerRefAliasScript attached to alias CannabisSeedPlacerRefAlias on quest CannabisQuest (770840A7) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] Error: Property WeaponDrawScript on script WalkToggleScript attached to alias Player on quest WalkToggle (E3000D62) cannot be bound because alias Player on quest WalkToggleWeaponDraw (E3004E07) is not the right type
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (141C511E) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (141C511E) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property OCinema on script _oOmni attached to 0SA (06000D62) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property OSysInputSound on script _oOmni attached to 0SA (06000D62) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (2402E192) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (2402E192) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (0006C3C9) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (0006C3C9) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (000D6AE9) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (000D6AE9) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (14B47EAF) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (14B47EAF) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] Error: Property Pages on script TestMCM attached to Test_MCM (7A000D62) cannot be initialized because the value is the incorrect type
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (000D3A4C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (000D3A4C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (14D85EF7) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (14D85EF7) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (E51E603B) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (E51E603B) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (14011DEE) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (14011DEE) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (14E60355) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (14E60355) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (1E197363) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E197363) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E197363) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (1E197363) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (0010E679) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010E679) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010E679) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (0010E679) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (0010E58F) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010E58F) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010E58F) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (0010E58F) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (1437E8A1) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (1437E8A1) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (18194747) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18194747) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18194747) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (18194747) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ArcPerkTorchTree on script dbm_perkresetscript attached to  (185A9669) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ArcPerkCRTree on script dbm_perkresetscript attached to  (185A9669) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ArcPerkPickTree on script dbm_perkresetscript attached to  (185A9669) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (0008D275) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (0008D275) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (1E1C1CDA) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E1C1CDA) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E1C1CDA) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (1E1C1CDA) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (14D01A8A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (14D01A8A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (E520F20E) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (E520F20E) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (181275AE) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (181275AE) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (181275AE) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (181275AE) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (145E93C7) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (145E93C7) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (145E93C7) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (145E93C7) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (14551134) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (14551134) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (0F02EC8B) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (0F02EC8B) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (0F013179) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (0F013179) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (14ACD374) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (14ACD374) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (000B70C0) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (000B70C0) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (14D3EA45) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (14D3EA45) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (14B39B0B) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (14B39B0B) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (3608A912) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (3608A912) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (E568A421) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (E568A421) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (0010D722) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010D722) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010D722) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (0010D722) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (14653CE8) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (14653CE8) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property pDismissedFollower on script follower3dnpc attached to DialogueFollower3DNPC (1E13184C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property FollowerDismissMessageCompanionsMale on script follower3dnpc attached to DialogueFollower3DNPC (1E13184C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property pPlayerFollowerCount on script follower3dnpc attached to DialogueFollower3DNPC (1E13184C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property pCurrentHireling on script follower3dnpc attached to DialogueFollower3DNPC (1E13184C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property FollowerDismissMessageCompanionsFemale on script follower3dnpc attached to DialogueFollower3DNPC (1E13184C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property pPlayerAnimalCount on script follower3dnpc attached to DialogueFollower3DNPC (1E13184C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property HirelingRehireScript on script follower3dnpc attached to DialogueFollower3DNPC (1E13184C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property FollowerDismissMessageCompanions on script follower3dnpc attached to DialogueFollower3DNPC (1E13184C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property pFollowerAlias on script follower3dnpc attached to DialogueFollower3DNPC (1E13184C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property FollowerDismissMessage on script follower3dnpc attached to DialogueFollower3DNPC (1E13184C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property AnimalDismissMessage on script follower3dnpc attached to DialogueFollower3DNPC (1E13184C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property FollowerDismissMessageWait on script follower3dnpc attached to DialogueFollower3DNPC (1E13184C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property pFollowerAlias1 on script follower3dnpc attached to DialogueFollower3DNPC (1E13184C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property pAnimalAlias on script follower3dnpc attached to DialogueFollower3DNPC (1E13184C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property FollowerDismissMessageWedding on script follower3dnpc attached to DialogueFollower3DNPC (1E13184C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property pFollowerAlias2 on script follower3dnpc attached to DialogueFollower3DNPC (1E13184C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (000DC346) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (000DC346) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (000876E1) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (000876E1) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (000CCE22) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (000CCE22) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (181D5AEF) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (181D5AEF) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (18030CD1) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18030CD1) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18030CD1) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (18030CD1) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (181949FA) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (181949FA) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (181949FA) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (181949FA) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (0010E515) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010E515) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010E515) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (0010E515) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (00083DAD) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (00083DAD) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (000486E1) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (000486E1) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (000486E1) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (000486E1) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property BYOHDeposit on script MineOreScript attached to  (03000A76) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (03000A76) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (03000A76) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCountTotal on script MineOreScript attached to  (03000A76) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (03000A76) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (03000A76) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (18127ACD) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (18127ACD) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (1E1A9758) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E1A9758) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E1A9758) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (1E1A9758) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (141CA28A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (141CA28A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (00047A21) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (00047A21) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (14C5A147) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (14C5A147) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (18194634) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18194634) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18194634) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (18194634) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (18014E73) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18014E73) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18014E73) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (18014E73) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (0009B790) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (0009B790) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (14DB8A55) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (14DB8A55) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (0009FE78) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (0009FE78) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (181946C7) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (181946C7) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (181946C7) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (181946C7) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (14BDB25D) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (14BDB25D) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] Error: Property PlayerAlias on script ARTH_SCRP_QuestInitalizerScript attached to CRFInitializer (0F0368FD) cannot be bound because <NULL alias> (7) on <NULL quest> (00025230) is not the right type
[11/12/2019 - 10:01:35AM] WARNING: Property TweakOriginalEssentialFaction on script TweakFixBoethiah attached to  (00083041) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (1E1A8005) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (1E1A8005) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (14CD3DF0) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (14CD3DF0) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (1400FB7B) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (1400FB7B) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (1828EECC) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (1828EECC) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (00097809) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (00097809) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (000A02A1) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (000A02A1) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (181946F4) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (181946F4) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (181946F4) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (181946F4) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (0010F05D) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010F05D) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010F05D) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (0010F05D) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (0010EE01) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010EE01) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010EE01) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (0010EE01) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (14C5A135) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (14C5A135) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property BYOHDeposit on script MineOreScript attached to  (03000AF6) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (03000AF6) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (03000AF6) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCountTotal on script MineOreScript attached to  (03000AF6) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (03000AF6) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (03000AF6) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (14D5D273) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (14D5D273) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (182F4AD5) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (182F4AD5) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (00097C45) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (00097C45) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (14FFB2A7) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (14FFB2A7) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (E5DB85C7) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (E5DB85C7) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (1E2C5CC3) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E2C5CC3) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E2C5CC3) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (1E2C5CC3) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (000CDD7A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (000CDD7A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (18194759) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18194759) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18194759) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (18194759) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property AttachedTo on script TGRPlayerHouseShadowmarkScript attached to  (31001DD7) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (186298C9) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (186298C9) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (1E1A54B3) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (1E1A54B3) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (1E197364) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E197364) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E197364) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (1E197364) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (14B47EB1) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (14B47EB1) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (146A9FFE) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (146A9FFE) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (14B47EB0) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (14B47EB0) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (0002F591) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (0002F591) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (140F9050) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (140F9050) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (1E247CB7) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E247CB7) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E247CB7) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (1E247CB7) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (1E5007F1) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E5007F1) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E5007F1) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (1E5007F1) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (000EA684) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (000EA684) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (14019546) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (14019546) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (1E1C1CD8) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E1C1CD8) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E1C1CD8) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (1E1C1CD8) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (1E1C1CD9) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E1C1CD9) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E1C1CD9) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (1E1C1CD9) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (18194CA2) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18194CA2) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18194CA2) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (18194CA2) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (00083E1B) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (00083E1B) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (1401C2F6) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (1401C2F6) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (0010EA86) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010EA86) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010EA86) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (0010EA86) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (14B1A4D6) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (14B1A4D6) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property BYOHDeposit on script MineOreScript attached to  (03000AC0) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (03000AC0) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (03000AC0) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCountTotal on script MineOreScript attached to  (03000AC0) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (03000AC0) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (03000AC0) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (1E500231) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (1E500231) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (181276A9) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (181276A9) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (181276A9) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (181276A9) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (0F02EC74) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (0F02EC74) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (141B0BA9) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (141B0BA9) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (1461C01E) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1461C01E) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1461C01E) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (1461C01E) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (E520F210) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (E520F210) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property AttachedTo on script TGRPlayerHouseShadowmarkScript attached to  (31000D63) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] Error: Property CityShadowmarkControl on script TGRQuestBasedShadowmarkScript attached to  (310049A6) cannot be bound because <NULL form> (00055C08) is not the right type
[11/12/2019 - 10:01:35AM] Error: Property pTweakStables on script tweakfollowerscript attached to TweakFollower (4B0012CE) cannot be bound because stables (00068D73) is not the right type
[11/12/2019 - 10:01:35AM] Error: Property TweakCarryWeight on script tweakfollowerscript attached to TweakFollower (4B0012CE) cannot be initialized because the value is the incorrect type
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (18195241) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18195241) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18195241) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (18195241) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (18030CD2) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18030CD2) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18030CD2) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (18030CD2) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (000EBC57) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (000EBC57) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (000EBC57) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (000EBC57) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (000C4FDF) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (000C4FDF) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (000C4FDF) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (000C4FDF) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (1812730E) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1812730E) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1812730E) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (1812730E) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (00099B49) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (00099B49) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (14DB8A56) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (14DB8A56) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (1424E177) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (1424E177) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (1E297E1F) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E297E1F) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E297E1F) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (1E297E1F) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (1E1A9756) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E1A9756) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E1A9756) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (1E1A9756) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (1E1A9757) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E1A9757) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E1A9757) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (1E1A9757) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (18014E71) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18014E71) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18014E71) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (18014E71) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (1E1C1CD7) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E1C1CD7) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E1C1CD7) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (1E1C1CD7) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (1E1C51A8) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E1C51A8) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E1C51A8) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (1E1C51A8) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (18030CCF) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18030CCF) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18030CCF) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (18030CCF) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (18030CCE) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18030CCE) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18030CCE) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (18030CCE) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (1E5007D6) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E5007D6) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E5007D6) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (1E5007D6) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (1E5007D5) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E5007D5) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E5007D5) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (1E5007D5) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (1E20087A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E20087A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E20087A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (1E20087A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (1E203EE3) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E203EE3) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E203EE3) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (1E203EE3) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property FreeformMarkarthO on script mdcuestartscript attached to  (1E1EC62D) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (0006AF4D) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (0006AF4D) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (0401B65A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0401B65A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0401B65A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (0401B65A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (18194636) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18194636) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18194636) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (18194636) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (18194E09) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18194E09) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18194E09) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (18194E09) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (1E1A54A4) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E1A54A4) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E1A54A4) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (1E1A54A4) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (000ABF83) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (000ABF83) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (1E19E72A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E19E72A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E19E72A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (1E19E72A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (1E1C1543) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (1E1C1543) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property Hold on script dbm_bannerscript attached to  (1816897D) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (18194E62) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18194E62) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18194E62) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (18194E62) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (18194F28) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18194F28) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18194F28) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (18194F28) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (14CA126D) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (14CA126D) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property Nec1 on script TerynneAliasScript attached to TerynneQuest (1E377D79) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property Nec2 on script TerynneAliasScript attached to TerynneQuest (1E377D79) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property Nec3 on script TerynneAliasScript attached to TerynneQuest (1E377D79) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property BYOHDeposit on script MineOreScript attached to  (140A350A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (140A350A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (140A350A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCountTotal on script MineOreScript attached to  (140A350A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (140A350A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (140A350A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (0010FC4C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010FC4C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010FC4C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (0010FC4C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (0010E5FC) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010E5FC) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010E5FC) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (0010E5FC) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (0F0259E6) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (0F0259E6) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (18713BD7) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (18713BD7) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (000D6C2B) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (000D6C2B) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (000FE2AF) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (000FE2AF) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (0F02390C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (0F02390C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property SexLab on script AmorousAdvFarkasQstUtil attached to SexLabAmorousAdventuresFarkas (520376E7) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (0010ED10) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010ED10) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010ED10) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (0010ED10) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property BYOHDeposit on script MineOreScript attached to  (140A3504) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (140A3504) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (140A3504) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCountTotal on script MineOreScript attached to  (140A3504) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (140A3504) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (140A3504) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property Alias_PlayerBed on script QF_aaSexScene06_010253BA attached to aaSexScene06 (0D0253BA) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property Alias_PlayerCliant on script QF_aaSexScene06_010253BA attached to aaSexScene06 (0D0253BA) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (0010E6C1) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010E6C1) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010E6C1) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (0010E6C1) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (000BA989) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (000BA989) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (14BFFF1C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (14BFFF1C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property AttachedTo on script TGRPlayerHouseShadowmarkScript attached to  (31004415) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (000C61D5) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (000C61D5) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (0010EFE5) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010EFE5) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010EFE5) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (0010EFE5) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (148F63C0) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (148F63C0) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (000BB428) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (000BB428) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (14B42D96) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (14B42D96) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (0010ED12) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010ED12) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010ED12) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (0010ED12) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (18194CD3) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18194CD3) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18194CD3) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (18194CD3) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (18194F25) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18194F25) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18194F25) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (18194F25) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (000B3949) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (000B3949) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (1812762A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1812762A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1812762A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (1812762A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (14793407) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (14793407) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property T01ConclusionScene on script QF_T01_00023B6C attached to T01 (00023B6C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (E51C7FF6) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (E51C7FF6) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (24D80DE5) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (24D80DE5) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (00021A1D) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (00021A1D) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (00021A1D) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (00021A1D) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (147054F4) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (147054F4) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (00023591) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (00023591) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property AttachedTo on script TGRPlayerHouseShadowmarkScript attached to  (310012F9) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (E51B5D30) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (E51B5D30) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property AttachedTo on script TGRPlayerHouseShadowmarkScript attached to  (3100441B) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property AnvilQuestameir on script qf_anvilmoonpathquest_0106a8ca attached to AnvilMoonpathQuest (1806A8CA) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property flArrows on script WilliamTellArrow3dnpc attached to  (1E2E1E29) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property myActor on script WilliamTellArrow3dnpc attached to  (1E2E1E29) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property dunArcherQST on script WilliamTellArrow3dnpc attached to  (1E2E1E29) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (1E1D4171) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E1D4171) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E1D4171) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (1E1D4171) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (000F1D9B) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (000F1D9B) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (4C067934) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (4C067934) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (04019A51) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (04019A51) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (000B555A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (000B555A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (000D5FE5) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (000D5FE5) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (1E2C5D69) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (1E2C5D69) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (18128DC3) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:35AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (18128DC3) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (04031792) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (04031792) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (04031792) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (04031792) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (04031796) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (04031796) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (04031796) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (04031796) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (0006F367) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (0006F367) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (0010CC15) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (0010CC15) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (000FE2B9) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (000FE2B9) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property WMFFControlQuest on script CACO_AltFloraScript attached to  (00107B7B) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property Hold on script dbm_bannerscript attached to  (1816897F) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] VM is freezing...
[11/12/2019 - 10:01:36AM] VM is frozen
[11/12/2019 - 10:01:36AM] Reverting game...
[11/12/2019 - 10:01:36AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to  (14BF4A83) because their base types do not match
[11/12/2019 - 10:01:36AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to  (1E212C70) because their base types do not match
[11/12/2019 - 10:01:36AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 2 in container  (040177C2) because their base types do not match
[11/12/2019 - 10:01:36AM] Error: Unable to bind script TPOS_DOOR_01 to  (14AD08D8) because their base types do not match
[11/12/2019 - 10:01:36AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 1 in container  (02006C07) because their base types do not match
[11/12/2019 - 10:01:36AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 3 in container  (0300CD18) because their base types do not match
[11/12/2019 - 10:01:36AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 2 in container  (1803BAD0) because their base types do not match
[11/12/2019 - 10:01:36AM] Error: Unable to bind script _lp_bardsongbookscript to Item 18 in container  (7B05075C) because their base types do not match
[11/12/2019 - 10:01:36AM] Error: Unable to bind script _lp_bardsongbookscript to Item 4 in container  (7B05075C) because their base types do not match
[11/12/2019 - 10:01:36AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to  (14AD1A80) because their base types do not match
[11/12/2019 - 10:01:36AM] Error: Unable to bind script PF__0201313D to  (DB01313D) because their base types do not match
[11/12/2019 - 10:01:36AM] Error: Unable to bind script WalkToggleScript to WalkToggle (E3000D62) because their base types do not match
[11/12/2019 - 10:01:36AM] Error: Unable to bind script TIF__02008F1D to topic info DE008F1D on quest sirsal_immersivedialogue_conversation (DE005903) because their base types do not match
[11/12/2019 - 10:01:36AM] Error: Unable to bind script PF__02014174 to  (DB014174) because their base types do not match
[11/12/2019 - 10:01:36AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 2 in container  (0300CD18) because their base types do not match
[11/12/2019 - 10:01:36AM] Error: Unable to bind script _lp_bardsongbookscript to Item 5 in container  (7B05075C) because their base types do not match
[11/12/2019 - 10:01:36AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to  (1E167038) because their base types do not match
[11/12/2019 - 10:01:36AM] Error: Unable to bind script _lp_bardsongbookscript to Item 13 in container  (7B05075C) because their base types do not match
[11/12/2019 - 10:01:36AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 2 in container  (1E138CCF) because their base types do not match
[11/12/2019 - 10:01:36AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 1 in container  (0F02EE47) because their base types do not match
[11/12/2019 - 10:01:36AM] Error: Unable to bind script _lp_bardsongbookscript to Item 8 in container  (7B05075C) because their base types do not match
[11/12/2019 - 10:01:36AM] Error: Unable to bind script walktoggleweapondraw to WalkToggleWeaponDraw (E3004E07) because their base types do not match
[11/12/2019 - 10:01:36AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 2 in container  (220102BA) because their base types do not match
[11/12/2019 - 10:01:36AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 2 in container  (2F024F2E) because their base types do not match
[11/12/2019 - 10:01:36AM] Error: Unable to bind script _lp_bardsongbookscript to Item 22 in container  (7B05075C) because their base types do not match
[11/12/2019 - 10:01:36AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 3 in container  (1E2B3901) because their base types do not match
[11/12/2019 - 10:01:36AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to  (1451E344) because their base types do not match
[11/12/2019 - 10:01:36AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to  (14AD09AE) because their base types do not match
[11/12/2019 - 10:01:36AM] Error: Unable to bind script _lp_bardsongbookscript to Item 1 in container  (7B05075C) because their base types do not match
[11/12/2019 - 10:01:36AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 3 in container  (1850F675) because their base types do not match
[11/12/2019 - 10:01:36AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 3 in container  (220102BA) because their base types do not match
[11/12/2019 - 10:01:36AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to  (18056983) because their base types do not match
[11/12/2019 - 10:01:36AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to  (1E212CDD) because their base types do not match
[11/12/2019 - 10:01:36AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 4 in container  (0300CD18) because their base types do not match
[11/12/2019 - 10:01:36AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to  (14ACE5C5) because their base types do not match
[11/12/2019 - 10:01:36AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 1 in container  (1850F675) because their base types do not match
[11/12/2019 - 10:01:36AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 1 in container  (18470D42) because their base types do not match
[11/12/2019 - 10:01:36AM] Error: Unable to bind script _lp_bardsongbookscript to Item 11 in container  (7B05075C) because their base types do not match
[11/12/2019 - 10:01:36AM] Error: Unable to bind script SF_TweakP1Hangout_02017201 to  (4B017201) because their base types do not match
[11/12/2019 - 10:01:36AM] Error: Unable to bind script _lp_bardsongbookscript to Item 2 in container  (7B05075C) because their base types do not match
[11/12/2019 - 10:01:36AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 1 in container  (1E3090F2) because their base types do not match
[11/12/2019 - 10:01:36AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to  (1E13A8D3) because their base types do not match
[11/12/2019 - 10:01:36AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 4 in container  (1E2B3901) because their base types do not match
[11/12/2019 - 10:01:36AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 2 in container  (1E2B3901) because their base types do not match
[11/12/2019 - 10:01:36AM] Error: Unable to bind script _lp_bardsongbookscript to Item 20 in container  (7B05075C) because their base types do not match
[11/12/2019 - 10:01:36AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 1 in container  (1E2B3901) because their base types do not match
[11/12/2019 - 10:01:36AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 1 in container  (1B0067A6) because their base types do not match
[11/12/2019 - 10:01:36AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 1 in container  (0009CD46) because their base types do not match
[11/12/2019 - 10:01:36AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to  (1E2B1511) because their base types do not match
[11/12/2019 - 10:01:36AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 1 in container  (182CC05A) because their base types do not match
[11/12/2019 - 10:01:36AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to  (181278BE) because their base types do not match
[11/12/2019 - 10:01:36AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to  (181278BF) because their base types do not match
[11/12/2019 - 10:01:36AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to  (18193FA1) because their base types do not match
[11/12/2019 - 10:01:36AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to  (18193FA2) because their base types do not match
[11/12/2019 - 10:01:36AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 2 in container  (1850F675) because their base types do not match
[11/12/2019 - 10:01:36AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 3 in container  (1803BABC) because their base types do not match
[11/12/2019 - 10:01:36AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 2 in container  (1803BABC) because their base types do not match
[11/12/2019 - 10:01:36AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 1 in container  (1803BABC) because their base types do not match
[11/12/2019 - 10:01:36AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 4 in container  (1803BAD0) because their base types do not match
[11/12/2019 - 10:01:36AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 3 in container  (1803BAD0) because their base types do not match
[11/12/2019 - 10:01:36AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to  (14ACEE83) because their base types do not match
[11/12/2019 - 10:01:36AM] Error: Unable to bind script da02deadbodyscript to  (3B001FB3) because their base types do not match
[11/12/2019 - 10:01:36AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to  (14BD0FB6) because their base types do not match
[11/12/2019 - 10:01:36AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to  (14ACECF7) because their base types do not match
[11/12/2019 - 10:01:36AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to  (0F02EDBC) because their base types do not match
[11/12/2019 - 10:01:36AM] Error: Unable to bind script _lp_bardsongbookscript to Item 7 in container  (7B05075C) because their base types do not match
[11/12/2019 - 10:01:36AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 1 in container  (030093E8) because their base types do not match
[11/12/2019 - 10:01:36AM] Error: Unable to bind script _lp_bardsongbookscript to Item 17 in container  (7B05075C) because their base types do not match
[11/12/2019 - 10:01:36AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 1 in container  (1803BAD0) because their base types do not match
[11/12/2019 - 10:01:36AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 1 in container  (0009E46A) because their base types do not match
[11/12/2019 - 10:01:36AM] Error: Unable to bind script _lp_bardsongbookscript to Item 23 in container  (7B05075C) because their base types do not match
[11/12/2019 - 10:01:36AM] Error: Unable to bind script _lp_bardsongbookscript to Item 21 in container  (7B05075C) because their base types do not match
[11/12/2019 - 10:01:36AM] Error: Unable to bind script _lp_bardsongbookscript to Item 19 in container  (7B05075C) because their base types do not match
[11/12/2019 - 10:01:36AM] Error: Unable to bind script _lp_bardsongbookscript to Item 15 in container  (7B05075C) because their base types do not match
[11/12/2019 - 10:01:36AM] Error: Unable to bind script _lp_bardsongbookscript to Item 14 in container  (7B05075C) because their base types do not match
[11/12/2019 - 10:01:36AM] Error: Unable to bind script _lp_bardsongbookscript to Item 12 in container  (7B05075C) because their base types do not match
[11/12/2019 - 10:01:36AM] Error: Unable to bind script _lp_bardsongbookscript to Item 10 in container  (7B05075C) because their base types do not match
[11/12/2019 - 10:01:36AM] Error: Unable to bind script _lp_bardsongbookscript to Item 9 in container  (7B05075C) because their base types do not match
[11/12/2019 - 10:01:36AM] Error: Unable to bind script _lp_bardsongbookscript to Item 3 in container  (7B05075C) because their base types do not match
[11/12/2019 - 10:01:36AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 1 in container  (0009E12A) because their base types do not match
[11/12/2019 - 10:01:36AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 1 in container  (148C2C62) because their base types do not match
[11/12/2019 - 10:01:36AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 1 in container  (000AF633) because their base types do not match
[11/12/2019 - 10:01:36AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 1 in container  (000EF617) because their base types do not match
[11/12/2019 - 10:01:36AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to  (17040112) because their base types do not match
[11/12/2019 - 10:01:36AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 2 in container  (0003E4CD) because their base types do not match
[11/12/2019 - 10:01:36AM] Error: Unable to bind script TIF__020012CD to topic info DE0012CD on quest sirsal_immersivedialogue_mugging (DE000D62) because their base types do not match
[11/12/2019 - 10:01:36AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 2 in container  (2F024F34) because their base types do not match
[11/12/2019 - 10:01:36AM] Error: Unable to bind script TIF__020099EF to topic info DE0099EF on quest sirsal_immersivedialogue_conversation (DE005903) because their base types do not match
[11/12/2019 - 10:01:36AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to  (1451E24F) because their base types do not match
[11/12/2019 - 10:01:36AM] Error: Unable to bind script TIF__020099ED to topic info DE0099ED on quest sirsal_immersivedialogue_conversation (DE005903) because their base types do not match
[11/12/2019 - 10:01:36AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 1 in container  (220102BA) because their base types do not match
[11/12/2019 - 10:01:36AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 2 in container  (030093E8) because their base types do not match
[11/12/2019 - 10:01:36AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 4 in container  (220102BA) because their base types do not match
[11/12/2019 - 10:01:36AM] Error: Unable to bind script _lp_bardsongbookscript to Item 24 in container  (7B05075C) because their base types do not match
[11/12/2019 - 10:01:36AM] Error: Unable to bind script traptriggerbase to TweakTraps (4B00C515) because their base types do not match
[11/12/2019 - 10:01:36AM] Error: Unable to bind script TrapBear to TweakTraps (4B00C515) because their base types do not match
[11/12/2019 - 10:01:36AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to  (0F021CF6) because their base types do not match
[11/12/2019 - 10:01:36AM] Error: Unable to bind script _lp_bardsongbookscript to Item 6 in container  (7B05075C) because their base types do not match
[11/12/2019 - 10:01:36AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 1 in container  (0300CD18) because their base types do not match
[11/12/2019 - 10:01:36AM] Error: Unable to bind script SF_TweakP1Pose_02017788 to  (4B017788) because their base types do not match
[11/12/2019 - 10:01:36AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 5 in container  (1E2B3901) because their base types do not match
[11/12/2019 - 10:01:36AM] Error: Unable to bind script _lp_bardsongbookscript to Item 16 in container  (7B05075C) because their base types do not match
[11/12/2019 - 10:01:36AM] WARNING: Property OCinema on script _oOmni attached to 0SA (06000D62) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property OSysInputSound on script _oOmni attached to 0SA (06000D62) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (0006C3C9) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (0006C3C9) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (000D6AE9) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (000D6AE9) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] Error: Property Pages on script TestMCM attached to Test_MCM (7A000D62) cannot be initialized because the value is the incorrect type
[11/12/2019 - 10:01:36AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (000D3A4C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (000D3A4C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (14D85EF7) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (14D85EF7) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (14E60355) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (14E60355) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property Hold on script dbm_bannerscript attached to  (1816897F) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (1E197363) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E197363) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E197363) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (1E197363) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (0010E679) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010E679) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010E679) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (0010E679) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (0010E58F) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010E58F) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010E58F) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (0010E58F) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (1E1C1CDA) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E1C1CDA) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E1C1CDA) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (1E1C1CDA) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (14D01A8A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (14D01A8A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (E520F20E) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (E520F20E) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (181275AE) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (181275AE) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (181275AE) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (181275AE) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (145E93C7) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (145E93C7) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (145E93C7) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (145E93C7) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (14551134) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (14551134) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (0F02EC8B) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (0F02EC8B) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (000B70C0) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (000B70C0) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (14D3EA45) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (14D3EA45) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (14B39B0B) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (14B39B0B) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (3608A912) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (3608A912) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (E568A421) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (E568A421) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] Error: Property MyDamBed on script aaSexHouseCarlBreezeHomeSleepScript attached to alias Housecarl on quest aaSexWhoreHouseWhiterun (0D0253AF) cannot be bound because <NULL form> (000CB42C) is not the right type
[11/12/2019 - 10:01:36AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (0010D722) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010D722) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010D722) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (0010D722) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (14653CE8) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (14653CE8) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property pDismissedFollower on script follower3dnpc attached to DialogueFollower3DNPC (1E13184C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property FollowerDismissMessageCompanionsMale on script follower3dnpc attached to DialogueFollower3DNPC (1E13184C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property pPlayerFollowerCount on script follower3dnpc attached to DialogueFollower3DNPC (1E13184C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property pCurrentHireling on script follower3dnpc attached to DialogueFollower3DNPC (1E13184C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property FollowerDismissMessageCompanionsFemale on script follower3dnpc attached to DialogueFollower3DNPC (1E13184C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property pPlayerAnimalCount on script follower3dnpc attached to DialogueFollower3DNPC (1E13184C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property HirelingRehireScript on script follower3dnpc attached to DialogueFollower3DNPC (1E13184C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property FollowerDismissMessageCompanions on script follower3dnpc attached to DialogueFollower3DNPC (1E13184C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property pFollowerAlias on script follower3dnpc attached to DialogueFollower3DNPC (1E13184C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property FollowerDismissMessage on script follower3dnpc attached to DialogueFollower3DNPC (1E13184C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property AnimalDismissMessage on script follower3dnpc attached to DialogueFollower3DNPC (1E13184C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property FollowerDismissMessageWait on script follower3dnpc attached to DialogueFollower3DNPC (1E13184C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property pFollowerAlias1 on script follower3dnpc attached to DialogueFollower3DNPC (1E13184C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property pAnimalAlias on script follower3dnpc attached to DialogueFollower3DNPC (1E13184C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property FollowerDismissMessageWedding on script follower3dnpc attached to DialogueFollower3DNPC (1E13184C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property pFollowerAlias2 on script follower3dnpc attached to DialogueFollower3DNPC (1E13184C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property Alias_PlayerBed on script QF_aaSexScene06_010253BA attached to aaSexScene06 (0D0253BA) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property Alias_PlayerCliant on script QF_aaSexScene06_010253BA attached to aaSexScene06 (0D0253BA) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (24D80DE5) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (24D80DE5) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (000DC346) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (000DC346) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (000876E1) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (000876E1) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (000CCE22) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (000CCE22) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (18030CD1) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18030CD1) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18030CD1) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (18030CD1) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (181949FA) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (181949FA) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (181949FA) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (181949FA) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (0010E515) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010E515) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010E515) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (0010E515) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (00083DAD) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (00083DAD) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (000486E1) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (000486E1) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (000486E1) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (000486E1) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property BYOHDeposit on script MineOreScript attached to  (03000A76) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (03000A76) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (03000A76) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property ResourceCountTotal on script MineOreScript attached to  (03000A76) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (03000A76) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (03000A76) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (18127ACD) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (18127ACD) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property SSM_TwoHandedPerk on script SkyrimSpearMechanic_AliasNpc attached to alias NPC6 on quest SSM_NpcQuest (56009EEA) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (1E1A9758) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E1A9758) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E1A9758) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (1E1A9758) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (141CA28A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (141CA28A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (00047A21) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (00047A21) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (14C5A147) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (14C5A147) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (18014E73) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18014E73) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18014E73) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (18014E73) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (0009B790) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (0009B790) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (14DB8A55) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (14DB8A55) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (0009FE78) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (0009FE78) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property SSM_TwoHandedPerk on script SkyrimSpearMechanic_AliasNpc attached to alias NPC4 on quest SSM_NpcQuest (56009EEA) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (14BDB25D) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (14BDB25D) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (18194F28) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18194F28) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18194F28) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (18194F28) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property SSM_TwoHandedPerk on script SkyrimSpearMechanic_AliasNpc attached to alias NPC5 on quest SSM_NpcQuest (56009EEA) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property TweakOriginalEssentialFaction on script TweakFixBoethiah attached to  (00083041) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (1E20087A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E20087A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E20087A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (1E20087A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (1E1A8005) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (1E1A8005) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (14CD3DF0) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (14CD3DF0) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (1400FB7B) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (1400FB7B) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (1E203EE3) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E203EE3) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E203EE3) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (1E203EE3) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (1828EECC) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (1828EECC) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (00097809) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (00097809) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (000A02A1) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (000A02A1) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (181946F4) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (181946F4) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (181946F4) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (181946F4) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (0010F05D) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010F05D) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010F05D) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (0010F05D) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (0010EE01) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010EE01) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010EE01) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (0010EE01) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property CannabisSeedWatered on script CannabisSeedPlacerRefAliasScript attached to alias CannabisSeedPlacerRefAlias on quest CannabisQuest (770840A7) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (14C5A135) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (14C5A135) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property BYOHDeposit on script MineOreScript attached to  (03000AF6) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (03000AF6) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (03000AF6) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property ResourceCountTotal on script MineOreScript attached to  (03000AF6) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (03000AF6) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (03000AF6) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (182F4AD5) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (182F4AD5) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (00097C45) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (00097C45) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property SexLab on script AmorousAdvFarkasQstUtil attached to SexLabAmorousAdventuresFarkas (520376E7) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (14FFB2A7) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (14FFB2A7) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (E5DB85C7) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (E5DB85C7) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (1E2C5CC3) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E2C5CC3) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E2C5CC3) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (1E2C5CC3) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (000CDD7A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (000CDD7A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (18194759) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18194759) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18194759) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (18194759) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property SSM_TwoHandedPerk on script SkyrimSpearMechanic_AliasNpc attached to alias NPC9 on quest SSM_NpcQuest (56009EEA) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (186298C9) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (186298C9) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property Hold on script dbm_bannerscript attached to  (1816897D) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (1E1A54B3) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (1E1A54B3) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (1E197364) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E197364) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E197364) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (1E197364) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (14B47EB1) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (14B47EB1) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (146A9FFE) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (146A9FFE) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (14B47EB0) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (14B47EB0) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (0002F591) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (0002F591) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (140F9050) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (140F9050) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (1E247CB7) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E247CB7) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E247CB7) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (1E247CB7) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (1E5007F1) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E5007F1) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E5007F1) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (1E5007F1) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (000EA684) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (000EA684) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property SSM_TwoHandedPerk on script SkyrimSpearMechanic_AliasNpc attached to alias NPC7 on quest SSM_NpcQuest (56009EEA) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (14019546) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (14019546) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (1E1C1CD8) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E1C1CD8) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E1C1CD8) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (1E1C1CD8) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (1E1C1CD9) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E1C1CD9) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E1C1CD9) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (1E1C1CD9) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (18194CA2) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18194CA2) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18194CA2) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (18194CA2) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (00083E1B) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (00083E1B) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (1401C2F6) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (1401C2F6) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (0010EA86) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010EA86) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010EA86) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (0010EA86) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (14B1A4D6) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (14B1A4D6) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property BYOHDeposit on script MineOreScript attached to  (03000AC0) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (03000AC0) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (03000AC0) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property ResourceCountTotal on script MineOreScript attached to  (03000AC0) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (03000AC0) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (03000AC0) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (1E500231) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (1E500231) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (E51B5D30) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (E51B5D30) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (0F02EC74) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (0F02EC74) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property SSM_TwoHandedPerk on script SkyrimSpearMechanic_AliasNpc attached to alias NPC8 on quest SSM_NpcQuest (56009EEA) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (141B0BA9) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (141B0BA9) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (1461C01E) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1461C01E) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1461C01E) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (1461C01E) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (E520F210) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (E520F210) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property AttachedTo on script TGRPlayerHouseShadowmarkScript attached to  (31000D63) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (00021A1D) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (00021A1D) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (00021A1D) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (00021A1D) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (000D6C2B) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (000D6C2B) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property SSM_TwoHandedPerk on script SkyrimSpearMechanic_AliasNpc attached to alias NPC10 on quest SSM_NpcQuest (56009EEA) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] Error: Property pTweakStables on script tweakfollowerscript attached to TweakFollower (4B0012CE) cannot be bound because stables (00068D73) is not the right type
[11/12/2019 - 10:01:36AM] Error: Property TweakCarryWeight on script tweakfollowerscript attached to TweakFollower (4B0012CE) cannot be initialized because the value is the incorrect type
[11/12/2019 - 10:01:36AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (0F0259E6) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (0F0259E6) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (18195241) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18195241) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18195241) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (18195241) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (18030CD2) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18030CD2) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18030CD2) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (18030CD2) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property SSM_TwoHandedPerk on script SkyrimSpearMechanic_AliasNpc attached to alias NPC3 on quest SSM_NpcQuest (56009EEA) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (141C511E) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (141C511E) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (000EBC57) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (000EBC57) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (000EBC57) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (000EBC57) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (00023591) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (00023591) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (000B3949) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (000B3949) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (14ACD374) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (14ACD374) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (14B42D96) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (14B42D96) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (0006F367) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (0006F367) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (14CA126D) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (14CA126D) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (18128DC3) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (18128DC3) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (000C4FDF) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (000C4FDF) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (000C4FDF) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (000C4FDF) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (E51E603B) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (E51E603B) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (E51C7FF6) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (E51C7FF6) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (1437E8A1) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (1437E8A1) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (1812730E) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1812730E) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1812730E) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (1812730E) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (18194747) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18194747) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18194747) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (18194747) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (00099B49) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (00099B49) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (14DB8A56) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (14DB8A56) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (0F02390C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (0F02390C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (18014E71) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18014E71) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18014E71) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (18014E71) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (18030CCE) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18030CCE) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18030CCE) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (18030CCE) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (18194E09) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18194E09) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18194E09) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (18194E09) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (18030CCF) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18030CCF) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18030CCF) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:36AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (18030CCF) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (000ABF83) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (000ABF83) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property BYOHDeposit on script MineOreScript attached to  (140A3504) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (140A3504) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (140A3504) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountTotal on script MineOreScript attached to  (140A3504) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (140A3504) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (140A3504) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (1E19E72A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E19E72A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E19E72A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (1E19E72A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (1E1C1543) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (1E1C1543) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (1424E177) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (1424E177) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property AttachedTo on script TGRPlayerHouseShadowmarkScript attached to  (31004415) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (0008D275) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (0008D275) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (148F63C0) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (148F63C0) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property FreeformMarkarthO on script mdcuestartscript attached to  (1E1EC62D) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property BYOHDeposit on script MineOreScript attached to  (140A350A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (140A350A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (140A350A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountTotal on script MineOreScript attached to  (140A350A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (140A350A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (140A350A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (0010E6C1) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010E6C1) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010E6C1) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (0010E6C1) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property WMFFControlQuest on script CACO_AltFloraScript attached to  (00107B7B) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (0010FC4C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010FC4C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010FC4C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (0010FC4C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property AnvilQuestameir on script qf_anvilmoonpathquest_0106a8ca attached to AnvilMoonpathQuest (1806A8CA) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (0401B65A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0401B65A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0401B65A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (0401B65A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (18713BD7) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (18713BD7) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (1E5007D5) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E5007D5) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E5007D5) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (1E5007D5) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (000FE2AF) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (000FE2AF) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] Error: Property PlayerAlias on script ARTH_SCRP_QuestInitalizerScript attached to CRFInitializer (0F0368FD) cannot be bound because <NULL alias> (7) on <NULL quest> (00025230) is not the right type
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (0010ED10) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010ED10) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010ED10) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (0010ED10) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property Nec1 on script TerynneAliasScript attached to TerynneQuest (1E377D79) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property Nec2 on script TerynneAliasScript attached to TerynneQuest (1E377D79) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property Nec3 on script TerynneAliasScript attached to TerynneQuest (1E377D79) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (000BA989) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (000BA989) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (14BFFF1C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (14BFFF1C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (000C61D5) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (000C61D5) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (0010EFE5) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010EFE5) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010EFE5) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (0010EFE5) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (000BB428) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (000BB428) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (0F013179) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (0F013179) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (14011DEE) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (14011DEE) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (18194CD3) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18194CD3) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18194CD3) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (18194CD3) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (18194F25) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18194F25) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18194F25) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (18194F25) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (14D5D273) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (14D5D273) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (1812762A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1812762A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1812762A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (1812762A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (14793407) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (14793407) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property T01ConclusionScene on script QF_T01_00023B6C attached to T01 (00023B6C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (181276A9) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (181276A9) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (181276A9) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (181276A9) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (147054F4) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (147054F4) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (1E297E1F) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E297E1F) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E297E1F) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (1E297E1F) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (1E1A9756) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E1A9756) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E1A9756) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (1E1A9756) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (1E1A9757) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E1A9757) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E1A9757) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (1E1A9757) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (1E1C1CD7) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E1C1CD7) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E1C1CD7) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (1E1C1CD7) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (1E1C51A8) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E1C51A8) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E1C51A8) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (1E1C51A8) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (1E5007D6) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E5007D6) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E5007D6) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (1E5007D6) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (000F1D9B) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (000F1D9B) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property AttachedTo on script TGRPlayerHouseShadowmarkScript attached to  (3100441B) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (1E1A54A4) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E1A54A4) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E1A54A4) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (1E1A54A4) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property flArrows on script WilliamTellArrow3dnpc attached to  (1E2E1E29) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property myActor on script WilliamTellArrow3dnpc attached to  (1E2E1E29) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property dunArcherQST on script WilliamTellArrow3dnpc attached to  (1E2E1E29) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (181D5AEF) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (181D5AEF) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (18194634) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18194634) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18194634) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (18194634) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (181946C7) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (181946C7) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (181946C7) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (181946C7) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (0010ED12) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010ED12) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010ED12) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (0010ED12) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (1E1D4171) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E1D4171) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E1D4171) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (1E1D4171) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property AttachedTo on script TGRPlayerHouseShadowmarkScript attached to  (31001DD7) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (0010E5FC) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010E5FC) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010E5FC) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (0010E5FC) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ArcPerkTorchTree on script dbm_perkresetscript attached to  (185A9669) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ArcPerkCRTree on script dbm_perkresetscript attached to  (185A9669) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ArcPerkPickTree on script dbm_perkresetscript attached to  (185A9669) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (4C067934) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (4C067934) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (18194636) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18194636) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18194636) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (18194636) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (000B555A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (000B555A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (0006AF4D) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (0006AF4D) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (1E2C5D69) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (1E2C5D69) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property SSM_TwoHandedPerk on script SkyrimSpearMechanic_AliasNpc attached to alias NPC2 on quest SSM_NpcQuest (56009EEA) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (18194E62) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18194E62) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18194E62) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (18194E62) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (000D5FE5) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (000D5FE5) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (04031792) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (04031792) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (04031792) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (04031792) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (04031796) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (04031796) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (04031796) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (04031796) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (0010CC15) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (0010CC15) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (000FE2B9) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (000FE2B9) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (04019A51) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (04019A51) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property AttachedTo on script TGRPlayerHouseShadowmarkScript attached to  (310012F9) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (14B47EAF) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (14B47EAF) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] Error: Property CityShadowmarkControl on script TGRQuestBasedShadowmarkScript attached to  (310049A6) cannot be bound because <NULL form> (00055C08) is not the right type
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (2402E192) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (2402E192) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (0010E5B1) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010E5B1) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010E5B1) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (0010E5B1) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (0010D4C6) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010D4C6) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010D4C6) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (0010D4C6) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (000DEAE9) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (000DEAE9) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (000DEAE9) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (000DEAE9) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (000DEAE5) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (000DEAE5) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (000DEAE5) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (000DEAE5) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (000DEAE2) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (000DEAE2) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (000DEAE2) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (000DEAE2) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (000DEADC) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (000DEADC) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (000DEADC) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (000DEADC) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (000DEADB) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (000DEADB) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (000DEADB) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (000DEADB) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (000DEAD8) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (000DEAD8) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (000DEAD8) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (000DEAD8) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (000DEAD6) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (000DEAD6) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (000DEAD6) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (000DEAD6) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (000DEACE) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (000DEACE) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (000DEACE) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (000DEACE) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (0010D4C0) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010D4C0) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010D4C0) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (0010D4C0) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (0010E5CA) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010E5CA) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010E5CA) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (0010E5CA) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (0010E5D3) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010E5D3) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010E5D3) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (0010E5D3) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (0010D781) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010D781) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010D781) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (0010D781) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (0010D776) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010D776) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010D776) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (0010D776) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (0010D778) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010D778) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010D778) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (0010D778) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (0010D783) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010D783) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010D783) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (0010D783) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (0010D77F) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010D77F) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010D77F) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (0010D77F) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (0010D462) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010D462) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010D462) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (0010D462) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (0010D740) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010D740) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010D740) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (0010D740) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (0010D746) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010D746) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010D746) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (0010D746) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (0010D743) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010D743) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010D743) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (0010D743) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (0010D742) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010D742) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010D742) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (0010D742) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (0010D7C1) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010D7C1) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010D7C1) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (0010D7C1) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (0010D7BC) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010D7BC) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010D7BC) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (0010D7BC) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (0010D7BB) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010D7BB) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010D7BB) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (0010D7BB) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (0010D80C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010D80C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010D80C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (0010D80C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (0010D7CD) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010D7CD) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010D7CD) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (0010D7CD) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (0010D7CC) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010D7CC) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010D7CC) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (0010D7CC) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (0010D80E) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010D80E) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010D80E) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (0010D80E) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (0010D7D0) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010D7D0) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010D7D0) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (0010D7D0) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (0010D810) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010D810) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010D810) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (0010D810) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (0010D7BF) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010D7BF) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010D7BF) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (0010D7BF) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (0010D73E) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010D73E) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010D73E) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (0010D73E) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (0010E5CC) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010E5CC) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010E5CC) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (0010E5CC) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (0010E5AF) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010E5AF) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010E5AF) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (0010E5AF) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (0010E5AD) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010E5AD) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010E5AD) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (0010E5AD) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (0010E5D6) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010E5D6) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010E5D6) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (0010E5D6) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (0010D720) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010D720) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010D720) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (0010D720) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (0010D71E) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010D71E) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010D71E) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (0010D71E) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (0010D7CA) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010D7CA) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010D7CA) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (0010D7CA) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (0010D7C5) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010D7C5) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010D7C5) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (0010D7C5) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (0010D7C3) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010D7C3) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010D7C3) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (0010D7C3) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (0010E5B5) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010E5B5) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010E5B5) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (0010E5B5) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (0010EA88) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010EA88) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010EA88) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (0010EA88) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (0010D7C7) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010D7C7) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010D7C7) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (0010D7C7) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (0010D73C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010D73C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010D73C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (0010D73C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (0010D7B5) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010D7B5) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010D7B5) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (0010D7B5) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (0010D7B9) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010D7B9) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010D7B9) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (0010D7B9) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (0010D7B7) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010D7B7) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010D7B7) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (0010D7B7) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (0010D7B3) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010D7B3) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010D7B3) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (0010D7B3) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (0010D7D4) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010D7D4) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010D7D4) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (0010D7D4) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property WMFFControlQuest on script CACO_AltFloraScript attached to  (00107B6E) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property WMFFControlQuest on script CACO_AltFloraScript attached to  (00107B6F) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property BYOHDeposit on script MineOreScript attached to  (03000A7A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (03000A7A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (03000A7A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountTotal on script MineOreScript attached to  (03000A7A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (03000A7A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (03000A7A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property BYOHDeposit on script MineOreScript attached to  (03000B02) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (03000B02) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (03000B02) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountTotal on script MineOreScript attached to  (03000B02) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (03000B02) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (03000B02) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property BYOHDeposit on script MineOreScript attached to  (03000B04) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (03000B04) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (03000B04) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountTotal on script MineOreScript attached to  (03000B04) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (03000B04) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (03000B04) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property BYOHDeposit on script MineOreScript attached to  (03000B06) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (03000B06) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (03000B06) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountTotal on script MineOreScript attached to  (03000B06) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (03000B06) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (03000B06) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property BYOHDeposit on script MineOreScript attached to  (03000A7C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (03000A7C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (03000A7C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountTotal on script MineOreScript attached to  (03000A7C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (03000A7C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (03000A7C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property BYOHDeposit on script MineOreScript attached to  (03000AD6) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (03000AD6) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (03000AD6) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountTotal on script MineOreScript attached to  (03000AD6) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (03000AD6) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (03000AD6) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property BYOHDeposit on script MineOreScript attached to  (03000A7E) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (03000A7E) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (03000A7E) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountTotal on script MineOreScript attached to  (03000A7E) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (03000A7E) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (03000A7E) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property BYOHDeposit on script MineOreScript attached to  (03000A73) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (03000A73) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (03000A73) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountTotal on script MineOreScript attached to  (03000A73) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (03000A73) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (03000A73) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property BYOHDeposit on script MineOreScript attached to  (03000AC6) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (03000AC6) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (03000AC6) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountTotal on script MineOreScript attached to  (03000AC6) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (03000AC6) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (03000AC6) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property BYOHDeposit on script MineOreScript attached to  (03000A78) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (03000A78) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (03000A78) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountTotal on script MineOreScript attached to  (03000A78) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (03000A78) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (03000A78) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property BYOHDeposit on script MineOreScript attached to  (03000A84) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (03000A84) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (03000A84) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountTotal on script MineOreScript attached to  (03000A84) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (03000A84) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (03000A84) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property BYOHDeposit on script MineOreScript attached to  (03000A80) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (03000A80) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (03000A80) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountTotal on script MineOreScript attached to  (03000A80) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (03000A80) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (03000A80) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property BYOHDeposit on script MineOreScript attached to  (03000A82) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (03000A82) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (03000A82) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountTotal on script MineOreScript attached to  (03000A82) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (03000A82) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (03000A82) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property BYOHDeposit on script MineOreScript attached to  (03000A8A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (03000A8A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (03000A8A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountTotal on script MineOreScript attached to  (03000A8A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (03000A8A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:37AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (03000A8A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:41AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to  (17040112) because their base types do not match
[11/12/2019 - 10:01:42AM] Loading game...
[11/12/2019 - 10:01:42AM] Cannot open store for class "slaScanAllNPCScript", missing file?
[11/12/2019 - 10:01:42AM] WARNING: Unable to get type slaScanAllNPCScript referenced by the save game. Objects of this type will not be loaded.
[11/12/2019 - 10:01:42AM] Cannot open store for class "slanakedscript", missing file?
[11/12/2019 - 10:01:42AM] WARNING: Unable to get type slanakedscript referenced by the save game. Objects of this type will not be loaded.
[11/12/2019 - 10:01:42AM] Cannot open store for class "sla_confighelper", missing file?
[11/12/2019 - 10:01:42AM] WARNING: Unable to get type sla_confighelper referenced by the save game. Objects of this type will not be loaded.
[11/12/2019 - 10:01:42AM] Cannot open store for class "slascanallscript", missing file?
[11/12/2019 - 10:01:42AM] WARNING: Unable to get type slascanallscript referenced by the save game. Objects of this type will not be loaded.
[11/12/2019 - 10:01:42AM] WARNING: Could not find type slanakedscript in the type table in save
[11/12/2019 - 10:01:42AM] WARNING: Could not find type slascanallscript in the type table in save
[11/12/2019 - 10:01:42AM] WARNING: Could not find type sla_confighelper in the type table in save
[11/12/2019 - 10:01:42AM] WARNING: Could not find type slaScanAllNPCScript in the type table in save
[11/12/2019 - 10:01:43AM] VM is thawing...
[11/12/2019 - 10:01:43AM] 
[11/12/2019 - 10:01:43AM] =====Wet and Cold is refreshing itself and searching for addons. Any errors below are harmless.=====
[11/12/2019 - 10:01:43AM] 
[11/12/2019 - 10:01:43AM] Error: File "1nivWICCloaksCRAFT.esp" does not exist or is not currently loaded.
stack:
    <unknown self>.Game.GetFormFromFile() - "<native>" Line ?
    [_WetQuest (1C000D63)]._wetquestscript.CheckWiCPlugins() - "_WetQuestScript.psc" Line 415
    [_WetQuest (1C000D63)]._wetquestscript.Maintenance() - "_WetQuestScript.psc" Line 475
    [alias Player on quest _WetQuest (1C000D63)]._wetplayeralias.OnPlayerLoadGame() - "_WetPlayerAlias.psc" Line 6
[11/12/2019 - 10:01:43AM] SEXLAB - LOADED: Version 16200 / 16200
[11/12/2019 - 10:01:43AM] SexLab MCM Loaded CurrentVerison: 16200 / 16200
[11/12/2019 - 10:01:43AM] error: Native static function TESTScanCellNPCsByFaction could find no matching static function on linked type MiscUtil. Function will not be bound.
[11/12/2019 - 10:01:43AM] vDBM/DataManager: OnGameReload
[11/12/2019 - 10:01:43AM] vDBM/DataManager: Doing upkeep...
[11/12/2019 - 10:01:43AM] vDBM/DataManager: Finished upkeep!
[11/12/2019 - 10:01:43AM] FNIS AA started (load)
[11/12/2019 - 10:01:43AM] [SimplyKnock] Detected SKSE version 1.070300 (expected 1.070300 or newer, success!)
[11/12/2019 - 10:01:43AM] SOS Maintenance: loaded version is 300004
[11/12/2019 - 10:01:43AM] SOS Maintenance: 300004 is update
[11/12/2019 - 10:01:43AM] [Frostfall]======================================================================================================
[11/12/2019 - 10:01:43AM] [Frostfall]                    Frostfall is now performing start-up and compatibility checks.                    
[11/12/2019 - 10:01:43AM] [Frostfall]           Errors related to missing files may follow. These are NORMAL and should be ignored.        
[11/12/2019 - 10:01:43AM] [Frostfall]======================================================================================================
[11/12/2019 - 10:01:43AM] [Frostfall] Detected SKSE version 1.070300 (expected 1.070300 or newer, success!)
[11/12/2019 - 10:01:43AM] [Immersive Citizens]======================================================================================================
[11/12/2019 - 10:01:43AM] [Immersive Citizens]     Immersive Citizens is now performing compatibility checks. Papyrus warnings about missing or       
[11/12/2019 - 10:01:43AM] [Immersive Citizens]             unloaded files may follow. This is NORMAL and can be ignored.                               
[11/12/2019 - 10:01:43AM] [Immersive Citizens]======================================================================================================
[11/12/2019 - 10:01:43AM] Relationship Dialogue Overhaul : Checking For Mods ---------- Ignore Errors About Missing Files
[11/12/2019 - 10:01:43AM] Error: File "ClimatesOfTamriel.esm" does not exist or is not currently loaded.
stack:
    <unknown self>.Game.GetFormFromFile() - "<native>" Line ?
    [alias Player on quest NPCO_Update (E5F10B52)].npco_update.IsPluginLoaded() - "NPCO_Update.psc" Line 163
    [alias Player on quest NPCO_Update (E5F10B52)].npco_update.Compatibility() - "NPCO_Update.psc" Line 148
    [alias Player on quest NPCO_Update (E5F10B52)].npco_update.OnPlayerLoadGame() - "NPCO_Update.psc" Line 102
[11/12/2019 - 10:01:43AM] [Immersive Citizens]======================================================================================================
[11/12/2019 - 10:01:43AM] [Immersive Citizens]                            Immersive Citizens compatibility check complete.                           
[11/12/2019 - 10:01:43AM] [Immersive Citizens]======================================================================================================
[11/12/2019 - 10:01:43AM] Error: File "WetandCold - Holidays.esp" does not exist or is not currently loaded.
stack:
    <unknown self>.Game.GetFormFromFile() - "<native>" Line ?
    [_WetQuest (1C000D63)]._wetquestscript.Maintenance() - "_WetQuestScript.psc" Line 557
    [alias Player on quest _WetQuest (1C000D63)]._wetplayeralias.OnPlayerLoadGame() - "_WetPlayerAlias.psc" Line 6
[11/12/2019 - 10:01:43AM] Error: File "Wyrmstooth.esp" does not exist or is not currently loaded.
stack:
    <unknown self>.Game.GetFormFromFile() - "<native>" Line ?
    [_WetQuest (1C000D63)]._wetquestscript.Maintenance() - "_WetQuestScript.psc" Line 561
    [alias Player on quest _WetQuest (1C000D63)]._wetplayeralias.OnPlayerLoadGame() - "_WetPlayerAlias.psc" Line 6
[11/12/2019 - 10:01:43AM] Error: File "Chesko_Frostfall.esp" does not exist or is not currently loaded.
stack:
    <unknown self>.Game.GetFormFromFile() - "<native>" Line ?
    [_WetQuest (1C000D63)]._wetquestscript.Maintenance() - "_WetQuestScript.psc" Line 569
    [alias Player on quest _WetQuest (1C000D63)]._wetplayeralias.OnPlayerLoadGame() - "_WetPlayerAlias.psc" Line 6
[11/12/2019 - 10:01:43AM] Error: File "iNeed.esp" does not exist or is not currently loaded.
stack:
    <unknown self>.Game.GetFormFromFile() - "<native>" Line ?
    [_WetQuest (1C000D63)]._wetquestscript.Maintenance() - "_WetQuestScript.psc" Line 590
    [alias Player on quest _WetQuest (1C000D63)]._wetplayeralias.OnPlayerLoadGame() - "_WetPlayerAlias.psc" Line 6
[11/12/2019 - 10:01:43AM] Error: File "getSnowy.esp" does not exist or is not currently loaded.
stack:
    <unknown self>.Game.GetFormFromFile() - "<native>" Line ?
    [_WetQuest (1C000D63)]._wetquestscript.Maintenance() - "_WetQuestScript.psc" Line 595
    [alias Player on quest _WetQuest (1C000D63)]._wetplayeralias.OnPlayerLoadGame() - "_WetPlayerAlias.psc" Line 6
[11/12/2019 - 10:01:43AM] Error: File "EFFCore.esm" does not exist or is not currently loaded.
stack:
    <unknown self>.Game.GetFormFromFile() - "<native>" Line ?
    [_WetQuest (1C000D63)]._wetquestscript.Maintenance() - "_WetQuestScript.psc" Line 619
    [alias Player on quest _WetQuest (1C000D63)]._wetplayeralias.OnPlayerLoadGame() - "_WetPlayerAlias.psc" Line 6
[11/12/2019 - 10:01:43AM] Relationship Dialogue Overhaul : Done Checking For Mods ---------- Any Errors Reported Are Harmless
[11/12/2019 - 10:01:43AM] FNISSM started.
[11/12/2019 - 10:01:43AM] FNIS PCEA2 Quest started (load)
[11/12/2019 - 10:01:43AM] [slamainscr <sla_Main (0A042D62)>]: starting maintenance...
[11/12/2019 - 10:01:43AM] Real Shelter Config:  Checking For Frostfall:
[11/12/2019 - 10:01:43AM] Error: File "RealShelterFF.esp" does not exist or is not currently loaded.
stack:
    <unknown self>.Game.GetFormFromFile() - "<native>" Line ?
    [RealShelterConfig (23013FEB)].RealShelterConfigScript.LocalChecks() - "RealShelterConfigScript.psc" Line 353
    [RealShelterConfig (23013FEB)].RealShelterConfigScript.OnGameReload() - "RealShelterConfigScript.psc" Line 331
    [alias PlayerAlias on quest RealShelterConfig (23013FEB)].SKI_PlayerLoadGameAlias.OnPlayerLoadGame() - "SKI_PlayerLoadGameAlias.psc" Line 6
[11/12/2019 - 10:01:43AM] Frostfall Found? False
[11/12/2019 - 10:01:43AM] Error: File "aMidianborn_Skyforge_Weapons.esp" does not exist or is not currently loaded.
stack:
    <unknown self>.Game.GetFormFromFile() - "<native>" Line ?
    [alias Player on quest ESFCompanionsCore (29000D62)].esfcplayeraliasscript.CompatibilitySetup() - "ESFCPlayerAliasScript.psc" Line 36
    [alias Player on quest ESFCompanionsCore (29000D62)].esfcplayeraliasscript.OnPlayerLoadGame() - "ESFCPlayerAliasScript.psc" Line 15
[11/12/2019 - 10:01:43AM] Error: File "aMidianborn_ContentAddon.esp" does not exist or is not currently loaded.
stack:
    <unknown self>.Game.GetFormFromFile() - "<native>" Line ?
    [alias Player on quest ESFCompanionsCore (29000D62)].esfcplayeraliasscript.CompatibilitySetup() - "ESFCPlayerAliasScript.psc" Line 52
    [alias Player on quest ESFCompanionsCore (29000D62)].esfcplayeraliasscript.OnPlayerLoadGame() - "ESFCPlayerAliasScript.psc" Line 15
[11/12/2019 - 10:01:43AM] [Frostfall] Beginning worn gear integrity check.
[11/12/2019 - 10:01:43AM] Hunterborn.esp located
[11/12/2019 - 10:01:44AM] zbfExternal: Compatibility checking
[11/12/2019 - 10:01:44AM] zbfExternal: -------------------------------------------------------
[11/12/2019 - 10:01:44AM] zbfExternal:                    SexLab version: 16200
[11/12/2019 - 10:01:44AM] zbfExternal:                 SlaveTats version: 
[11/12/2019 - 10:01:44AM] zbfExternal:                  RaceMenu version: 7
[11/12/2019 - 10:01:44AM] zbfExternal: Non SexLab Animation Pack version: 0
[11/12/2019 - 10:01:44AM] zbfExternal: -------------------------------------------------------
[11/12/2019 - 10:01:44AM] zbfExternal:                    SexLab support: TRUE
[11/12/2019 - 10:01:44AM] zbfExternal:                   Overlay support: False
[11/12/2019 - 10:01:44AM] zbfExternal:      Non SexLab Animation support: False
[11/12/2019 - 10:01:44AM] zbfExternal: -------------------------------------------------------
[11/12/2019 - 10:01:44AM] Error: Unable to call RegisterForSingleUpdate - no native object bound to the script object, or object is of incorrect type
stack:
    [Active effect 4 on  (1432D681)].DualSheathReduxEffect.RegisterForSingleUpdate() - "<native>" Line ?
    [Active effect 4 on  (1432D681)].DualSheathReduxEffect.OnUpdate() - "DualSheathReduxEffect.psc" Line ?
[11/12/2019 - 10:01:44AM] Error: Unable to call RegisterForSingleUpdate - no native object bound to the script object, or object is of incorrect type
stack:
    [Active effect 2 on  (1432D67C)].DualSheathReduxEffect.RegisterForSingleUpdate() - "<native>" Line ?
    [Active effect 2 on  (1432D67C)].DualSheathReduxEffect.OnUpdate() - "DualSheathReduxEffect.psc" Line ?
[11/12/2019 - 10:01:44AM] Error: Unable to call RegisterForSingleUpdate - no native object bound to the script object, or object is of incorrect type
stack:
    [Active effect 7 on  (0001B743)].DualSheathReduxEffect.RegisterForSingleUpdate() - "<native>" Line ?
    [Active effect 7 on  (0001B743)].DualSheathReduxEffect.OnUpdate() - "DualSheathReduxEffect.psc" Line ?
[11/12/2019 - 10:01:44AM] Error: Unable to call RegisterForSingleUpdate - no native object bound to the script object, or object is of incorrect type
stack:
    [Active effect 2 on  (0001B744)].DualSheathReduxEffect.RegisterForSingleUpdate() - "<native>" Line ?
    [Active effect 2 on  (0001B744)].DualSheathReduxEffect.OnUpdate() - "DualSheathReduxEffect.psc" Line ?
[11/12/2019 - 10:01:44AM] Error: Unable to call RegisterForSingleUpdate - no native object bound to the script object, or object is of incorrect type
stack:
    [Active effect 5 on  (0001348A)].DualSheathReduxEffect.RegisterForSingleUpdate() - "<native>" Line ?
    [Active effect 5 on  (0001348A)].DualSheathReduxEffect.OnUpdate() - "DualSheathReduxEffect.psc" Line ?
[11/12/2019 - 10:01:44AM] Error: Unable to call RegisterForSingleUpdate - no native object bound to the script object, or object is of incorrect type
stack:
    [Active effect 5 on  (0001B747)].DualSheathReduxEffect.RegisterForSingleUpdate() - "<native>" Line ?
    [Active effect 5 on  (0001B747)].DualSheathReduxEffect.OnUpdate() - "DualSheathReduxEffect.psc" Line ?
[11/12/2019 - 10:01:44AM] Error: Unable to call RegisterForSingleUpdate - no native object bound to the script object, or object is of incorrect type
stack:
    [Active effect 3 on  (0003550C)].DualSheathReduxEffect.RegisterForSingleUpdate() - "<native>" Line ?
    [Active effect 3 on  (0003550C)].DualSheathReduxEffect.OnUpdate() - "DualSheathReduxEffect.psc" Line ?
[11/12/2019 - 10:01:44AM] Error: Unable to call RegisterForSingleUpdate - no native object bound to the script object, or object is of incorrect type
stack:
    [Active effect 1 on  (0001348C)].DualSheathReduxEffect.RegisterForSingleUpdate() - "<native>" Line ?
    [Active effect 1 on  (0001348C)].DualSheathReduxEffect.OnUpdate() - "DualSheathReduxEffect.psc" Line ?
[11/12/2019 - 10:01:44AM] Error: Unable to call RegisterForSingleUpdate - no native object bound to the script object, or object is of incorrect type
stack:
    [Active effect 6 on  (0003550C)].DualSheathReduxEffect.RegisterForSingleUpdate() - "<native>" Line ?
    [Active effect 6 on  (0003550C)].DualSheathReduxEffect.OnUpdate() - "DualSheathReduxEffect.psc" Line ?
[11/12/2019 - 10:01:44AM] BGSomethingFishy.esp not located. Please ignore errors about missing file, this is normal
[11/12/2019 - 10:01:44AM] [Campfire]======================================================================================================
[11/12/2019 - 10:01:44AM] [Campfire]     Campfire is now performing compatibility checks. Papyrus warnings about missing or               
[11/12/2019 - 10:01:44AM] [Campfire]             unloaded files may follow. This is NORMAL and can be ignored.                              
[11/12/2019 - 10:01:44AM] [Campfire]======================================================================================================
[11/12/2019 - 10:01:44AM] [Campfire] Detected SKSE version 1.070300 (expected 1.070300 or newer, success!)
[11/12/2019 - 10:01:44AM] [Campfire] Loaded: SkyUI.esp
[11/12/2019 - 10:01:44AM] [Campfire] Loaded: Dawnguard.esm
[11/12/2019 - 10:01:44AM] [Campfire] Loaded: Dragonborn.esm
[11/12/2019 - 10:01:44AM] [Campfire] Loaded: HearthFires.esm
[11/12/2019 - 10:01:44AM] [Campfire] Loaded: RealisticNeedsandDiseases.esp
[11/12/2019 - 10:01:44AM] [Campfire] Loaded: Frostfall.esp
[11/12/2019 - 10:01:44AM] Fossilsyum.esp not located. Please ignore errors about missing file, this is normal
[11/12/2019 - 10:01:44AM] InitWidgetLoader()
[11/12/2019 - 10:01:44AM] Error: Unable to call RegisterForSingleUpdate - no native object bound to the script object, or object is of incorrect type
stack:
    [Active effect 6 on  (00013483)].DualSheathReduxEffect.RegisterForSingleUpdate() - "<native>" Line ?
    [Active effect 6 on  (00013483)].DualSheathReduxEffect.OnUpdate() - "DualSheathReduxEffect.psc" Line ?
[11/12/2019 - 10:01:44AM] Error: Unable to call RegisterForSingleUpdate - no native object bound to the script object, or object is of incorrect type
stack:
    [Active effect 2 on  (00013489)].DualSheathReduxEffect.RegisterForSingleUpdate() - "<native>" Line ?
    [Active effect 2 on  (00013489)].DualSheathReduxEffect.OnUpdate() - "DualSheathReduxEffect.psc" Line ?
[11/12/2019 - 10:01:44AM] Error: Unable to call RegisterForSingleUpdate - no native object bound to the script object, or object is of incorrect type
stack:
    [Active effect 4 on  (00035534)].DualSheathReduxEffect.RegisterForSingleUpdate() - "<native>" Line ?
    [Active effect 4 on  (00035534)].DualSheathReduxEffect.OnUpdate() - "DualSheathReduxEffect.psc" Line ?
[11/12/2019 - 10:01:44AM] Error: Unable to call RegisterForSingleUpdate - no native object bound to the script object, or object is of incorrect type
stack:
    [Active effect 5 on  (00013482)].DualSheathReduxEffect.RegisterForSingleUpdate() - "<native>" Line ?
    [Active effect 5 on  (00013482)].DualSheathReduxEffect.OnUpdate() - "DualSheathReduxEffect.psc" Line ?
[11/12/2019 - 10:01:44AM] [Campfire] Loaded: Equipping Overhaul.esp
[11/12/2019 - 10:01:44AM] [Campfire]======================================================================================================
[11/12/2019 - 10:01:44AM] [Campfire]                            Campfire compatibility check complete.                                      
[11/12/2019 - 10:01:44AM] [Campfire]======================================================================================================
[11/12/2019 - 10:01:44AM] [SHESON_DynDOLOD_Quest <DynDOLOD_Quest (FD000911)>] Load DynDOLOD_Worlds.json TRUE  
[11/12/2019 - 10:01:44AM] [SHESON_DynDOLOD_Quest <DynDOLOD_Quest (FD000911)>] Load DynDOLOD_.json False
[11/12/2019 - 10:01:44AM] [slamainscr <sla_Main (0A042D62)>]: Disabled Desire spell
[11/12/2019 - 10:01:44AM] [SHESON_DynDOLOD_Quest <DynDOLOD_Quest (FD000911)>] Load DynDOLOD__Objects.json False
[11/12/2019 - 10:01:44AM] FNIS aa GetAAprefixList mod: XPMSE nMods: 5
[11/12/2019 - 10:01:44AM] [slamainscr <sla_Main (0A042D62)>]: Enabled cloak effect
[11/12/2019 - 10:01:44AM] [slamainscr <sla_Main (0A042D62)>]: Updated notification key to 269
[11/12/2019 - 10:01:44AM] [slamainscr <sla_Main (0A042D62)>]: finished maintenance
[11/12/2019 - 10:01:44AM] FNIS aa GetAAsetList mod: XPMSE nSets: 61
[11/12/2019 - 10:01:44AM] FNIS aa GetAAsetList mod: XPMSE nSets: 61
[11/12/2019 - 10:01:44AM] FNIS aa GetAAsetList mod: XPMSE nSets: 61
[11/12/2019 - 10:01:44AM] FNIS aa GetAAsetList mod: XPMSE nSets: 61
[11/12/2019 - 10:01:44AM] FNIS aa GetAAsetList mod: XPMSE nSets: 61
[11/12/2019 - 10:01:44AM] FNIS aa GetAAsetList mod: XPMSE nSets: 61
[11/12/2019 - 10:01:44AM] FNIS aa GetAAsetList mod: XPMSE nSets: 61
[11/12/2019 - 10:01:44AM] FNIS aa GetAAsetList mod: XPMSE nSets: 61
[11/12/2019 - 10:01:44AM] FNIS aa GetAAsetList mod: XPMSE nSets: 61
[11/12/2019 - 10:01:44AM] FNIS aa GetAAsetList mod: XPMSE nSets: 61
[11/12/2019 - 10:01:44AM] FNIS aa GetAAsetList mod: XPMSE nSets: 61
[11/12/2019 - 10:01:44AM] FNIS aa GetAAsetList mod: XPMSE nSets: 61
[11/12/2019 - 10:01:44AM] FNIS aa GetAAsetList mod: XPMSE nSets: 61
[11/12/2019 - 10:01:44AM] FNIS aa GetAAsetList mod: XPMSE nSets: 61
[11/12/2019 - 10:01:44AM] FNIS aa GetAAsetList mod: XPMSE nSets: 61
[11/12/2019 - 10:01:44AM] [Frostfall] Integrity check complete. Removed 0 invalid forms from worn gear lists.
[11/12/2019 - 10:01:44AM] FNIS aa GetAAsetList mod: XPMSE nSets: 61
[11/12/2019 - 10:01:44AM] [Frostfall] Detected Campfire version 11100.000000 (expected 11100 or newer, success!)
[11/12/2019 - 10:01:44AM] [Frostfall] Loaded: SkyUI.esp
[11/12/2019 - 10:01:44AM] SOS RaceMenu plugin found. Skipping ScaleSchlongBones
[11/12/2019 - 10:01:44AM] ========================================[Equipping Overhaul: Warning Start]================================================
[11/12/2019 - 10:01:44AM]                   Equipping Overhaul is now registering for menus. Papyrus messages about successful                       
[11/12/2019 - 10:01:44AM]                            registrations may follow. This is normal and they can be ignored.                               
[11/12/2019 - 10:01:44AM] ========================================[Equipping Overhaul: Warning End]==================================================
[11/12/2019 - 10:01:44AM] Equipping Overhaul: UNREGISTERED FOR ALL MENUS
[11/12/2019 - 10:01:44AM] Equipping Overhaul: REGISTERED FOR CONTAINER MENU
[11/12/2019 - 10:01:44AM] Equipping Overhaul: REGISTERED FOR FAVORITES MENU
[11/12/2019 - 10:01:44AM] Equipping Overhaul: REGISTERED FOR INVENTORY MENU
[11/12/2019 - 10:01:44AM] ========================================[Equipping Overhaul: Warning Start]================================================
[11/12/2019 - 10:01:44AM]                                           Menu registrations complete.                                                     
[11/12/2019 - 10:01:44AM] ========================================[Equipping Overhaul: Warning End]==================================================
[11/12/2019 - 10:01:44AM] ========================================[Equipping Overhaul: Warning Start]================================================
[11/12/2019 - 10:01:44AM]                     Equipping Overhaul is now registering for keys. Papyrus messages about successful                      
[11/12/2019 - 10:01:44AM]                            registrations may follow. This is normal and they can be ignored.                               
[11/12/2019 - 10:01:44AM] ========================================[Equipping Overhaul: Warning End]==================================================
[11/12/2019 - 10:01:44AM] Equipping Overhaul: UNREGISTERED FOR ALL CONTROLS
[11/12/2019 - 10:01:44AM] Equipping Overhaul: UNREGISTERED FOR ALL KEYS
[11/12/2019 - 10:01:44AM] Equipping Overhaul: REGISTERED FOR VANILLA CONTROLS
[11/12/2019 - 10:01:44AM] Equipping Overhaul: REGISTERED FOR MCM HOTKEYS
[11/12/2019 - 10:01:44AM] ========================================[Equipping Overhaul: Warning Start]================================================
[11/12/2019 - 10:01:44AM]                                           Key registrations complete.                                                      
[11/12/2019 - 10:01:44AM] ========================================[Equipping Overhaul: Warning End]==================================================
[11/12/2019 - 10:01:44AM] [Frostfall] Detected optional SkyUI Interface Package version 6 and SkyUI version 1026, success!
[11/12/2019 - 10:01:44AM] FNIS aa GetAAprefixList mod: SkyrimSpearMechanic nMods: 5
[11/12/2019 - 10:01:44AM] FNIS aa GetAAmodID mod: SkyrimSpearMechanic prefix: SSM modID:3
[11/12/2019 - 10:01:44AM] FNIS aa GetAAsetList mod: SkyrimSpearMechanic nSets: 61
[11/12/2019 - 10:01:44AM] FNIS aa GetGroupBaseValue - mod/id:SkyrimSpearMechanic/3 group:19 return:4
[11/12/2019 - 10:01:44AM] FNIS aa GetAAsetList mod: SkyrimSpearMechanic nSets: 61
[11/12/2019 - 10:01:44AM] FNIS aa GetGroupBaseValue - mod/id:SkyrimSpearMechanic/3 group:20 return:3
[11/12/2019 - 10:01:44AM] FNIS aa GetAAsetList mod: SkyrimSpearMechanic nSets: 61
[11/12/2019 - 10:01:44AM] FNIS aa GetGroupBaseValue - mod/id:SkyrimSpearMechanic/3 group:21 return:2
[11/12/2019 - 10:01:44AM] FNIS aa GetAAsetList mod: SkyrimSpearMechanic nSets: 61
[11/12/2019 - 10:01:44AM] FNIS aa GetGroupBaseValue - mod/id:SkyrimSpearMechanic/3 group:1 return:4
[11/12/2019 - 10:01:44AM] FNIS aa GetAAsetList mod: SkyrimSpearMechanic nSets: 61
[11/12/2019 - 10:01:44AM] FNIS aa GetGroupBaseValue - mod/id:SkyrimSpearMechanic/3 group:13 return:5
[11/12/2019 - 10:01:44AM] FNIS aa GetAAsetList mod: SkyrimSpearMechanic nSets: 61
[11/12/2019 - 10:01:44AM] FNIS aa GetGroupBaseValue - mod/id:SkyrimSpearMechanic/3 group:37 return:1
[11/12/2019 - 10:01:44AM] FNIS aa GetAAsetList mod: SkyrimSpearMechanic nSets: 61
[11/12/2019 - 10:01:44AM] FNIS aa GetGroupBaseValue - mod/id:SkyrimSpearMechanic/3 group:10 return:19
[11/12/2019 - 10:01:44AM] FNIS aa GetAAsetList mod: SkyrimSpearMechanic nSets: 61
[11/12/2019 - 10:01:44AM] FNIS aa GetGroupBaseValue - mod/id:SkyrimSpearMechanic/3 group:18 return:2
[11/12/2019 - 10:01:44AM] FNIS aa GetAAsetList mod: SkyrimSpearMechanic nSets: 61
[11/12/2019 - 10:01:44AM] FNIS aa GetGroupBaseValue - mod/id:SkyrimSpearMechanic/3 group:52 return:6
[11/12/2019 - 10:01:44AM] FNIS aa GetAAsetList mod: SkyrimSpearMechanic nSets: 61
[11/12/2019 - 10:01:44AM] FNIS aa GetGroupBaseValue - mod/id:SkyrimSpearMechanic/3 group:36 return:4
[11/12/2019 - 10:01:44AM] FNIS aa GetAAsetList mod: SkyrimSpearMechanic nSets: 61
[11/12/2019 - 10:01:44AM] FNIS aa GetGroupBaseValue - mod/id:SkyrimSpearMechanic/3 group:7 return:4
[11/12/2019 - 10:01:44AM] FNIS aa GetAAsetList mod: SkyrimSpearMechanic nSets: 61
[11/12/2019 - 10:01:44AM] FNIS aa GetGroupBaseValue - mod/id:SkyrimSpearMechanic/3 group:16 return:4
[11/12/2019 - 10:01:44AM] [Frostfall] Loaded: Dawnguard.esm
[11/12/2019 - 10:01:44AM] [Frostfall] Loaded: Dragonborn.esm
[11/12/2019 - 10:01:44AM] [Frostfall] Loaded: HearthFires.esm
[11/12/2019 - 10:01:44AM] [Frostfall] Loaded: WetandCold.esp
[11/12/2019 - 10:01:44AM] [Frostfall]======================================================================================================
[11/12/2019 - 10:01:44AM] [Frostfall]                      Frostfall start-up and compatibility checks complete.                           
[11/12/2019 - 10:01:44AM] [Frostfall]======================================================================================================
[11/12/2019 - 10:01:44AM] Error: Cannot call GetValue() on a None object, aborting function call
stack:
    [_SPLSKConfigQuest (D800388D)]._splskyuiconfig.OnConfigInit() - "_SPLSkyUIConfig.psc" Line 93
    [_SPLQuest (D8000D65)]._splquestscript.Maintenance() - "_SPLQuestScript.psc" Line 112
    [alias _SPLPlayer on quest _SPLQuest (D8000D65)]._SPLPlayerAlias.OnPlayerLoadGame() - "_SPLPlayerAlias.psc" Line 6
[11/12/2019 - 10:01:44AM] WARNING: Assigning None to a non-object variable named "::temp13"
stack:
    [_SPLSKConfigQuest (D800388D)]._splskyuiconfig.OnConfigInit() - "_SPLSkyUIConfig.psc" Line 93
    [_SPLQuest (D8000D65)]._splquestscript.Maintenance() - "_SPLQuestScript.psc" Line 112
    [alias _SPLPlayer on quest _SPLQuest (D8000D65)]._SPLPlayerAlias.OnPlayerLoadGame() - "_SPLPlayerAlias.psc" Line 6
[11/12/2019 - 10:01:45AM]  >>=======> Hunterborn is running compatibility checks.
[11/12/2019 - 10:01:45AM]  >>=======> Ignore Papyrus errors about missing files, immediately below.
[11/12/2019 - 10:01:45AM]  >>=======> Hunterborn is checking for SkyRe...
[11/12/2019 - 10:01:45AM] Error: File "SkyRe_Main.esp" does not exist or is not currently loaded.
stack:
    <unknown self>.Game.GetFormFromFile() - "<native>" Line ?
    [_DS_Hunterborn (3F003367)]._ds_hb_main.CheckForSkyRe() - "_DS_HB_MAIN.psc" Line 203
    [_DS_Hunterborn (3F003367)]._ds_hb_main.PrepForDLC() - "_DS_HB_MAIN.psc" Line 111
    [alias Player on quest _DS_Hunterborn (3F003367)]._ds_hb_player.OnPlayerLoadGame() - "_DS_HB_Player.psc" Line 286
[11/12/2019 - 10:01:45AM]  >>=======> Hunterborn is checking for PerMa...
[11/12/2019 - 10:01:45AM] Error: File "PerkusMaximus_Master.esp" does not exist or is not currently loaded.
stack:
    <unknown self>.Game.GetFormFromFile() - "<native>" Line ?
    [_DS_Hunterborn (3F003367)]._ds_hb_main.CheckForPerMa() - "_DS_HB_MAIN.psc" Line 329
    [_DS_Hunterborn (3F003367)]._ds_hb_main.PrepForDLC() - "_DS_HB_MAIN.psc" Line 114
    [alias Player on quest _DS_Hunterborn (3F003367)]._ds_hb_player.OnPlayerLoadGame() - "_DS_HB_Player.psc" Line 286
[11/12/2019 - 10:01:45AM] Error: File "Requiem.esp" does not exist or is not currently loaded.
stack:
    <unknown self>.Game.GetFormFromFile() - "<native>" Line ?
    [_DS_Hunterborn (3F003367)]._ds_hb_main.PrepForDLC() - "_DS_HB_MAIN.psc" Line 116
    [alias Player on quest _DS_Hunterborn (3F003367)]._ds_hb_player.OnPlayerLoadGame() - "_DS_HB_Player.psc" Line 286
[11/12/2019 - 10:01:45AM] Error: File "Hothtrooper44_ArmorCompilation.esp" does not exist or is not currently loaded.
stack:
    <unknown self>.Game.GetFormFromFile() - "<native>" Line ?
    [_DS_Hunterborn (3F003367)]._ds_hb_main.PrepForDLC() - "_DS_HB_MAIN.psc" Line 118
    [alias Player on quest _DS_Hunterborn (3F003367)]._ds_hb_player.OnPlayerLoadGame() - "_DS_HB_Player.psc" Line 286
[11/12/2019 - 10:01:45AM] Error: File "Draugnarok.esp" does not exist or is not currently loaded.
stack:
    <unknown self>.Game.GetFormFromFile() - "<native>" Line ?
    [_DS_Hunterborn (3F003367)]._ds_hb_main.PrepForDLC() - "_DS_HB_MAIN.psc" Line 120
    [alias Player on quest _DS_Hunterborn (3F003367)]._ds_hb_player.OnPlayerLoadGame() - "_DS_HB_Player.psc" Line 286
[11/12/2019 - 10:01:45AM] Error: File "Hunting in Skyrim.esp" does not exist or is not currently loaded.
stack:
    <unknown self>.Game.GetFormFromFile() - "<native>" Line ?
    [_DS_Hunterborn (3F003367)]._ds_hb_main.PrepForDLC() - "_DS_HB_MAIN.psc" Line 122
    [alias Player on quest _DS_Hunterborn (3F003367)]._ds_hb_player.OnPlayerLoadGame() - "_DS_HB_Player.psc" Line 286
[11/12/2019 - 10:01:45AM]  >>=======> Hunterborn compatibility checks are complete.
[11/12/2019 - 10:01:45AM] Widget [_frost_meter <_Frost_ExposureMeterQuest (4405CDFD)>] was reset.
[11/12/2019 - 10:01:45AM] Widget [_frost_meter <_Frost_WetnessMeterQuest (4405CDFF)>] was reset.
[11/12/2019 - 10:01:45AM] Widget [_frost_meter <_Frost_WeathersenseMeterQuest (44068BEE)>] was reset.
[11/12/2019 - 10:01:45AM] [SHESON_DynDOLOD_Quest <DynDOLOD_Quest (FD000911)>] Assigning INI values 2.700000
[11/12/2019 - 10:01:45AM] [DSerAGO] Maintenance has been run
[11/12/2019 - 10:01:45AM] [SHESON_DynDOLOD_Quest <DynDOLOD_Quest (FD000911)>] INI values assigned
[11/12/2019 - 10:01:45AM] Error: Cannot cast from None to SKI_WidgetBase[]
stack:
    [iHUDControlQuest (BB000805)].ihudwidgetscript.initialize() - "iHUDWidgetScript.psc" Line 38
    [iHUDControlQuest (BB000805)].ihudcontrolscript.startUp() - "iHUDControlScript.psc" Line 93
    [iHUDMaintainanceQuest (BB002853)].iHUDMaintainanceScript.startUp() - "iHUDMaintainanceScript.psc" Line 20
    [alias PlayerAlias on quest iHUDMaintainanceQuest (BB002853)].iHUDLoadScript.OnPlayerLoadGame() - "iHUDLoadScript.psc" Line 11
[11/12/2019 - 10:01:45AM] 
[11/12/2019 - 10:01:45AM] =====Wet and Cold is finished refreshing itself and searching for addons!=====
[11/12/2019 - 10:01:45AM] 
[11/12/2019 - 10:01:47AM] Error: Cannot call running() on a None object, aborting function call
stack:
    [TweakMonitorPlayer (4B02CBB1)].tweakmonitorplayerscript.OnGameLoaded() - "tweakmonitorplayerscript.psc" Line 91
    [TweakMonitorPlayer (4B02CBB1)].tweakmonitorplayerscript.OnUpdate() - "tweakmonitorplayerscript.psc" Line 215
[11/12/2019 - 10:01:51AM] Error: Cannot call TrySandBox() on a None object, aborting function call
stack:
    [TweakMonitorPlayer (4B02CBB1)].tweakmonitorplayerscript.OnUpdate() - "tweakmonitorplayerscript.psc" Line 464
[11/12/2019 - 10:01:51AM] XPMSE MainQuest Initialization successful.
[11/12/2019 - 10:01:55AM] VM is freezing...
[11/12/2019 - 10:01:55AM] VM is frozen
[11/12/2019 - 10:01:55AM] Reverting game...
[11/12/2019 - 10:01:55AM] WARNING: Missing or zero refcount on  (000198B5) when releasing
[11/12/2019 - 10:01:55AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to  (14BF4A83) because their base types do not match
[11/12/2019 - 10:01:55AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to  (1E212C70) because their base types do not match
[11/12/2019 - 10:01:55AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 2 in container  (040177C2) because their base types do not match
[11/12/2019 - 10:01:55AM] Error: Unable to bind script TPOS_DOOR_01 to  (14AD08D8) because their base types do not match
[11/12/2019 - 10:01:55AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 1 in container  (02006C07) because their base types do not match
[11/12/2019 - 10:01:55AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 3 in container  (0300CD18) because their base types do not match
[11/12/2019 - 10:01:55AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 2 in container  (1803BAD0) because their base types do not match
[11/12/2019 - 10:01:55AM] Error: Unable to bind script _lp_bardsongbookscript to Item 18 in container  (7B05075C) because their base types do not match
[11/12/2019 - 10:01:55AM] Error: Unable to bind script _lp_bardsongbookscript to Item 4 in container  (7B05075C) because their base types do not match
[11/12/2019 - 10:01:55AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to  (14AD1A80) because their base types do not match
[11/12/2019 - 10:01:55AM] Error: Unable to bind script PF__0201313D to  (DB01313D) because their base types do not match
[11/12/2019 - 10:01:55AM] Error: Unable to bind script WalkToggleScript to WalkToggle (E3000D62) because their base types do not match
[11/12/2019 - 10:01:55AM] Error: Unable to bind script TIF__02008F1D to topic info DE008F1D on quest sirsal_immersivedialogue_conversation (DE005903) because their base types do not match
[11/12/2019 - 10:01:55AM] Error: Unable to bind script PF__02014174 to  (DB014174) because their base types do not match
[11/12/2019 - 10:01:55AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 2 in container  (0300CD18) because their base types do not match
[11/12/2019 - 10:01:55AM] Error: Unable to bind script _lp_bardsongbookscript to Item 5 in container  (7B05075C) because their base types do not match
[11/12/2019 - 10:01:55AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to  (1E167038) because their base types do not match
[11/12/2019 - 10:01:55AM] Error: Unable to bind script _lp_bardsongbookscript to Item 13 in container  (7B05075C) because their base types do not match
[11/12/2019 - 10:01:55AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 1 in container  (0F02EE47) because their base types do not match
[11/12/2019 - 10:01:55AM] Error: Unable to bind script _lp_bardsongbookscript to Item 8 in container  (7B05075C) because their base types do not match
[11/12/2019 - 10:01:55AM] Error: Unable to bind script walktoggleweapondraw to WalkToggleWeaponDraw (E3004E07) because their base types do not match
[11/12/2019 - 10:01:55AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 2 in container  (220102BA) because their base types do not match
[11/12/2019 - 10:01:55AM] Error: Unable to bind script _lp_bardsongbookscript to Item 22 in container  (7B05075C) because their base types do not match
[11/12/2019 - 10:01:55AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 3 in container  (1E2B3901) because their base types do not match
[11/12/2019 - 10:01:55AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to  (1451E344) because their base types do not match
[11/12/2019 - 10:01:55AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to  (14AD09AE) because their base types do not match
[11/12/2019 - 10:01:55AM] Error: Unable to bind script _lp_bardsongbookscript to Item 1 in container  (7B05075C) because their base types do not match
[11/12/2019 - 10:01:55AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 3 in container  (1850F675) because their base types do not match
[11/12/2019 - 10:01:55AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 3 in container  (220102BA) because their base types do not match
[11/12/2019 - 10:01:55AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to  (18056983) because their base types do not match
[11/12/2019 - 10:01:55AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to  (1E212CDD) because their base types do not match
[11/12/2019 - 10:01:55AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 4 in container  (0300CD18) because their base types do not match
[11/12/2019 - 10:01:55AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to  (14ACE5C5) because their base types do not match
[11/12/2019 - 10:01:55AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 1 in container  (1850F675) because their base types do not match
[11/12/2019 - 10:01:55AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 1 in container  (18470D42) because their base types do not match
[11/12/2019 - 10:01:55AM] Error: Unable to bind script _lp_bardsongbookscript to Item 11 in container  (7B05075C) because their base types do not match
[11/12/2019 - 10:01:55AM] Error: Unable to bind script SF_TweakP1Hangout_02017201 to  (4B017201) because their base types do not match
[11/12/2019 - 10:01:55AM] Error: Unable to bind script _lp_bardsongbookscript to Item 2 in container  (7B05075C) because their base types do not match
[11/12/2019 - 10:01:55AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 1 in container  (1E3090F2) because their base types do not match
[11/12/2019 - 10:01:55AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to  (1E13A8D3) because their base types do not match
[11/12/2019 - 10:01:55AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 4 in container  (1E2B3901) because their base types do not match
[11/12/2019 - 10:01:55AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 2 in container  (1E2B3901) because their base types do not match
[11/12/2019 - 10:01:55AM] Error: Unable to bind script _lp_bardsongbookscript to Item 20 in container  (7B05075C) because their base types do not match
[11/12/2019 - 10:01:55AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 1 in container  (1E2B3901) because their base types do not match
[11/12/2019 - 10:01:55AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to  (1E2B1511) because their base types do not match
[11/12/2019 - 10:01:55AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to  (181278BE) because their base types do not match
[11/12/2019 - 10:01:55AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to  (181278BF) because their base types do not match
[11/12/2019 - 10:01:55AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to  (18193FA1) because their base types do not match
[11/12/2019 - 10:01:55AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to  (18193FA2) because their base types do not match
[11/12/2019 - 10:01:55AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 2 in container  (1850F675) because their base types do not match
[11/12/2019 - 10:01:55AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 3 in container  (1803BABC) because their base types do not match
[11/12/2019 - 10:01:55AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 2 in container  (1803BABC) because their base types do not match
[11/12/2019 - 10:01:55AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 1 in container  (1803BABC) because their base types do not match
[11/12/2019 - 10:01:55AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 4 in container  (1803BAD0) because their base types do not match
[11/12/2019 - 10:01:55AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 3 in container  (1803BAD0) because their base types do not match
[11/12/2019 - 10:01:55AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to  (14ACEE83) because their base types do not match
[11/12/2019 - 10:01:55AM] Error: Unable to bind script da02deadbodyscript to  (3B001FB3) because their base types do not match
[11/12/2019 - 10:01:55AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to  (14BD0FB6) because their base types do not match
[11/12/2019 - 10:01:55AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to  (14ACECF7) because their base types do not match
[11/12/2019 - 10:01:55AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to  (0F02EDBC) because their base types do not match
[11/12/2019 - 10:01:55AM] Error: Unable to bind script _lp_bardsongbookscript to Item 7 in container  (7B05075C) because their base types do not match
[11/12/2019 - 10:01:55AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 1 in container  (030093E8) because their base types do not match
[11/12/2019 - 10:01:55AM] Error: Unable to bind script _lp_bardsongbookscript to Item 17 in container  (7B05075C) because their base types do not match
[11/12/2019 - 10:01:55AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 1 in container  (1803BAD0) because their base types do not match
[11/12/2019 - 10:01:55AM] Error: Unable to bind script _lp_bardsongbookscript to Item 23 in container  (7B05075C) because their base types do not match
[11/12/2019 - 10:01:55AM] Error: Unable to bind script _lp_bardsongbookscript to Item 21 in container  (7B05075C) because their base types do not match
[11/12/2019 - 10:01:55AM] Error: Unable to bind script _lp_bardsongbookscript to Item 19 in container  (7B05075C) because their base types do not match
[11/12/2019 - 10:01:55AM] Error: Unable to bind script _lp_bardsongbookscript to Item 15 in container  (7B05075C) because their base types do not match
[11/12/2019 - 10:01:55AM] Error: Unable to bind script _lp_bardsongbookscript to Item 14 in container  (7B05075C) because their base types do not match
[11/12/2019 - 10:01:55AM] Error: Unable to bind script _lp_bardsongbookscript to Item 12 in container  (7B05075C) because their base types do not match
[11/12/2019 - 10:01:55AM] Error: Unable to bind script _lp_bardsongbookscript to Item 10 in container  (7B05075C) because their base types do not match
[11/12/2019 - 10:01:55AM] Error: Unable to bind script _lp_bardsongbookscript to Item 9 in container  (7B05075C) because their base types do not match
[11/12/2019 - 10:01:55AM] Error: Unable to bind script _lp_bardsongbookscript to Item 3 in container  (7B05075C) because their base types do not match
[11/12/2019 - 10:01:55AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 1 in container  (000EF617) because their base types do not match
[11/12/2019 - 10:01:55AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to  (17040112) because their base types do not match
[11/12/2019 - 10:01:55AM] Error: Unable to bind script TIF__020012CD to topic info DE0012CD on quest sirsal_immersivedialogue_mugging (DE000D62) because their base types do not match
[11/12/2019 - 10:01:55AM] Error: Unable to bind script TIF__020099EF to topic info DE0099EF on quest sirsal_immersivedialogue_conversation (DE005903) because their base types do not match
[11/12/2019 - 10:01:55AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to  (1451E24F) because their base types do not match
[11/12/2019 - 10:01:55AM] Error: Unable to bind script TIF__020099ED to topic info DE0099ED on quest sirsal_immersivedialogue_conversation (DE005903) because their base types do not match
[11/12/2019 - 10:01:55AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 1 in container  (220102BA) because their base types do not match
[11/12/2019 - 10:01:55AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 2 in container  (030093E8) because their base types do not match
[11/12/2019 - 10:01:55AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 4 in container  (220102BA) because their base types do not match
[11/12/2019 - 10:01:55AM] Error: Unable to bind script _lp_bardsongbookscript to Item 24 in container  (7B05075C) because their base types do not match
[11/12/2019 - 10:01:55AM] Error: Unable to bind script traptriggerbase to TweakTraps (4B00C515) because their base types do not match
[11/12/2019 - 10:01:55AM] Error: Unable to bind script TrapBear to TweakTraps (4B00C515) because their base types do not match
[11/12/2019 - 10:01:55AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to  (0F021CF6) because their base types do not match
[11/12/2019 - 10:01:55AM] Error: Unable to bind script _lp_bardsongbookscript to Item 6 in container  (7B05075C) because their base types do not match
[11/12/2019 - 10:01:55AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 1 in container  (0300CD18) because their base types do not match
[11/12/2019 - 10:01:55AM] Error: Unable to bind script SF_TweakP1Pose_02017788 to  (4B017788) because their base types do not match
[11/12/2019 - 10:01:55AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 5 in container  (1E2B3901) because their base types do not match
[11/12/2019 - 10:01:55AM] Error: Unable to bind script _lp_bardsongbookscript to Item 16 in container  (7B05075C) because their base types do not match
[11/12/2019 - 10:01:56AM] Loading game...
[11/12/2019 - 10:01:56AM] WARNING: Property OCinema on script _oOmni attached to 0SA (06000D62) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property OSysInputSound on script _oOmni attached to 0SA (06000D62) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (0006C3C9) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (0006C3C9) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (000D6AE9) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (000D6AE9) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] Error: Property Pages on script TestMCM attached to Test_MCM (7A000D62) cannot be initialized because the value is the incorrect type
[11/12/2019 - 10:01:56AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (000D3A4C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (000D3A4C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (14D85EF7) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (14D85EF7) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (14011DEE) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (14011DEE) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (14E60355) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (14E60355) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property Hold on script dbm_bannerscript attached to  (1816897F) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (1E197363) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E197363) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E197363) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (1E197363) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (0010E679) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010E679) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010E679) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (0010E679) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (0010E58F) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010E58F) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010E58F) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (0010E58F) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (1E1C1CDA) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E1C1CDA) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E1C1CDA) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (1E1C1CDA) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (14D01A8A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (14D01A8A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (E520F20E) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (E520F20E) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (181275AE) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (181275AE) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (181275AE) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (181275AE) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (145E93C7) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (145E93C7) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (145E93C7) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (145E93C7) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (14551134) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (14551134) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (0F02EC8B) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (0F02EC8B) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (0F013179) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (0F013179) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (000B70C0) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (000B70C0) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (14D3EA45) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (14D3EA45) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (14B39B0B) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (14B39B0B) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (3608A912) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (3608A912) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (E568A421) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (E568A421) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] Error: Property MyDamBed on script aaSexHouseCarlBreezeHomeSleepScript attached to alias Housecarl on quest aaSexWhoreHouseWhiterun (0D0253AF) cannot be bound because <NULL form> (000CB42C) is not the right type
[11/12/2019 - 10:01:56AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (0010D722) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010D722) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010D722) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (0010D722) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (14653CE8) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (14653CE8) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property pDismissedFollower on script follower3dnpc attached to DialogueFollower3DNPC (1E13184C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property FollowerDismissMessageCompanionsMale on script follower3dnpc attached to DialogueFollower3DNPC (1E13184C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property pPlayerFollowerCount on script follower3dnpc attached to DialogueFollower3DNPC (1E13184C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property pCurrentHireling on script follower3dnpc attached to DialogueFollower3DNPC (1E13184C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property FollowerDismissMessageCompanionsFemale on script follower3dnpc attached to DialogueFollower3DNPC (1E13184C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property pPlayerAnimalCount on script follower3dnpc attached to DialogueFollower3DNPC (1E13184C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property HirelingRehireScript on script follower3dnpc attached to DialogueFollower3DNPC (1E13184C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property FollowerDismissMessageCompanions on script follower3dnpc attached to DialogueFollower3DNPC (1E13184C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property pFollowerAlias on script follower3dnpc attached to DialogueFollower3DNPC (1E13184C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property FollowerDismissMessage on script follower3dnpc attached to DialogueFollower3DNPC (1E13184C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property AnimalDismissMessage on script follower3dnpc attached to DialogueFollower3DNPC (1E13184C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property FollowerDismissMessageWait on script follower3dnpc attached to DialogueFollower3DNPC (1E13184C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property pFollowerAlias1 on script follower3dnpc attached to DialogueFollower3DNPC (1E13184C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property pAnimalAlias on script follower3dnpc attached to DialogueFollower3DNPC (1E13184C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property FollowerDismissMessageWedding on script follower3dnpc attached to DialogueFollower3DNPC (1E13184C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property pFollowerAlias2 on script follower3dnpc attached to DialogueFollower3DNPC (1E13184C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property Alias_PlayerBed on script QF_aaSexScene06_010253BA attached to aaSexScene06 (0D0253BA) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property Alias_PlayerCliant on script QF_aaSexScene06_010253BA attached to aaSexScene06 (0D0253BA) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (24D80DE5) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (24D80DE5) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (000DC346) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (000DC346) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (000876E1) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (000876E1) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (000CCE22) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (000CCE22) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (18030CD1) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18030CD1) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18030CD1) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (18030CD1) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (00083DAD) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (00083DAD) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (000486E1) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (000486E1) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (000486E1) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (000486E1) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property BYOHDeposit on script MineOreScript attached to  (03000A76) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (03000A76) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (03000A76) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property ResourceCountTotal on script MineOreScript attached to  (03000A76) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (03000A76) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (03000A76) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property SSM_TwoHandedPerk on script SkyrimSpearMechanic_AliasNpc attached to alias NPC6 on quest SSM_NpcQuest (56009EEA) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (000D5FE5) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (000D5FE5) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (1E1A9758) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E1A9758) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E1A9758) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (1E1A9758) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (141CA28A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (141CA28A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (00047A21) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (00047A21) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (14C5A147) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (14C5A147) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (18014E73) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18014E73) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18014E73) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (18014E73) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (0009B790) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (0009B790) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (14DB8A55) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (14DB8A55) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (0009FE78) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (0009FE78) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property SSM_TwoHandedPerk on script SkyrimSpearMechanic_AliasNpc attached to alias NPC4 on quest SSM_NpcQuest (56009EEA) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (181946C7) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (181946C7) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (181946C7) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (181946C7) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (14BDB25D) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (14BDB25D) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property SSM_TwoHandedPerk on script SkyrimSpearMechanic_AliasNpc attached to alias NPC5 on quest SSM_NpcQuest (56009EEA) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property TweakOriginalEssentialFaction on script TweakFixBoethiah attached to  (00083041) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (1E20087A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E20087A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E20087A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (1E20087A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (1E1A8005) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (1E1A8005) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (14CD3DF0) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (14CD3DF0) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (1400FB7B) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (1400FB7B) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (1E203EE3) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E203EE3) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E203EE3) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (1E203EE3) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (1828EECC) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (1828EECC) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (00097809) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (00097809) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (000A02A1) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (000A02A1) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (181946F4) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (181946F4) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (181946F4) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (181946F4) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (0010F05D) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010F05D) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010F05D) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (0010F05D) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (0010EE01) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010EE01) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010EE01) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (0010EE01) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property CannabisSeedWatered on script CannabisSeedPlacerRefAliasScript attached to alias CannabisSeedPlacerRefAlias on quest CannabisQuest (770840A7) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (14C5A135) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (14C5A135) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property BYOHDeposit on script MineOreScript attached to  (03000AF6) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (03000AF6) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (03000AF6) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property ResourceCountTotal on script MineOreScript attached to  (03000AF6) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (03000AF6) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (03000AF6) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (182F4AD5) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (182F4AD5) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (00097C45) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (00097C45) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property SexLab on script AmorousAdvFarkasQstUtil attached to SexLabAmorousAdventuresFarkas (520376E7) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (14FFB2A7) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (14FFB2A7) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (E5DB85C7) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (E5DB85C7) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (1E2C5CC3) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E2C5CC3) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E2C5CC3) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (1E2C5CC3) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (000CDD7A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (000CDD7A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (18194759) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18194759) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18194759) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (18194759) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (1E1A54A4) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E1A54A4) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E1A54A4) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (1E1A54A4) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property SSM_TwoHandedPerk on script SkyrimSpearMechanic_AliasNpc attached to alias NPC9 on quest SSM_NpcQuest (56009EEA) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (186298C9) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (186298C9) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property Hold on script dbm_bannerscript attached to  (1816897D) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (1E1A54B3) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (1E1A54B3) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (1E197364) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E197364) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E197364) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (1E197364) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (14B47EB1) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (14B47EB1) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (146A9FFE) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (146A9FFE) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (14B47EB0) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (14B47EB0) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (0002F591) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (0002F591) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (140F9050) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (140F9050) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (1E247CB7) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E247CB7) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E247CB7) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (1E247CB7) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (1E5007F1) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E5007F1) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E5007F1) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (1E5007F1) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (000EA684) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (000EA684) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property SSM_TwoHandedPerk on script SkyrimSpearMechanic_AliasNpc attached to alias NPC7 on quest SSM_NpcQuest (56009EEA) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (14019546) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (14019546) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (1E1C1CD8) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E1C1CD8) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E1C1CD8) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (1E1C1CD8) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (1E1C1CD9) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E1C1CD9) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E1C1CD9) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (1E1C1CD9) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (18194CA2) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18194CA2) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18194CA2) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (18194CA2) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (00083E1B) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (00083E1B) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (1401C2F6) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (1401C2F6) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (0010EA86) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010EA86) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010EA86) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (0010EA86) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (14B1A4D6) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (14B1A4D6) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property BYOHDeposit on script MineOreScript attached to  (03000AC0) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (03000AC0) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (03000AC0) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property ResourceCountTotal on script MineOreScript attached to  (03000AC0) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (03000AC0) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (03000AC0) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (1E500231) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (1E500231) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (E51B5D30) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (E51B5D30) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (0F02EC74) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (0F02EC74) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property SSM_TwoHandedPerk on script SkyrimSpearMechanic_AliasNpc attached to alias NPC8 on quest SSM_NpcQuest (56009EEA) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (141B0BA9) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (141B0BA9) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (1461C01E) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1461C01E) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1461C01E) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (1461C01E) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (E520F210) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (E520F210) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property AttachedTo on script TGRPlayerHouseShadowmarkScript attached to  (31000D63) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (000D6C2B) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (000D6C2B) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property SSM_TwoHandedPerk on script SkyrimSpearMechanic_AliasNpc attached to alias NPC10 on quest SSM_NpcQuest (56009EEA) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] Error: Property pTweakStables on script tweakfollowerscript attached to TweakFollower (4B0012CE) cannot be bound because stables (00068D73) is not the right type
[11/12/2019 - 10:01:56AM] Error: Property TweakCarryWeight on script tweakfollowerscript attached to TweakFollower (4B0012CE) cannot be initialized because the value is the incorrect type
[11/12/2019 - 10:01:56AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (0F0259E6) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:56AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (0F0259E6) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (18195241) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18195241) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18195241) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (18195241) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (18030CD2) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18030CD2) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18030CD2) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (18030CD2) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property SSM_TwoHandedPerk on script SkyrimSpearMechanic_AliasNpc attached to alias NPC3 on quest SSM_NpcQuest (56009EEA) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (141C511E) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (141C511E) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (000EBC57) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (000EBC57) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (000EBC57) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (000EBC57) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (00023591) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (00023591) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (000B3949) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (000B3949) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (000C4FDF) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (000C4FDF) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (000C4FDF) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (000C4FDF) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (14ACD374) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (14ACD374) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (14B42D96) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (14B42D96) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (14CA126D) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (14CA126D) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (18128DC3) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (18128DC3) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (1812730E) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1812730E) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1812730E) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (1812730E) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (E51E603B) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (E51E603B) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (E51C7FF6) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (E51C7FF6) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (1437E8A1) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (1437E8A1) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (00099B49) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (00099B49) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (14DB8A56) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (14DB8A56) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (18014E71) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18014E71) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18014E71) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (18014E71) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (0F02390C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (0F02390C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (18030CCE) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18030CCE) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18030CCE) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (18030CCE) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (18194E09) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18194E09) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18194E09) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (18194E09) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (18194636) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18194636) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18194636) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (18194636) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (000ABF83) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (000ABF83) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (4C067934) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (4C067934) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property BYOHDeposit on script MineOreScript attached to  (140A3504) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (140A3504) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (140A3504) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property ResourceCountTotal on script MineOreScript attached to  (140A3504) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (140A3504) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (140A3504) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (1E19E72A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E19E72A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E19E72A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (1E19E72A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (1E1C1543) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (1E1C1543) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (18194634) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18194634) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18194634) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (18194634) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (1424E177) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (1424E177) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property AttachedTo on script TGRPlayerHouseShadowmarkScript attached to  (31004415) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (148F63C0) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (148F63C0) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property BYOHDeposit on script MineOreScript attached to  (140A350A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (140A350A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (140A350A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property ResourceCountTotal on script MineOreScript attached to  (140A350A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (140A350A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (140A350A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property FreeformMarkarthO on script mdcuestartscript attached to  (1E1EC62D) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (0010ED12) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010ED12) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010ED12) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (0010ED12) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (0010FC4C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010FC4C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010FC4C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (0010FC4C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (0010E6C1) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010E6C1) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010E6C1) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (0010E6C1) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property WMFFControlQuest on script CACO_AltFloraScript attached to  (00107B7B) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (2402E192) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (2402E192) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (18194E62) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18194E62) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18194E62) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (18194E62) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property AnvilQuestameir on script qf_anvilmoonpathquest_0106a8ca attached to AnvilMoonpathQuest (1806A8CA) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (18713BD7) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (18713BD7) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (0401B65A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0401B65A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0401B65A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (0401B65A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (1E5007D5) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E5007D5) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E5007D5) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (1E5007D5) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (1E1A9757) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E1A9757) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E1A9757) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (1E1A9757) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (000FE2AF) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (000FE2AF) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] Error: Property PlayerAlias on script ARTH_SCRP_QuestInitalizerScript attached to CRFInitializer (0F0368FD) cannot be bound because <NULL alias> (7) on <NULL quest> (00025230) is not the right type
[11/12/2019 - 10:01:57AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (0010ED10) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010ED10) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010ED10) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (0010ED10) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property Nec1 on script TerynneAliasScript attached to TerynneQuest (1E377D79) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property Nec2 on script TerynneAliasScript attached to TerynneQuest (1E377D79) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property Nec3 on script TerynneAliasScript attached to TerynneQuest (1E377D79) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (000BA989) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (000BA989) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (14BFFF1C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (14BFFF1C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (000C61D5) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (000C61D5) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (0010EFE5) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010EFE5) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010EFE5) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (0010EFE5) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (147054F4) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (147054F4) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (14D5D273) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (14D5D273) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (000BB428) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (000BB428) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (18194CD3) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18194CD3) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18194CD3) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (18194CD3) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (18194F25) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18194F25) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18194F25) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (18194F25) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (1812762A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1812762A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1812762A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (1812762A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (14793407) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (14793407) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property T01ConclusionScene on script QF_T01_00023B6C attached to T01 (00023B6C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (181276A9) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (181276A9) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (181276A9) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (181276A9) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (1E297E1F) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E297E1F) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E297E1F) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (1E297E1F) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (1E1A9756) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E1A9756) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E1A9756) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (1E1A9756) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (1E1C1CD7) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E1C1CD7) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E1C1CD7) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (1E1C1CD7) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (1E1C51A8) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E1C51A8) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E1C51A8) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (1E1C51A8) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (1E5007D6) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E5007D6) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E5007D6) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (1E5007D6) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (000F1D9B) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (000F1D9B) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property AttachedTo on script TGRPlayerHouseShadowmarkScript attached to  (3100441B) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property flArrows on script WilliamTellArrow3dnpc attached to  (1E2E1E29) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property myActor on script WilliamTellArrow3dnpc attached to  (1E2E1E29) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property dunArcherQST on script WilliamTellArrow3dnpc attached to  (1E2E1E29) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (18194F28) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18194F28) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18194F28) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (18194F28) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (181D5AEF) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (181D5AEF) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (18194747) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18194747) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18194747) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (18194747) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (181949FA) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (181949FA) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (181949FA) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (181949FA) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (00021A1D) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (00021A1D) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (00021A1D) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (00021A1D) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (18127ACD) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (18127ACD) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (1E1D4171) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E1D4171) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E1D4171) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (1E1D4171) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (0008D275) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (0008D275) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property AttachedTo on script TGRPlayerHouseShadowmarkScript attached to  (31001DD7) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (0010E5FC) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010E5FC) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010E5FC) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (0010E5FC) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property ArcPerkTorchTree on script dbm_perkresetscript attached to  (185A9669) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property ArcPerkCRTree on script dbm_perkresetscript attached to  (185A9669) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property ArcPerkPickTree on script dbm_perkresetscript attached to  (185A9669) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (000B555A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (000B555A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (0006AF4D) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (0006AF4D) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (18030CCF) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18030CCF) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18030CCF) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (18030CCF) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (1E2C5D69) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (1E2C5D69) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property SSM_TwoHandedPerk on script SkyrimSpearMechanic_AliasNpc attached to alias NPC2 on quest SSM_NpcQuest (56009EEA) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (0010E515) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010E515) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010E515) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (0010E515) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (04031792) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (04031792) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (04031792) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (04031792) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (04031796) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (04031796) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (04031796) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (04031796) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (0010CC15) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (0010CC15) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (000FE2B9) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (000FE2B9) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (0006F367) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (0006F367) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (04019A51) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (04019A51) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property AttachedTo on script TGRPlayerHouseShadowmarkScript attached to  (310012F9) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (14B47EAF) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (14B47EAF) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:01:57AM] Error: Property CityShadowmarkControl on script TGRQuestBasedShadowmarkScript attached to  (310049A6) cannot be bound because <NULL form> (00055C08) is not the right type
[11/12/2019 - 10:01:57AM] WARNING: Unable to get type slaScanAllNPCScript referenced by the save game. Objects of this type will not be loaded.
[11/12/2019 - 10:01:57AM] WARNING: Unable to get type slanakedscript referenced by the save game. Objects of this type will not be loaded.
[11/12/2019 - 10:01:57AM] WARNING: Unable to get type sla_confighelper referenced by the save game. Objects of this type will not be loaded.
[11/12/2019 - 10:01:57AM] WARNING: Unable to get type slascanallscript referenced by the save game. Objects of this type will not be loaded.
[11/12/2019 - 10:01:57AM] WARNING: Could not find type slanakedscript in the type table in save
[11/12/2019 - 10:01:57AM] WARNING: Could not find type slascanallscript in the type table in save
[11/12/2019 - 10:01:57AM] WARNING: Could not find type sla_confighelper in the type table in save
[11/12/2019 - 10:01:57AM] WARNING: Could not find type slaScanAllNPCScript in the type table in save
[11/12/2019 - 10:01:58AM] VM is thawing...
[11/12/2019 - 10:01:58AM] 
[11/12/2019 - 10:01:58AM] =====Wet and Cold is refreshing itself and searching for addons. Any errors below are harmless.=====
[11/12/2019 - 10:01:58AM] 
[11/12/2019 - 10:01:58AM] Error: File "1nivWICCloaksCRAFT.esp" does not exist or is not currently loaded.
stack:
    <unknown self>.Game.GetFormFromFile() - "<native>" Line ?
    [_WetQuest (1C000D63)]._wetquestscript.CheckWiCPlugins() - "_WetQuestScript.psc" Line 415
    [_WetQuest (1C000D63)]._wetquestscript.Maintenance() - "_WetQuestScript.psc" Line 475
    [alias Player on quest _WetQuest (1C000D63)]._wetplayeralias.OnPlayerLoadGame() - "_WetPlayerAlias.psc" Line 6
[11/12/2019 - 10:01:58AM] SEXLAB - LOADED: Version 16200 / 16200
[11/12/2019 - 10:01:58AM] SexLab MCM Loaded CurrentVerison: 16200 / 16200
[11/12/2019 - 10:01:58AM] vDBM/DataManager: OnGameReload
[11/12/2019 - 10:01:58AM] vDBM/DataManager: Doing upkeep...
[11/12/2019 - 10:01:58AM] vDBM/DataManager: Finished upkeep!
[11/12/2019 - 10:01:58AM] FNIS AA started (load)
[11/12/2019 - 10:01:58AM] [SimplyKnock] Detected SKSE version 1.070300 (expected 1.070300 or newer, success!)
[11/12/2019 - 10:01:58AM] SOS Maintenance: loaded version is 300004
[11/12/2019 - 10:01:58AM] SOS Maintenance: 300004 is update
[11/12/2019 - 10:01:58AM] [Frostfall]======================================================================================================
[11/12/2019 - 10:01:58AM] [Frostfall]                    Frostfall is now performing start-up and compatibility checks.                    
[11/12/2019 - 10:01:58AM] [Frostfall]           Errors related to missing files may follow. These are NORMAL and should be ignored.        
[11/12/2019 - 10:01:58AM] [Frostfall]======================================================================================================
[11/12/2019 - 10:01:58AM] [Frostfall] Detected SKSE version 1.070300 (expected 1.070300 or newer, success!)
[11/12/2019 - 10:01:58AM] Relationship Dialogue Overhaul : Checking For Mods ---------- Ignore Errors About Missing Files
[11/12/2019 - 10:01:58AM] [Immersive Citizens]======================================================================================================
[11/12/2019 - 10:01:58AM] [Immersive Citizens]     Immersive Citizens is now performing compatibility checks. Papyrus warnings about missing or       
[11/12/2019 - 10:01:58AM] [Immersive Citizens]             unloaded files may follow. This is NORMAL and can be ignored.                               
[11/12/2019 - 10:01:58AM] [Immersive Citizens]======================================================================================================
[11/12/2019 - 10:01:58AM] Error: File "ClimatesOfTamriel.esm" does not exist or is not currently loaded.
stack:
    <unknown self>.Game.GetFormFromFile() - "<native>" Line ?
    [alias Player on quest NPCO_Update (E5F10B52)].npco_update.IsPluginLoaded() - "NPCO_Update.psc" Line 163
    [alias Player on quest NPCO_Update (E5F10B52)].npco_update.Compatibility() - "NPCO_Update.psc" Line 148
    [alias Player on quest NPCO_Update (E5F10B52)].npco_update.OnPlayerLoadGame() - "NPCO_Update.psc" Line 102
[11/12/2019 - 10:01:58AM] [Immersive Citizens]======================================================================================================
[11/12/2019 - 10:01:58AM] [Immersive Citizens]                            Immersive Citizens compatibility check complete.                           
[11/12/2019 - 10:01:58AM] [Immersive Citizens]======================================================================================================
[11/12/2019 - 10:01:58AM] [slamainscr <sla_Main (0A042D62)>]: starting maintenance...
[11/12/2019 - 10:01:58AM] Real Shelter Config:  Checking For Frostfall:
[11/12/2019 - 10:01:58AM] Error: File "RealShelterFF.esp" does not exist or is not currently loaded.
stack:
    <unknown self>.Game.GetFormFromFile() - "<native>" Line ?
    [RealShelterConfig (23013FEB)].RealShelterConfigScript.LocalChecks() - "RealShelterConfigScript.psc" Line 353
    [RealShelterConfig (23013FEB)].RealShelterConfigScript.OnGameReload() - "RealShelterConfigScript.psc" Line 331
    [alias PlayerAlias on quest RealShelterConfig (23013FEB)].SKI_PlayerLoadGameAlias.OnPlayerLoadGame() - "SKI_PlayerLoadGameAlias.psc" Line 6
[11/12/2019 - 10:01:58AM] Frostfall Found? False
[11/12/2019 - 10:01:58AM] Error: File "WetandCold - Holidays.esp" does not exist or is not currently loaded.
stack:
    <unknown self>.Game.GetFormFromFile() - "<native>" Line ?
    [_WetQuest (1C000D63)]._wetquestscript.Maintenance() - "_WetQuestScript.psc" Line 557
    [alias Player on quest _WetQuest (1C000D63)]._wetplayeralias.OnPlayerLoadGame() - "_WetPlayerAlias.psc" Line 6
[11/12/2019 - 10:01:58AM] Error: File "Wyrmstooth.esp" does not exist or is not currently loaded.
stack:
    <unknown self>.Game.GetFormFromFile() - "<native>" Line ?
    [_WetQuest (1C000D63)]._wetquestscript.Maintenance() - "_WetQuestScript.psc" Line 561
    [alias Player on quest _WetQuest (1C000D63)]._wetplayeralias.OnPlayerLoadGame() - "_WetPlayerAlias.psc" Line 6
[11/12/2019 - 10:01:58AM] Error: File "Chesko_Frostfall.esp" does not exist or is not currently loaded.
stack:
    <unknown self>.Game.GetFormFromFile() - "<native>" Line ?
    [_WetQuest (1C000D63)]._wetquestscript.Maintenance() - "_WetQuestScript.psc" Line 569
    [alias Player on quest _WetQuest (1C000D63)]._wetplayeralias.OnPlayerLoadGame() - "_WetPlayerAlias.psc" Line 6
[11/12/2019 - 10:01:58AM] Error: File "iNeed.esp" does not exist or is not currently loaded.
stack:
    <unknown self>.Game.GetFormFromFile() - "<native>" Line ?
    [_WetQuest (1C000D63)]._wetquestscript.Maintenance() - "_WetQuestScript.psc" Line 590
    [alias Player on quest _WetQuest (1C000D63)]._wetplayeralias.OnPlayerLoadGame() - "_WetPlayerAlias.psc" Line 6
[11/12/2019 - 10:01:58AM] Error: File "getSnowy.esp" does not exist or is not currently loaded.
stack:
    <unknown self>.Game.GetFormFromFile() - "<native>" Line ?
    [_WetQuest (1C000D63)]._wetquestscript.Maintenance() - "_WetQuestScript.psc" Line 595
    [alias Player on quest _WetQuest (1C000D63)]._wetplayeralias.OnPlayerLoadGame() - "_WetPlayerAlias.psc" Line 6
[11/12/2019 - 10:01:58AM] Error: File "EFFCore.esm" does not exist or is not currently loaded.
stack:
    <unknown self>.Game.GetFormFromFile() - "<native>" Line ?
    [_WetQuest (1C000D63)]._wetquestscript.Maintenance() - "_WetQuestScript.psc" Line 619
    [alias Player on quest _WetQuest (1C000D63)]._wetplayeralias.OnPlayerLoadGame() - "_WetPlayerAlias.psc" Line 6
[11/12/2019 - 10:01:58AM] FNISSM started.
[11/12/2019 - 10:01:58AM] Relationship Dialogue Overhaul : Done Checking For Mods ---------- Any Errors Reported Are Harmless
[11/12/2019 - 10:01:58AM] FNIS PCEA2 Quest started (load)
[11/12/2019 - 10:01:58AM] Error: File "aMidianborn_Skyforge_Weapons.esp" does not exist or is not currently loaded.
stack:
    <unknown self>.Game.GetFormFromFile() - "<native>" Line ?
    [alias Player on quest ESFCompanionsCore (29000D62)].esfcplayeraliasscript.CompatibilitySetup() - "ESFCPlayerAliasScript.psc" Line 36
    [alias Player on quest ESFCompanionsCore (29000D62)].esfcplayeraliasscript.OnPlayerLoadGame() - "ESFCPlayerAliasScript.psc" Line 15
[11/12/2019 - 10:01:58AM] Error: File "aMidianborn_ContentAddon.esp" does not exist or is not currently loaded.
stack:
    <unknown self>.Game.GetFormFromFile() - "<native>" Line ?
    [alias Player on quest ESFCompanionsCore (29000D62)].esfcplayeraliasscript.CompatibilitySetup() - "ESFCPlayerAliasScript.psc" Line 52
    [alias Player on quest ESFCompanionsCore (29000D62)].esfcplayeraliasscript.OnPlayerLoadGame() - "ESFCPlayerAliasScript.psc" Line 15
[11/12/2019 - 10:01:58AM] Hunterborn.esp located
[11/12/2019 - 10:01:58AM] zbfExternal: Compatibility checking
[11/12/2019 - 10:01:58AM] zbfExternal: -------------------------------------------------------
[11/12/2019 - 10:01:58AM] zbfExternal:                    SexLab version: 16200
[11/12/2019 - 10:01:58AM] zbfExternal:                 SlaveTats version: 
[11/12/2019 - 10:01:58AM] [Frostfall] Beginning worn gear integrity check.
[11/12/2019 - 10:01:58AM] zbfExternal:                  RaceMenu version: 7
[11/12/2019 - 10:01:58AM] zbfExternal: Non SexLab Animation Pack version: 0
[11/12/2019 - 10:01:58AM] zbfExternal: -------------------------------------------------------
[11/12/2019 - 10:01:58AM] zbfExternal:                    SexLab support: TRUE
[11/12/2019 - 10:01:58AM] zbfExternal:                   Overlay support: False
[11/12/2019 - 10:01:58AM] zbfExternal:      Non SexLab Animation support: False
[11/12/2019 - 10:01:58AM] zbfExternal: -------------------------------------------------------
[11/12/2019 - 10:01:58AM] [SHESON_DynDOLOD_Quest <DynDOLOD_Quest (FD000911)>] Load DynDOLOD_Worlds.json TRUE  
[11/12/2019 - 10:01:58AM] [SHESON_DynDOLOD_Quest <DynDOLOD_Quest (FD000911)>] Load DynDOLOD_.json False
[11/12/2019 - 10:01:58AM] [SHESON_DynDOLOD_Quest <DynDOLOD_Quest (FD000911)>] Load DynDOLOD__Objects.json False
[11/12/2019 - 10:01:58AM] Error: Unable to call RegisterForSingleUpdate - no native object bound to the script object, or object is of incorrect type
stack:
    [Active effect 4 on  (1432D681)].DualSheathReduxEffect.RegisterForSingleUpdate() - "<native>" Line ?
    [Active effect 4 on  (1432D681)].DualSheathReduxEffect.OnUpdate() - "DualSheathReduxEffect.psc" Line ?
[11/12/2019 - 10:01:58AM] BGSomethingFishy.esp not located. Please ignore errors about missing file, this is normal
[11/12/2019 - 10:01:58AM] [Campfire]======================================================================================================
[11/12/2019 - 10:01:58AM] [Campfire]     Campfire is now performing compatibility checks. Papyrus warnings about missing or               
[11/12/2019 - 10:01:58AM] [Campfire]             unloaded files may follow. This is NORMAL and can be ignored.                              
[11/12/2019 - 10:01:58AM] [Campfire]======================================================================================================
[11/12/2019 - 10:01:58AM] [Campfire] Detected SKSE version 1.070300 (expected 1.070300 or newer, success!)
[11/12/2019 - 10:01:58AM] [Campfire] Loaded: SkyUI.esp
[11/12/2019 - 10:01:58AM] [Campfire] Loaded: Dawnguard.esm
[11/12/2019 - 10:01:58AM] [Campfire] Loaded: Dragonborn.esm
[11/12/2019 - 10:01:58AM] [Campfire] Loaded: HearthFires.esm
[11/12/2019 - 10:01:58AM] [Campfire] Loaded: RealisticNeedsandDiseases.esp
[11/12/2019 - 10:01:58AM] [Campfire] Loaded: Frostfall.esp
[11/12/2019 - 10:01:58AM] Error: Unable to call RegisterForSingleUpdate - no native object bound to the script object, or object is of incorrect type
stack:
    [Active effect 2 on  (1432D67C)].DualSheathReduxEffect.RegisterForSingleUpdate() - "<native>" Line ?
    [Active effect 2 on  (1432D67C)].DualSheathReduxEffect.OnUpdate() - "DualSheathReduxEffect.psc" Line ?
[11/12/2019 - 10:01:58AM] Error: Unable to call RegisterForSingleUpdate - no native object bound to the script object, or object is of incorrect type
stack:
    [Active effect 7 on  (0001B743)].DualSheathReduxEffect.RegisterForSingleUpdate() - "<native>" Line ?
    [Active effect 7 on  (0001B743)].DualSheathReduxEffect.OnUpdate() - "DualSheathReduxEffect.psc" Line ?
[11/12/2019 - 10:01:58AM] Error: Unable to call RegisterForSingleUpdate - no native object bound to the script object, or object is of incorrect type
stack:
    [Active effect 2 on  (0001B744)].DualSheathReduxEffect.RegisterForSingleUpdate() - "<native>" Line ?
    [Active effect 2 on  (0001B744)].DualSheathReduxEffect.OnUpdate() - "DualSheathReduxEffect.psc" Line ?
[11/12/2019 - 10:01:58AM] Error: Unable to call RegisterForSingleUpdate - no native object bound to the script object, or object is of incorrect type
stack:
    [Active effect 5 on  (0001348A)].DualSheathReduxEffect.RegisterForSingleUpdate() - "<native>" Line ?
    [Active effect 5 on  (0001348A)].DualSheathReduxEffect.OnUpdate() - "DualSheathReduxEffect.psc" Line ?
[11/12/2019 - 10:01:58AM] Error: Unable to call RegisterForSingleUpdate - no native object bound to the script object, or object is of incorrect type
stack:
    [Active effect 5 on  (0001B747)].DualSheathReduxEffect.RegisterForSingleUpdate() - "<native>" Line ?
    [Active effect 5 on  (0001B747)].DualSheathReduxEffect.OnUpdate() - "DualSheathReduxEffect.psc" Line ?
[11/12/2019 - 10:01:58AM] Error: Unable to call RegisterForSingleUpdate - no native object bound to the script object, or object is of incorrect type
stack:
    [Active effect 3 on  (0003550C)].DualSheathReduxEffect.RegisterForSingleUpdate() - "<native>" Line ?
    [Active effect 3 on  (0003550C)].DualSheathReduxEffect.OnUpdate() - "DualSheathReduxEffect.psc" Line ?
[11/12/2019 - 10:01:58AM] Error: Unable to call RegisterForSingleUpdate - no native object bound to the script object, or object is of incorrect type
stack:
    [Active effect 1 on  (0001348C)].DualSheathReduxEffect.RegisterForSingleUpdate() - "<native>" Line ?
    [Active effect 1 on  (0001348C)].DualSheathReduxEffect.OnUpdate() - "DualSheathReduxEffect.psc" Line ?
[11/12/2019 - 10:01:58AM] Fossilsyum.esp not located. Please ignore errors about missing file, this is normal
[11/12/2019 - 10:01:58AM] Error: Unable to call RegisterForSingleUpdate - no native object bound to the script object, or object is of incorrect type
stack:
    [Active effect 6 on  (0003550C)].DualSheathReduxEffect.RegisterForSingleUpdate() - "<native>" Line ?
    [Active effect 6 on  (0003550C)].DualSheathReduxEffect.OnUpdate() - "DualSheathReduxEffect.psc" Line ?
[11/12/2019 - 10:01:58AM] InitWidgetLoader()
[11/12/2019 - 10:01:58AM] [Campfire] Loaded: Equipping Overhaul.esp
[11/12/2019 - 10:01:58AM] [Campfire]======================================================================================================
[11/12/2019 - 10:01:58AM] [Campfire]                            Campfire compatibility check complete.                                      
[11/12/2019 - 10:01:58AM] [Campfire]======================================================================================================
[11/12/2019 - 10:01:58AM] Error: Unable to call RegisterForSingleUpdate - no native object bound to the script object, or object is of incorrect type
stack:
    [Active effect 6 on  (00013483)].DualSheathReduxEffect.RegisterForSingleUpdate() - "<native>" Line ?
    [Active effect 6 on  (00013483)].DualSheathReduxEffect.OnUpdate() - "DualSheathReduxEffect.psc" Line ?
[11/12/2019 - 10:01:58AM] Error: Unable to call RegisterForSingleUpdate - no native object bound to the script object, or object is of incorrect type
stack:
    [Active effect 2 on  (00013489)].DualSheathReduxEffect.RegisterForSingleUpdate() - "<native>" Line ?
    [Active effect 2 on  (00013489)].DualSheathReduxEffect.OnUpdate() - "DualSheathReduxEffect.psc" Line ?
[11/12/2019 - 10:01:58AM] Error: Unable to call RegisterForSingleUpdate - no native object bound to the script object, or object is of incorrect type
stack:
    [Active effect 4 on  (00035534)].DualSheathReduxEffect.RegisterForSingleUpdate() - "<native>" Line ?
    [Active effect 4 on  (00035534)].DualSheathReduxEffect.OnUpdate() - "DualSheathReduxEffect.psc" Line ?
[11/12/2019 - 10:01:58AM] Error: Unable to call RegisterForSingleUpdate - no native object bound to the script object, or object is of incorrect type
stack:
    [Active effect 5 on  (00013482)].DualSheathReduxEffect.RegisterForSingleUpdate() - "<native>" Line ?
    [Active effect 5 on  (00013482)].DualSheathReduxEffect.OnUpdate() - "DualSheathReduxEffect.psc" Line ?
[11/12/2019 - 10:01:58AM] Widget [_frost_meter <_Frost_ExposureMeterQuest (4405CDFD)>] was reset.
[11/12/2019 - 10:01:58AM] Widget [_frost_meter <_Frost_WetnessMeterQuest (4405CDFF)>] was reset.
[11/12/2019 - 10:01:58AM] Widget [_frost_meter <_Frost_WeathersenseMeterQuest (44068BEE)>] was reset.
[11/12/2019 - 10:01:58AM] [slamainscr <sla_Main (0A042D62)>]: Disabled Desire spell
[11/12/2019 - 10:01:59AM] [slamainscr <sla_Main (0A042D62)>]: Enabled cloak effect
[11/12/2019 - 10:01:59AM] [slamainscr <sla_Main (0A042D62)>]: Updated notification key to 269
[11/12/2019 - 10:01:59AM] [slamainscr <sla_Main (0A042D62)>]: finished maintenance
[11/12/2019 - 10:01:59AM] [Frostfall] Integrity check complete. Removed 0 invalid forms from worn gear lists.
[11/12/2019 - 10:01:59AM] FNIS aa GetAAprefixList mod: XPMSE nMods: 5
[11/12/2019 - 10:01:59AM] FNIS aa GetAAsetList mod: XPMSE nSets: 61
[11/12/2019 - 10:01:59AM] FNIS aa GetAAprefixList mod: SkyrimSpearMechanic nMods: 5
[11/12/2019 - 10:01:59AM] FNIS aa GetAAmodID mod: SkyrimSpearMechanic prefix: SSM modID:3
[11/12/2019 - 10:01:59AM] FNIS aa GetAAsetList mod: SkyrimSpearMechanic nSets: 61
[11/12/2019 - 10:01:59AM] FNIS aa GetAAsetList mod: XPMSE nSets: 61
[11/12/2019 - 10:01:59AM] FNIS aa GetGroupBaseValue - mod/id:SkyrimSpearMechanic/3 group:19 return:4
[11/12/2019 - 10:01:59AM] FNIS aa GetAAsetList mod: SkyrimSpearMechanic nSets: 61
[11/12/2019 - 10:01:59AM] FNIS aa GetAAsetList mod: XPMSE nSets: 61
[11/12/2019 - 10:01:59AM] FNIS aa GetGroupBaseValue - mod/id:SkyrimSpearMechanic/3 group:20 return:3
[11/12/2019 - 10:01:59AM] FNIS aa GetAAsetList mod: SkyrimSpearMechanic nSets: 61
[11/12/2019 - 10:01:59AM] FNIS aa GetAAsetList mod: XPMSE nSets: 61
[11/12/2019 - 10:01:59AM] FNIS aa GetGroupBaseValue - mod/id:SkyrimSpearMechanic/3 group:21 return:2
[11/12/2019 - 10:01:59AM] FNIS aa GetAAsetList mod: SkyrimSpearMechanic nSets: 61
[11/12/2019 - 10:01:59AM] FNIS aa GetGroupBaseValue - mod/id:SkyrimSpearMechanic/3 group:1 return:4
[11/12/2019 - 10:01:59AM] FNIS aa GetAAsetList mod: SkyrimSpearMechanic nSets: 61
[11/12/2019 - 10:01:59AM] FNIS aa GetAAsetList mod: XPMSE nSets: 61
[11/12/2019 - 10:01:59AM] FNIS aa GetGroupBaseValue - mod/id:SkyrimSpearMechanic/3 group:13 return:5
[11/12/2019 - 10:01:59AM] FNIS aa GetAAsetList mod: SkyrimSpearMechanic nSets: 61
[11/12/2019 - 10:01:59AM] FNIS aa GetAAsetList mod: XPMSE nSets: 61
[11/12/2019 - 10:01:59AM] FNIS aa GetGroupBaseValue - mod/id:SkyrimSpearMechanic/3 group:37 return:1
[11/12/2019 - 10:01:59AM] FNIS aa GetAAsetList mod: SkyrimSpearMechanic nSets: 61
[11/12/2019 - 10:01:59AM] FNIS aa GetAAsetList mod: XPMSE nSets: 61
[11/12/2019 - 10:01:59AM] FNIS aa GetGroupBaseValue - mod/id:SkyrimSpearMechanic/3 group:10 return:19
[11/12/2019 - 10:01:59AM] FNIS aa GetAAsetList mod: SkyrimSpearMechanic nSets: 61
[11/12/2019 - 10:01:59AM] FNIS aa GetAAsetList mod: XPMSE nSets: 61
[11/12/2019 - 10:01:59AM] [Frostfall] Detected Campfire version 11100.000000 (expected 11100 or newer, success!)
[11/12/2019 - 10:01:59AM] [Frostfall] Loaded: SkyUI.esp
[11/12/2019 - 10:01:59AM] FNIS aa GetGroupBaseValue - mod/id:SkyrimSpearMechanic/3 group:18 return:2
[11/12/2019 - 10:01:59AM] FNIS aa GetAAsetList mod: SkyrimSpearMechanic nSets: 61
[11/12/2019 - 10:01:59AM] FNIS aa GetAAsetList mod: XPMSE nSets: 61
[11/12/2019 - 10:01:59AM] FNIS aa GetGroupBaseValue - mod/id:SkyrimSpearMechanic/3 group:52 return:6
[11/12/2019 - 10:01:59AM] FNIS aa GetAAsetList mod: SkyrimSpearMechanic nSets: 61
[11/12/2019 - 10:01:59AM] FNIS aa GetAAsetList mod: XPMSE nSets: 61
[11/12/2019 - 10:01:59AM] FNIS aa GetGroupBaseValue - mod/id:SkyrimSpearMechanic/3 group:36 return:4
[11/12/2019 - 10:01:59AM] FNIS aa GetAAsetList mod: SkyrimSpearMechanic nSets: 61
[11/12/2019 - 10:01:59AM] FNIS aa GetAAsetList mod: XPMSE nSets: 61
[11/12/2019 - 10:01:59AM] FNIS aa GetGroupBaseValue - mod/id:SkyrimSpearMechanic/3 group:7 return:4
[11/12/2019 - 10:01:59AM] FNIS aa GetAAsetList mod: SkyrimSpearMechanic nSets: 61
[11/12/2019 - 10:01:59AM] FNIS aa GetAAsetList mod: XPMSE nSets: 61
[11/12/2019 - 10:01:59AM] FNIS aa GetGroupBaseValue - mod/id:SkyrimSpearMechanic/3 group:16 return:4
[11/12/2019 - 10:01:59AM] FNIS aa GetAAsetList mod: XPMSE nSets: 61
[11/12/2019 - 10:01:59AM] FNIS aa GetAAsetList mod: XPMSE nSets: 61
[11/12/2019 - 10:01:59AM] FNIS aa GetAAsetList mod: XPMSE nSets: 61
[11/12/2019 - 10:01:59AM] FNIS aa GetAAsetList mod: XPMSE nSets: 61
[11/12/2019 - 10:01:59AM] [Frostfall] Detected optional SkyUI Interface Package version 6 and SkyUI version 1026, success!
[11/12/2019 - 10:01:59AM] ========================================[Equipping Overhaul: Warning Start]================================================
[11/12/2019 - 10:01:59AM]                   Equipping Overhaul is now registering for menus. Papyrus messages about successful                       
[11/12/2019 - 10:01:59AM]                            registrations may follow. This is normal and they can be ignored.                               
[11/12/2019 - 10:01:59AM] ========================================[Equipping Overhaul: Warning End]==================================================
[11/12/2019 - 10:01:59AM] Equipping Overhaul: UNREGISTERED FOR ALL MENUS
[11/12/2019 - 10:01:59AM] Equipping Overhaul: REGISTERED FOR CONTAINER MENU
[11/12/2019 - 10:01:59AM] Equipping Overhaul: REGISTERED FOR FAVORITES MENU
[11/12/2019 - 10:01:59AM] Equipping Overhaul: REGISTERED FOR INVENTORY MENU
[11/12/2019 - 10:01:59AM] ========================================[Equipping Overhaul: Warning Start]================================================
[11/12/2019 - 10:01:59AM]                                           Menu registrations complete.                                                     
[11/12/2019 - 10:01:59AM] ========================================[Equipping Overhaul: Warning End]==================================================
[11/12/2019 - 10:01:59AM] ========================================[Equipping Overhaul: Warning Start]================================================
[11/12/2019 - 10:01:59AM]                     Equipping Overhaul is now registering for keys. Papyrus messages about successful                      
[11/12/2019 - 10:01:59AM]                            registrations may follow. This is normal and they can be ignored.                               
[11/12/2019 - 10:01:59AM] ========================================[Equipping Overhaul: Warning End]==================================================
[11/12/2019 - 10:01:59AM] Equipping Overhaul: UNREGISTERED FOR ALL CONTROLS
[11/12/2019 - 10:01:59AM] Equipping Overhaul: UNREGISTERED FOR ALL KEYS
[11/12/2019 - 10:01:59AM] Equipping Overhaul: REGISTERED FOR VANILLA CONTROLS
[11/12/2019 - 10:01:59AM] Equipping Overhaul: REGISTERED FOR MCM HOTKEYS
[11/12/2019 - 10:01:59AM] ========================================[Equipping Overhaul: Warning Start]================================================
[11/12/2019 - 10:01:59AM]                                           Key registrations complete.                                                      
[11/12/2019 - 10:01:59AM] ========================================[Equipping Overhaul: Warning End]==================================================
[11/12/2019 - 10:01:59AM] SOS RaceMenu plugin found. Skipping ScaleSchlongBones
[11/12/2019 - 10:01:59AM] [SHESON_DynDOLOD_Quest <DynDOLOD_Quest (FD000911)>] Assigning INI values 2.700000
[11/12/2019 - 10:01:59AM] [Frostfall] Loaded: Dawnguard.esm
[11/12/2019 - 10:01:59AM] [Frostfall] Loaded: Dragonborn.esm
[11/12/2019 - 10:01:59AM] [Frostfall] Loaded: HearthFires.esm
[11/12/2019 - 10:01:59AM] [Frostfall] Loaded: WetandCold.esp
[11/12/2019 - 10:01:59AM] [Frostfall]======================================================================================================
[11/12/2019 - 10:01:59AM] [Frostfall]                      Frostfall start-up and compatibility checks complete.                           
[11/12/2019 - 10:01:59AM] [Frostfall]======================================================================================================
[11/12/2019 - 10:01:59AM] Error: Cannot call GetValue() on a None object, aborting function call
stack:
    [_SPLSKConfigQuest (D800388D)]._splskyuiconfig.OnConfigInit() - "_SPLSkyUIConfig.psc" Line 93
    [_SPLQuest (D8000D65)]._splquestscript.Maintenance() - "_SPLQuestScript.psc" Line 112
    [alias _SPLPlayer on quest _SPLQuest (D8000D65)]._SPLPlayerAlias.OnPlayerLoadGame() - "_SPLPlayerAlias.psc" Line 6
[11/12/2019 - 10:01:59AM] WARNING: Assigning None to a non-object variable named "::temp13"
stack:
    [_SPLSKConfigQuest (D800388D)]._splskyuiconfig.OnConfigInit() - "_SPLSkyUIConfig.psc" Line 93
    [_SPLQuest (D8000D65)]._splquestscript.Maintenance() - "_SPLQuestScript.psc" Line 112
    [alias _SPLPlayer on quest _SPLQuest (D8000D65)]._SPLPlayerAlias.OnPlayerLoadGame() - "_SPLPlayerAlias.psc" Line 6
[11/12/2019 - 10:01:59AM] [SHESON_DynDOLOD_Quest <DynDOLOD_Quest (FD000911)>] INI values assigned
[11/12/2019 - 10:01:59AM]  >>=======> Hunterborn is running compatibility checks.
[11/12/2019 - 10:01:59AM]  >>=======> Ignore Papyrus errors about missing files, immediately below.
[11/12/2019 - 10:01:59AM]  >>=======> Hunterborn is checking for SkyRe...
[11/12/2019 - 10:01:59AM] Error: File "SkyRe_Main.esp" does not exist or is not currently loaded.
stack:
    <unknown self>.Game.GetFormFromFile() - "<native>" Line ?
    [_DS_Hunterborn (3F003367)]._ds_hb_main.CheckForSkyRe() - "_DS_HB_MAIN.psc" Line 203
    [_DS_Hunterborn (3F003367)]._ds_hb_main.PrepForDLC() - "_DS_HB_MAIN.psc" Line 111
    [alias Player on quest _DS_Hunterborn (3F003367)]._ds_hb_player.OnPlayerLoadGame() - "_DS_HB_Player.psc" Line 286
[11/12/2019 - 10:01:59AM]  >>=======> Hunterborn is checking for PerMa...
[11/12/2019 - 10:01:59AM] Error: File "PerkusMaximus_Master.esp" does not exist or is not currently loaded.
stack:
    <unknown self>.Game.GetFormFromFile() - "<native>" Line ?
    [_DS_Hunterborn (3F003367)]._ds_hb_main.CheckForPerMa() - "_DS_HB_MAIN.psc" Line 329
    [_DS_Hunterborn (3F003367)]._ds_hb_main.PrepForDLC() - "_DS_HB_MAIN.psc" Line 114
    [alias Player on quest _DS_Hunterborn (3F003367)]._ds_hb_player.OnPlayerLoadGame() - "_DS_HB_Player.psc" Line 286
[11/12/2019 - 10:01:59AM] Error: File "Requiem.esp" does not exist or is not currently loaded.
stack:
    <unknown self>.Game.GetFormFromFile() - "<native>" Line ?
    [_DS_Hunterborn (3F003367)]._ds_hb_main.PrepForDLC() - "_DS_HB_MAIN.psc" Line 116
    [alias Player on quest _DS_Hunterborn (3F003367)]._ds_hb_player.OnPlayerLoadGame() - "_DS_HB_Player.psc" Line 286
[11/12/2019 - 10:01:59AM] Error: File "Hothtrooper44_ArmorCompilation.esp" does not exist or is not currently loaded.
stack:
    <unknown self>.Game.GetFormFromFile() - "<native>" Line ?
    [_DS_Hunterborn (3F003367)]._ds_hb_main.PrepForDLC() - "_DS_HB_MAIN.psc" Line 118
    [alias Player on quest _DS_Hunterborn (3F003367)]._ds_hb_player.OnPlayerLoadGame() - "_DS_HB_Player.psc" Line 286
[11/12/2019 - 10:01:59AM] Error: File "Draugnarok.esp" does not exist or is not currently loaded.
stack:
    <unknown self>.Game.GetFormFromFile() - "<native>" Line ?
    [_DS_Hunterborn (3F003367)]._ds_hb_main.PrepForDLC() - "_DS_HB_MAIN.psc" Line 120
    [alias Player on quest _DS_Hunterborn (3F003367)]._ds_hb_player.OnPlayerLoadGame() - "_DS_HB_Player.psc" Line 286
[11/12/2019 - 10:01:59AM] Error: File "Hunting in Skyrim.esp" does not exist or is not currently loaded.
stack:
    <unknown self>.Game.GetFormFromFile() - "<native>" Line ?
    [_DS_Hunterborn (3F003367)]._ds_hb_main.PrepForDLC() - "_DS_HB_MAIN.psc" Line 122
    [alias Player on quest _DS_Hunterborn (3F003367)]._ds_hb_player.OnPlayerLoadGame() - "_DS_HB_Player.psc" Line 286
[11/12/2019 - 10:01:59AM]  >>=======> Hunterborn compatibility checks are complete.
[11/12/2019 - 10:01:59AM] Error: Cannot cast from None to SKI_WidgetBase[]
stack:
    [iHUDControlQuest (BB000805)].ihudwidgetscript.initialize() - "iHUDWidgetScript.psc" Line 38
    [iHUDControlQuest (BB000805)].ihudcontrolscript.startUp() - "iHUDControlScript.psc" Line 93
    [iHUDMaintainanceQuest (BB002853)].iHUDMaintainanceScript.startUp() - "iHUDMaintainanceScript.psc" Line 20
    [alias PlayerAlias on quest iHUDMaintainanceQuest (BB002853)].iHUDLoadScript.OnPlayerLoadGame() - "iHUDLoadScript.psc" Line 11
[11/12/2019 - 10:01:59AM] [DSerAGO] Maintenance has been run
[11/12/2019 - 10:01:59AM] 
[11/12/2019 - 10:01:59AM] =====Wet and Cold is finished refreshing itself and searching for addons!=====
[11/12/2019 - 10:01:59AM] 
[11/12/2019 - 10:02:02AM] Error: Cannot call running() on a None object, aborting function call
stack:
    [TweakMonitorPlayer (4B02CBB1)].tweakmonitorplayerscript.OnGameLoaded() - "tweakmonitorplayerscript.psc" Line 91
    [TweakMonitorPlayer (4B02CBB1)].tweakmonitorplayerscript.OnUpdate() - "tweakmonitorplayerscript.psc" Line 215
[11/12/2019 - 10:02:05AM] VM is freezing...
[11/12/2019 - 10:02:05AM] VM is frozen
[11/12/2019 - 10:02:05AM] Saving game...
[11/12/2019 - 10:02:06AM] VM is thawing...
[11/12/2019 - 10:02:06AM] XPMSE MainQuest Initialization successful.
[11/12/2019 - 10:02:09AM] VM is freezing...
[11/12/2019 - 10:02:09AM] VM is frozen
[11/12/2019 - 10:02:10AM] Reverting game...
[11/12/2019 - 10:02:10AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to  (14BF4A83) because their base types do not match
[11/12/2019 - 10:02:10AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to  (1E212C70) because their base types do not match
[11/12/2019 - 10:02:10AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 2 in container  (040177C2) because their base types do not match
[11/12/2019 - 10:02:10AM] Error: Unable to bind script TPOS_DOOR_01 to  (14AD08D8) because their base types do not match
[11/12/2019 - 10:02:10AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 1 in container  (02006C07) because their base types do not match
[11/12/2019 - 10:02:10AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 3 in container  (0300CD18) because their base types do not match
[11/12/2019 - 10:02:10AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 2 in container  (1803BAD0) because their base types do not match
[11/12/2019 - 10:02:10AM] Error: Unable to bind script _lp_bardsongbookscript to Item 18 in container  (7B05075C) because their base types do not match
[11/12/2019 - 10:02:10AM] Error: Unable to bind script _lp_bardsongbookscript to Item 4 in container  (7B05075C) because their base types do not match
[11/12/2019 - 10:02:10AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to  (14AD1A80) because their base types do not match
[11/12/2019 - 10:02:10AM] Error: Unable to bind script PF__0201313D to  (DB01313D) because their base types do not match
[11/12/2019 - 10:02:10AM] Error: Unable to bind script WalkToggleScript to WalkToggle (E3000D62) because their base types do not match
[11/12/2019 - 10:02:10AM] Error: Unable to bind script TIF__02008F1D to topic info DE008F1D on quest sirsal_immersivedialogue_conversation (DE005903) because their base types do not match
[11/12/2019 - 10:02:10AM] Error: Unable to bind script PF__02014174 to  (DB014174) because their base types do not match
[11/12/2019 - 10:02:10AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 2 in container  (0300CD18) because their base types do not match
[11/12/2019 - 10:02:10AM] Error: Unable to bind script _lp_bardsongbookscript to Item 5 in container  (7B05075C) because their base types do not match
[11/12/2019 - 10:02:10AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to  (1E167038) because their base types do not match
[11/12/2019 - 10:02:10AM] Error: Unable to bind script _lp_bardsongbookscript to Item 13 in container  (7B05075C) because their base types do not match
[11/12/2019 - 10:02:10AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 1 in container  (0F02EE47) because their base types do not match
[11/12/2019 - 10:02:10AM] Error: Unable to bind script _lp_bardsongbookscript to Item 8 in container  (7B05075C) because their base types do not match
[11/12/2019 - 10:02:10AM] Error: Unable to bind script walktoggleweapondraw to WalkToggleWeaponDraw (E3004E07) because their base types do not match
[11/12/2019 - 10:02:10AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 2 in container  (220102BA) because their base types do not match
[11/12/2019 - 10:02:10AM] Error: Unable to bind script _lp_bardsongbookscript to Item 22 in container  (7B05075C) because their base types do not match
[11/12/2019 - 10:02:10AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 3 in container  (1E2B3901) because their base types do not match
[11/12/2019 - 10:02:10AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to  (1451E344) because their base types do not match
[11/12/2019 - 10:02:10AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to  (14AD09AE) because their base types do not match
[11/12/2019 - 10:02:10AM] Error: Unable to bind script _lp_bardsongbookscript to Item 1 in container  (7B05075C) because their base types do not match
[11/12/2019 - 10:02:10AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 3 in container  (1850F675) because their base types do not match
[11/12/2019 - 10:02:10AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 3 in container  (220102BA) because their base types do not match
[11/12/2019 - 10:02:10AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to  (18056983) because their base types do not match
[11/12/2019 - 10:02:10AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to  (1E212CDD) because their base types do not match
[11/12/2019 - 10:02:10AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 4 in container  (0300CD18) because their base types do not match
[11/12/2019 - 10:02:10AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to  (14ACE5C5) because their base types do not match
[11/12/2019 - 10:02:10AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 1 in container  (1850F675) because their base types do not match
[11/12/2019 - 10:02:10AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 1 in container  (18470D42) because their base types do not match
[11/12/2019 - 10:02:10AM] Error: Unable to bind script _lp_bardsongbookscript to Item 11 in container  (7B05075C) because their base types do not match
[11/12/2019 - 10:02:10AM] Error: Unable to bind script SF_TweakP1Hangout_02017201 to  (4B017201) because their base types do not match
[11/12/2019 - 10:02:10AM] Error: Unable to bind script _lp_bardsongbookscript to Item 2 in container  (7B05075C) because their base types do not match
[11/12/2019 - 10:02:10AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 1 in container  (1E3090F2) because their base types do not match
[11/12/2019 - 10:02:10AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to  (1E13A8D3) because their base types do not match
[11/12/2019 - 10:02:10AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 4 in container  (1E2B3901) because their base types do not match
[11/12/2019 - 10:02:10AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 2 in container  (1E2B3901) because their base types do not match
[11/12/2019 - 10:02:10AM] Error: Unable to bind script _lp_bardsongbookscript to Item 20 in container  (7B05075C) because their base types do not match
[11/12/2019 - 10:02:10AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 1 in container  (1E2B3901) because their base types do not match
[11/12/2019 - 10:02:10AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to  (1E2B1511) because their base types do not match
[11/12/2019 - 10:02:10AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to  (181278BE) because their base types do not match
[11/12/2019 - 10:02:10AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to  (181278BF) because their base types do not match
[11/12/2019 - 10:02:10AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to  (18193FA1) because their base types do not match
[11/12/2019 - 10:02:10AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to  (18193FA2) because their base types do not match
[11/12/2019 - 10:02:10AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 2 in container  (1850F675) because their base types do not match
[11/12/2019 - 10:02:10AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 3 in container  (1803BABC) because their base types do not match
[11/12/2019 - 10:02:10AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 2 in container  (1803BABC) because their base types do not match
[11/12/2019 - 10:02:10AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 1 in container  (1803BABC) because their base types do not match
[11/12/2019 - 10:02:10AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 4 in container  (1803BAD0) because their base types do not match
[11/12/2019 - 10:02:10AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 3 in container  (1803BAD0) because their base types do not match
[11/12/2019 - 10:02:10AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to  (14ACEE83) because their base types do not match
[11/12/2019 - 10:02:10AM] Error: Unable to bind script da02deadbodyscript to  (3B001FB3) because their base types do not match
[11/12/2019 - 10:02:10AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to  (14BD0FB6) because their base types do not match
[11/12/2019 - 10:02:10AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to  (14ACECF7) because their base types do not match
[11/12/2019 - 10:02:10AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to  (0F02EDBC) because their base types do not match
[11/12/2019 - 10:02:10AM] Error: Unable to bind script _lp_bardsongbookscript to Item 7 in container  (7B05075C) because their base types do not match
[11/12/2019 - 10:02:10AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 1 in container  (030093E8) because their base types do not match
[11/12/2019 - 10:02:10AM] Error: Unable to bind script _lp_bardsongbookscript to Item 17 in container  (7B05075C) because their base types do not match
[11/12/2019 - 10:02:10AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 1 in container  (1803BAD0) because their base types do not match
[11/12/2019 - 10:02:10AM] Error: Unable to bind script _lp_bardsongbookscript to Item 23 in container  (7B05075C) because their base types do not match
[11/12/2019 - 10:02:10AM] Error: Unable to bind script _lp_bardsongbookscript to Item 21 in container  (7B05075C) because their base types do not match
[11/12/2019 - 10:02:10AM] Error: Unable to bind script _lp_bardsongbookscript to Item 19 in container  (7B05075C) because their base types do not match
[11/12/2019 - 10:02:10AM] Error: Unable to bind script _lp_bardsongbookscript to Item 15 in container  (7B05075C) because their base types do not match
[11/12/2019 - 10:02:10AM] Error: Unable to bind script _lp_bardsongbookscript to Item 14 in container  (7B05075C) because their base types do not match
[11/12/2019 - 10:02:10AM] Error: Unable to bind script _lp_bardsongbookscript to Item 12 in container  (7B05075C) because their base types do not match
[11/12/2019 - 10:02:10AM] Error: Unable to bind script _lp_bardsongbookscript to Item 10 in container  (7B05075C) because their base types do not match
[11/12/2019 - 10:02:10AM] Error: Unable to bind script _lp_bardsongbookscript to Item 9 in container  (7B05075C) because their base types do not match
[11/12/2019 - 10:02:10AM] Error: Unable to bind script _lp_bardsongbookscript to Item 3 in container  (7B05075C) because their base types do not match
[11/12/2019 - 10:02:10AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 1 in container  (000EF617) because their base types do not match
[11/12/2019 - 10:02:10AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to  (17040112) because their base types do not match
[11/12/2019 - 10:02:10AM] Error: Unable to bind script TIF__020012CD to topic info DE0012CD on quest sirsal_immersivedialogue_mugging (DE000D62) because their base types do not match
[11/12/2019 - 10:02:10AM] Error: Unable to bind script TIF__020099EF to topic info DE0099EF on quest sirsal_immersivedialogue_conversation (DE005903) because their base types do not match
[11/12/2019 - 10:02:10AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to  (1451E24F) because their base types do not match
[11/12/2019 - 10:02:10AM] Error: Unable to bind script TIF__020099ED to topic info DE0099ED on quest sirsal_immersivedialogue_conversation (DE005903) because their base types do not match
[11/12/2019 - 10:02:10AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 1 in container  (220102BA) because their base types do not match
[11/12/2019 - 10:02:10AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 2 in container  (030093E8) because their base types do not match
[11/12/2019 - 10:02:10AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 4 in container  (220102BA) because their base types do not match
[11/12/2019 - 10:02:10AM] Error: Unable to bind script _lp_bardsongbookscript to Item 24 in container  (7B05075C) because their base types do not match
[11/12/2019 - 10:02:10AM] Error: Unable to bind script traptriggerbase to TweakTraps (4B00C515) because their base types do not match
[11/12/2019 - 10:02:10AM] Error: Unable to bind script TrapBear to TweakTraps (4B00C515) because their base types do not match
[11/12/2019 - 10:02:10AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to  (0F021CF6) because their base types do not match
[11/12/2019 - 10:02:10AM] Error: Unable to bind script _lp_bardsongbookscript to Item 6 in container  (7B05075C) because their base types do not match
[11/12/2019 - 10:02:10AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 1 in container  (0300CD18) because their base types do not match
[11/12/2019 - 10:02:10AM] Error: Unable to bind script SF_TweakP1Pose_02017788 to  (4B017788) because their base types do not match
[11/12/2019 - 10:02:10AM] Error: Unable to bind script dunSleepingTreeSapDruggedEffect to Item 5 in container  (1E2B3901) because their base types do not match
[11/12/2019 - 10:02:10AM] Error: Unable to bind script _lp_bardsongbookscript to Item 16 in container  (7B05075C) because their base types do not match
[11/12/2019 - 10:02:11AM] Loading game...
[11/12/2019 - 10:02:11AM] WARNING: Property OCinema on script _oOmni attached to 0SA (06000D62) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property OSysInputSound on script _oOmni attached to 0SA (06000D62) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (0006C3C9) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (0006C3C9) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (000D6AE9) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (000D6AE9) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] Error: Property Pages on script TestMCM attached to Test_MCM (7A000D62) cannot be initialized because the value is the incorrect type
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (000D3A4C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (000D3A4C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (14D85EF7) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (14D85EF7) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (14011DEE) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (14011DEE) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (14E60355) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (14E60355) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property Hold on script dbm_bannerscript attached to  (1816897F) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (1E197363) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E197363) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E197363) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (1E197363) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (0010E679) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010E679) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010E679) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (0010E679) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (0010E58F) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010E58F) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010E58F) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (0010E58F) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (1E1C1CDA) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E1C1CDA) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E1C1CDA) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (1E1C1CDA) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (14D01A8A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (14D01A8A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (E520F20E) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (E520F20E) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (181275AE) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (181275AE) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (181275AE) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (181275AE) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (145E93C7) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (145E93C7) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (145E93C7) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (145E93C7) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (14551134) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (14551134) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (0F02EC8B) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (0F02EC8B) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (0F013179) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (0F013179) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (000B70C0) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (000B70C0) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (14D3EA45) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (14D3EA45) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (14B39B0B) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (14B39B0B) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (3608A912) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (3608A912) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (E568A421) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (E568A421) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] Error: Property MyDamBed on script aaSexHouseCarlBreezeHomeSleepScript attached to alias Housecarl on quest aaSexWhoreHouseWhiterun (0D0253AF) cannot be bound because <NULL form> (000CB42C) is not the right type
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (0010D722) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010D722) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010D722) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (0010D722) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (14653CE8) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (14653CE8) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property pDismissedFollower on script follower3dnpc attached to DialogueFollower3DNPC (1E13184C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property FollowerDismissMessageCompanionsMale on script follower3dnpc attached to DialogueFollower3DNPC (1E13184C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property pPlayerFollowerCount on script follower3dnpc attached to DialogueFollower3DNPC (1E13184C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property pCurrentHireling on script follower3dnpc attached to DialogueFollower3DNPC (1E13184C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property FollowerDismissMessageCompanionsFemale on script follower3dnpc attached to DialogueFollower3DNPC (1E13184C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property pPlayerAnimalCount on script follower3dnpc attached to DialogueFollower3DNPC (1E13184C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property HirelingRehireScript on script follower3dnpc attached to DialogueFollower3DNPC (1E13184C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property FollowerDismissMessageCompanions on script follower3dnpc attached to DialogueFollower3DNPC (1E13184C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property pFollowerAlias on script follower3dnpc attached to DialogueFollower3DNPC (1E13184C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property FollowerDismissMessage on script follower3dnpc attached to DialogueFollower3DNPC (1E13184C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property AnimalDismissMessage on script follower3dnpc attached to DialogueFollower3DNPC (1E13184C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property FollowerDismissMessageWait on script follower3dnpc attached to DialogueFollower3DNPC (1E13184C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property pFollowerAlias1 on script follower3dnpc attached to DialogueFollower3DNPC (1E13184C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property pAnimalAlias on script follower3dnpc attached to DialogueFollower3DNPC (1E13184C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property FollowerDismissMessageWedding on script follower3dnpc attached to DialogueFollower3DNPC (1E13184C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property pFollowerAlias2 on script follower3dnpc attached to DialogueFollower3DNPC (1E13184C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property Alias_PlayerBed on script QF_aaSexScene06_010253BA attached to aaSexScene06 (0D0253BA) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property Alias_PlayerCliant on script QF_aaSexScene06_010253BA attached to aaSexScene06 (0D0253BA) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (24D80DE5) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (24D80DE5) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (000DC346) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (000DC346) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (000876E1) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (000876E1) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (000CCE22) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (000CCE22) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (18030CD1) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18030CD1) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18030CD1) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (18030CD1) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (00083DAD) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (00083DAD) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (000486E1) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (000486E1) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (000486E1) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (000486E1) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property BYOHDeposit on script MineOreScript attached to  (03000A76) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (03000A76) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (03000A76) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCountTotal on script MineOreScript attached to  (03000A76) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (03000A76) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (03000A76) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property SSM_TwoHandedPerk on script SkyrimSpearMechanic_AliasNpc attached to alias NPC6 on quest SSM_NpcQuest (56009EEA) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (000D5FE5) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (000D5FE5) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (1E1A9758) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E1A9758) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E1A9758) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (1E1A9758) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (141CA28A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (141CA28A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (00047A21) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (00047A21) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (14C5A147) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (14C5A147) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (18014E73) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18014E73) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18014E73) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (18014E73) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (0009B790) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (0009B790) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (14DB8A55) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (14DB8A55) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (0009FE78) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (0009FE78) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property SSM_TwoHandedPerk on script SkyrimSpearMechanic_AliasNpc attached to alias NPC4 on quest SSM_NpcQuest (56009EEA) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (181946C7) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (181946C7) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (181946C7) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (181946C7) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (14BDB25D) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (14BDB25D) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property SSM_TwoHandedPerk on script SkyrimSpearMechanic_AliasNpc attached to alias NPC5 on quest SSM_NpcQuest (56009EEA) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property TweakOriginalEssentialFaction on script TweakFixBoethiah attached to  (00083041) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (1E20087A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E20087A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E20087A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (1E20087A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (1E1A8005) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (1E1A8005) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (14CD3DF0) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (14CD3DF0) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (1400FB7B) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (1400FB7B) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (1E203EE3) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E203EE3) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E203EE3) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (1E203EE3) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (1828EECC) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (1828EECC) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (00097809) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (00097809) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (000A02A1) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (000A02A1) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (181946F4) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (181946F4) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (181946F4) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (181946F4) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (0010F05D) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010F05D) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010F05D) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (0010F05D) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (0010EE01) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010EE01) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010EE01) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (0010EE01) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property CannabisSeedWatered on script CannabisSeedPlacerRefAliasScript attached to alias CannabisSeedPlacerRefAlias on quest CannabisQuest (770840A7) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (14C5A135) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (14C5A135) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property BYOHDeposit on script MineOreScript attached to  (03000AF6) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (03000AF6) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (03000AF6) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCountTotal on script MineOreScript attached to  (03000AF6) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (03000AF6) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (03000AF6) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (182F4AD5) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (182F4AD5) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (00097C45) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (00097C45) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property SexLab on script AmorousAdvFarkasQstUtil attached to SexLabAmorousAdventuresFarkas (520376E7) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (14FFB2A7) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (14FFB2A7) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (E5DB85C7) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (E5DB85C7) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (1E2C5CC3) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E2C5CC3) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E2C5CC3) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (1E2C5CC3) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (000CDD7A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (000CDD7A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (18194759) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18194759) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18194759) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (18194759) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (1E1A54A4) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E1A54A4) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E1A54A4) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (1E1A54A4) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property SSM_TwoHandedPerk on script SkyrimSpearMechanic_AliasNpc attached to alias NPC9 on quest SSM_NpcQuest (56009EEA) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (186298C9) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (186298C9) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property Hold on script dbm_bannerscript attached to  (1816897D) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (1E1A54B3) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (1E1A54B3) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (1E197364) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E197364) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E197364) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (1E197364) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (14B47EB1) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (14B47EB1) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (146A9FFE) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (146A9FFE) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (14B47EB0) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (14B47EB0) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (0002F591) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (0002F591) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (140F9050) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (140F9050) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (1E247CB7) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E247CB7) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E247CB7) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (1E247CB7) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (1E5007F1) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E5007F1) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E5007F1) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (1E5007F1) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (000EA684) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (000EA684) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property SSM_TwoHandedPerk on script SkyrimSpearMechanic_AliasNpc attached to alias NPC7 on quest SSM_NpcQuest (56009EEA) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (14019546) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (14019546) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (1E1C1CD8) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E1C1CD8) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E1C1CD8) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (1E1C1CD8) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (1E1C1CD9) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E1C1CD9) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E1C1CD9) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (1E1C1CD9) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (18194CA2) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18194CA2) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18194CA2) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (18194CA2) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (00083E1B) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (00083E1B) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (1401C2F6) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (1401C2F6) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (0010EA86) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010EA86) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010EA86) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (0010EA86) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (14B1A4D6) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (14B1A4D6) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property BYOHDeposit on script MineOreScript attached to  (03000AC0) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (03000AC0) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (03000AC0) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCountTotal on script MineOreScript attached to  (03000AC0) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (03000AC0) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (03000AC0) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (1E500231) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (1E500231) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (E51B5D30) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (E51B5D30) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (0F02EC74) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (0F02EC74) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property SSM_TwoHandedPerk on script SkyrimSpearMechanic_AliasNpc attached to alias NPC8 on quest SSM_NpcQuest (56009EEA) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (141B0BA9) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (141B0BA9) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (1461C01E) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1461C01E) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1461C01E) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (1461C01E) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (E520F210) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (E520F210) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property AttachedTo on script TGRPlayerHouseShadowmarkScript attached to  (31000D63) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (000D6C2B) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (000D6C2B) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property SSM_TwoHandedPerk on script SkyrimSpearMechanic_AliasNpc attached to alias NPC10 on quest SSM_NpcQuest (56009EEA) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] Error: Property pTweakStables on script tweakfollowerscript attached to TweakFollower (4B0012CE) cannot be bound because stables (00068D73) is not the right type
[11/12/2019 - 10:02:11AM] Error: Property TweakCarryWeight on script tweakfollowerscript attached to TweakFollower (4B0012CE) cannot be initialized because the value is the incorrect type
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (0F0259E6) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (0F0259E6) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (18195241) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18195241) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18195241) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (18195241) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (18030CD2) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18030CD2) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18030CD2) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (18030CD2) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property SSM_TwoHandedPerk on script SkyrimSpearMechanic_AliasNpc attached to alias NPC3 on quest SSM_NpcQuest (56009EEA) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (141C511E) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (141C511E) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (000EBC57) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (000EBC57) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (000EBC57) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (000EBC57) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (00023591) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (00023591) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (000B3949) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (000B3949) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (000C4FDF) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (000C4FDF) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (000C4FDF) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (000C4FDF) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (14ACD374) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (14ACD374) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (14B42D96) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (14B42D96) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (14CA126D) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (14CA126D) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (18128DC3) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (18128DC3) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (1812730E) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1812730E) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1812730E) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (1812730E) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (E51E603B) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (E51E603B) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (E51C7FF6) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (E51C7FF6) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (1437E8A1) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (1437E8A1) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (00099B49) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (00099B49) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (14DB8A56) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (14DB8A56) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (18014E71) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18014E71) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18014E71) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (18014E71) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (0F02390C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (0F02390C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (18030CCE) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18030CCE) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18030CCE) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (18030CCE) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (18194E09) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18194E09) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18194E09) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (18194E09) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (18194636) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18194636) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18194636) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (18194636) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (000ABF83) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (000ABF83) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (4C067934) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (4C067934) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property BYOHDeposit on script MineOreScript attached to  (140A3504) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (140A3504) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (140A3504) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCountTotal on script MineOreScript attached to  (140A3504) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (140A3504) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (140A3504) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (1E19E72A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E19E72A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E19E72A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (1E19E72A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (1E1C1543) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (1E1C1543) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (18194634) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18194634) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18194634) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (18194634) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (1424E177) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (1424E177) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property AttachedTo on script TGRPlayerHouseShadowmarkScript attached to  (31004415) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (148F63C0) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (148F63C0) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property BYOHDeposit on script MineOreScript attached to  (140A350A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (140A350A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (140A350A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCountTotal on script MineOreScript attached to  (140A350A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (140A350A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (140A350A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property FreeformMarkarthO on script mdcuestartscript attached to  (1E1EC62D) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (0010ED12) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010ED12) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010ED12) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (0010ED12) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (0010FC4C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010FC4C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010FC4C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (0010FC4C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (0010E6C1) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010E6C1) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010E6C1) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (0010E6C1) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property WMFFControlQuest on script CACO_AltFloraScript attached to  (00107B7B) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (2402E192) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (2402E192) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (18194E62) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18194E62) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18194E62) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (18194E62) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property AnvilQuestameir on script qf_anvilmoonpathquest_0106a8ca attached to AnvilMoonpathQuest (1806A8CA) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (18713BD7) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (18713BD7) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (0401B65A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0401B65A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0401B65A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (0401B65A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (1E5007D5) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E5007D5) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E5007D5) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (1E5007D5) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (1E1A9757) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E1A9757) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E1A9757) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (1E1A9757) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (000FE2AF) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (000FE2AF) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] Error: Property PlayerAlias on script ARTH_SCRP_QuestInitalizerScript attached to CRFInitializer (0F0368FD) cannot be bound because <NULL alias> (7) on <NULL quest> (00025230) is not the right type
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (0010ED10) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010ED10) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010ED10) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (0010ED10) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property Nec1 on script TerynneAliasScript attached to TerynneQuest (1E377D79) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property Nec2 on script TerynneAliasScript attached to TerynneQuest (1E377D79) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property Nec3 on script TerynneAliasScript attached to TerynneQuest (1E377D79) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (000BA989) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (000BA989) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (14BFFF1C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (14BFFF1C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (000C61D5) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (000C61D5) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (0010EFE5) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010EFE5) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010EFE5) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (0010EFE5) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (147054F4) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (147054F4) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (14D5D273) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (14D5D273) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (000BB428) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (000BB428) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (18194CD3) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18194CD3) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18194CD3) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (18194CD3) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (18194F25) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18194F25) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18194F25) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (18194F25) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (1812762A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1812762A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1812762A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (1812762A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (14793407) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (14793407) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property T01ConclusionScene on script QF_T01_00023B6C attached to T01 (00023B6C) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (181276A9) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (181276A9) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (181276A9) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (181276A9) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (1E297E1F) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E297E1F) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E297E1F) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (1E297E1F) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (1E1A9756) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E1A9756) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E1A9756) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (1E1A9756) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (1E1C1CD7) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E1C1CD7) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E1C1CD7) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (1E1C1CD7) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (1E1C51A8) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E1C51A8) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E1C51A8) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (1E1C51A8) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (1E5007D6) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E5007D6) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E5007D6) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:11AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (1E5007D6) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:12AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (000F1D9B) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:12AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (000F1D9B) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:12AM] WARNING: Property AttachedTo on script TGRPlayerHouseShadowmarkScript attached to  (3100441B) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:12AM] WARNING: Property flArrows on script WilliamTellArrow3dnpc attached to  (1E2E1E29) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:12AM] WARNING: Property myActor on script WilliamTellArrow3dnpc attached to  (1E2E1E29) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:12AM] WARNING: Property dunArcherQST on script WilliamTellArrow3dnpc attached to  (1E2E1E29) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:12AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (18194F28) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:12AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18194F28) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:12AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18194F28) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:12AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (18194F28) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:12AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (181D5AEF) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:12AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (181D5AEF) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:12AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (18194747) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:12AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18194747) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:12AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18194747) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:12AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (18194747) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:12AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (181949FA) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:12AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (181949FA) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:12AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (181949FA) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:12AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (181949FA) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:12AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (00021A1D) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:12AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (00021A1D) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:12AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (00021A1D) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:12AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (00021A1D) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:12AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (18127ACD) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:12AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (18127ACD) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:12AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (1E1D4171) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:12AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E1D4171) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:12AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (1E1D4171) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:12AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (1E1D4171) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:12AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (0008D275) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:12AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (0008D275) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:12AM] WARNING: Property AttachedTo on script TGRPlayerHouseShadowmarkScript attached to  (31001DD7) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:12AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (0010E5FC) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:12AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010E5FC) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:12AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010E5FC) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:12AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (0010E5FC) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:12AM] WARNING: Property ArcPerkTorchTree on script dbm_perkresetscript attached to  (185A9669) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:12AM] WARNING: Property ArcPerkCRTree on script dbm_perkresetscript attached to  (185A9669) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:12AM] WARNING: Property ArcPerkPickTree on script dbm_perkresetscript attached to  (185A9669) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:12AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (000B555A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:12AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (000B555A) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:12AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (0006AF4D) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:12AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (0006AF4D) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:12AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (18030CCF) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:12AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18030CCF) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:12AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (18030CCF) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:12AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (18030CCF) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:12AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (1E2C5D69) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:12AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (1E2C5D69) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:12AM] WARNING: Property SSM_TwoHandedPerk on script SkyrimSpearMechanic_AliasNpc attached to alias NPC2 on quest SSM_NpcQuest (56009EEA) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:12AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (0010E515) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:12AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010E515) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:12AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (0010E515) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:12AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (0010E515) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:12AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (04031792) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:12AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (04031792) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:12AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (04031792) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:12AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (04031792) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:12AM] WARNING: Property ResourceCountTotalGV_CCO on script MineOreScript attached to  (04031796) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:12AM] WARNING: Property StrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (04031796) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:12AM] WARNING: Property AttackStrikesBeforeCollectionGV_CCO on script MineOreScript attached to  (04031796) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:12AM] WARNING: Property ResourceCountGV_CCO on script MineOreScript attached to  (04031796) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:12AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (0010CC15) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:12AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (0010CC15) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:12AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (000FE2B9) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:12AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (000FE2B9) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:12AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (0006F367) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:12AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (0006F367) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:12AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (04019A51) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:12AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (04019A51) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:12AM] WARNING: Property AttachedTo on script TGRPlayerHouseShadowmarkScript attached to  (310012F9) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:12AM] WARNING: Property ResourceCount on script resourcefurniturescript attached to  (14B47EAF) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:12AM] WARNING: Property MaxResourcePerActivation on script resourcefurniturescript attached to  (14B47EAF) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:12AM] Error: Property CityShadowmarkControl on script TGRQuestBasedShadowmarkScript attached to  (310049A6) cannot be bound because <NULL form> (00055C08) is not the right type
[11/12/2019 - 10:02:12AM] WARNING: Unable to get type slanakedscript referenced by the save game. Objects of this type will not be loaded.
[11/12/2019 - 10:02:12AM] WARNING: Unable to get type slascanallscript referenced by the save game. Objects of this type will not be loaded.
[11/12/2019 - 10:02:12AM] WARNING: Unable to get type slaScanAllNPCScript referenced by the save game. Objects of this type will not be loaded.
[11/12/2019 - 10:02:12AM] WARNING: Unable to get type sla_confighelper referenced by the save game. Objects of this type will not be loaded.
[11/12/2019 - 10:02:12AM] WARNING: Could not find type slascanallscript in the type table in save
[11/12/2019 - 10:02:12AM] WARNING: Could not find type slanakedscript in the type table in save
[11/12/2019 - 10:02:12AM] WARNING: Could not find type sla_confighelper in the type table in save
[11/12/2019 - 10:02:12AM] WARNING: Could not find type slaScanAllNPCScript in the type table in save
[11/12/2019 - 10:02:13AM] VM is thawing...
[11/12/2019 - 10:02:13AM] 
[11/12/2019 - 10:02:13AM] =====Wet and Cold is refreshing itself and searching for addons. Any errors below are harmless.=====
[11/12/2019 - 10:02:13AM] 
[11/12/2019 - 10:02:13AM] Error: File "1nivWICCloaksCRAFT.esp" does not exist or is not currently loaded.
stack:
    <unknown self>.Game.GetFormFromFile() - "<native>" Line ?
    [_WetQuest (1C000D63)]._wetquestscript.CheckWiCPlugins() - "_WetQuestScript.psc" Line 415
    [_WetQuest (1C000D63)]._wetquestscript.Maintenance() - "_WetQuestScript.psc" Line 475
    [alias Player on quest _WetQuest (1C000D63)]._wetplayeralias.OnPlayerLoadGame() - "_WetPlayerAlias.psc" Line 6
[11/12/2019 - 10:02:13AM] SEXLAB - LOADED: Version 16200 / 16200
[11/12/2019 - 10:02:13AM] SexLab MCM Loaded CurrentVerison: 16200 / 16200
[11/12/2019 - 10:02:13AM] vDBM/DataManager: OnGameReload
[11/12/2019 - 10:02:13AM] vDBM/DataManager: Doing upkeep...
[11/12/2019 - 10:02:13AM] vDBM/DataManager: Finished upkeep!
[11/12/2019 - 10:02:13AM] FNIS AA started (load)
[11/12/2019 - 10:02:13AM] [SimplyKnock] Detected SKSE version 1.070300 (expected 1.070300 or newer, success!)
[11/12/2019 - 10:02:13AM] SOS Maintenance: loaded version is 300004
[11/12/2019 - 10:02:13AM] SOS Maintenance: 300004 is update
[11/12/2019 - 10:02:13AM] [Frostfall]======================================================================================================
[11/12/2019 - 10:02:13AM] [Frostfall]                    Frostfall is now performing start-up and compatibility checks.                    
[11/12/2019 - 10:02:13AM] [Frostfall]           Errors related to missing files may follow. These are NORMAL and should be ignored.        
[11/12/2019 - 10:02:13AM] [Frostfall]======================================================================================================
[11/12/2019 - 10:02:13AM] [Immersive Citizens]======================================================================================================
[11/12/2019 - 10:02:13AM] [Immersive Citizens]     Immersive Citizens is now performing compatibility checks. Papyrus warnings about missing or       
[11/12/2019 - 10:02:13AM] [Immersive Citizens]             unloaded files may follow. This is NORMAL and can be ignored.                               
[11/12/2019 - 10:02:13AM] [Immersive Citizens]======================================================================================================
[11/12/2019 - 10:02:13AM] [Frostfall] Detected SKSE version 1.070300 (expected 1.070300 or newer, success!)
[11/12/2019 - 10:02:13AM] Error: File "ClimatesOfTamriel.esm" does not exist or is not currently loaded.
stack:
    <unknown self>.Game.GetFormFromFile() - "<native>" Line ?
    [alias Player on quest NPCO_Update (E5F10B52)].npco_update.IsPluginLoaded() - "NPCO_Update.psc" Line 163
    [alias Player on quest NPCO_Update (E5F10B52)].npco_update.Compatibility() - "NPCO_Update.psc" Line 148
    [alias Player on quest NPCO_Update (E5F10B52)].npco_update.OnPlayerLoadGame() - "NPCO_Update.psc" Line 102
[11/12/2019 - 10:02:13AM] [Immersive Citizens]======================================================================================================
[11/12/2019 - 10:02:13AM] [Immersive Citizens]                            Immersive Citizens compatibility check complete.                           
[11/12/2019 - 10:02:13AM] [Immersive Citizens]======================================================================================================
[11/12/2019 - 10:02:13AM] Relationship Dialogue Overhaul : Checking For Mods ---------- Ignore Errors About Missing Files
[11/12/2019 - 10:02:13AM] Real Shelter Config:  Checking For Frostfall:
[11/12/2019 - 10:02:13AM] Error: File "RealShelterFF.esp" does not exist or is not currently loaded.
stack:
    <unknown self>.Game.GetFormFromFile() - "<native>" Line ?
    [RealShelterConfig (23013FEB)].RealShelterConfigScript.LocalChecks() - "RealShelterConfigScript.psc" Line 353
    [RealShelterConfig (23013FEB)].RealShelterConfigScript.OnGameReload() - "RealShelterConfigScript.psc" Line 331
    [alias PlayerAlias on quest RealShelterConfig (23013FEB)].SKI_PlayerLoadGameAlias.OnPlayerLoadGame() - "SKI_PlayerLoadGameAlias.psc" Line 6
[11/12/2019 - 10:02:13AM] Frostfall Found? False
[11/12/2019 - 10:02:13AM] Error: File "WetandCold - Holidays.esp" does not exist or is not currently loaded.
stack:
    <unknown self>.Game.GetFormFromFile() - "<native>" Line ?
    [_WetQuest (1C000D63)]._wetquestscript.Maintenance() - "_WetQuestScript.psc" Line 557
    [alias Player on quest _WetQuest (1C000D63)]._wetplayeralias.OnPlayerLoadGame() - "_WetPlayerAlias.psc" Line 6
[11/12/2019 - 10:02:13AM] Error: File "Wyrmstooth.esp" does not exist or is not currently loaded.
stack:
    <unknown self>.Game.GetFormFromFile() - "<native>" Line ?
    [_WetQuest (1C000D63)]._wetquestscript.Maintenance() - "_WetQuestScript.psc" Line 561
    [alias Player on quest _WetQuest (1C000D63)]._wetplayeralias.OnPlayerLoadGame() - "_WetPlayerAlias.psc" Line 6
[11/12/2019 - 10:02:13AM] Error: File "Chesko_Frostfall.esp" does not exist or is not currently loaded.
stack:
    <unknown self>.Game.GetFormFromFile() - "<native>" Line ?
    [_WetQuest (1C000D63)]._wetquestscript.Maintenance() - "_WetQuestScript.psc" Line 569
    [alias Player on quest _WetQuest (1C000D63)]._wetplayeralias.OnPlayerLoadGame() - "_WetPlayerAlias.psc" Line 6
[11/12/2019 - 10:02:13AM] Error: File "iNeed.esp" does not exist or is not currently loaded.
stack:
    <unknown self>.Game.GetFormFromFile() - "<native>" Line ?
    [_WetQuest (1C000D63)]._wetquestscript.Maintenance() - "_WetQuestScript.psc" Line 590
    [alias Player on quest _WetQuest (1C000D63)]._wetplayeralias.OnPlayerLoadGame() - "_WetPlayerAlias.psc" Line 6
[11/12/2019 - 10:02:13AM] Error: File "getSnowy.esp" does not exist or is not currently loaded.
stack:
    <unknown self>.Game.GetFormFromFile() - "<native>" Line ?
    [_WetQuest (1C000D63)]._wetquestscript.Maintenance() - "_WetQuestScript.psc" Line 595
    [alias Player on quest _WetQuest (1C000D63)]._wetplayeralias.OnPlayerLoadGame() - "_WetPlayerAlias.psc" Line 6
[11/12/2019 - 10:02:13AM] Error: File "EFFCore.esm" does not exist or is not currently loaded.
stack:
    <unknown self>.Game.GetFormFromFile() - "<native>" Line ?
    [_WetQuest (1C000D63)]._wetquestscript.Maintenance() - "_WetQuestScript.psc" Line 619
    [alias Player on quest _WetQuest (1C000D63)]._wetplayeralias.OnPlayerLoadGame() - "_WetPlayerAlias.psc" Line 6
[11/12/2019 - 10:02:13AM] FNISSM started.
[11/12/2019 - 10:02:13AM] Error: File "aMidianborn_Skyforge_Weapons.esp" does not exist or is not currently loaded.
stack:
    <unknown self>.Game.GetFormFromFile() - "<native>" Line ?
    [alias Player on quest ESFCompanionsCore (29000D62)].esfcplayeraliasscript.CompatibilitySetup() - "ESFCPlayerAliasScript.psc" Line 36
    [alias Player on quest ESFCompanionsCore (29000D62)].esfcplayeraliasscript.OnPlayerLoadGame() - "ESFCPlayerAliasScript.psc" Line 15
[11/12/2019 - 10:02:13AM] Error: File "aMidianborn_ContentAddon.esp" does not exist or is not currently loaded.
stack:
    <unknown self>.Game.GetFormFromFile() - "<native>" Line ?
    [alias Player on quest ESFCompanionsCore (29000D62)].esfcplayeraliasscript.CompatibilitySetup() - "ESFCPlayerAliasScript.psc" Line 52
    [alias Player on quest ESFCompanionsCore (29000D62)].esfcplayeraliasscript.OnPlayerLoadGame() - "ESFCPlayerAliasScript.psc" Line 15
[11/12/2019 - 10:02:13AM] Relationship Dialogue Overhaul : Done Checking For Mods ---------- Any Errors Reported Are Harmless
[11/12/2019 - 10:02:13AM] [Frostfall] Beginning worn gear integrity check.
[11/12/2019 - 10:02:13AM] FNIS PCEA2 Quest started (load)
[11/12/2019 - 10:02:13AM] zbfExternal: Compatibility checking
[11/12/2019 - 10:02:13AM] zbfExternal: -------------------------------------------------------
[11/12/2019 - 10:02:13AM] zbfExternal:                    SexLab version: 16200
[11/12/2019 - 10:02:13AM] zbfExternal:                 SlaveTats version: 
[11/12/2019 - 10:02:13AM] [slamainscr <sla_Main (0A042D62)>]: starting maintenance...
[11/12/2019 - 10:02:13AM] Hunterborn.esp located
[11/12/2019 - 10:02:13AM] zbfExternal:                  RaceMenu version: 7
[11/12/2019 - 10:02:13AM] zbfExternal: Non SexLab Animation Pack version: 0
[11/12/2019 - 10:02:13AM] zbfExternal: -------------------------------------------------------
[11/12/2019 - 10:02:13AM] zbfExternal:                    SexLab support: TRUE
[11/12/2019 - 10:02:13AM] zbfExternal:                   Overlay support: False
[11/12/2019 - 10:02:13AM] zbfExternal:      Non SexLab Animation support: False
[11/12/2019 - 10:02:13AM] zbfExternal: -------------------------------------------------------
[11/12/2019 - 10:02:13AM] [slamainscr <sla_Main (0A042D62)>]: Disabled Desire spell
[11/12/2019 - 10:02:13AM] [SHESON_DynDOLOD_Quest <DynDOLOD_Quest (FD000911)>] Load DynDOLOD_Worlds.json TRUE  
[11/12/2019 - 10:02:13AM] [SHESON_DynDOLOD_Quest <DynDOLOD_Quest (FD000911)>] Load DynDOLOD_.json False
[11/12/2019 - 10:02:13AM] [SHESON_DynDOLOD_Quest <DynDOLOD_Quest (FD000911)>] Load DynDOLOD__Objects.json False
[11/12/2019 - 10:02:13AM] [Campfire]======================================================================================================
[11/12/2019 - 10:02:13AM] [Campfire]     Campfire is now performing compatibility checks. Papyrus warnings about missing or               
[11/12/2019 - 10:02:13AM] [Campfire]             unloaded files may follow. This is NORMAL and can be ignored.                              
[11/12/2019 - 10:02:13AM] [Campfire]======================================================================================================
[11/12/2019 - 10:02:13AM] [Campfire] Detected SKSE version 1.070300 (expected 1.070300 or newer, success!)
[11/12/2019 - 10:02:13AM] [Campfire] Loaded: SkyUI.esp
[11/12/2019 - 10:02:13AM] [Campfire] Loaded: Dawnguard.esm
[11/12/2019 - 10:02:13AM] [Campfire] Loaded: Dragonborn.esm
[11/12/2019 - 10:02:13AM] [Campfire] Loaded: HearthFires.esm
[11/12/2019 - 10:02:13AM] [Campfire] Loaded: RealisticNeedsandDiseases.esp
[11/12/2019 - 10:02:13AM] [Campfire] Loaded: Frostfall.esp
[11/12/2019 - 10:02:13AM] BGSomethingFishy.esp not located. Please ignore errors about missing file, this is normal
[11/12/2019 - 10:02:13AM] InitWidgetLoader()
[11/12/2019 - 10:02:13AM] Fossilsyum.esp not located. Please ignore errors about missing file, this is normal
[11/12/2019 - 10:02:13AM] Widget [_frost_meter <_Frost_ExposureMeterQuest (4405CDFD)>] was reset.
[11/12/2019 - 10:02:13AM] Widget [_frost_meter <_Frost_WetnessMeterQuest (4405CDFF)>] was reset.
[11/12/2019 - 10:02:13AM] XPMSE MainQuest Initialization successful.
[11/12/2019 - 10:02:13AM] [Campfire] Loaded: Equipping Overhaul.esp
[11/12/2019 - 10:02:13AM] [Campfire]======================================================================================================
[11/12/2019 - 10:02:13AM] [Campfire]                            Campfire compatibility check complete.                                      
[11/12/2019 - 10:02:13AM] [Campfire]======================================================================================================
[11/12/2019 - 10:02:13AM] Widget [_frost_meter <_Frost_WeathersenseMeterQuest (44068BEE)>] was reset.
[11/12/2019 - 10:02:13AM] [slamainscr <sla_Main (0A042D62)>]: Enabled cloak effect
[11/12/2019 - 10:02:13AM] [slamainscr <sla_Main (0A042D62)>]: Updated notification key to 269
[11/12/2019 - 10:02:13AM] [slamainscr <sla_Main (0A042D62)>]: finished maintenance
[11/12/2019 - 10:02:13AM] [Frostfall] Integrity check complete. Removed 0 invalid forms from worn gear lists.
[11/12/2019 - 10:02:13AM] FNIS aa GetAAprefixList mod: XPMSE nMods: 5
[11/12/2019 - 10:02:13AM] FNIS aa GetAAsetList mod: XPMSE nSets: 61
[11/12/2019 - 10:02:13AM] FNIS aa GetAAsetList mod: XPMSE nSets: 61
[11/12/2019 - 10:02:13AM] FNIS aa GetAAsetList mod: XPMSE nSets: 61
[11/12/2019 - 10:02:13AM] FNIS aa GetAAsetList mod: XPMSE nSets: 61
[11/12/2019 - 10:02:13AM] FNIS aa GetAAsetList mod: XPMSE nSets: 61
[11/12/2019 - 10:02:13AM] FNIS aa GetAAsetList mod: XPMSE nSets: 61
[11/12/2019 - 10:02:13AM] [Frostfall] Detected Campfire version 11100.000000 (expected 11100 or newer, success!)
[11/12/2019 - 10:02:13AM] [Frostfall] Loaded: SkyUI.esp
[11/12/2019 - 10:02:13AM] FNIS aa GetAAsetList mod: XPMSE nSets: 61
[11/12/2019 - 10:02:13AM] FNIS aa GetAAsetList mod: XPMSE nSets: 61
[11/12/2019 - 10:02:13AM] ========================================[Equipping Overhaul: Warning Start]================================================
[11/12/2019 - 10:02:13AM]                   Equipping Overhaul is now registering for menus. Papyrus messages about successful                       
[11/12/2019 - 10:02:13AM]                            registrations may follow. This is normal and they can be ignored.                               
[11/12/2019 - 10:02:13AM] ========================================[Equipping Overhaul: Warning End]==================================================
[11/12/2019 - 10:02:13AM] Equipping Overhaul: UNREGISTERED FOR ALL MENUS
[11/12/2019 - 10:02:13AM] Equipping Overhaul: REGISTERED FOR CONTAINER MENU
[11/12/2019 - 10:02:13AM] Equipping Overhaul: REGISTERED FOR FAVORITES MENU
[11/12/2019 - 10:02:13AM] Equipping Overhaul: REGISTERED FOR INVENTORY MENU
[11/12/2019 - 10:02:13AM] ========================================[Equipping Overhaul: Warning Start]================================================
[11/12/2019 - 10:02:13AM]                                           Menu registrations complete.                                                     
[11/12/2019 - 10:02:13AM] ========================================[Equipping Overhaul: Warning End]==================================================
[11/12/2019 - 10:02:13AM] ========================================[Equipping Overhaul: Warning Start]================================================
[11/12/2019 - 10:02:13AM]                     Equipping Overhaul is now registering for keys. Papyrus messages about successful                      
[11/12/2019 - 10:02:13AM]                            registrations may follow. This is normal and they can be ignored.                               
[11/12/2019 - 10:02:13AM] ========================================[Equipping Overhaul: Warning End]==================================================
[11/12/2019 - 10:02:13AM] Equipping Overhaul: UNREGISTERED FOR ALL CONTROLS
[11/12/2019 - 10:02:13AM] Equipping Overhaul: UNREGISTERED FOR ALL KEYS
[11/12/2019 - 10:02:13AM] Equipping Overhaul: REGISTERED FOR VANILLA CONTROLS
[11/12/2019 - 10:02:13AM] Equipping Overhaul: REGISTERED FOR MCM HOTKEYS
[11/12/2019 - 10:02:13AM] ========================================[Equipping Overhaul: Warning Start]================================================
[11/12/2019 - 10:02:13AM]                                           Key registrations complete.                                                      
[11/12/2019 - 10:02:13AM] ========================================[Equipping Overhaul: Warning End]==================================================
[11/12/2019 - 10:02:13AM] FNIS aa GetAAsetList mod: XPMSE nSets: 61
[11/12/2019 - 10:02:13AM] FNIS aa GetAAsetList mod: XPMSE nSets: 61
[11/12/2019 - 10:02:13AM] FNIS aa GetAAsetList mod: XPMSE nSets: 61
[11/12/2019 - 10:02:13AM] FNIS aa GetAAsetList mod: XPMSE nSets: 61
[11/12/2019 - 10:02:13AM] FNIS aa GetAAsetList mod: XPMSE nSets: 61
[11/12/2019 - 10:02:13AM] FNIS aa GetAAsetList mod: XPMSE nSets: 61
[11/12/2019 - 10:02:13AM] FNIS aa GetAAsetList mod: XPMSE nSets: 61
[11/12/2019 - 10:02:13AM] FNIS aa GetAAsetList mod: XPMSE nSets: 61
[11/12/2019 - 10:02:13AM] FNIS aa GetAAprefixList mod: SkyrimSpearMechanic nMods: 5
[11/12/2019 - 10:02:13AM] [Frostfall] Detected optional SkyUI Interface Package version 6 and SkyUI version 1026, success!
[11/12/2019 - 10:02:13AM] FNIS aa GetAAmodID mod: SkyrimSpearMechanic prefix: SSM modID:3
[11/12/2019 - 10:02:13AM] FNIS aa GetAAsetList mod: SkyrimSpearMechanic nSets: 61
[11/12/2019 - 10:02:13AM] FNIS aa GetGroupBaseValue - mod/id:SkyrimSpearMechanic/3 group:19 return:4
[11/12/2019 - 10:02:13AM] FNIS aa GetAAsetList mod: SkyrimSpearMechanic nSets: 61
[11/12/2019 - 10:02:13AM] FNIS aa GetGroupBaseValue - mod/id:SkyrimSpearMechanic/3 group:20 return:3
[11/12/2019 - 10:02:13AM] FNIS aa GetAAsetList mod: SkyrimSpearMechanic nSets: 61
[11/12/2019 - 10:02:13AM] FNIS aa GetGroupBaseValue - mod/id:SkyrimSpearMechanic/3 group:21 return:2
[11/12/2019 - 10:02:13AM] FNIS aa GetAAsetList mod: SkyrimSpearMechanic nSets: 61
[11/12/2019 - 10:02:13AM] FNIS aa GetGroupBaseValue - mod/id:SkyrimSpearMechanic/3 group:1 return:4
[11/12/2019 - 10:02:13AM] FNIS aa GetAAsetList mod: SkyrimSpearMechanic nSets: 61
[11/12/2019 - 10:02:13AM] FNIS aa GetGroupBaseValue - mod/id:SkyrimSpearMechanic/3 group:13 return:5
[11/12/2019 - 10:02:13AM] FNIS aa GetAAsetList mod: SkyrimSpearMechanic nSets: 61
[11/12/2019 - 10:02:13AM] FNIS aa GetGroupBaseValue - mod/id:SkyrimSpearMechanic/3 group:37 return:1
[11/12/2019 - 10:02:13AM] FNIS aa GetAAsetList mod: SkyrimSpearMechanic nSets: 61
[11/12/2019 - 10:02:13AM] FNIS aa GetGroupBaseValue - mod/id:SkyrimSpearMechanic/3 group:10 return:19
[11/12/2019 - 10:02:13AM] FNIS aa GetAAsetList mod: SkyrimSpearMechanic nSets: 61
[11/12/2019 - 10:02:13AM] FNIS aa GetGroupBaseValue - mod/id:SkyrimSpearMechanic/3 group:18 return:2
[11/12/2019 - 10:02:13AM] FNIS aa GetAAsetList mod: SkyrimSpearMechanic nSets: 61
[11/12/2019 - 10:02:13AM] FNIS aa GetGroupBaseValue - mod/id:SkyrimSpearMechanic/3 group:52 return:6
[11/12/2019 - 10:02:13AM] FNIS aa GetAAsetList mod: SkyrimSpearMechanic nSets: 61
[11/12/2019 - 10:02:13AM] FNIS aa GetGroupBaseValue - mod/id:SkyrimSpearMechanic/3 group:36 return:4
[11/12/2019 - 10:02:13AM] FNIS aa GetAAsetList mod: SkyrimSpearMechanic nSets: 61
[11/12/2019 - 10:02:13AM] FNIS aa GetGroupBaseValue - mod/id:SkyrimSpearMechanic/3 group:7 return:4
[11/12/2019 - 10:02:13AM] FNIS aa GetAAsetList mod: SkyrimSpearMechanic nSets: 61
[11/12/2019 - 10:02:13AM] FNIS aa GetGroupBaseValue - mod/id:SkyrimSpearMechanic/3 group:16 return:4
[11/12/2019 - 10:02:13AM] SOS RaceMenu plugin found. Skipping ScaleSchlongBones
[11/12/2019 - 10:02:13AM] [Frostfall] Loaded: Dawnguard.esm
[11/12/2019 - 10:02:13AM] [Frostfall] Loaded: Dragonborn.esm
[11/12/2019 - 10:02:13AM] [Frostfall] Loaded: HearthFires.esm
[11/12/2019 - 10:02:13AM] [Frostfall] Loaded: WetandCold.esp
[11/12/2019 - 10:02:13AM] [Frostfall]======================================================================================================
[11/12/2019 - 10:02:13AM] [Frostfall]                      Frostfall start-up and compatibility checks complete.                           
[11/12/2019 - 10:02:13AM] [Frostfall]======================================================================================================
[11/12/2019 - 10:02:13AM] Error: Cannot cast from None to SKI_WidgetBase[]
stack:
    [iHUDControlQuest (BB000805)].ihudwidgetscript.initialize() - "iHUDWidgetScript.psc" Line 38
    [iHUDControlQuest (BB000805)].ihudcontrolscript.startUp() - "iHUDControlScript.psc" Line 93
    [iHUDMaintainanceQuest (BB002853)].iHUDMaintainanceScript.startUp() - "iHUDMaintainanceScript.psc" Line 20
    [alias PlayerAlias on quest iHUDMaintainanceQuest (BB002853)].iHUDLoadScript.OnPlayerLoadGame() - "iHUDLoadScript.psc" Line 11
[11/12/2019 - 10:02:13AM] [SHESON_DynDOLOD_Quest <DynDOLOD_Quest (FD000911)>] Assigning INI values 2.700000
[11/12/2019 - 10:02:14AM] [SHESON_DynDOLOD_Quest <DynDOLOD_Quest (FD000911)>] INI values assigned
[11/12/2019 - 10:02:14AM] [DSerAGO] Maintenance has been run
[11/12/2019 - 10:02:14AM]  >>=======> Hunterborn is running compatibility checks.
[11/12/2019 - 10:02:14AM]  >>=======> Ignore Papyrus errors about missing files, immediately below.
[11/12/2019 - 10:02:14AM]  >>=======> Hunterborn is checking for SkyRe...
[11/12/2019 - 10:02:14AM] Error: Cannot call GetValue() on a None object, aborting function call
stack:
    [_SPLSKConfigQuest (D800388D)]._splskyuiconfig.OnConfigInit() - "_SPLSkyUIConfig.psc" Line 93
    [_SPLQuest (D8000D65)]._splquestscript.Maintenance() - "_SPLQuestScript.psc" Line 112
    [alias _SPLPlayer on quest _SPLQuest (D8000D65)]._SPLPlayerAlias.OnPlayerLoadGame() - "_SPLPlayerAlias.psc" Line 6
[11/12/2019 - 10:02:14AM] WARNING: Assigning None to a non-object variable named "::temp13"
stack:
    [_SPLSKConfigQuest (D800388D)]._splskyuiconfig.OnConfigInit() - "_SPLSkyUIConfig.psc" Line 93
    [_SPLQuest (D8000D65)]._splquestscript.Maintenance() - "_SPLQuestScript.psc" Line 112
    [alias _SPLPlayer on quest _SPLQuest (D8000D65)]._SPLPlayerAlias.OnPlayerLoadGame() - "_SPLPlayerAlias.psc" Line 6
[11/12/2019 - 10:02:14AM] Error: File "SkyRe_Main.esp" does not exist or is not currently loaded.
stack:
    <unknown self>.Game.GetFormFromFile() - "<native>" Line ?
    [_DS_Hunterborn (3F003367)]._ds_hb_main.CheckForSkyRe() - "_DS_HB_MAIN.psc" Line 203
    [_DS_Hunterborn (3F003367)]._ds_hb_main.PrepForDLC() - "_DS_HB_MAIN.psc" Line 111
    [alias Player on quest _DS_Hunterborn (3F003367)]._ds_hb_player.OnPlayerLoadGame() - "_DS_HB_Player.psc" Line 286
[11/12/2019 - 10:02:14AM]  >>=======> Hunterborn is checking for PerMa...
[11/12/2019 - 10:02:14AM] Error: File "PerkusMaximus_Master.esp" does not exist or is not currently loaded.
stack:
    <unknown self>.Game.GetFormFromFile() - "<native>" Line ?
    [_DS_Hunterborn (3F003367)]._ds_hb_main.CheckForPerMa() - "_DS_HB_MAIN.psc" Line 329
    [_DS_Hunterborn (3F003367)]._ds_hb_main.PrepForDLC() - "_DS_HB_MAIN.psc" Line 114
    [alias Player on quest _DS_Hunterborn (3F003367)]._ds_hb_player.OnPlayerLoadGame() - "_DS_HB_Player.psc" Line 286
[11/12/2019 - 10:02:14AM] Error: File "Requiem.esp" does not exist or is not currently loaded.
stack:
    <unknown self>.Game.GetFormFromFile() - "<native>" Line ?
    [_DS_Hunterborn (3F003367)]._ds_hb_main.PrepForDLC() - "_DS_HB_MAIN.psc" Line 116
    [alias Player on quest _DS_Hunterborn (3F003367)]._ds_hb_player.OnPlayerLoadGame() - "_DS_HB_Player.psc" Line 286
[11/12/2019 - 10:02:14AM] Error: File "Hothtrooper44_ArmorCompilation.esp" does not exist or is not currently loaded.
stack:
    <unknown self>.Game.GetFormFromFile() - "<native>" Line ?
    [_DS_Hunterborn (3F003367)]._ds_hb_main.PrepForDLC() - "_DS_HB_MAIN.psc" Line 118
    [alias Player on quest _DS_Hunterborn (3F003367)]._ds_hb_player.OnPlayerLoadGame() - "_DS_HB_Player.psc" Line 286
[11/12/2019 - 10:02:14AM] Error: File "Draugnarok.esp" does not exist or is not currently loaded.
stack:
    <unknown self>.Game.GetFormFromFile() - "<native>" Line ?
    [_DS_Hunterborn (3F003367)]._ds_hb_main.PrepForDLC() - "_DS_HB_MAIN.psc" Line 120
    [alias Player on quest _DS_Hunterborn (3F003367)]._ds_hb_player.OnPlayerLoadGame() - "_DS_HB_Player.psc" Line 286
[11/12/2019 - 10:02:14AM] Error: File "Hunting in Skyrim.esp" does not exist or is not currently loaded.
stack:
    <unknown self>.Game.GetFormFromFile() - "<native>" Line ?
    [_DS_Hunterborn (3F003367)]._ds_hb_main.PrepForDLC() - "_DS_HB_MAIN.psc" Line 122
    [alias Player on quest _DS_Hunterborn (3F003367)]._ds_hb_player.OnPlayerLoadGame() - "_DS_HB_Player.psc" Line 286
[11/12/2019 - 10:02:14AM]  >>=======> Hunterborn compatibility checks are complete.
[11/12/2019 - 10:02:14AM] 
[11/12/2019 - 10:02:14AM] =====Wet and Cold is finished refreshing itself and searching for addons!=====
[11/12/2019 - 10:02:14AM] 
[11/12/2019 - 10:02:15AM] Error: Unable to call SendModEvent - no native object bound to the script object, or object is of incorrect type
stack:
    [None].XPMSEWeaponStyleScaleEffect.SendModEvent() - "<native>" Line ?
    [None].XPMSEWeaponStyleScaleEffect.Restyle() - "XPMSEWeaponStyleScaleEffect.psc" Line 1435
    [None].XPMSEWeaponStyleScaleEffect.onBeginState() - "XPMSEWeaponStyleScaleEffect.psc" Line 255
    [None].XPMSEWeaponStyleScaleEffect.GotoState() - "ActiveMagicEffect.psc" Line ?
    [None].XPMSEWeaponStyleScaleEffect.OnEffectStart() - "XPMSEWeaponStyleScaleEffect.psc" Line 222
[11/12/2019 - 10:02:17AM] Error: Cannot call running() on a None object, aborting function call
stack:
    [TweakMonitorPlayer (4B02CBB1)].tweakmonitorplayerscript.OnGameLoaded() - "tweakmonitorplayerscript.psc" Line 91
    [TweakMonitorPlayer (4B02CBB1)].tweakmonitorplayerscript.OnUpdate() - "tweakmonitorplayerscript.psc" Line 215
[11/12/2019 - 10:02:19AM] XPMSE MainQuest Initialization successful.
[11/12/2019 - 10:02:20AM] Error: Cannot call TrySandBox() on a None object, aborting function call
stack:
    [TweakMonitorPlayer (4B02CBB1)].tweakmonitorplayerscript.OnUpdate() - "tweakmonitorplayerscript.psc" Line 464
[11/12/2019 - 10:02:23AM] Error: Cannot call TrySandBox() on a None object, aborting function call
stack:
    [TweakMonitorPlayer (4B02CBB1)].tweakmonitorplayerscript.OnUpdate() - "tweakmonitorplayerscript.psc" Line 464
[11/12/2019 - 10:02:26AM] Error: Cannot call TrySandBox() on a None object, aborting function call
stack:
    [TweakMonitorPlayer (4B02CBB1)].tweakmonitorplayerscript.OnUpdate() - "tweakmonitorplayerscript.psc" Line 464
[11/12/2019 - 10:02:29AM] Error: Cannot call TrySandBox() on a None object, aborting function call
stack:
    [TweakMonitorPlayer (4B02CBB1)].tweakmonitorplayerscript.OnUpdate() - "tweakmonitorplayerscript.psc" Line 464
[11/12/2019 - 10:02:29AM] WARNING: Property SSM_TwoHandedPerk on script SkyrimSpearMechanic_AliasNpc attached to alias NPC10 on quest SSM_NpcQuest (56009EEA) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:29AM] WARNING: Property SSM_TwoHandedPerk on script SkyrimSpearMechanic_AliasNpc attached to alias NPC9 on quest SSM_NpcQuest (56009EEA) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:29AM] WARNING: Property SSM_TwoHandedPerk on script SkyrimSpearMechanic_AliasNpc attached to alias NPC8 on quest SSM_NpcQuest (56009EEA) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:29AM] WARNING: Property SSM_TwoHandedPerk on script SkyrimSpearMechanic_AliasNpc attached to alias NPC7 on quest SSM_NpcQuest (56009EEA) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:29AM] WARNING: Property SSM_TwoHandedPerk on script SkyrimSpearMechanic_AliasNpc attached to alias NPC6 on quest SSM_NpcQuest (56009EEA) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:29AM] Error: Cannot call GetBaseObject() on a None object, aborting function call
stack:
    <unknown self>.fnis_aa.SetAnimGroupEX() - "FNIS_aa.psc" Line 74
    [alias NPC10 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.OnInit() - "SkyrimSpearMechanic_AliasNpc.psc" Line 21
[11/12/2019 - 10:02:29AM] Error: Cannot call GetBaseObject() on a None object, aborting function call
stack:
    <unknown self>.fnis_aa.SetAnimGroupEX() - "FNIS_aa.psc" Line 74
    [alias NPC9 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.OnInit() - "SkyrimSpearMechanic_AliasNpc.psc" Line 21
[11/12/2019 - 10:02:29AM] FNIS aa SetAnimGroup ERROR mod: SSM Actor: None group: _1hmeqp base: 0 number: 0
[11/12/2019 - 10:02:29AM] FNIS aa SetAnimGroup ERROR mod: SSM Actor: None group: _1hmeqp base: 0 number: 0
[11/12/2019 - 10:02:29AM] Error: Cannot call GetEquippedWeapon() on a None object, aborting function call
stack:
    [alias NPC9 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.Set_Animation() - "SkyrimSpearMechanic_AliasNpc.psc" Line 46
    [alias NPC9 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.OnInit() - "SkyrimSpearMechanic_AliasNpc.psc" Line 27
[11/12/2019 - 10:02:29AM] Error: Cannot call GetEquippedWeapon() on a None object, aborting function call
stack:
    [alias NPC10 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.Set_Animation() - "SkyrimSpearMechanic_AliasNpc.psc" Line 46
    [alias NPC10 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.OnInit() - "SkyrimSpearMechanic_AliasNpc.psc" Line 27
[11/12/2019 - 10:02:29AM] Error: Cannot call GetEquippedWeapon() on a None object, aborting function call
stack:
    [alias NPC9 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.Set_Animation() - "SkyrimSpearMechanic_AliasNpc.psc" Line 47
    [alias NPC9 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.OnInit() - "SkyrimSpearMechanic_AliasNpc.psc" Line 27
[11/12/2019 - 10:02:29AM] Error: Cannot call GetEquippedWeapon() on a None object, aborting function call
stack:
    [alias NPC10 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.Set_Animation() - "SkyrimSpearMechanic_AliasNpc.psc" Line 47
    [alias NPC10 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.OnInit() - "SkyrimSpearMechanic_AliasNpc.psc" Line 27
[11/12/2019 - 10:02:29AM] WARNING: Property SSM_TwoHandedPerk on script SkyrimSpearMechanic_AliasNpc attached to alias NPC5 on quest SSM_NpcQuest (56009EEA) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:29AM] WARNING: Property SSM_TwoHandedPerk on script SkyrimSpearMechanic_AliasNpc attached to alias NPC4 on quest SSM_NpcQuest (56009EEA) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:29AM] WARNING: Property SSM_TwoHandedPerk on script SkyrimSpearMechanic_AliasNpc attached to alias NPC3 on quest SSM_NpcQuest (56009EEA) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:29AM] Error: Cannot call GetBaseObject() on a None object, aborting function call
stack:
    <unknown self>.fnis_aa.SetAnimGroupEX() - "FNIS_aa.psc" Line 74
    [alias NPC8 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.OnInit() - "SkyrimSpearMechanic_AliasNpc.psc" Line 21
[11/12/2019 - 10:02:29AM] Error: Cannot call GetBaseObject() on a None object, aborting function call
stack:
    <unknown self>.fnis_aa.SetAnimGroupEX() - "FNIS_aa.psc" Line 74
    [alias NPC6 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.OnInit() - "SkyrimSpearMechanic_AliasNpc.psc" Line 21
[11/12/2019 - 10:02:29AM] Error: Cannot call GetBaseObject() on a None object, aborting function call
stack:
    <unknown self>.fnis_aa.SetAnimGroupEX() - "FNIS_aa.psc" Line 74
    [alias NPC7 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.OnInit() - "SkyrimSpearMechanic_AliasNpc.psc" Line 21
[11/12/2019 - 10:02:29AM] FNIS aa SetAnimGroup ERROR mod: SSM Actor: None group: _1hmeqp base: 0 number: 0
[11/12/2019 - 10:02:29AM] FNIS aa SetAnimGroup ERROR mod: SSM Actor: None group: _1hmeqp base: 0 number: 0
[11/12/2019 - 10:02:29AM] FNIS aa SetAnimGroup ERROR mod: SSM Actor: None group: _1hmeqp base: 0 number: 0
[11/12/2019 - 10:02:29AM] Error: Cannot call GetEquippedWeapon() on a None object, aborting function call
stack:
    [alias NPC7 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.Set_Animation() - "SkyrimSpearMechanic_AliasNpc.psc" Line 46
    [alias NPC7 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.OnInit() - "SkyrimSpearMechanic_AliasNpc.psc" Line 27
[11/12/2019 - 10:02:29AM] Error: Cannot call GetEquippedWeapon() on a None object, aborting function call
stack:
    [alias NPC8 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.Set_Animation() - "SkyrimSpearMechanic_AliasNpc.psc" Line 46
    [alias NPC8 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.OnInit() - "SkyrimSpearMechanic_AliasNpc.psc" Line 27
[11/12/2019 - 10:02:29AM] Error: Cannot call GetEquippedWeapon() on a None object, aborting function call
stack:
    [alias NPC6 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.Set_Animation() - "SkyrimSpearMechanic_AliasNpc.psc" Line 46
    [alias NPC6 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.OnInit() - "SkyrimSpearMechanic_AliasNpc.psc" Line 27
[11/12/2019 - 10:02:29AM] Error: Cannot call GetEquippedWeapon() on a None object, aborting function call
stack:
    [alias NPC7 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.Set_Animation() - "SkyrimSpearMechanic_AliasNpc.psc" Line 47
    [alias NPC7 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.OnInit() - "SkyrimSpearMechanic_AliasNpc.psc" Line 27
[11/12/2019 - 10:02:29AM] Error: Cannot call GetEquippedWeapon() on a None object, aborting function call
stack:
    [alias NPC8 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.Set_Animation() - "SkyrimSpearMechanic_AliasNpc.psc" Line 47
    [alias NPC8 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.OnInit() - "SkyrimSpearMechanic_AliasNpc.psc" Line 27
[11/12/2019 - 10:02:29AM] Error: Cannot call GetEquippedWeapon() on a None object, aborting function call
stack:
    [alias NPC6 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.Set_Animation() - "SkyrimSpearMechanic_AliasNpc.psc" Line 47
    [alias NPC6 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.OnInit() - "SkyrimSpearMechanic_AliasNpc.psc" Line 27
[11/12/2019 - 10:02:29AM] WARNING: Property SSM_TwoHandedPerk on script SkyrimSpearMechanic_AliasNpc attached to alias NPC2 on quest SSM_NpcQuest (56009EEA) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:29AM] Error: Cannot call GetBaseObject() on a None object, aborting function call
stack:
    <unknown self>.fnis_aa.SetAnimGroupEX() - "FNIS_aa.psc" Line 74
    [alias NPC4 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.OnInit() - "SkyrimSpearMechanic_AliasNpc.psc" Line 21
[11/12/2019 - 10:02:29AM] Error: Cannot call GetBaseObject() on a None object, aborting function call
stack:
    <unknown self>.fnis_aa.SetAnimGroupEX() - "FNIS_aa.psc" Line 74
    [alias NPC5 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.OnInit() - "SkyrimSpearMechanic_AliasNpc.psc" Line 21
[11/12/2019 - 10:02:29AM] Error: Cannot call GetBaseObject() on a None object, aborting function call
stack:
    <unknown self>.fnis_aa.SetAnimGroupEX() - "FNIS_aa.psc" Line 74
    [alias NPC3 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.OnInit() - "SkyrimSpearMechanic_AliasNpc.psc" Line 21
[11/12/2019 - 10:02:29AM] FNIS aa SetAnimGroup ERROR mod: SSM Actor: None group: _1hmeqp base: 0 number: 0
[11/12/2019 - 10:02:29AM] FNIS aa SetAnimGroup ERROR mod: SSM Actor: None group: _1hmeqp base: 0 number: 0
[11/12/2019 - 10:02:29AM] Error: Cannot call GetEquippedWeapon() on a None object, aborting function call
stack:
    [alias NPC4 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.Set_Animation() - "SkyrimSpearMechanic_AliasNpc.psc" Line 46
    [alias NPC4 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.OnInit() - "SkyrimSpearMechanic_AliasNpc.psc" Line 27
[11/12/2019 - 10:02:29AM] FNIS aa SetAnimGroup ERROR mod: SSM Actor: None group: _1hmeqp base: 0 number: 0
[11/12/2019 - 10:02:29AM] Error: Cannot call GetEquippedWeapon() on a None object, aborting function call
stack:
    [alias NPC4 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.Set_Animation() - "SkyrimSpearMechanic_AliasNpc.psc" Line 47
    [alias NPC4 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.OnInit() - "SkyrimSpearMechanic_AliasNpc.psc" Line 27
[11/12/2019 - 10:02:29AM] Error: Cannot call GetEquippedWeapon() on a None object, aborting function call
stack:
    [alias NPC3 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.Set_Animation() - "SkyrimSpearMechanic_AliasNpc.psc" Line 46
    [alias NPC3 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.OnInit() - "SkyrimSpearMechanic_AliasNpc.psc" Line 27
[11/12/2019 - 10:02:29AM] Error: Cannot call GetEquippedWeapon() on a None object, aborting function call
stack:
    [alias NPC5 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.Set_Animation() - "SkyrimSpearMechanic_AliasNpc.psc" Line 46
    [alias NPC5 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.OnInit() - "SkyrimSpearMechanic_AliasNpc.psc" Line 27
[11/12/2019 - 10:02:29AM] Error: Cannot call GetEquippedWeapon() on a None object, aborting function call
stack:
    [alias NPC3 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.Set_Animation() - "SkyrimSpearMechanic_AliasNpc.psc" Line 47
    [alias NPC3 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.OnInit() - "SkyrimSpearMechanic_AliasNpc.psc" Line 27
[11/12/2019 - 10:02:29AM] Error: Cannot call GetEquippedWeapon() on a None object, aborting function call
stack:
    [alias NPC5 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.Set_Animation() - "SkyrimSpearMechanic_AliasNpc.psc" Line 47
    [alias NPC5 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.OnInit() - "SkyrimSpearMechanic_AliasNpc.psc" Line 27
[11/12/2019 - 10:02:29AM] Error: Cannot call GetBaseObject() on a None object, aborting function call
stack:
    <unknown self>.fnis_aa.SetAnimGroupEX() - "FNIS_aa.psc" Line 74
    [alias NPC2 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.OnInit() - "SkyrimSpearMechanic_AliasNpc.psc" Line 21
[11/12/2019 - 10:02:29AM] Error: Cannot call GetBaseObject() on a None object, aborting function call
stack:
    <unknown self>.fnis_aa.SetAnimGroupEX() - "FNIS_aa.psc" Line 74
    [alias NPC1 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.OnInit() - "SkyrimSpearMechanic_AliasNpc.psc" Line 21
[11/12/2019 - 10:02:29AM] FNIS aa SetAnimGroup ERROR mod: SSM Actor: None group: _1hmeqp base: 0 number: 0
[11/12/2019 - 10:02:29AM] FNIS aa SetAnimGroup ERROR mod: SSM Actor: None group: _1hmeqp base: 0 number: 0
[11/12/2019 - 10:02:29AM] Error: Cannot call GetEquippedWeapon() on a None object, aborting function call
stack:
    [alias NPC2 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.Set_Animation() - "SkyrimSpearMechanic_AliasNpc.psc" Line 46
    [alias NPC2 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.OnInit() - "SkyrimSpearMechanic_AliasNpc.psc" Line 27
[11/12/2019 - 10:02:29AM] Error: Cannot call GetEquippedWeapon() on a None object, aborting function call
stack:
    [alias NPC1 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.Set_Animation() - "SkyrimSpearMechanic_AliasNpc.psc" Line 46
    [alias NPC1 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.OnInit() - "SkyrimSpearMechanic_AliasNpc.psc" Line 27
[11/12/2019 - 10:02:29AM] Error: Cannot call GetEquippedWeapon() on a None object, aborting function call
stack:
    [alias NPC2 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.Set_Animation() - "SkyrimSpearMechanic_AliasNpc.psc" Line 47
    [alias NPC2 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.OnInit() - "SkyrimSpearMechanic_AliasNpc.psc" Line 27
[11/12/2019 - 10:02:29AM] Error: Cannot call GetEquippedWeapon() on a None object, aborting function call
stack:
    [alias NPC1 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.Set_Animation() - "SkyrimSpearMechanic_AliasNpc.psc" Line 47
    [alias NPC1 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.OnInit() - "SkyrimSpearMechanic_AliasNpc.psc" Line 27
[11/12/2019 - 10:02:32AM] Error: Cannot call TrySandBox() on a None object, aborting function call
stack:
    [TweakMonitorPlayer (4B02CBB1)].tweakmonitorplayerscript.OnUpdate() - "tweakmonitorplayerscript.psc" Line 464
[11/12/2019 - 10:02:36AM] Error: Cannot call TrySandBox() on a None object, aborting function call
stack:
    [TweakMonitorPlayer (4B02CBB1)].tweakmonitorplayerscript.OnUpdate() - "tweakmonitorplayerscript.psc" Line 464
[11/12/2019 - 10:02:39AM] Error: Cannot call TrySandBox() on a None object, aborting function call
stack:
    [TweakMonitorPlayer (4B02CBB1)].tweakmonitorplayerscript.OnUpdate() - "tweakmonitorplayerscript.psc" Line 464
[11/12/2019 - 10:02:42AM] Error: Cannot call TrySandBox() on a None object, aborting function call
stack:
    [TweakMonitorPlayer (4B02CBB1)].tweakmonitorplayerscript.OnUpdate() - "tweakmonitorplayerscript.psc" Line 464
[11/12/2019 - 10:02:45AM] Error: Cannot call TrySandBox() on a None object, aborting function call
stack:
    [TweakMonitorPlayer (4B02CBB1)].tweakmonitorplayerscript.OnUpdate() - "tweakmonitorplayerscript.psc" Line 464
[11/12/2019 - 10:02:45AM] WARNING: Property SSM_TwoHandedPerk on script SkyrimSpearMechanic_AliasNpc attached to alias NPC10 on quest SSM_NpcQuest (56009EEA) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:45AM] WARNING: Property SSM_TwoHandedPerk on script SkyrimSpearMechanic_AliasNpc attached to alias NPC9 on quest SSM_NpcQuest (56009EEA) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:45AM] WARNING: Property SSM_TwoHandedPerk on script SkyrimSpearMechanic_AliasNpc attached to alias NPC8 on quest SSM_NpcQuest (56009EEA) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:46AM] WARNING: Property SSM_TwoHandedPerk on script SkyrimSpearMechanic_AliasNpc attached to alias NPC7 on quest SSM_NpcQuest (56009EEA) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:46AM] WARNING: Property SSM_TwoHandedPerk on script SkyrimSpearMechanic_AliasNpc attached to alias NPC6 on quest SSM_NpcQuest (56009EEA) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:46AM] Error: Cannot call GetBaseObject() on a None object, aborting function call
stack:
    <unknown self>.fnis_aa.SetAnimGroupEX() - "FNIS_aa.psc" Line 74
    [alias NPC10 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.OnInit() - "SkyrimSpearMechanic_AliasNpc.psc" Line 21
[11/12/2019 - 10:02:46AM] Error: Cannot call GetBaseObject() on a None object, aborting function call
stack:
    <unknown self>.fnis_aa.SetAnimGroupEX() - "FNIS_aa.psc" Line 74
    [alias NPC9 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.OnInit() - "SkyrimSpearMechanic_AliasNpc.psc" Line 21
[11/12/2019 - 10:02:46AM] FNIS aa SetAnimGroup ERROR mod: SSM Actor: None group: _1hmeqp base: 0 number: 0
[11/12/2019 - 10:02:46AM] FNIS aa SetAnimGroup ERROR mod: SSM Actor: None group: _1hmeqp base: 0 number: 0
[11/12/2019 - 10:02:46AM] Error: Cannot call GetBaseObject() on a None object, aborting function call
stack:
    <unknown self>.fnis_aa.SetAnimGroupEX() - "FNIS_aa.psc" Line 74
    [alias NPC8 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.OnInit() - "SkyrimSpearMechanic_AliasNpc.psc" Line 21
[11/12/2019 - 10:02:46AM] Error: Cannot call GetEquippedWeapon() on a None object, aborting function call
stack:
    [alias NPC9 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.Set_Animation() - "SkyrimSpearMechanic_AliasNpc.psc" Line 46
    [alias NPC9 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.OnInit() - "SkyrimSpearMechanic_AliasNpc.psc" Line 27
[11/12/2019 - 10:02:46AM] Error: Cannot call GetEquippedWeapon() on a None object, aborting function call
stack:
    [alias NPC10 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.Set_Animation() - "SkyrimSpearMechanic_AliasNpc.psc" Line 46
    [alias NPC10 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.OnInit() - "SkyrimSpearMechanic_AliasNpc.psc" Line 27
[11/12/2019 - 10:02:46AM] Error: Cannot call GetEquippedWeapon() on a None object, aborting function call
stack:
    [alias NPC9 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.Set_Animation() - "SkyrimSpearMechanic_AliasNpc.psc" Line 47
    [alias NPC9 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.OnInit() - "SkyrimSpearMechanic_AliasNpc.psc" Line 27
[11/12/2019 - 10:02:46AM] Error: Cannot call GetEquippedWeapon() on a None object, aborting function call
stack:
    [alias NPC10 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.Set_Animation() - "SkyrimSpearMechanic_AliasNpc.psc" Line 47
    [alias NPC10 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.OnInit() - "SkyrimSpearMechanic_AliasNpc.psc" Line 27
[11/12/2019 - 10:02:46AM] FNIS aa SetAnimGroup ERROR mod: SSM Actor: None group: _1hmeqp base: 0 number: 0
[11/12/2019 - 10:02:46AM] Error: Cannot call GetEquippedWeapon() on a None object, aborting function call
stack:
    [alias NPC8 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.Set_Animation() - "SkyrimSpearMechanic_AliasNpc.psc" Line 46
    [alias NPC8 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.OnInit() - "SkyrimSpearMechanic_AliasNpc.psc" Line 27
[11/12/2019 - 10:02:46AM] Error: Cannot call GetEquippedWeapon() on a None object, aborting function call
stack:
    [alias NPC8 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.Set_Animation() - "SkyrimSpearMechanic_AliasNpc.psc" Line 47
    [alias NPC8 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.OnInit() - "SkyrimSpearMechanic_AliasNpc.psc" Line 27
[11/12/2019 - 10:02:46AM] WARNING: Property SSM_TwoHandedPerk on script SkyrimSpearMechanic_AliasNpc attached to alias NPC5 on quest SSM_NpcQuest (56009EEA) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:46AM] WARNING: Property SSM_TwoHandedPerk on script SkyrimSpearMechanic_AliasNpc attached to alias NPC4 on quest SSM_NpcQuest (56009EEA) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:46AM] WARNING: Property SSM_TwoHandedPerk on script SkyrimSpearMechanic_AliasNpc attached to alias NPC3 on quest SSM_NpcQuest (56009EEA) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:46AM] Error: Cannot call GetBaseObject() on a None object, aborting function call
stack:
    <unknown self>.fnis_aa.SetAnimGroupEX() - "FNIS_aa.psc" Line 74
    [alias NPC7 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.OnInit() - "SkyrimSpearMechanic_AliasNpc.psc" Line 21
[11/12/2019 - 10:02:46AM] Error: Cannot call GetBaseObject() on a None object, aborting function call
stack:
    <unknown self>.fnis_aa.SetAnimGroupEX() - "FNIS_aa.psc" Line 74
    [alias NPC6 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.OnInit() - "SkyrimSpearMechanic_AliasNpc.psc" Line 21
[11/12/2019 - 10:02:46AM] FNIS aa SetAnimGroup ERROR mod: SSM Actor: None group: _1hmeqp base: 0 number: 0
[11/12/2019 - 10:02:46AM] FNIS aa SetAnimGroup ERROR mod: SSM Actor: None group: _1hmeqp base: 0 number: 0
[11/12/2019 - 10:02:46AM] Error: Cannot call GetEquippedWeapon() on a None object, aborting function call
stack:
    [alias NPC7 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.Set_Animation() - "SkyrimSpearMechanic_AliasNpc.psc" Line 46
    [alias NPC7 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.OnInit() - "SkyrimSpearMechanic_AliasNpc.psc" Line 27
[11/12/2019 - 10:02:46AM] Error: Cannot call GetEquippedWeapon() on a None object, aborting function call
stack:
    [alias NPC6 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.Set_Animation() - "SkyrimSpearMechanic_AliasNpc.psc" Line 46
    [alias NPC6 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.OnInit() - "SkyrimSpearMechanic_AliasNpc.psc" Line 27
[11/12/2019 - 10:02:46AM] Error: Cannot call GetEquippedWeapon() on a None object, aborting function call
stack:
    [alias NPC7 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.Set_Animation() - "SkyrimSpearMechanic_AliasNpc.psc" Line 47
    [alias NPC7 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.OnInit() - "SkyrimSpearMechanic_AliasNpc.psc" Line 27
[11/12/2019 - 10:02:46AM] Error: Cannot call GetEquippedWeapon() on a None object, aborting function call
stack:
    [alias NPC6 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.Set_Animation() - "SkyrimSpearMechanic_AliasNpc.psc" Line 47
    [alias NPC6 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.OnInit() - "SkyrimSpearMechanic_AliasNpc.psc" Line 27
[11/12/2019 - 10:02:46AM] WARNING: Property SSM_TwoHandedPerk on script SkyrimSpearMechanic_AliasNpc attached to alias NPC2 on quest SSM_NpcQuest (56009EEA) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:02:46AM] Error: Cannot call GetBaseObject() on a None object, aborting function call
stack:
    <unknown self>.fnis_aa.SetAnimGroupEX() - "FNIS_aa.psc" Line 74
    [alias NPC4 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.OnInit() - "SkyrimSpearMechanic_AliasNpc.psc" Line 21
[11/12/2019 - 10:02:46AM] Error: Cannot call GetBaseObject() on a None object, aborting function call
stack:
    <unknown self>.fnis_aa.SetAnimGroupEX() - "FNIS_aa.psc" Line 74
    [alias NPC5 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.OnInit() - "SkyrimSpearMechanic_AliasNpc.psc" Line 21
[11/12/2019 - 10:02:46AM] FNIS aa SetAnimGroup ERROR mod: SSM Actor: None group: _1hmeqp base: 0 number: 0
[11/12/2019 - 10:02:46AM] FNIS aa SetAnimGroup ERROR mod: SSM Actor: None group: _1hmeqp base: 0 number: 0
[11/12/2019 - 10:02:46AM] Error: Cannot call GetBaseObject() on a None object, aborting function call
stack:
    <unknown self>.fnis_aa.SetAnimGroupEX() - "FNIS_aa.psc" Line 74
    [alias NPC3 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.OnInit() - "SkyrimSpearMechanic_AliasNpc.psc" Line 21
[11/12/2019 - 10:02:46AM] Error: Cannot call GetEquippedWeapon() on a None object, aborting function call
stack:
    [alias NPC4 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.Set_Animation() - "SkyrimSpearMechanic_AliasNpc.psc" Line 46
    [alias NPC4 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.OnInit() - "SkyrimSpearMechanic_AliasNpc.psc" Line 27
[11/12/2019 - 10:02:46AM] Error: Cannot call GetEquippedWeapon() on a None object, aborting function call
stack:
    [alias NPC5 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.Set_Animation() - "SkyrimSpearMechanic_AliasNpc.psc" Line 46
    [alias NPC5 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.OnInit() - "SkyrimSpearMechanic_AliasNpc.psc" Line 27
[11/12/2019 - 10:02:46AM] FNIS aa SetAnimGroup ERROR mod: SSM Actor: None group: _1hmeqp base: 0 number: 0
[11/12/2019 - 10:02:46AM] Error: Cannot call GetEquippedWeapon() on a None object, aborting function call
stack:
    [alias NPC4 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.Set_Animation() - "SkyrimSpearMechanic_AliasNpc.psc" Line 47
    [alias NPC4 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.OnInit() - "SkyrimSpearMechanic_AliasNpc.psc" Line 27
[11/12/2019 - 10:02:46AM] Error: Cannot call GetEquippedWeapon() on a None object, aborting function call
stack:
    [alias NPC5 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.Set_Animation() - "SkyrimSpearMechanic_AliasNpc.psc" Line 47
    [alias NPC5 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.OnInit() - "SkyrimSpearMechanic_AliasNpc.psc" Line 27
[11/12/2019 - 10:02:46AM] Error: Cannot call GetEquippedWeapon() on a None object, aborting function call
stack:
    [alias NPC3 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.Set_Animation() - "SkyrimSpearMechanic_AliasNpc.psc" Line 46
    [alias NPC3 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.OnInit() - "SkyrimSpearMechanic_AliasNpc.psc" Line 27
[11/12/2019 - 10:02:46AM] Error: Cannot call GetEquippedWeapon() on a None object, aborting function call
stack:
    [alias NPC3 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.Set_Animation() - "SkyrimSpearMechanic_AliasNpc.psc" Line 47
    [alias NPC3 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.OnInit() - "SkyrimSpearMechanic_AliasNpc.psc" Line 27
[11/12/2019 - 10:02:46AM] Error: Cannot call GetBaseObject() on a None object, aborting function call
stack:
    <unknown self>.fnis_aa.SetAnimGroupEX() - "FNIS_aa.psc" Line 74
    [alias NPC2 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.OnInit() - "SkyrimSpearMechanic_AliasNpc.psc" Line 21
[11/12/2019 - 10:02:46AM] FNIS aa SetAnimGroup ERROR mod: SSM Actor: None group: _1hmeqp base: 0 number: 0
[11/12/2019 - 10:02:46AM] Error: Cannot call GetEquippedWeapon() on a None object, aborting function call
stack:
    [alias NPC2 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.Set_Animation() - "SkyrimSpearMechanic_AliasNpc.psc" Line 46
    [alias NPC2 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.OnInit() - "SkyrimSpearMechanic_AliasNpc.psc" Line 27
[11/12/2019 - 10:02:46AM] Error: Cannot call GetEquippedWeapon() on a None object, aborting function call
stack:
    [alias NPC2 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.Set_Animation() - "SkyrimSpearMechanic_AliasNpc.psc" Line 47
    [alias NPC2 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.OnInit() - "SkyrimSpearMechanic_AliasNpc.psc" Line 27
[11/12/2019 - 10:02:46AM] Error: Cannot call GetBaseObject() on a None object, aborting function call
stack:
    <unknown self>.fnis_aa.SetAnimGroupEX() - "FNIS_aa.psc" Line 74
    [alias NPC1 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.OnInit() - "SkyrimSpearMechanic_AliasNpc.psc" Line 21
[11/12/2019 - 10:02:46AM] FNIS aa SetAnimGroup ERROR mod: SSM Actor: None group: _1hmeqp base: 0 number: 0
[11/12/2019 - 10:02:46AM] Error: Cannot call GetEquippedWeapon() on a None object, aborting function call
stack:
    [alias NPC1 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.Set_Animation() - "SkyrimSpearMechanic_AliasNpc.psc" Line 46
    [alias NPC1 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.OnInit() - "SkyrimSpearMechanic_AliasNpc.psc" Line 27
[11/12/2019 - 10:02:46AM] Error: Cannot call GetEquippedWeapon() on a None object, aborting function call
stack:
    [alias NPC1 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.Set_Animation() - "SkyrimSpearMechanic_AliasNpc.psc" Line 47
    [alias NPC1 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.OnInit() - "SkyrimSpearMechanic_AliasNpc.psc" Line 27
[11/12/2019 - 10:02:48AM] Error: Cannot call TrySandBox() on a None object, aborting function call
stack:
    [TweakMonitorPlayer (4B02CBB1)].tweakmonitorplayerscript.OnUpdate() - "tweakmonitorplayerscript.psc" Line 464
[11/12/2019 - 10:02:49AM] SEXLAB - GetByTags(ActorCount=2, Tags=Missionary, TagsSuppressed=, RequireAll=TRUE)
[11/12/2019 - 10:02:49AM] SEXLAB - Thread[0]  - Entering Making State
[11/12/2019 - 10:02:49AM] SEXLAB - NOTICE: ValidateActor(Weyna) -- TRUE -- MISS
[11/12/2019 - 10:02:49AM] Error: Cannot call GetGender() on a None object, aborting function call
stack:
    [alias ActorAlias004 on quest SexLabThread00 (07061EEF)].sslActorAlias.SetActor() - "sslActorAlias.psc" Line 118
    [SexLabThread00 (07061EEF)].sslthreadcontroller.AddActor() - "sslThreadModel.psc" Line ?
    [cheyron_OpHjoromirLaidQuest (E40012C4)].OperationGetHjoromirLaid.HjoromirRewarded() - "OperationGetHjoromirLaid.psc" Line 33
    .OpHjoromirGetLaid_Start.Fragment_0() - "OpHjoromirGetLaid_Start.psc" Line 9
[11/12/2019 - 10:02:49AM] WARNING: Assigning None to a non-object variable named "::temp17"
stack:
    [alias ActorAlias004 on quest SexLabThread00 (07061EEF)].sslActorAlias.SetActor() - "sslActorAlias.psc" Line 118
    [SexLabThread00 (07061EEF)].sslthreadcontroller.AddActor() - "sslThreadModel.psc" Line ?
    [cheyron_OpHjoromirLaidQuest (E40012C4)].OperationGetHjoromirLaid.HjoromirRewarded() - "OperationGetHjoromirLaid.psc" Line 33
    .OpHjoromirGetLaid_Start.Fragment_0() - "OpHjoromirGetLaid_Start.psc" Line 9
[11/12/2019 - 10:02:49AM] Error: Cannot call ThreadLib() on a None object, aborting function call
stack:
    [alias ActorAlias004 on quest SexLabThread00 (07061EEF)].sslActorAlias.SetActor() - "sslActorAlias.psc" Line 122
    [SexLabThread00 (07061EEF)].sslthreadcontroller.AddActor() - "sslThreadModel.psc" Line ?
    [cheyron_OpHjoromirLaidQuest (E40012C4)].OperationGetHjoromirLaid.HjoromirRewarded() - "OperationGetHjoromirLaid.psc" Line 33
    .OpHjoromirGetLaid_Start.Fragment_0() - "OpHjoromirGetLaid_Start.psc" Line 9
[11/12/2019 - 10:02:49AM] Error: Cannot call IsActorTracked() on a None object, aborting function call
stack:
    [alias ActorAlias004 on quest SexLabThread00 (07061EEF)].sslActorAlias.SetActor() - "sslActorAlias.psc" Line 122
    [SexLabThread00 (07061EEF)].sslthreadcontroller.AddActor() - "sslThreadModel.psc" Line ?
    [cheyron_OpHjoromirLaidQuest (E40012C4)].OperationGetHjoromirLaid.HjoromirRewarded() - "OperationGetHjoromirLaid.psc" Line 33
    .OpHjoromirGetLaid_Start.Fragment_0() - "OpHjoromirGetLaid_Start.psc" Line 9
[11/12/2019 - 10:02:49AM] WARNING: Assigning None to a non-object variable named "::temp11"
stack:
    [alias ActorAlias004 on quest SexLabThread00 (07061EEF)].sslActorAlias.SetActor() - "sslActorAlias.psc" Line 122
    [SexLabThread00 (07061EEF)].sslthreadcontroller.AddActor() - "sslThreadModel.psc" Line ?
    [cheyron_OpHjoromirLaidQuest (E40012C4)].OperationGetHjoromirLaid.HjoromirRewarded() - "OperationGetHjoromirLaid.psc" Line 33
    .OpHjoromirGetLaid_Start.Fragment_0() - "OpHjoromirGetLaid_Start.psc" Line 9
[11/12/2019 - 10:02:49AM] Error: Cannot call SeedActor() on a None object, aborting function call
stack:
    [alias ActorAlias004 on quest SexLabThread00 (07061EEF)].sslActorAlias.SetActor() - "sslActorAlias.psc" Line 131
    [SexLabThread00 (07061EEF)].sslthreadcontroller.AddActor() - "sslThreadModel.psc" Line ?
    [cheyron_OpHjoromirLaidQuest (E40012C4)].OperationGetHjoromirLaid.HjoromirRewarded() - "OperationGetHjoromirLaid.psc" Line 33
    .OpHjoromirGetLaid_Start.Fragment_0() - "OpHjoromirGetLaid_Start.psc" Line 9
[11/12/2019 - 10:02:49AM] Error: Cannot call MaleVoiceDelay() on a None object, aborting function call
stack:
    [alias ActorAlias004 on quest SexLabThread00 (07061EEF)].sslActorAlias.SetActor() - "sslActorAlias.psc" Line 148
    [SexLabThread00 (07061EEF)].sslthreadcontroller.AddActor() - "sslThreadModel.psc" Line ?
    [cheyron_OpHjoromirLaidQuest (E40012C4)].OperationGetHjoromirLaid.HjoromirRewarded() - "OperationGetHjoromirLaid.psc" Line 33
    .OpHjoromirGetLaid_Start.Fragment_0() - "OpHjoromirGetLaid_Start.psc" Line 9
[11/12/2019 - 10:02:49AM] WARNING: Assigning None to a non-object variable named "::temp21"
stack:
    [alias ActorAlias004 on quest SexLabThread00 (07061EEF)].sslActorAlias.SetActor() - "sslActorAlias.psc" Line 148
    [SexLabThread00 (07061EEF)].sslthreadcontroller.AddActor() - "sslThreadModel.psc" Line ?
    [cheyron_OpHjoromirLaidQuest (E40012C4)].OperationGetHjoromirLaid.HjoromirRewarded() - "OperationGetHjoromirLaid.psc" Line 33
    .OpHjoromirGetLaid_Start.Fragment_0() - "OpHjoromirGetLaid_Start.psc" Line 9
[11/12/2019 - 10:02:49AM] Error: Cannot call Key() on a None object, aborting function call
stack:
    [alias ActorAlias004 on quest SexLabThread00 (07061EEF)].sslActorAlias.registerEvents() - "sslActorAlias.psc" Line 1272
    [alias ActorAlias004 on quest SexLabThread00 (07061EEF)].sslActorAlias.SetActor() - "sslActorAlias.psc" Line 156
    [SexLabThread00 (07061EEF)].sslthreadcontroller.AddActor() - "sslThreadModel.psc" Line ?
    [cheyron_OpHjoromirLaidQuest (E40012C4)].OperationGetHjoromirLaid.HjoromirRewarded() - "OperationGetHjoromirLaid.psc" Line 33
    .OpHjoromirGetLaid_Start.Fragment_0() - "OpHjoromirGetLaid_Start.psc" Line 9
[11/12/2019 - 10:02:49AM] WARNING: Assigning None to a non-object variable named "::temp272"
stack:
    [alias ActorAlias004 on quest SexLabThread00 (07061EEF)].sslActorAlias.registerEvents() - "sslActorAlias.psc" Line 1272
    [alias ActorAlias004 on quest SexLabThread00 (07061EEF)].sslActorAlias.SetActor() - "sslActorAlias.psc" Line 156
    [SexLabThread00 (07061EEF)].sslthreadcontroller.AddActor() - "sslThreadModel.psc" Line ?
    [cheyron_OpHjoromirLaidQuest (E40012C4)].OperationGetHjoromirLaid.HjoromirRewarded() - "OperationGetHjoromirLaid.psc" Line 33
    .OpHjoromirGetLaid_Start.Fragment_0() - "OpHjoromirGetLaid_Start.psc" Line 9
[11/12/2019 - 10:02:49AM] SEXLAB - ActorAlias[Weyna] SetActor([RentRoomScript < (4F03198E)>]) - [sslActorAlias <alias ActorAlias004 on quest SexLabThread00 (07061EEF)>]
[11/12/2019 - 10:02:49AM] Error: Cannot call Victims() on a None object, aborting function call
stack:
    [alias ActorAlias004 on quest SexLabThread00 (07061EEF)].sslActorAlias.SetVictim() - "sslActorAlias.psc" Line 922
    [SexLabThread00 (07061EEF)].sslthreadcontroller.AddActor() - "sslThreadModel.psc" Line ?
    [cheyron_OpHjoromirLaidQuest (E40012C4)].OperationGetHjoromirLaid.HjoromirRewarded() - "OperationGetHjoromirLaid.psc" Line 33
    .OpHjoromirGetLaid_Start.Fragment_0() - "OpHjoromirGetLaid_Start.psc" Line 9
[11/12/2019 - 10:02:49AM] SEXLAB - NOTICE: ValidateActor(Hjoromir) -- TRUE -- MISS
[11/12/2019 - 10:02:49AM] Error: Cannot call GetGender() on a None object, aborting function call
stack:
    [alias ActorAlias003 on quest SexLabThread00 (07061EEF)].sslActorAlias.SetActor() - "sslActorAlias.psc" Line 118
    [SexLabThread00 (07061EEF)].sslthreadcontroller.AddActor() - "sslThreadModel.psc" Line ?
    [cheyron_OpHjoromirLaidQuest (E40012C4)].OperationGetHjoromirLaid.HjoromirRewarded() - "OperationGetHjoromirLaid.psc" Line 35
    .OpHjoromirGetLaid_Start.Fragment_0() - "OpHjoromirGetLaid_Start.psc" Line 9
[11/12/2019 - 10:02:49AM] WARNING: Assigning None to a non-object variable named "::temp17"
stack:
    [alias ActorAlias003 on quest SexLabThread00 (07061EEF)].sslActorAlias.SetActor() - "sslActorAlias.psc" Line 118
    [SexLabThread00 (07061EEF)].sslthreadcontroller.AddActor() - "sslThreadModel.psc" Line ?
    [cheyron_OpHjoromirLaidQuest (E40012C4)].OperationGetHjoromirLaid.HjoromirRewarded() - "OperationGetHjoromirLaid.psc" Line 35
    .OpHjoromirGetLaid_Start.Fragment_0() - "OpHjoromirGetLaid_Start.psc" Line 9
[11/12/2019 - 10:02:49AM] Error: Cannot call ThreadLib() on a None object, aborting function call
stack:
    [alias ActorAlias003 on quest SexLabThread00 (07061EEF)].sslActorAlias.SetActor() - "sslActorAlias.psc" Line 122
    [SexLabThread00 (07061EEF)].sslthreadcontroller.AddActor() - "sslThreadModel.psc" Line ?
    [cheyron_OpHjoromirLaidQuest (E40012C4)].OperationGetHjoromirLaid.HjoromirRewarded() - "OperationGetHjoromirLaid.psc" Line 35
    .OpHjoromirGetLaid_Start.Fragment_0() - "OpHjoromirGetLaid_Start.psc" Line 9
[11/12/2019 - 10:02:49AM] Error: Cannot call IsActorTracked() on a None object, aborting function call
stack:
    [alias ActorAlias003 on quest SexLabThread00 (07061EEF)].sslActorAlias.SetActor() - "sslActorAlias.psc" Line 122
    [SexLabThread00 (07061EEF)].sslthreadcontroller.AddActor() - "sslThreadModel.psc" Line ?
    [cheyron_OpHjoromirLaidQuest (E40012C4)].OperationGetHjoromirLaid.HjoromirRewarded() - "OperationGetHjoromirLaid.psc" Line 35
    .OpHjoromirGetLaid_Start.Fragment_0() - "OpHjoromirGetLaid_Start.psc" Line 9
[11/12/2019 - 10:02:49AM] WARNING: Assigning None to a non-object variable named "::temp11"
stack:
    [alias ActorAlias003 on quest SexLabThread00 (07061EEF)].sslActorAlias.SetActor() - "sslActorAlias.psc" Line 122
    [SexLabThread00 (07061EEF)].sslthreadcontroller.AddActor() - "sslThreadModel.psc" Line ?
    [cheyron_OpHjoromirLaidQuest (E40012C4)].OperationGetHjoromirLaid.HjoromirRewarded() - "OperationGetHjoromirLaid.psc" Line 35
    .OpHjoromirGetLaid_Start.Fragment_0() - "OpHjoromirGetLaid_Start.psc" Line 9
[11/12/2019 - 10:02:49AM] Error: Cannot call SeedActor() on a None object, aborting function call
stack:
    [alias ActorAlias003 on quest SexLabThread00 (07061EEF)].sslActorAlias.SetActor() - "sslActorAlias.psc" Line 131
    [SexLabThread00 (07061EEF)].sslthreadcontroller.AddActor() - "sslThreadModel.psc" Line ?
    [cheyron_OpHjoromirLaidQuest (E40012C4)].OperationGetHjoromirLaid.HjoromirRewarded() - "OperationGetHjoromirLaid.psc" Line 35
    .OpHjoromirGetLaid_Start.Fragment_0() - "OpHjoromirGetLaid_Start.psc" Line 9
[11/12/2019 - 10:02:49AM] Error: Cannot call MaleVoiceDelay() on a None object, aborting function call
stack:
    [alias ActorAlias003 on quest SexLabThread00 (07061EEF)].sslActorAlias.SetActor() - "sslActorAlias.psc" Line 148
    [SexLabThread00 (07061EEF)].sslthreadcontroller.AddActor() - "sslThreadModel.psc" Line ?
    [cheyron_OpHjoromirLaidQuest (E40012C4)].OperationGetHjoromirLaid.HjoromirRewarded() - "OperationGetHjoromirLaid.psc" Line 35
    .OpHjoromirGetLaid_Start.Fragment_0() - "OpHjoromirGetLaid_Start.psc" Line 9
[11/12/2019 - 10:02:49AM] WARNING: Assigning None to a non-object variable named "::temp21"
stack:
    [alias ActorAlias003 on quest SexLabThread00 (07061EEF)].sslActorAlias.SetActor() - "sslActorAlias.psc" Line 148
    [SexLabThread00 (07061EEF)].sslthreadcontroller.AddActor() - "sslThreadModel.psc" Line ?
    [cheyron_OpHjoromirLaidQuest (E40012C4)].OperationGetHjoromirLaid.HjoromirRewarded() - "OperationGetHjoromirLaid.psc" Line 35
    .OpHjoromirGetLaid_Start.Fragment_0() - "OpHjoromirGetLaid_Start.psc" Line 9
[11/12/2019 - 10:02:49AM] Error: Cannot call Key() on a None object, aborting function call
stack:
    [alias ActorAlias003 on quest SexLabThread00 (07061EEF)].sslActorAlias.registerEvents() - "sslActorAlias.psc" Line 1272
    [alias ActorAlias003 on quest SexLabThread00 (07061EEF)].sslActorAlias.SetActor() - "sslActorAlias.psc" Line 156
    [SexLabThread00 (07061EEF)].sslthreadcontroller.AddActor() - "sslThreadModel.psc" Line ?
    [cheyron_OpHjoromirLaidQuest (E40012C4)].OperationGetHjoromirLaid.HjoromirRewarded() - "OperationGetHjoromirLaid.psc" Line 35
    .OpHjoromirGetLaid_Start.Fragment_0() - "OpHjoromirGetLaid_Start.psc" Line 9
[11/12/2019 - 10:02:49AM] WARNING: Assigning None to a non-object variable named "::temp272"
stack:
    [alias ActorAlias003 on quest SexLabThread00 (07061EEF)].sslActorAlias.registerEvents() - "sslActorAlias.psc" Line 1272
    [alias ActorAlias003 on quest SexLabThread00 (07061EEF)].sslActorAlias.SetActor() - "sslActorAlias.psc" Line 156
    [SexLabThread00 (07061EEF)].sslthreadcontroller.AddActor() - "sslThreadModel.psc" Line ?
    [cheyron_OpHjoromirLaidQuest (E40012C4)].OperationGetHjoromirLaid.HjoromirRewarded() - "OperationGetHjoromirLaid.psc" Line 35
    .OpHjoromirGetLaid_Start.Fragment_0() - "OpHjoromirGetLaid_Start.psc" Line 9
[11/12/2019 - 10:02:49AM] SEXLAB - ActorAlias[Hjoromir] SetActor([Actor < (1E052FEA)>]) - [sslActorAlias <alias ActorAlias003 on quest SexLabThread00 (07061EEF)>]
[11/12/2019 - 10:02:49AM] Error: Cannot call Victims() on a None object, aborting function call
stack:
    [alias ActorAlias003 on quest SexLabThread00 (07061EEF)].sslActorAlias.SetVictim() - "sslActorAlias.psc" Line 922
    [SexLabThread00 (07061EEF)].sslthreadcontroller.AddActor() - "sslThreadModel.psc" Line ?
    [cheyron_OpHjoromirLaidQuest (E40012C4)].OperationGetHjoromirLaid.HjoromirRewarded() - "OperationGetHjoromirLaid.psc" Line 35
    .OpHjoromirGetLaid_Start.Fragment_0() - "OpHjoromirGetLaid_Start.psc" Line 9
[11/12/2019 - 10:02:50AM] SEXLAB - Thread[0] Event Hook - AnimationStarting
[11/12/2019 - 10:02:50AM] Error: Cannot call Positions() on a None object, aborting function call
stack:
    [alias ActorAlias004 on quest SexLabThread00 (07061EEF)].sslActorAlias.SetAdjustKey() - "sslActorAlias.psc" Line 950
    [SexLabThread00 (07061EEF)].sslthreadcontroller.UpdateAdjustKey() - "sslThreadModel.psc" Line 1178
    [SexLabThread00 (07061EEF)].sslthreadcontroller.FireAction() - "sslThreadController.psc" Line 44
    [SexLabThread00 (07061EEF)].sslthreadcontroller.Action() - "sslThreadModel.psc" Line 1012
    [SexLabThread00 (07061EEF)].sslthreadcontroller.StartThread() - "sslThreadModel.psc" Line ?
    [cheyron_OpHjoromirLaidQuest (E40012C4)].OperationGetHjoromirLaid.HjoromirRewarded() - "OperationGetHjoromirLaid.psc" Line 48
    .OpHjoromirGetLaid_Start.Fragment_0() - "OpHjoromirGetLaid_Start.psc" Line 9
[11/12/2019 - 10:02:50AM] Error: Cannot call Positions() on a None object, aborting function call
stack:
    [alias ActorAlias003 on quest SexLabThread00 (07061EEF)].sslActorAlias.SetAdjustKey() - "sslActorAlias.psc" Line 950
    [SexLabThread00 (07061EEF)].sslthreadcontroller.UpdateAdjustKey() - "sslThreadModel.psc" Line 1179
    [SexLabThread00 (07061EEF)].sslthreadcontroller.FireAction() - "sslThreadController.psc" Line 44
    [SexLabThread00 (07061EEF)].sslthreadcontroller.Action() - "sslThreadModel.psc" Line 1012
    [SexLabThread00 (07061EEF)].sslthreadcontroller.StartThread() - "sslThreadModel.psc" Line ?
    [cheyron_OpHjoromirLaidQuest (E40012C4)].OperationGetHjoromirLaid.HjoromirRewarded() - "OperationGetHjoromirLaid.psc" Line 48
    .OpHjoromirGetLaid_Start.Fragment_0() - "OpHjoromirGetLaid_Start.psc" Line 9
[11/12/2019 - 10:02:50AM] SEXLAB - Thread[0] Adjustment Profile - ImperialRaceF.NordRaceM
[11/12/2019 - 10:02:51AM] Error: Cannot call TrySandBox() on a None object, aborting function call
stack:
    [TweakMonitorPlayer (4B02CBB1)].tweakmonitorplayerscript.OnUpdate() - "tweakmonitorplayerscript.psc" Line 464
[11/12/2019 - 10:02:54AM] Error: Cannot call TrySandBox() on a None object, aborting function call
stack:
    [TweakMonitorPlayer (4B02CBB1)].tweakmonitorplayerscript.OnUpdate() - "tweakmonitorplayerscript.psc" Line 464
[11/12/2019 - 10:02:57AM] Error: Cannot call TrySandBox() on a None object, aborting function call
stack:
    [TweakMonitorPlayer (4B02CBB1)].tweakmonitorplayerscript.OnUpdate() - "tweakmonitorplayerscript.psc" Line 464
[11/12/2019 - 10:03:00AM] Error: Cannot call TrySandBox() on a None object, aborting function call
stack:
    [TweakMonitorPlayer (4B02CBB1)].tweakmonitorplayerscript.OnUpdate() - "tweakmonitorplayerscript.psc" Line 464
[11/12/2019 - 10:03:02AM] WARNING: Property SSM_TwoHandedPerk on script SkyrimSpearMechanic_AliasNpc attached to alias NPC10 on quest SSM_NpcQuest (56009EEA) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:03:02AM] WARNING: Property SSM_TwoHandedPerk on script SkyrimSpearMechanic_AliasNpc attached to alias NPC9 on quest SSM_NpcQuest (56009EEA) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:03:02AM] WARNING: Property SSM_TwoHandedPerk on script SkyrimSpearMechanic_AliasNpc attached to alias NPC8 on quest SSM_NpcQuest (56009EEA) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:03:02AM] WARNING: Property SSM_TwoHandedPerk on script SkyrimSpearMechanic_AliasNpc attached to alias NPC7 on quest SSM_NpcQuest (56009EEA) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:03:02AM] Error: Cannot call GetBaseObject() on a None object, aborting function call
stack:
    <unknown self>.fnis_aa.SetAnimGroupEX() - "FNIS_aa.psc" Line 74
    [alias NPC10 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.OnInit() - "SkyrimSpearMechanic_AliasNpc.psc" Line 21
[11/12/2019 - 10:03:02AM] FNIS aa SetAnimGroup ERROR mod: SSM Actor: None group: _1hmeqp base: 0 number: 0
[11/12/2019 - 10:03:02AM] Error: Cannot call GetEquippedWeapon() on a None object, aborting function call
stack:
    [alias NPC10 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.Set_Animation() - "SkyrimSpearMechanic_AliasNpc.psc" Line 46
    [alias NPC10 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.OnInit() - "SkyrimSpearMechanic_AliasNpc.psc" Line 27
[11/12/2019 - 10:03:02AM] Error: Cannot call GetEquippedWeapon() on a None object, aborting function call
stack:
    [alias NPC10 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.Set_Animation() - "SkyrimSpearMechanic_AliasNpc.psc" Line 47
    [alias NPC10 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.OnInit() - "SkyrimSpearMechanic_AliasNpc.psc" Line 27
[11/12/2019 - 10:03:02AM] WARNING: Property SSM_TwoHandedPerk on script SkyrimSpearMechanic_AliasNpc attached to alias NPC6 on quest SSM_NpcQuest (56009EEA) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:03:02AM] WARNING: Property SSM_TwoHandedPerk on script SkyrimSpearMechanic_AliasNpc attached to alias NPC5 on quest SSM_NpcQuest (56009EEA) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:03:02AM] Error: Cannot call GetBaseObject() on a None object, aborting function call
stack:
    <unknown self>.fnis_aa.SetAnimGroupEX() - "FNIS_aa.psc" Line 74
    [alias NPC9 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.OnInit() - "SkyrimSpearMechanic_AliasNpc.psc" Line 21
[11/12/2019 - 10:03:02AM] FNIS aa SetAnimGroup ERROR mod: SSM Actor: None group: _1hmeqp base: 0 number: 0
[11/12/2019 - 10:03:02AM] Error: Cannot call GetEquippedWeapon() on a None object, aborting function call
stack:
    [alias NPC9 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.Set_Animation() - "SkyrimSpearMechanic_AliasNpc.psc" Line 46
    [alias NPC9 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.OnInit() - "SkyrimSpearMechanic_AliasNpc.psc" Line 27
[11/12/2019 - 10:03:02AM] Error: Cannot call GetEquippedWeapon() on a None object, aborting function call
stack:
    [alias NPC9 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.Set_Animation() - "SkyrimSpearMechanic_AliasNpc.psc" Line 47
    [alias NPC9 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.OnInit() - "SkyrimSpearMechanic_AliasNpc.psc" Line 27
[11/12/2019 - 10:03:02AM] Error: Cannot call GetBaseObject() on a None object, aborting function call
stack:
    <unknown self>.fnis_aa.SetAnimGroupEX() - "FNIS_aa.psc" Line 74
    [alias NPC8 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.OnInit() - "SkyrimSpearMechanic_AliasNpc.psc" Line 21
[11/12/2019 - 10:03:02AM] FNIS aa SetAnimGroup ERROR mod: SSM Actor: None group: _1hmeqp base: 0 number: 0
[11/12/2019 - 10:03:02AM] Error: Cannot call GetEquippedWeapon() on a None object, aborting function call
stack:
    [alias NPC8 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.Set_Animation() - "SkyrimSpearMechanic_AliasNpc.psc" Line 46
    [alias NPC8 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.OnInit() - "SkyrimSpearMechanic_AliasNpc.psc" Line 27
[11/12/2019 - 10:03:02AM] Error: Cannot call GetEquippedWeapon() on a None object, aborting function call
stack:
    [alias NPC8 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.Set_Animation() - "SkyrimSpearMechanic_AliasNpc.psc" Line 47
    [alias NPC8 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.OnInit() - "SkyrimSpearMechanic_AliasNpc.psc" Line 27
[11/12/2019 - 10:03:02AM] Error: Cannot call GetBaseObject() on a None object, aborting function call
stack:
    <unknown self>.fnis_aa.SetAnimGroupEX() - "FNIS_aa.psc" Line 74
    [alias NPC7 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.OnInit() - "SkyrimSpearMechanic_AliasNpc.psc" Line 21
[11/12/2019 - 10:03:02AM] FNIS aa SetAnimGroup ERROR mod: SSM Actor: None group: _1hmeqp base: 0 number: 0
[11/12/2019 - 10:03:02AM] Error: Cannot call GetEquippedWeapon() on a None object, aborting function call
stack:
    [alias NPC7 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.Set_Animation() - "SkyrimSpearMechanic_AliasNpc.psc" Line 46
    [alias NPC7 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.OnInit() - "SkyrimSpearMechanic_AliasNpc.psc" Line 27
[11/12/2019 - 10:03:02AM] Error: Cannot call GetEquippedWeapon() on a None object, aborting function call
stack:
    [alias NPC7 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.Set_Animation() - "SkyrimSpearMechanic_AliasNpc.psc" Line 47
    [alias NPC7 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.OnInit() - "SkyrimSpearMechanic_AliasNpc.psc" Line 27
[11/12/2019 - 10:03:02AM] WARNING: Property SSM_TwoHandedPerk on script SkyrimSpearMechanic_AliasNpc attached to alias NPC4 on quest SSM_NpcQuest (56009EEA) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:03:02AM] WARNING: Property SSM_TwoHandedPerk on script SkyrimSpearMechanic_AliasNpc attached to alias NPC3 on quest SSM_NpcQuest (56009EEA) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:03:02AM] WARNING: Property SSM_TwoHandedPerk on script SkyrimSpearMechanic_AliasNpc attached to alias NPC2 on quest SSM_NpcQuest (56009EEA) cannot be initialized because the script no longer contains that property
[11/12/2019 - 10:03:02AM] Error: Cannot call GetBaseObject() on a None object, aborting function call
stack:
    <unknown self>.fnis_aa.SetAnimGroupEX() - "FNIS_aa.psc" Line 74
    [alias NPC5 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.OnInit() - "SkyrimSpearMechanic_AliasNpc.psc" Line 21
[11/12/2019 - 10:03:02AM] Error: Cannot call GetBaseObject() on a None object, aborting function call
stack:
    <unknown self>.fnis_aa.SetAnimGroupEX() - "FNIS_aa.psc" Line 74
    [alias NPC6 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.OnInit() - "SkyrimSpearMechanic_AliasNpc.psc" Line 21
[11/12/2019 - 10:03:02AM] FNIS aa SetAnimGroup ERROR mod: SSM Actor: None group: _1hmeqp base: 0 number: 0
[11/12/2019 - 10:03:02AM] FNIS aa SetAnimGroup ERROR mod: SSM Actor: None group: _1hmeqp base: 0 number: 0
[11/12/2019 - 10:03:02AM] Error: Cannot call GetEquippedWeapon() on a None object, aborting function call
stack:
    [alias NPC6 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.Set_Animation() - "SkyrimSpearMechanic_AliasNpc.psc" Line 46
    [alias NPC6 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.OnInit() - "SkyrimSpearMechanic_AliasNpc.psc" Line 27
[11/12/2019 - 10:03:02AM] Error: Cannot call GetEquippedWeapon() on a None object, aborting function call
stack:
    [alias NPC5 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.Set_Animation() - "SkyrimSpearMechanic_AliasNpc.psc" Line 46
    [alias NPC5 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.OnInit() - "SkyrimSpearMechanic_AliasNpc.psc" Line 27
[11/12/2019 - 10:03:02AM] Error: Cannot call GetEquippedWeapon() on a None object, aborting function call
stack:
    [alias NPC6 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.Set_Animation() - "SkyrimSpearMechanic_AliasNpc.psc" Line 47
    [alias NPC6 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.OnInit() - "SkyrimSpearMechanic_AliasNpc.psc" Line 27
[11/12/2019 - 10:03:02AM] Error: Cannot call GetEquippedWeapon() on a None object, aborting function call
stack:
    [alias NPC5 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.Set_Animation() - "SkyrimSpearMechanic_AliasNpc.psc" Line 47
    [alias NPC5 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.OnInit() - "SkyrimSpearMechanic_AliasNpc.psc" Line 27
[11/12/2019 - 10:03:02AM] Error: Cannot call GetBaseObject() on a None object, aborting function call
stack:
    <unknown self>.fnis_aa.SetAnimGroupEX() - "FNIS_aa.psc" Line 74
    [alias NPC3 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.OnInit() - "SkyrimSpearMechanic_AliasNpc.psc" Line 21
[11/12/2019 - 10:03:02AM] Error: Cannot call GetBaseObject() on a None object, aborting function call
stack:
    <unknown self>.fnis_aa.SetAnimGroupEX() - "FNIS_aa.psc" Line 74
    [alias NPC4 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.OnInit() - "SkyrimSpearMechanic_AliasNpc.psc" Line 21
[11/12/2019 - 10:03:02AM] Error: Cannot call GetBaseObject() on a None object, aborting function call
stack:
    <unknown self>.fnis_aa.SetAnimGroupEX() - "FNIS_aa.psc" Line 74
    [alias NPC2 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.OnInit() - "SkyrimSpearMechanic_AliasNpc.psc" Line 21
[11/12/2019 - 10:03:02AM] FNIS aa SetAnimGroup ERROR mod: SSM Actor: None group: _1hmeqp base: 0 number: 0
[11/12/2019 - 10:03:02AM] FNIS aa SetAnimGroup ERROR mod: SSM Actor: None group: _1hmeqp base: 0 number: 0
[11/12/2019 - 10:03:02AM] FNIS aa SetAnimGroup ERROR mod: SSM Actor: None group: _1hmeqp base: 0 number: 0
[11/12/2019 - 10:03:02AM] Error: Cannot call GetEquippedWeapon() on a None object, aborting function call
stack:
    [alias NPC4 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.Set_Animation() - "SkyrimSpearMechanic_AliasNpc.psc" Line 46
    [alias NPC4 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.OnInit() - "SkyrimSpearMechanic_AliasNpc.psc" Line 27
[11/12/2019 - 10:03:02AM] Error: Cannot call GetEquippedWeapon() on a None object, aborting function call
stack:
    [alias NPC2 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.Set_Animation() - "SkyrimSpearMechanic_AliasNpc.psc" Line 46
    [alias NPC2 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.OnInit() - "SkyrimSpearMechanic_AliasNpc.psc" Line 27
[11/12/2019 - 10:03:02AM] Error: Cannot call GetEquippedWeapon() on a None object, aborting function call
stack:
    [alias NPC3 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.Set_Animation() - "SkyrimSpearMechanic_AliasNpc.psc" Line 46
    [alias NPC3 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.OnInit() - "SkyrimSpearMechanic_AliasNpc.psc" Line 27
[11/12/2019 - 10:03:02AM] Error: Cannot call GetEquippedWeapon() on a None object, aborting function call
stack:
    [alias NPC4 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.Set_Animation() - "SkyrimSpearMechanic_AliasNpc.psc" Line 47
    [alias NPC4 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.OnInit() - "SkyrimSpearMechanic_AliasNpc.psc" Line 27
[11/12/2019 - 10:03:02AM] Error: Cannot call GetEquippedWeapon() on a None object, aborting function call
stack:
    [alias NPC2 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.Set_Animation() - "SkyrimSpearMechanic_AliasNpc.psc" Line 47
    [alias NPC2 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.OnInit() - "SkyrimSpearMechanic_AliasNpc.psc" Line 27
[11/12/2019 - 10:03:02AM] Error: Cannot call GetEquippedWeapon() on a None object, aborting function call
stack:
    [alias NPC3 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.Set_Animation() - "SkyrimSpearMechanic_AliasNpc.psc" Line 47
    [alias NPC3 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.OnInit() - "SkyrimSpearMechanic_AliasNpc.psc" Line 27
[11/12/2019 - 10:03:02AM] Error: Cannot call GetBaseObject() on a None object, aborting function call
stack:
    <unknown self>.fnis_aa.SetAnimGroupEX() - "FNIS_aa.psc" Line 74
    [alias NPC1 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.OnInit() - "SkyrimSpearMechanic_AliasNpc.psc" Line 21
[11/12/2019 - 10:03:02AM] FNIS aa SetAnimGroup ERROR mod: SSM Actor: None group: _1hmeqp base: 0 number: 0
[11/12/2019 - 10:03:02AM] Error: Cannot call GetEquippedWeapon() on a None object, aborting function call
stack:
    [alias NPC1 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.Set_Animation() - "SkyrimSpearMechanic_AliasNpc.psc" Line 46
    [alias NPC1 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.OnInit() - "SkyrimSpearMechanic_AliasNpc.psc" Line 27
[11/12/2019 - 10:03:02AM] Error: Cannot call GetEquippedWeapon() on a None object, aborting function call
stack:
    [alias NPC1 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.Set_Animation() - "SkyrimSpearMechanic_AliasNpc.psc" Line 47
    [alias NPC1 on quest SSM_NpcQuest (56009EEA)].SkyrimSpearMechanic_AliasNpc.OnInit() - "SkyrimSpearMechanic_AliasNpc.psc" Line 27
[11/12/2019 - 10:03:04AM] Error: Cannot call TrySandBox() on a None object, aborting function call
stack:
    [TweakMonitorPlayer (4B02CBB1)].tweakmonitorplayerscript.OnUpdate() - "tweakmonitorplayerscript.psc" Line 464
[11/12/2019 - 10:03:07AM] Error: Cannot call TrySandBox() on a None object, aborting function call
stack:
    [TweakMonitorPlayer (4B02CBB1)].tweakmonitorplayerscript.OnUpdate() - "tweakmonitorplayerscript.psc" Line 464
[11/12/2019 - 10:03:10AM] Error: Cannot call TrySandBox() on a None object, aborting function call
stack:
    [TweakMonitorPlayer (4B02CBB1)].tweakmonitorplayerscript.OnUpdate() - "tweakmonitorplayerscript.psc" Line 464
[11/12/2019 - 10:10:54AM] VM is freezing...
[11/12/2019 - 10:10:54AM] VM is frozen
Papyrus.0.logSexLabDebug.0.log

Posted

yeah been trying a few different things all day and I don't think this creation kit stuff works all that well... can I just loop through an array of loaded npc's and find them myself... the creation kit seems very unreliable as I see objects keep coming up as none even though I followed every tutorial the internet has to offer. I suffered through countless austrailian, irish and every other accent I could find's tutorial videos from 2012, I suffered through the hours of nonsense videos that simply rehash the Bethesda tutorial. I tried Hjoromir I tried and I failed. his is seriously so frustrating... I have made mods for GTA games and it was so f'n easy to get the peds you wanted...

for each (Ped p in World.GetAllPeds())
{
    if (!Game(Exists(p)) return;
    if (p == Game.LocalPlayer.Character) return;

    //find wench do whatever you want unlike bullshit skyrim
    //How do i do this in skyrim, then i will check the keyword myself
    //and i will set the property myself, i dont trust creation kit
}

 

done easy... why is this game so f'n stupid and cant set a f'n reference... can I script this creation kit bullshit myself? anyone know?

Posted
On 11/12/2019 at 2:02 AM, CPU said:

Can you post also the papyrus.log?

It may help in finding the actual problem.

 

Your code looks good, but we may have other problems.

 

hey sorry to bug but I am guessing I wont be able to use sexlab to make my own mods... do you know what True Miss means when I try to use the framework... I am able to grab the npc I need because I set them up correctly in quest aliases and as properties on my script... I can even take gold from the player and put it in the whore's inventory so I legitimately have a reference to the npcs and yet the framework says … ValidateActor(Weyna) True - Miss-

 

do you know what this means? I am still trying to solve the problem? is it possible to call individual animations myself and set everything up myself? I am willing to script the entire thing from scratch... can this sexlab framework help me do that?

Posted
2 hours ago, simboi9000 said:

bump

Again, you are loading a a save game where SexLab is not loaded.

Posted
44 minutes ago, CPU said:

Again, you are loading a a save game where SexLab is not loaded.

Well no currently I am using...

 

SexLab 1.62

SexLab 1.62 sslAliasActorFix v2.7

SexLabAroused 20140124

Immersive Wenches 1.60

TDF Aggressive prostitution 2.2.5.5

 

so I can uninstall then I will remove all the scripts from my save... then I should reinstall sexlab?

 

my mod is dependent on immersive wenches which is dependent on sexlab aroused... are those ok to use after i clean my save? and thank you for replying

 

oh btw, in my code I am doing something like this...

 

If SexLab.ValidateActor(actors[0]) && SexLab.ValidateActor(actors[1])
    SexLab.StartSex(actors, anims) ;this code gets executed but then i get some warnings in console and validation true -miss- and sometimes it says -hit-
EndIf

 

Posted

You don't need to reinstall SexLab.

You just need to re-set the property in CK in your mod.

 

"Hit" and "Miss" are just SexLab debug messages to check if the actor was already handled or not.

Posted

so I need to add the properties to my scripts... I had already loaded my mod on a clean save though

 

im already getting valid references to the actors, what property do I need to reset?

Posted

well I decided I am going to remove a bunch of these sexlab mods and only try with sexlab 1.62, gonna get rid of that arousal and prostitution mod... while I test this, will clean the save of all the old scripts too, the other sexlab mods could play animation so not sure the issue

Posted
1 hour ago, CPU said:

You don't need to reinstall SexLab.

You just need to re-set the property in CK in your mod.

 

"Hit" and "Miss" are just SexLab debug messages to check if the actor was already handled or not.

well I got it to work... I the reset sexlab to default and uninstalled that tdf prostitution mod and those arousal mods which I don't think were even working cause my character would have sex and in the stats it said I never had sex :*( so it would say days til last orgasm would be since helgen intro and it never recorded any arousal stuff, they just didn't work I don't think and I had some orphaned scripts from sla… oh well it finally works, thanks to both of you for helping

 

you know I owed this to my follower I got sloppy in bleak falls barrow and a draugr was about to hit me and hjoromir goes into kill anaimtion with the draugr and saves me and that's how I go the idea to write this mod to buy him a hooker lol... hjoromir thanks you for your help

  • 2 years later...
Posted
On 11/12/2019 at 10:23 PM, Ashal said:

If you loaded a save from before you actually set the SexLab property in the creation kit, but it was still present in the script, then it's likely your save simply isn't updating the property to appointed quest, because your save has already determined that it's appointed to a none.

 

To test this, try starting a new game and testing again, so your save is started with your esp already pointing to where the property should be.

Alternatively, try just resetting the property value whenever you're about to need it. You could compile your script like this to ensure it's set when about to be used:

SexLabFramework Property SexLab Auto

Function HjoromirRewarded()
    Debug.Notification("Thanks boss!")

    ; // If SexLab is none/false, get a new version of it from SexLabUtil and log it for reference.
    if !SexLab
    	SexLab = SexLabUtil.GetAPI()
    	Debug.Trace("--NOTICE-- SexLab was NONE! Reset property to API result: "+SexLab)
    endIf

    ; //fill an array with the animations we want to play in this thread
    sslBaseAnimation[] AnimationList = SexLab.GetAnimationsByTags(2, "Missionary") ;this line gets a None error for SexLab object

    ; // <REST OF THE SCRIPT HERE>

 

 

I really thanks,, you show script.. And  thanks yours already ask and give me solution,, to up-date mods when I need to add sexlab property in script,,

I often re-edit and clean up already attached script for another, , so some times I need to attach sexlab as property in new script...

 

I need to  move my scriptA (attached to dialog topic)  function to start sex, 

 eg Function customSex() which should use sexlabframework..

 which attached for one dialog .. then the dialog already add sexlabframework as prop and I add it in CK correctly



SexLabFramework Property SexLab  Auto

 

and I  set property value in CK for the dialog script >. so the customSex() work.. without problem..

 

But so now I hope to describe the custom startsex function in quest scirpt, not in the dislog script,, 

then I just add same property, and set it in CK.. correctly in ScriptB, and in scriptA (dialog script), 

I add ScriptB (quest script)  as new property.. and set up.  like



WIFptquestSC Property ptquest Auto

 

so to call the function customSex()  (described in ptquest),,  I just need to call

ptquest.customSex() 

 

But how many times I tried, with saved data,, and check ck, it never work ^^;  it can show list or I can confirm animation name, but papyrus log complain

None Object can not start  customsex() again and again.. it seems ignore sexlab as property... so I almost give up to move script, function to quest script,

(because if I keep to describe function in the dialog script, it work without problem as same as before..)

 

after google and find this topic, I finally understand then I test with clean save data.... (actually worked) 

at same time ideally,, I may not hope to use new clean save data  just to move script function to another script then re-use for many dialog topic,

then now I try this way,,

 

So it actually show , the script can not call Sexlab property  (if I use old save data)

Debug.("--NOTICE-- SexLab was NONE! Reset property to API result: "+SexLab)

But set sexlab as 

SexLab = SexLabUtil.GetAPI()

so now it work.. without use new save data ?

I actually have seen this None sexlab (miss call function), when I change property description often, but did not notice,, how I can solve it...

I now think,, if I should add this for all scirpt, which may call sexlab as proeprty...(because I often edit those,, and move function when up-date mods)

 

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...