Jump to content

Recommended Posts

Posted

So I have a question for you @Lupine00

 

If I were to use the weapon drop magic effects and the stagger effect as spell effects for DiD's trauma effect, what impact does magnitude have? 

 

is magnitude 20 = 20%? 

or is .20 = 20%?

 

or is there some other formula?

Spoiler

image.thumb.png.75336d764b482d6601bdef441a58aba0.png

 

 

background as to why I ask

Spoiler

 

 

Posted
7 hours ago, Corsayr said:

If I were to use the weapon drop magic effects and the stagger effect as spell effects for DiD's trauma effect, what impact does magnitude have?

It is, as for all modifiers, a scalar.

 

So if scales the percentage modifier you have set for the chance.

 

e.g.

 

For breasts...

 

Your magnitude is 150%

The range is From 1.0, To 3.0

 

You have -10 as your 1H Melee modifier,

You have -20 as your Fall Chance modifier,

 

Your breast size is 2.0...

That means you get half effect: 0.5

This is then scaled by the magnitude, so now the effect is 0.75

This then scales the modifiers:

1H Melee => -7.5

Fall Chance => 15

 

So your fall chance is theoretically 15% per minute, before considering sprint and combat scalars, and before any limits you have set.

 

There's also the GLOBAL magnitude on the front page, that you can use the scale the entire mod up or down.

It's an easy way to compensate when some other mod is doing something intrusive.

Posted
3 hours ago, Lupine00 said:

It is, as for all modifiers, a scalar.

 

So if scales the percentage modifier you have set for the chance.

 

e.g.

 

For breasts...

 

Your magnitude is 150%

The range is From 1.0, To 3.0

 

You have -10 as your 1H Melee modifier,

You have -20 as your Fall Chance modifier,

 

Your breast size is 2.0...

That means you get half effect: 0.5

This is then scaled by the magnitude, so now the effect is 0.75

This then scales the modifiers:

1H Melee => -7.5

Fall Chance => 15

 

So your fall chance is theoretically 15% per minute, before considering sprint and combat scalars, and before any limits you have set.

 

There's also the GLOBAL magnitude on the front page, that you can use the scale the entire mod up or down.

It's an easy way to compensate when some other mod is doing something intrusive.

So what I am doing in the screen shot, using it as a base effect with a magnitude won't work because there is no "scale" for it to magnitudilize*?

 

 

*I know, not a word ?

Posted
7 hours ago, Corsayr said:

So what I am doing in the screen shot, using it as a base effect with a magnitude won't work because there is no "scale" for it to magnitudilize*?

You can't edit the magnitudes in SLD effects because they are set dynamically by script.

The magnitude I wrote about above, is in the SLD MCM - it's entirely a construct of SLD.

 

The final calculated magnitude for an effect if found by taking the results above, then performing the global scaling, and then applying the limit values, it then scales THAT value into the effect's magnitude domain - as we know some effects (like attack speed) have a practical input domain of 0 - 5 or so, while others, like an AV modifier could go up to 1000.

 

It's that final domain scaled value that is set to the effect magnitude by the script, without regard for what is present in the ESP prior to that point.

 

 

If you wanted to hack SLD to use Trauma, with a quick and dirty edit ... the easiest thing would probably be to repurpose one of the MME inputs - pain probably best.

Hack the MME ESP name to be the DiD name, and then hack SLD's global shim script for MME to use the DiD ESP and the trauma Form ID.

Pre-scale the value returned by the shim function so that it has the right range to match whatever pain was supposed to be (presuming I got THAT right in the first place), and then use that.

 

The MME shim should rightly be split into two files to avoid the problems I wrote about on my blog, but in this case it works in your favor, as you can do most of the hacks in one place. If you then just search the main mcm and modifiers scripts for the MME esp name and name sure that's changed everywhere, you should be fine.

 

Clearly, in that case you'd lose MME.

If you use that, you could just use the same trick, but for Apropos2 instead.

 

My current take is that Apropos2 is all but useless to me, so I no longer install it.

I'm not happy with its damage resolution, its damage calculation method, or its recovery mechanics; and it's narrative features never did anything for me, because as often as not they guess wrong about what is happening.

Various solicitation mods have their own solutions, which are not great either - but if you're using SWL, apropos is doubly redundant.

 

Apropos' own mechanic is to apply (among other things) a speed debuff, and one thing I really wanted from SLD was to replace tedious, time-wasting, speed debuffs with something that would have an impact but not make it so I couldn't travel around the world at all.

Posted
16 minutes ago, Lupine00 said:

If you wanted to hack SLD to use Trauma, with a quick and dirty edit ... the easiest thing would probably be to repurpose one of the MME inputs - pain probably best.

Hack the MME ESP name to be the DiD name, and then hack SLD's global shim script for MME to use the DiD ESP and the trauma Form ID.

Pre-scale the value returned by the shim function so that it has the right range to match whatever pain was supposed to be (presuming I got THAT right in the first place), and then use that.

That would be the way to go, since I don't use MME but sadly when you move into the modifying scripts area, you lose me completely... ?

 

are you feeling okay? You look a little pale! ? Maybe it is time to self quarantine for a couple of weeks, and since you will be stuck inside... There are some updates you could push out. ?

 

Just kidding... but kidding on the square. ?

Posted
3 hours ago, Corsayr said:

are you feeling okay? You look a little pale! ? Maybe it is time to self quarantine for a couple of weeks, and since you will be stuck inside... There are some updates you could push out. ?

Haha. My work don't let me off the hook just because I'm at home.

Posted

whenever I change the debuff slider for anything, the game crashes instantly. All I get is NaN for the values

 

edit: When I start a new game with the exact same modlist it works fine.

 

Pls help t_t

Posted
16 hours ago, Yoda16 said:

edit: When I start a new game with the exact same modlist it works fine.

Your install has become corrupt in the savefile. That can happen to any mod sometimes.

Chances are all the properties are gone off the quests and scripts can't work.

 

You may have other mods with similar damage, so your game may need a lot of fixing.

 

You can try going in debug using all the resets, and see if it fixes anything. That's really all there is that you can do from the mod itself.

 

If that doesn't fix it, you can uninstall the mod, clean save, save clean, then reinstall.

Then your game will see it as a new mod and reload all the quests and associated VMADs, and it should work just like a new game.

 

Just uninstall and clean save isn't enough. You have to do the save cleaner step and remove all the scripts from missing mods, otherwise they won't get reloaded.

Posted
2 hours ago, Lupine00 said:

Your install has become corrupt in the savefile. That can happen to any mod sometimes.

Chances are all the properties are gone off the quests and scripts can't work.

I never go this mod to work, never played with it. Crashes upon first time installing

Quote

 

You may have other mods with similar damage, so your game may need a lot of fixing.

not to my knowledge

Quote

 

You can try going in debug using all the resets, and see if it fixes anything. That's really all there is that you can do from the mod itself.

sadly didn't work

Quote

 

If that doesn't fix it, you can uninstall the mod, clean save, save clean, then reinstall.

Then your game will see it as a new mod and reload all the quests and associated VMADs, and it should work just like a new game.

 

Just uninstall and clean save isn't enough. You have to do the save cleaner step and remove all the scripts from missing mods, otherwise they won't get reloaded.

I use a savecleaner everytime I uninstall a mod, so there no orphan scripts.

 

 

 

Edit: I have come to notice that some of my old save games exceed the string limitation, which is not a problem since I am using crashfixes v12. 

I have also tried to load older saves until I have found one on which disparity works. However this file also exceeds the strig limit so this can't be the problem. 

 

Honestly this is far beyond my comprehension.

Posted
22 hours ago, Yoda16 said:

I never go this mod to work, never played with it. Crashes upon first time installing

Are you using any of the following:

  • SLIF
  • Apropos2
  • MME
  • RDO

 

Did you rebuild your FNIS?

 

Is the SKSE plugin correctly installed?

 

Did you rename any of your ESPs, for example, by merging them?

 

 

Is there some interesting quirk, like you are running on genuine 32-bit Windows?

 

Have you blocked file writes in your SKSE directory sub-tree, by, for example, giving ownership of some sub-directories to a different user, or installed files as a different user?

This latter can occur if you follow the questionable advice given with MergePlugins to run as Administrator.

 

 

Try making a new game with almost no mods installed, just SexLab, SLA* and SLD. Does it work?

 

 

If you can ENABLE SLD, and then your game doesn't crash afterwards, as long as you don't enter the MCM - the problem is purely with MCM.

 

If you are crashing in the MCM after enabling SLD, as noted above, then this is an MCM only problem; it's not caused by SLD updates or plugin DLL.

 

 

If you crash immediately after enabling SLD, without entering the MCM again, then the problem is with SLD updates or plugin DLL.

 

 

If you crash without EVER having enabled SLD, the cause is ESP related, because ESP does not auto start, and will not run a single line of code until you go in the MCM - at which point some init conf code will run.

 

 

NOTE:

I don't have any problems like these, and never have. I have tested on three different machines with different setups, including MO, MO2 and NMM. However, I have never run under Vortex. Many other users run without these problems.

 

There is no doubt that the issues are related to a problem in your setup.

 

Simply installing SLD runs no code. Starting SLD will run updates, but at the default 13 second interval. SLD won't apply any effects unless you perform additional configuration.

 

The design ethos of SLD is everything OFF unless you enable it. 

It does not auto start.

Posted
3 hours ago, Lupine00 said:

Are you using any of the following:

  • SLIF

no

3 hours ago, Lupine00 said:
  • Apropos2

yes

3 hours ago, Lupine00 said:
  • MME

no

3 hours ago, Lupine00 said:
  • RDO

yes

3 hours ago, Lupine00 said:

 

Did you rebuild your FNIS?

yes

3 hours ago, Lupine00 said:

 

Is the SKSE plugin correctly installed?

yes

3 hours ago, Lupine00 said:

 

Did you rename any of your ESPs, for example, by merging them?

yes I merged some armor mods

3 hours ago, Lupine00 said:

 

 

Is there some interesting quirk, like you are running on genuine 32-bit Windows?

no windows 10 64 bit

3 hours ago, Lupine00 said:

 

Have you blocked file writes in your SKSE directory sub-tree, by, for example, giving ownership of some sub-directories to a different user, or installed files as a different user?

This latter can occur if you follow the questionable advice given with MergePlugins to run as Administrator.

no

3 hours ago, Lupine00 said:

 

 

Try making a new game with almost no mods installed, just SexLab, SLA* and SLD. Does it work?

it works when I start a new game with the same mods as in my current save game and also with the minium amout of mods required

3 hours ago, Lupine00 said:

 

 

If you can ENABLE SLD, and then your game doesn't crash afterwards, as long as you don't enter the MCM - the problem is purely with MCM.

it only crashes when I move any of the sliders (which have all Nan) and click accept afterwards

3 hours ago, Lupine00 said:

 

If you are crashing in the MCM after enabling SLD, as noted above, then this is an MCM only problem; it's not caused by SLD updates or plugin DLL.

it does not

3 hours ago, Lupine00 said:

 

 

If you crash immediately after enabling SLD, without entering the MCM again, then the problem is with SLD updates or plugin DLL.

it does not

3 hours ago, Lupine00 said:

 

 

If you crash without EVER having enabled SLD, the cause is ESP related, because ESP does not auto start, and will not run a single line of code until you go in the MCM - at which point some init conf code will run.

 

 

NOTE:

I don't have any problems like these, and never have. I have tested on three different machines with different setups, including MO, MO2 and NMM. However, I have never run under Vortex. Many other users run without these problems.

 

There is no doubt that the issues are related to a problem in your setup.

 

Simply installing SLD runs no code. Starting SLD will run updates, but at the default 13 second interval. SLD won't apply any effects unless you perform additional configuration.

 

The design ethos of SLD is everything OFF unless you enable it. 

It does not auto start.

I dont doubt that there is a problem with my setup. Its just a problem I have never experienced before.

Posted
38 minutes ago, Yoda16 said:

Its just a problem I have never experienced before.

This sounds like it is unable to populate the VMAD for the MCM quest (possibly others too).

 

Do you see log output that would confirm this, such as a lot of spew about None properties?

 

This would suggest it was unable to load the ESP properly into your existing game.

Is SLD the last ESP in your LO in that case?

Posted
3 hours ago, Lupine00 said:

This sounds like it is unable to populate the VMAD for the MCM quest (possibly others too).

 

Do you see log output that would confirm this, such as a lot of spew about None properties?

 

This would suggest it was unable to load the ESP properly into your existing game.

Is SLD the last ESP in your LO in that case?

it is last.

 

here is my log. Seems like I have 20 million Errors.

 

 

 

Spoiler

[03/17/2020 - 08:26:22AM] Papyrus log opened (PC)
[03/17/2020 - 08:26:22AM] Function GetEffectMagnitudes in the empty state on type Ingredient does not exist. Function will not be flagged as callable from tasklets.
[03/17/2020 - 08:26:22AM] Update budget: 1.200000ms (Extra tasklet budget: 1.200000ms, Load screen budget: 500.000000ms)
[03/17/2020 - 08:26:22AM] Memory page: 128 (min) 512 (max) 76800 (max total)
[03/17/2020 - 08:26:55AM] Cannot open store for class "ddunequiphandlerscript", missing file?
[03/17/2020 - 08:26:55AM] Cannot open store for class "ddunequipmcmscript", missing file?
[03/17/2020 - 08:26:55AM] Cannot open store for class "ZazOnTriggerEnterBindingsTMG", missing file?
[03/17/2020 - 08:26:55AM] Cannot open store for class "_Arissa_TIF__02027C2F", missing file?
[03/17/2020 - 08:26:55AM] Error: Unable to bind script _Arissa_TIF__02027C2F to topic info 1A027C2F on <NULL quest> because their base types do not match
[03/17/2020 - 08:26:55AM] Cannot open store for class "_Arissa_TIF__02027C33", missing file?
[03/17/2020 - 08:26:55AM] Error: Unable to bind script _Arissa_TIF__02027C33 to topic info 1A027C33 on <NULL quest> because their base types do not match
[03/17/2020 - 08:26:55AM] Cannot open store for class "_Arissa_TIF__0202A34E", missing file?
[03/17/2020 - 08:26:55AM] Error: Unable to bind script _Arissa_TIF__0202A34E to topic info 1A02A34E on <NULL quest> because their base types do not match
[03/17/2020 - 08:26:56AM] Cannot open store for class "NEWSCRIPTWHResolve", missing file?
[03/17/2020 - 08:26:56AM] Cannot open store for class "PF_AAACWFinaleHidePackageWin_0415317A", missing file?
[03/17/2020 - 08:26:56AM] Error: Unable to bind script PF_AAACWFinaleHidePackageWin_0415317A to  (2315317A) because their base types do not match
[03/17/2020 - 08:26:56AM] Cannot open store for class "PF_111PACKDGLumberjackCarry7_049DF580", missing file?
[03/17/2020 - 08:26:56AM] Error: Unable to bind script PF_111PACKDGLumberjackCarry7_049DF580 to  (239DF580) because their base types do not match
[03/17/2020 - 08:26:56AM] Cannot open store for class "PF_111PACKDGCarryItem_04A4EDCE", missing file?
[03/17/2020 - 08:26:56AM] Error: Unable to bind script PF_111PACKDGCarryItem_04A4EDCE to  (23A4EDCE) because their base types do not match
[03/17/2020 - 08:26:56AM] Cannot open store for class "zadlibs", missing file?
[03/17/2020 - 08:26:58AM] Cannot open store for class "hishbskinningscript", missing file?
[03/17/2020 - 08:26:58AM] Cannot open store for class "NekidnessScript", missing file?
[03/17/2020 - 08:26:58AM] Cannot open store for class "qf_jrlucienfollower_0500591e", missing file?
[03/17/2020 - 08:26:59AM] Cannot open store for class "UIListMenu", missing file?
[03/17/2020 - 08:26:59AM] Cannot open store for class "uimenubase", missing file?
[03/17/2020 - 08:26:59AM] Cannot open store for class "xs2__prkf_xmapassivefingersmi_05112b24", missing file?
[03/17/2020 - 08:26:59AM] Cannot open store for class "xxx_prkf_xxxpassivefingersmit_020a3756", missing file?
[03/17/2020 - 08:26:59AM] Cannot open store for class "FXcameraAttachCloudScript", missing file?
[03/17/2020 - 08:27:00AM] Error: Unable to link type of variable "dDlibs" on object "zzestruschaurusevents"
[03/17/2020 - 08:27:00AM] Error: Unable to link types associated with function "InitModEvents" in state "" on object "zzestruschaurusevents".
[03/17/2020 - 08:27:00AM] Error: Unable to link types associated with function "OnPlayerLoadGame" in state "" on object "zzestruschaurusplayer".
[03/17/2020 - 08:27:02AM] Error: Unable to bind script FXcameraAttachCloudScript to  (CC008E81) because their base types do not match
[03/17/2020 - 08:27:02AM] Cannot open store for class "CWITelescopeScript", missing file?
[03/17/2020 - 08:27:02AM] Error: Unable to bind script CWITelescopeScript to  (4732C9F3) because their base types do not match
[03/17/2020 - 08:27:02AM] Error: Unable to bind script NEWSCRIPTWHResolve to  (234B6FF6) because their base types do not match
[03/17/2020 - 08:27:02AM] Error: Unable to bind script AQSprigganFXScript to Item 1 in container  (5D4F42AE) because their base types do not match
[03/17/2020 - 08:27:02AM] Error: Unable to bind script _lp_bardsongbookscript to Item 1 in container  (BB05075C) because their base types do not match
[03/17/2020 - 08:27:02AM] Error: Unable to bind script _lp_bardsongbookscript to Item 2 in container  (BB05075C) because their base types do not match
[03/17/2020 - 08:27:02AM] Error: Unable to bind script _lp_bardsongbookscript to Item 3 in container  (BB05075C) because their base types do not match
[03/17/2020 - 08:27:02AM] Error: Unable to bind script _lp_bardsongbookscript to Item 4 in container  (BB05075C) because their base types do not match
[03/17/2020 - 08:27:02AM] Error: Unable to bind script _lp_bardsongbookscript to Item 5 in container  (BB05075C) because their base types do not match
[03/17/2020 - 08:27:02AM] Error: Unable to bind script _lp_bardsongbookscript to Item 6 in container  (BB05075C) because their base types do not match
[03/17/2020 - 08:27:02AM] Error: Unable to bind script _lp_bardsongbookscript to Item 7 in container  (BB05075C) because their base types do not match
[03/17/2020 - 08:27:02AM] Error: Unable to bind script _lp_bardsongbookscript to Item 8 in container  (BB05075C) because their base types do not match
[03/17/2020 - 08:27:02AM] Error: Unable to bind script _lp_bardsongbookscript to Item 9 in container  (BB05075C) because their base types do not match
[03/17/2020 - 08:27:02AM] Error: Unable to bind script _lp_bardsongbookscript to Item 10 in container  (BB05075C) because their base types do not match
[03/17/2020 - 08:27:02AM] Error: Unable to bind script _lp_bardsongbookscript to Item 11 in container  (BB05075C) because their base types do not match
[03/17/2020 - 08:27:02AM] Error: Unable to bind script _lp_bardsongbookscript to Item 12 in container  (BB05075C) because their base types do not match
[03/17/2020 - 08:27:02AM] Error: Unable to bind script _lp_bardsongbookscript to Item 13 in container  (BB05075C) because their base types do not match
[03/17/2020 - 08:27:02AM] Error: Unable to bind script _lp_bardsongbookscript to Item 14 in container  (BB05075C) because their base types do not match
[03/17/2020 - 08:27:02AM] Error: Unable to bind script _lp_bardsongbookscript to Item 15 in container  (BB05075C) because their base types do not match
[03/17/2020 - 08:27:02AM] Error: Unable to bind script _lp_bardsongbookscript to Item 16 in container  (BB05075C) because their base types do not match
[03/17/2020 - 08:27:02AM] Error: Unable to bind script _lp_bardsongbookscript to Item 17 in container  (BB05075C) because their base types do not match
[03/17/2020 - 08:27:02AM] Error: Unable to bind script _lp_bardsongbookscript to Item 18 in container  (BB05075C) because their base types do not match
[03/17/2020 - 08:27:02AM] Error: Unable to bind script _lp_bardsongbookscript to Item 19 in container  (BB05075C) because their base types do not match
[03/17/2020 - 08:27:02AM] Error: Unable to bind script _lp_bardsongbookscript to Item 20 in container  (BB05075C) because their base types do not match
[03/17/2020 - 08:27:02AM] Error: Unable to bind script _lp_bardsongbookscript to Item 21 in container  (BB05075C) because their base types do not match
[03/17/2020 - 08:27:02AM] Error: Unable to bind script _lp_bardsongbookscript to Item 22 in container  (BB05075C) because their base types do not match
[03/17/2020 - 08:27:02AM] Error: Unable to bind script _lp_bardsongbookscript to Item 23 in container  (BB05075C) because their base types do not match
[03/17/2020 - 08:27:02AM] Error: Unable to bind script _lp_bardsongbookscript to Item 24 in container  (BB05075C) because their base types do not match
[03/17/2020 - 08:27:03AM] Error: Unable to bind script WIDeadBody01 to  (2399273F) because their base types do not match
[03/17/2020 - 08:27:03AM] Cannot open store for class "NEWSCRIPTDoor", missing file?
[03/17/2020 - 08:27:03AM] Error: Unable to bind script NEWSCRIPTDoor to  (233970F3) because their base types do not match
[03/17/2020 - 08:27:16AM] Error: Unable to bind script FXunsommonSCRIPT to alias Tiber Septim on quest AQAmbriel15Gods (5D0053CE) because their base types do not match
[03/17/2020 - 08:27:16AM] Error: Unable to bind script FXunsommonSCRIPT to alias Ambriel07 on quest AQAmbriel07Toorsil (5D1BA283) because their base types do not match
[03/17/2020 - 08:27:16AM] Error: Unable to bind script FXunsommonSCRIPT to alias Toorsil07 on quest AQAmbriel07Toorsil (5D1BA283) because their base types do not match
[03/17/2020 - 08:27:16AM] Error: Unable to bind script FXunsommonSCRIPT to alias Katariah07 on quest AQAmbriel07Toorsil (5D1BA283) because their base types do not match
[03/17/2020 - 08:27:16AM] Error: Unable to bind script FXunsommonSCRIPT to alias AQNaarifin16 on quest AQAmbriel16Fort (5D484B8C) because their base types do not match
[03/17/2020 - 08:27:16AM] Error: Unable to bind script FXunsommonSCRIPT to alias Tiber on quest AQAmbriel16FortScene01 (5D4C68F4) because their base types do not match
[03/17/2020 - 08:27:16AM] Error: Unable to bind script AurlynBossBattleFinaleScript to alias AurlynClone on quest AurlynDarkestAwakening (762292B4) because their base types do not match
[03/17/2020 - 08:27:16AM] Error: Unable to bind script DLC2AshSpawnDisintegrateDeathFX to alias DragonConduitBoss on quest AurlynGlacialEpoch (762292B5) because their base types do not match
[03/17/2020 - 08:27:16AM] Error: Unable to bind script DLC1FXDeathHoundSCRIPT to alias DragonConduitBoss on quest AurlynGlacialEpoch (762292B5) because their base types do not match
[03/17/2020 - 08:27:16AM] Error: Property SofiaOutfitScript on script SofiaClothingFix attached to alias SofiaRef on quest JJSofiaClothingFix (8804BAE3) cannot be bound because alias SofiaClothesStore on quest JJSofiaWardrobe (88061F70) is not the right type
[03/17/2020 - 08:27:16AM] Error: Unable to bind script JRLucienDumzbtharReadyScript to alias PlayerRef on quest JRLucienPersonal1 (9C2B13ED) because their base types do not match
[03/17/2020 - 08:27:16AM] Error: Property Compatibility on script wizRockAliasScript attached to alias wizRockAlias on quest wizPickaxeQuest (BF02C943) cannot be bound because alias wizDTCompatibilityAlias on quest wizDTCompatibilityQuest (BF0135A9) is not the right type
[03/17/2020 - 08:27:16AM] warning: Property Town on script mf_simplejob_locationchance attached to alias ThePlayer on quest mf_Prostitute_SimpleJob (EE001D9C) cannot be initialized because the script no longer contains that property
[03/17/2020 - 08:27:16AM] warning: Property City on script mf_simplejob_locationchance attached to alias ThePlayer on quest mf_Prostitute_SimpleJob (EE001D9C) cannot be initialized because the script no longer contains that property
[03/17/2020 - 08:27:16AM] warning: Property SSv3_HirelingApproaching on script SSv3HirelingRecurringAlias attached to alias HirelingRecurring on quest SSv2NPCs (EF000D63) cannot be initialized because the script no longer contains that property
[03/17/2020 - 08:27:16AM] Error: Property corpse on script hangedManScript attached to  (5000446B) cannot be bound because <NULL form> (50004472) is not the right type
[03/17/2020 - 08:27:16AM] warning: Property Cedran on script HorseMarkarth attached to  (00098493) cannot be initialized because the script no longer contains that property
[03/17/2020 - 08:27:16AM] warning: Property _SPLInteriorVol on script _splskyuiconfig attached to _SPLSKConfigQuest (CE00388D) cannot be initialized because the script no longer contains that property
[03/17/2020 - 08:27:16AM] Error: Property AQ25SithisEnd on script PF_AQAmbriel25Sithis150_043DD8D6 attached to  (5D3DD8D6) cannot be bound because  (0201AA85) is not the right type
[03/17/2020 - 08:27:16AM] warning: Property zzEstrusChaurusArmor on script zzestruschaurusevents attached to zzEstrusChaurusMCM (F000EF8A) cannot be initialized because the script no longer contains that property
[03/17/2020 - 08:27:16AM] warning: Property SexLab on script zzestruschaurusevents attached to zzEstrusChaurusMCM (F000EF8A) cannot be initialized because the script no longer contains that property
[03/17/2020 - 08:27:16AM] warning: Property zzEstrusChaurusDwemerBinders on script zzestruschaurusevents attached to zzEstrusChaurusMCM (F000EF8A) cannot be initialized because the script no longer contains that property
[03/17/2020 - 08:27:16AM] warning: Property zzEstrusTentacleFX on script zzestruschaurusevents attached to zzEstrusChaurusMCM (F000EF8A) cannot be initialized because the script no longer contains that property
[03/17/2020 - 08:27:16AM] warning: Property zzestruschaurusVictims on script zzestruschaurusevents attached to zzEstrusChaurusMCM (F000EF8A) cannot be initialized because the script no longer contains that property
[03/17/2020 - 08:27:16AM] warning: Property zzestruschaurus on script zzestruschaurusevents attached to zzEstrusChaurusMCM (F000EF8A) cannot be initialized because the script no longer contains that property
[03/17/2020 - 08:27:16AM] warning: Property crChaurusParasite on script zzestruschaurusevents attached to zzEstrusChaurusMCM (F000EF8A) cannot be initialized because the script no longer contains that property
[03/17/2020 - 08:27:16AM] warning: Property ECVictimfaction on script zzestruschaurusevents attached to zzEstrusChaurusMCM (F000EF8A) cannot be initialized because the script no longer contains that property
[03/17/2020 - 08:27:16AM] warning: Property zzEstrusChaurusBreederFaction on script zzestruschaurusevents attached to zzEstrusChaurusMCM (F000EF8A) cannot be initialized because the script no longer contains that property
[03/17/2020 - 08:27:16AM] warning: Property zzEstrusChaurusParasite on script zzestruschaurusevents attached to zzEstrusChaurusMCM (F000EF8A) cannot be initialized because the script no longer contains that property
[03/17/2020 - 08:27:16AM] warning: Property tentacleExplosion on script zzestruschaurusevents attached to zzEstrusChaurusMCM (F000EF8A) cannot be initialized because the script no longer contains that property
[03/17/2020 - 08:27:16AM] warning: Property CurrentFollowerFaction on script zzestruschaurusevents attached to zzEstrusChaurusMCM (F000EF8A) cannot be initialized because the script no longer contains that property
[03/17/2020 - 08:27:16AM] warning: Property zzEstrusChaurusVibrate on script zzestruschaurusevents attached to zzEstrusChaurusMCM (F000EF8A) cannot be initialized because the script no longer contains that property
[03/17/2020 - 08:27:16AM] warning: Property PlayerRef on script zzestruschaurusevents attached to zzEstrusChaurusMCM (F000EF8A) cannot be initialized because the script no longer contains that property
[03/17/2020 - 08:27:16AM] warning: Property zzEstrusParasite on script zzestruschaurusevents attached to zzEstrusChaurusMCM (F000EF8A) cannot be initialized because the script no longer contains that property
[03/17/2020 - 08:27:16AM] warning: Property zzEstrusChaurusExclusionFaction on script zzestruschaurusevents attached to zzEstrusChaurusMCM (F000EF8A) cannot be initialized because the script no longer contains that property
[03/17/2020 - 08:27:16AM] warning: Property zzEstrusChaurusDwemerBelt on script zzestruschaurusevents attached to zzEstrusChaurusMCM (F000EF8A) cannot be initialized because the script no longer contains that property
[03/17/2020 - 08:27:16AM] warning: Property DwemerExhaustion on script zzestruschaurusevents attached to zzEstrusChaurusMCM (F000EF8A) cannot be initialized because the script no longer contains that property
[03/17/2020 - 08:27:16AM] warning: Property zzEstrusChaurusEtc02 on script zzestruschaurusevents attached to zzEstrusChaurusMCM (F000EF8A) cannot be initialized because the script no longer contains that property
[03/17/2020 - 08:27:16AM] warning: Property ECTentaclefaction on script zzestruschaurusevents attached to zzEstrusChaurusMCM (F000EF8A) cannot be initialized because the script no longer contains that property
[03/17/2020 - 08:27:16AM] warning: Property zzEstrusChaurusBreederAbility on script zzestruschaurusevents attached to zzEstrusChaurusMCM (F000EF8A) cannot be initialized because the script no longer contains that property
[03/17/2020 - 08:27:16AM] warning: Property zzestruschaurusSpectators on script zzestruschaurusevents attached to zzEstrusChaurusMCM (F000EF8A) cannot be initialized because the script no longer contains that property
[03/17/2020 - 08:27:16AM] warning: Property SexLabAnimatingFaction on script zzestruschaurusevents attached to zzEstrusChaurusMCM (F000EF8A) cannot be initialized because the script no longer contains that property
[03/17/2020 - 08:27:16AM] warning: Property MCM on script zzestruschaurusevents attached to zzEstrusChaurusMCM (F000EF8A) cannot be initialized because the script no longer contains that property
[03/17/2020 - 08:27:16AM] warning: Property HircinesRingPower on script companionshousekeepingscript attached to C00 (0004B2D9) cannot be initialized because the script no longer contains that property
[03/17/2020 - 08:27:16AM] warning: Property Vex on script HorseRiften attached to  (000984A1) cannot be initialized because the script no longer contains that property
[03/17/2020 - 08:27:16AM] warning: Property myIdle on script morslightsconce attached to  (4B4A47DB) cannot be initialized because the script no longer contains that property
[03/17/2020 - 08:27:16AM] warning: Property Horse on script HorseWhiterun attached to  (790C43D7) cannot be initialized because the script no longer contains that property
[03/17/2020 - 08:27:16AM] Error: Property AQThalmorHunter on script PF_AQAmbrielHunter001HunterF_044FE42C attached to  (5D4FE42C) cannot be bound because  (0007DCAA) is not the right type
[03/17/2020 - 08:27:16AM] warning: Property Axe on script DLC2DBAncientDragonbornSCRIPT attached to  (0401DC33) cannot be initialized because the script no longer contains that property
[03/17/2020 - 08:27:16AM] warning: Property Nec3 on script TerynneAliasScript attached to TerynneQuest (4A377D79) cannot be initialized because the script no longer contains that property
[03/17/2020 - 08:27:16AM] warning: Property Nec2 on script TerynneAliasScript attached to TerynneQuest (4A377D79) cannot be initialized because the script no longer contains that property
[03/17/2020 - 08:27:16AM] warning: Property Nec1 on script TerynneAliasScript attached to TerynneQuest (4A377D79) cannot be initialized because the script no longer contains that property
[03/17/2020 - 08:27:16AM] warning: Property thisLocation on script PCEChanegOnOwnerSwapScript attached to PCEMistveilKeep (235E87D7) cannot be initialized because the script no longer contains that property
[03/17/2020 - 08:27:16AM] warning: Property GoldPile on script _CuGoldScript attached to  (2304F429) cannot be initialized because the script no longer contains that property
[03/17/2020 - 08:27:16AM] warning: Property oreKeyword on script RTT attached to ReadingTakesTime (C4000D62) cannot be initialized because the script no longer contains that property
[03/17/2020 - 08:27:16AM] warning: Property Rug1 on script AAAscriptRemoveRug attached to  (2308CEBC) cannot be initialized because the script no longer contains that property
[03/17/2020 - 08:27:16AM] warning: Property Rug2 on script AAAscriptRemoveRug attached to  (2308CEBC) cannot be initialized because the script no longer contains that property
[03/17/2020 - 08:27:16AM] warning: Property Another on script AAAscriptRemoveRug attached to  (2308CEBC) cannot be initialized because the script no longer contains that property
[03/17/2020 - 08:27:16AM] warning: Property MaskType on script MorSMaskStand attached to  (4B3A207E) cannot be initialized because the script no longer contains that property
[03/17/2020 - 08:27:16AM] warning: Property preReqStage on script PCETriggerShutDownQuestScript attached to  (2393BA4C) cannot be initialized because the script no longer contains that property
[03/17/2020 - 08:27:16AM] warning: Property flArrows on script WilliamTellArrow3dnpc attached to  (4A2E1E29) cannot be initialized because the script no longer contains that property
[03/17/2020 - 08:27:16AM] warning: Property dunArcherQST on script WilliamTellArrow3dnpc attached to  (4A2E1E29) cannot be initialized because the script no longer contains that property
[03/17/2020 - 08:27:16AM] warning: Property myActor on script WilliamTellArrow3dnpc attached to  (4A2E1E29) cannot be initialized because the script no longer contains that property
[03/17/2020 - 08:27:16AM] warning: Property thisQuest on script mf_solicitprostitute attached to mf_SoliciteProstitute (EE00BA71) cannot be initialized because the script no longer contains that property
[03/17/2020 - 08:27:16AM] warning: Property PredatorFaction on script zzestruschaurushachlingfeedscript attached to  (F104F2A4) cannot be initialized because the script no longer contains that property
[03/17/2020 - 08:27:16AM] warning: Property Rug1 on script AAAscriptRemoveRug attached to  (2308CEBB) cannot be initialized because the script no longer contains that property
[03/17/2020 - 08:27:16AM] warning: Property Another on script AAAscriptRemoveRug attached to  (2308CEBB) cannot be initialized because the script no longer contains that property
[03/17/2020 - 08:27:16AM] warning: Property Rug2 on script AAAscriptRemoveRug attached to  (2308CEBB) cannot be initialized because the script no longer contains that property
[03/17/2020 - 08:27:16AM] warning: Property FreeformMarkarthO on script mdcuestartscript attached to  (4A1EC62D) cannot be initialized because the script no longer contains that property
[03/17/2020 - 08:27:16AM] warning: Property MaskType on script MorSMaskStand attached to  (4B3A2084) cannot be initialized because the script no longer contains that property
[03/17/2020 - 08:27:16AM] warning: Property preReqStage on script PCETriggerShutDownQuestScript attached to  (2393BA4B) cannot be initialized because the script no longer contains that property
[03/17/2020 - 08:27:16AM] warning: Property SkyrimClearRE_A on script cwisanclightingscript attached to  (4732B96E) cannot be initialized because the script no longer contains that property
[03/17/2020 - 08:27:16AM] warning: Property GoldPile on script _CuGoldScript attached to  (2304F42B) cannot be initialized because the script no longer contains that property
[03/17/2020 - 08:27:16AM] warning: Property GoldPile on script _CuGoldScript attached to  (2304F42C) cannot be initialized because the script no longer contains that property
[03/17/2020 - 08:27:16AM] Error: Property Harkon on script usleepretroactive300script attached to USLEEPRetroactive300 (0600F459) cannot be bound because  (02003BA8) is not the right type
[03/17/2020 - 08:27:17AM] VM is freezing...
[03/17/2020 - 08:27:17AM] VM is frozen
[03/17/2020 - 08:27:17AM] Reverting game...
[03/17/2020 - 08:27:17AM] Error: Unable to bind script _lp_bardsongbookscript to Item 16 in container  (BB05075C) because their base types do not match
[03/17/2020 - 08:27:17AM] Error: Unable to bind script FXcameraAttachCloudScript to  (CC008E81) because their base types do not match
[03/17/2020 - 08:27:17AM] Error: Unable to bind script _lp_bardsongbookscript to Item 24 in container  (BB05075C) because their base types do not match
[03/17/2020 - 08:27:17AM] Error: Unable to bind script _lp_bardsongbookscript to Item 15 in container  (BB05075C) because their base types do not match
[03/17/2020 - 08:27:17AM] Error: Unable to bind script WIDeadBody01 to  (2399273F) because their base types do not match
[03/17/2020 - 08:27:17AM] Error: Unable to bind script _lp_bardsongbookscript to Item 17 in container  (BB05075C) because their base types do not match
[03/17/2020 - 08:27:17AM] Error: Unable to bind script _lp_bardsongbookscript to Item 7 in container  (BB05075C) because their base types do not match
[03/17/2020 - 08:27:17AM] Error: Unable to bind script _lp_bardsongbookscript to Item 10 in container  (BB05075C) because their base types do not match
[03/17/2020 - 08:27:17AM] Error: Unable to bind script PF_111PACKDGCarryItem_04A4EDCE to  (23A4EDCE) because their base types do not match
[03/17/2020 - 08:27:17AM] Error: Unable to bind script _lp_bardsongbookscript to Item 11 in container  (BB05075C) because their base types do not match
[03/17/2020 - 08:27:17AM] Error: Unable to bind script _lp_bardsongbookscript to Item 21 in container  (BB05075C) because their base types do not match
[03/17/2020 - 08:27:17AM] Error: Unable to bind script _lp_bardsongbookscript to Item 3 in container  (BB05075C) because their base types do not match
[03/17/2020 - 08:27:17AM] Error: Unable to bind script _Arissa_TIF__0202A34E to topic info 1A02A34E on quest _Arissa_DialogueMain (1A001D97) because their base types do not match
[03/17/2020 - 08:27:17AM] Error: Unable to bind script _lp_bardsongbookscript to Item 1 in container  (BB05075C) because their base types do not match
[03/17/2020 - 08:27:17AM] Error: Unable to bind script _lp_bardsongbookscript to Item 23 in container  (BB05075C) because their base types do not match
[03/17/2020 - 08:27:17AM] Error: Unable to bind script _lp_bardsongbookscript to Item 22 in container  (BB05075C) because their base types do not match
[03/17/2020 - 08:27:17AM] Error: Unable to bind script _lp_bardsongbookscript to Item 20 in container  (BB05075C) because their base types do not match
[03/17/2020 - 08:27:17AM] Error: Unable to bind script _lp_bardsongbookscript to Item 18 in container  (BB05075C) because their base types do not match
[03/17/2020 - 08:27:17AM] Error: Unable to bind script _lp_bardsongbookscript to Item 14 in container  (BB05075C) because their base types do not match
[03/17/2020 - 08:27:17AM] Error: Unable to bind script _lp_bardsongbookscript to Item 13 in container  (BB05075C) because their base types do not match
[03/17/2020 - 08:27:17AM] Error: Unable to bind script _lp_bardsongbookscript to Item 9 in container  (BB05075C) because their base types do not match
[03/17/2020 - 08:27:17AM] Error: Unable to bind script _lp_bardsongbookscript to Item 8 in container  (BB05075C) because their base types do not match
[03/17/2020 - 08:27:17AM] Error: Unable to bind script _lp_bardsongbookscript to Item 6 in container  (BB05075C) because their base types do not match
[03/17/2020 - 08:27:17AM] Error: Unable to bind script _lp_bardsongbookscript to Item 2 in container  (BB05075C) because their base types do not match
[03/17/2020 - 08:27:17AM] Error: Unable to bind script AQSprigganFXScript to Item 1 in container  (5D4F42AE) because their base types do not match
[03/17/2020 - 08:27:17AM] Error: Unable to bind script NEWSCRIPTWHResolve to  (234B6FF6) because their base types do not match
[03/17/2020 - 08:27:17AM] Error: Unable to bind script _lp_bardsongbookscript to Item 5 in container  (BB05075C) because their base types do not match
[03/17/2020 - 08:27:17AM] Error: Unable to bind script _lp_bardsongbookscript to Item 19 in container  (BB05075C) because their base types do not match
[03/17/2020 - 08:27:17AM] Error: Unable to bind script _Arissa_TIF__02027C33 to topic info 1A027C33 on quest _Arissa_DialogueMain (1A001D97) because their base types do not match
[03/17/2020 - 08:27:17AM] Error: Unable to bind script PF_111PACKDGLumberjackCarry7_049DF580 to  (239DF580) because their base types do not match
[03/17/2020 - 08:27:17AM] Error: Unable to bind script NEWSCRIPTDoor to  (233970F3) because their base types do not match
[03/17/2020 - 08:27:17AM] Error: Unable to bind script _Arissa_TIF__02027C2F to topic info 1A027C2F on quest _Arissa_DialogueMain (1A001D97) because their base types do not match
[03/17/2020 - 08:27:17AM] Error: Unable to bind script _lp_bardsongbookscript to Item 4 in container  (BB05075C) because their base types do not match
[03/17/2020 - 08:27:17AM] Error: Unable to bind script PF_AAACWFinaleHidePackageWin_0415317A to  (2315317A) because their base types do not match
[03/17/2020 - 08:27:17AM] Error: Unable to bind script CWITelescopeScript to  (4732C9F3) because their base types do not match
[03/17/2020 - 08:27:17AM] Error: Unable to bind script _lp_bardsongbookscript to Item 12 in container  (BB05075C) because their base types do not match
[03/17/2020 - 08:27:17AM] Error: Unable to bind script JRLucienDumzbtharReadyScript to alias PlayerRef on quest JRLucienPersonal1 (9C2B13ED) because their base types do not match
[03/17/2020 - 08:27:17AM] Error: Unable to bind script FXunsommonSCRIPT to alias AQNaarifin16 on quest AQAmbriel16Fort (5D484B8C) because their base types do not match
[03/17/2020 - 08:27:17AM] Error: Unable to bind script FXunsommonSCRIPT to alias Tiber Septim on quest AQAmbriel15Gods (5D0053CE) because their base types do not match
[03/17/2020 - 08:27:17AM] Error: Unable to bind script FXunsommonSCRIPT to alias Ambriel07 on quest AQAmbriel07Toorsil (5D1BA283) because their base types do not match
[03/17/2020 - 08:27:17AM] Error: Unable to bind script FXunsommonSCRIPT to alias Toorsil07 on quest AQAmbriel07Toorsil (5D1BA283) because their base types do not match
[03/17/2020 - 08:27:17AM] Error: Unable to bind script DLC2AshSpawnDisintegrateDeathFX to alias DragonConduitBoss on quest AurlynGlacialEpoch (762292B5) because their base types do not match
[03/17/2020 - 08:27:17AM] Error: Unable to bind script DLC1FXDeathHoundSCRIPT to alias DragonConduitBoss on quest AurlynGlacialEpoch (762292B5) because their base types do not match
[03/17/2020 - 08:27:17AM] Error: Unable to bind script FXunsommonSCRIPT to alias Tiber on quest AQAmbriel16FortScene01 (5D4C68F4) because their base types do not match
[03/17/2020 - 08:27:17AM] Error: Unable to bind script FXunsommonSCRIPT to alias Katariah07 on quest AQAmbriel07Toorsil (5D1BA283) because their base types do not match
[03/17/2020 - 08:27:17AM] Error: Unable to bind script AurlynBossBattleFinaleScript to alias AurlynClone on quest AurlynDarkestAwakening (762292B4) because their base types do not match
[03/17/2020 - 08:27:17AM] Error: Property corpse on script hangedManScript attached to  (5000446B) cannot be bound because <NULL form> (50004472) is not the right type
[03/17/2020 - 08:27:17AM] warning: Property Cedran on script HorseMarkarth attached to  (00098493) cannot be initialized because the script no longer contains that property
[03/17/2020 - 08:27:17AM] warning: Property _SPLInteriorVol on script _splskyuiconfig attached to _SPLSKConfigQuest (CE00388D) cannot be initialized because the script no longer contains that property
[03/17/2020 - 08:27:17AM] Error: Property AQ25SithisEnd on script PF_AQAmbriel25Sithis150_043DD8D6 attached to  (5D3DD8D6) cannot be bound because  (0201AA85) is not the right type
[03/17/2020 - 08:27:17AM] warning: Property zzEstrusChaurusArmor on script zzestruschaurusevents attached to zzEstrusChaurusMCM (F000EF8A) cannot be initialized because the script no longer contains that property
[03/17/2020 - 08:27:17AM] warning: Property SexLab on script zzestruschaurusevents attached to zzEstrusChaurusMCM (F000EF8A) cannot be initialized because the script no longer contains that property
[03/17/2020 - 08:27:17AM] warning: Property zzEstrusChaurusDwemerBinders on script zzestruschaurusevents attached to zzEstrusChaurusMCM (F000EF8A) cannot be initialized because the script no longer contains that property
[03/17/2020 - 08:27:17AM] warning: Property zzEstrusTentacleFX on script zzestruschaurusevents attached to zzEstrusChaurusMCM (F000EF8A) cannot be initialized because the script no longer contains that property
[03/17/2020 - 08:27:17AM] warning: Property zzestruschaurusVictims on script zzestruschaurusevents attached to zzEstrusChaurusMCM (F000EF8A) cannot be initialized because the script no longer contains that property
[03/17/2020 - 08:27:17AM] warning: Property zzestruschaurus on script zzestruschaurusevents attached to zzEstrusChaurusMCM (F000EF8A) cannot be initialized because the script no longer contains that property
[03/17/2020 - 08:27:17AM] warning: Property crChaurusParasite on script zzestruschaurusevents attached to zzEstrusChaurusMCM (F000EF8A) cannot be initialized because the script no longer contains that property
[03/17/2020 - 08:27:17AM] warning: Property ECVictimfaction on script zzestruschaurusevents attached to zzEstrusChaurusMCM (F000EF8A) cannot be initialized because the script no longer contains that property
[03/17/2020 - 08:27:17AM] warning: Property zzEstrusChaurusBreederFaction on script zzestruschaurusevents attached to zzEstrusChaurusMCM (F000EF8A) cannot be initialized because the script no longer contains that property
[03/17/2020 - 08:27:17AM] warning: Property zzEstrusChaurusParasite on script zzestruschaurusevents attached to zzEstrusChaurusMCM (F000EF8A) cannot be initialized because the script no longer contains that property
[03/17/2020 - 08:27:17AM] warning: Property tentacleExplosion on script zzestruschaurusevents attached to zzEstrusChaurusMCM (F000EF8A) cannot be initialized because the script no longer contains that property
[03/17/2020 - 08:27:17AM] warning: Property CurrentFollowerFaction on script zzestruschaurusevents attached to zzEstrusChaurusMCM (F000EF8A) cannot be initialized because the script no longer contains that property
[03/17/2020 - 08:27:17AM] warning: Property zzEstrusChaurusVibrate on script zzestruschaurusevents attached to zzEstrusChaurusMCM (F000EF8A) cannot be initialized because the script no longer contains that property
[03/17/2020 - 08:27:17AM] warning: Property PlayerRef on script zzestruschaurusevents attached to zzEstrusChaurusMCM (F000EF8A) cannot be initialized because the script no longer contains that property
[03/17/2020 - 08:27:17AM] warning: Property zzEstrusParasite on script zzestruschaurusevents attached to zzEstrusChaurusMCM (F000EF8A) cannot be initialized because the script no longer contains that property
[03/17/2020 - 08:27:17AM] warning: Property zzEstrusChaurusExclusionFaction on script zzestruschaurusevents attached to zzEstrusChaurusMCM (F000EF8A) cannot be initialized because the script no longer contains that property
[03/17/2020 - 08:27:17AM] warning: Property zzEstrusChaurusDwemerBelt on script zzestruschaurusevents attached to zzEstrusChaurusMCM (F000EF8A) cannot be initialized because the script no longer contains that property
[03/17/2020 - 08:27:17AM] warning: Property DwemerExhaustion on script zzestruschaurusevents attached to zzEstrusChaurusMCM (F000EF8A) cannot be initialized because the script no longer contains that property
[03/17/2020 - 08:27:17AM] warning: Property zzEstrusChaurusEtc02 on script zzestruschaurusevents attached to zzEstrusChaurusMCM (F000EF8A) cannot be initialized because the script no longer contains that property
[03/17/2020 - 08:27:17AM] warning: Property ECTentaclefaction on script zzestruschaurusevents attached to zzEstrusChaurusMCM (F000EF8A) cannot be initialized because the script no longer contains that property
[03/17/2020 - 08:27:17AM] warning: Property zzEstrusChaurusBreederAbility on script zzestruschaurusevents attached to zzEstrusChaurusMCM (F000EF8A) cannot be initialized because the script no longer contains that property
[03/17/2020 - 08:27:17AM] warning: Property zzestruschaurusSpectators on script zzestruschaurusevents attached to zzEstrusChaurusMCM (F000EF8A) cannot be initialized because the script no longer contains that property
[03/17/2020 - 08:27:17AM] warning: Property SexLabAnimatingFaction on script zzestruschaurusevents attached to zzEstrusChaurusMCM (F000EF8A) cannot be initialized because the script no longer contains that property
[03/17/2020 - 08:27:17AM] warning: Property MCM on script zzestruschaurusevents attached to zzEstrusChaurusMCM (F000EF8A) cannot be initialized because the script no longer contains that property
[03/17/2020 - 08:27:17AM] warning: Property Town on script mf_simplejob_locationchance attached to alias ThePlayer on quest mf_Prostitute_SimpleJob (EE001D9C) cannot be initialized because the script no longer contains that property
[03/17/2020 - 08:27:17AM] warning: Property City on script mf_simplejob_locationchance attached to alias ThePlayer on quest mf_Prostitute_SimpleJob (EE001D9C) cannot be initialized because the script no longer contains that property
[03/17/2020 - 08:27:17AM] warning: Property HircinesRingPower on script companionshousekeepingscript attached to C00 (0004B2D9) cannot be initialized because the script no longer contains that property
[03/17/2020 - 08:27:17AM] warning: Property GoldPile on script _CuGoldScript attached to  (2304F42B) cannot be initialized because the script no longer contains that property
[03/17/2020 - 08:27:17AM] warning: Property Vex on script HorseRiften attached to  (000984A1) cannot be initialized because the script no longer contains that property
[03/17/2020 - 08:27:17AM] warning: Property myIdle on script morslightsconce attached to  (4B4A47DB) cannot be initialized because the script no longer contains that property
[03/17/2020 - 08:27:17AM] warning: Property Horse on script HorseWhiterun attached to  (790C43D7) cannot be initialized because the script no longer contains that property
[03/17/2020 - 08:27:17AM] Error: Property Harkon on script usleepretroactive300script attached to USLEEPRetroactive300 (0600F459) cannot be bound because  (02003BA8) is not the right type
[03/17/2020 - 08:27:17AM] Error: Property AQThalmorHunter on script PF_AQAmbrielHunter001HunterF_044FE42C attached to  (5D4FE42C) cannot be bound because  (0007DCAA) is not the right type
[03/17/2020 - 08:27:17AM] warning: Property Nec3 on script TerynneAliasScript attached to TerynneQuest (4A377D79) cannot be initialized because the script no longer contains that property
[03/17/2020 - 08:27:17AM] warning: Property Nec2 on script TerynneAliasScript attached to TerynneQuest (4A377D79) cannot be initialized because the script no longer contains that property
[03/17/2020 - 08:27:17AM] warning: Property Nec1 on script TerynneAliasScript attached to TerynneQuest (4A377D79) cannot be initialized because the script no longer contains that property
[03/17/2020 - 08:27:17AM] warning: Property Axe on script DLC2DBAncientDragonbornSCRIPT attached to  (0401DC33) cannot be initialized because the script no longer contains that property
[03/17/2020 - 08:27:17AM] warning: Property SSv3_HirelingApproaching on script SSv3HirelingRecurringAlias attached to alias HirelingRecurring on quest SSv2NPCs (EF000D63) cannot be initialized because the script no longer contains that property
[03/17/2020 - 08:27:17AM] warning: Property flArrows on script WilliamTellArrow3dnpc attached to  (4A2E1E29) cannot be initialized because the script no longer contains that property
[03/17/2020 - 08:27:17AM] warning: Property dunArcherQST on script WilliamTellArrow3dnpc attached to  (4A2E1E29) cannot be initialized because the script no longer contains that property
[03/17/2020 - 08:27:17AM] warning: Property myActor on script WilliamTellArrow3dnpc attached to  (4A2E1E29) cannot be initialized because the script no longer contains that property
[03/17/2020 - 08:27:17AM] warning: Property Rug1 on script AAAscriptRemoveRug attached to  (2308CEBB) cannot be initialized because the script no longer contains that property
[03/17/2020 - 08:27:17AM] warning: Property Another on script AAAscriptRemoveRug attached to  (2308CEBB) cannot be initialized because the script no longer contains that property
[03/17/2020 - 08:27:17AM] warning: Property Rug2 on script AAAscriptRemoveRug attached to  (2308CEBB) cannot be initialized because the script no longer contains that property
[03/17/2020 - 08:27:17AM] warning: Property SkyrimClearRE_A on script cwisanclightingscript attached to  (4732B96E) cannot be initialized because the script no longer contains that property
[03/17/2020 - 08:27:17AM] warning: Property preReqStage on script PCETriggerShutDownQuestScript attached to  (2393BA4C) cannot be initialized because the script no longer contains that property
[03/17/2020 - 08:27:17AM] warning: Property thisLocation on script PCEChanegOnOwnerSwapScript attached to PCEMistveilKeep (235E87D7) cannot be initialized because the script no longer contains that property
[03/17/2020 - 08:27:17AM] warning: Property oreKeyword on script RTT attached to ReadingTakesTime (C4000D62) cannot be initialized because the script no longer contains that property
[03/17/2020 - 08:27:17AM] warning: Property Rug1 on script AAAscriptRemoveRug attached to  (2308CEBC) cannot be initialized because the script no longer contains that property
[03/17/2020 - 08:27:17AM] warning: Property Rug2 on script AAAscriptRemoveRug attached to  (2308CEBC) cannot be initialized because the script no longer contains that property
[03/17/2020 - 08:27:17AM] warning: Property Another on script AAAscriptRemoveRug attached to  (2308CEBC) cannot be initialized because the script no longer contains that property
[03/17/2020 - 08:27:17AM] warning: Property MaskType on script MorSMaskStand attached to  (4B3A207E) cannot be initialized because the script no longer contains that property
[03/17/2020 - 08:27:17AM] warning: Property thisQuest on script mf_solicitprostitute attached to mf_SoliciteProstitute (EE00BA71) cannot be initialized because the script no longer contains that property
[03/17/2020 - 08:27:17AM] warning: Property PredatorFaction on script zzestruschaurushachlingfeedscript attached to  (F104F2A4) cannot be initialized because the script no longer contains that property
[03/17/2020 - 08:27:17AM] warning: Property FreeformMarkarthO on script mdcuestartscript attached to  (4A1EC62D) cannot be initialized because the script no longer contains that property
[03/17/2020 - 08:27:17AM] warning: Property MaskType on script MorSMaskStand attached to  (4B3A2084) cannot be initialized because the script no longer contains that property
[03/17/2020 - 08:27:17AM] warning: Property preReqStage on script PCETriggerShutDownQuestScript attached to  (2393BA4B) cannot be initialized because the script no longer contains that property
[03/17/2020 - 08:27:17AM] warning: Property GoldPile on script _CuGoldScript attached to  (2304F42C) cannot be initialized because the script no longer contains that property
[03/17/2020 - 08:27:17AM] warning: Property GoldPile on script _CuGoldScript attached to  (2304F429) cannot be initialized because the script no longer contains that property
[03/17/2020 - 08:27:39AM] Loading game...
[03/17/2020 - 08:27:39AM] Cannot open store for class "rnd_thirstcountscript", missing file?
[03/17/2020 - 08:27:39AM] warning: Unable to get type rnd_thirstcountscript referenced by the save game. Objects of this type will not be loaded.
[03/17/2020 - 08:27:39AM] Cannot open store for class "_WetEquipFaceCovers", missing file?
[03/17/2020 - 08:27:39AM] warning: Unable to get type _WetEquipFaceCovers referenced by the save game. Objects of this type will not be loaded.
[03/17/2020 - 08:27:39AM] Cannot open store for class "RND_WeightCountScript", missing file?
[03/17/2020 - 08:27:39AM] warning: Unable to get type RND_WeightCountScript referenced by the save game. Objects of this type will not be loaded.
[03/17/2020 - 08:27:39AM] Cannot open store for class "TRSD_BuildNode", missing file?
[03/17/2020 - 08:27:39AM] warning: Unable to get type TRSD_BuildNode referenced by the save game. Objects of this type will not be loaded.
[03/17/2020 - 08:27:39AM] warning: Variable ::ECevents_var on script zzestruschaurusae has an invalid type zzestruschaurusevents loaded from save. This variable will be skipped.
[03/17/2020 - 08:27:39AM] Cannot open store for class "_WetUnequipCold", missing file?
[03/17/2020 - 08:27:39AM] warning: Unable to get type _WetUnequipCold referenced by the save game. Objects of this type will not be loaded.
[03/17/2020 - 08:27:39AM] Cannot open store for class "po3_mcmenuscript", missing file?
[03/17/2020 - 08:27:39AM] warning: Unable to get type po3_mcmenuscript referenced by the save game. Objects of this type will not be loaded.
[03/17/2020 - 08:27:39AM] Cannot open store for class "SLSW_double", missing file?
[03/17/2020 - 08:27:39AM] warning: Unable to get type SLSW_double referenced by the save game. Objects of this type will not be loaded.
[03/17/2020 - 08:27:39AM] Cannot open store for class "CFEffectCreatureApply", missing file?
[03/17/2020 - 08:27:39AM] warning: Unable to get type CFEffectCreatureApply referenced by the save game. Objects of this type will not be loaded.
[03/17/2020 - 08:27:39AM] Cannot open store for class "ARTH_LAL_ForswornTriggerScript", missing file?
[03/17/2020 - 08:27:39AM] warning: Unable to get type ARTH_LAL_ForswornTriggerScript referenced by the save game. Objects of this type will not be loaded.
[03/17/2020 - 08:27:39AM] Cannot open store for class "_WetCloakAttachGear", missing file?
[03/17/2020 - 08:27:39AM] warning: Unable to get type _WetCloakAttachGear referenced by the save game. Objects of this type will not be loaded.
[03/17/2020 - 08:27:39AM] Cannot open store for class "ARTH_QF_LALAssaultFriendlies_020194B5", missing file?
[03/17/2020 - 08:27:39AM] warning: Unable to get type ARTH_QF_LALAssaultFriendlies_020194B5 referenced by the save game. Objects of this type will not be loaded.
[03/17/2020 - 08:27:39AM] Cannot open store for class "EFF_HirelingQuest", missing file?
[03/17/2020 - 08:27:39AM] warning: Unable to get type EFF_HirelingQuest referenced by the save game. Objects of this type will not be loaded.
[03/17/2020 - 08:27:39AM] Cannot open store for class "rnd_inebriationcountscript", missing file?
[03/17/2020 - 08:27:39AM] warning: Unable to get type rnd_inebriationcountscript referenced by the save game. Objects of this type will not be loaded.
[03/17/2020 - 08:27:39AM] Cannot open store for class "PRKF_RND_GrillFoodPerk_0613C8A1", missing file?
[03/17/2020 - 08:27:39AM] warning: Unable to get type PRKF_RND_GrillFoodPerk_0613C8A1 referenced by the save game. Objects of this type will not be loaded.
[03/17/2020 - 08:27:39AM] Cannot open store for class "rnd_sleepcountscript", missing file?
[03/17/2020 - 08:27:39AM] warning: Unable to get type rnd_sleepcountscript referenced by the save game. Objects of this type will not be loaded.
[03/17/2020 - 08:27:39AM] Cannot open store for class "_WetCloakAttachCr", missing file?
[03/17/2020 - 08:27:39AM] warning: Unable to get type _WetCloakAttachCr referenced by the save game. Objects of this type will not be loaded.
[03/17/2020 - 08:27:39AM] Cannot open store for class "PO3_SecondaryNPCDeathByFXDetect", missing file?
[03/17/2020 - 08:27:39AM] warning: Unable to get type PO3_SecondaryNPCDeathByFXDetect referenced by the save game. Objects of this type will not be loaded.
[03/17/2020 - 08:27:39AM] Cannot open store for class "EFF_FreeformSkyHavenTempleAScript", missing file?
[03/17/2020 - 08:27:39AM] warning: Unable to get type EFF_FreeformSkyHavenTempleAScript referenced by the save game. Objects of this type will not be loaded.
[03/17/2020 - 08:27:39AM] Cannot open store for class "_WetEquipBP", missing file?
[03/17/2020 - 08:27:39AM] warning: Unable to get type _WetEquipBP referenced by the save game. Objects of this type will not be loaded.
[03/17/2020 - 08:27:39AM] Cannot open store for class "USKP_DeadThrallAliasScript", missing file?
[03/17/2020 - 08:27:39AM] warning: Unable to get type USKP_DeadThrallAliasScript referenced by the save game. Objects of this type will not be loaded.
[03/17/2020 - 08:27:39AM] Cannot open store for class "PO3_MasterNPCDeathByFXDetect", missing file?
[03/17/2020 - 08:27:39AM] warning: Unable to get type PO3_MasterNPCDeathByFXDetect referenced by the save game. Objects of this type will not be loaded.
[03/17/2020 - 08:27:39AM] Cannot open store for class "rnd_hungercountscript", missing file?
[03/17/2020 - 08:27:39AM] warning: Unable to get type rnd_hungercountscript referenced by the save game. Objects of this type will not be loaded.
[03/17/2020 - 08:27:39AM] warning: Unable to get type zzestruschaurusevents referenced by the save game. Objects of this type will not be loaded.
[03/17/2020 - 08:27:39AM] Cannot open store for class "SLApproachApplyScript", missing file?
[03/17/2020 - 08:27:39AM] warning: Unable to get type SLApproachApplyScript referenced by the save game. Objects of this type will not be loaded.
[03/17/2020 - 08:27:39AM] Cannot open store for class "CWODeleteOnQuestStage", missing file?
[03/17/2020 - 08:27:39AM] warning: Unable to get type CWODeleteOnQuestStage referenced by the save game. Objects of this type will not be loaded.
[03/17/2020 - 08:27:39AM] Cannot open store for class "_WetColdBreathActor", missing file?
[03/17/2020 - 08:27:39AM] warning: Unable to get type _WetColdBreathActor referenced by the save game. Objects of this type will not be loaded.
[03/17/2020 - 08:27:39AM] Cannot open store for class "CFEffectCreature", missing file?
[03/17/2020 - 08:27:39AM] warning: Unable to get type CFEffectCreature referenced by the save game. Objects of this type will not be loaded.
[03/17/2020 - 08:27:39AM] Cannot open store for class "_WetCloakAttach", missing file?
[03/17/2020 - 08:27:39AM] warning: Unable to get type _WetCloakAttach referenced by the save game. Objects of this type will not be loaded.
[03/17/2020 - 08:27:39AM] Cannot open store for class "PO3_AnimalMasterDeathByFXDetect", missing file?
[03/17/2020 - 08:27:39AM] warning: Unable to get type PO3_AnimalMasterDeathByFXDetect referenced by the save game. Objects of this type will not be loaded.
[03/17/2020 - 08:27:39AM] Cannot open store for class "PO3_MasterPCDeathByFXDetect", missing file?
[03/17/2020 - 08:27:39AM] warning: Unable to get type PO3_MasterPCDeathByFXDetect referenced by the save game. Objects of this type will not be loaded.
[03/17/2020 - 08:27:39AM] warning: Unable to get type CWITelescopeScript referenced by the save game. Objects of this type will not be loaded.
[03/17/2020 - 08:27:39AM] warning: Unable to get type zzestruschaurusplayer referenced by the save game. Objects of this type will not be loaded.
[03/17/2020 - 08:27:39AM] Cannot open store for class "TRSD_DataNode", missing file?
[03/17/2020 - 08:27:39AM] warning: Unable to get type TRSD_DataNode referenced by the save game. Objects of this type will not be loaded.
[03/17/2020 - 08:27:39AM] Cannot open store for class "RND_WidgetUpdateScript", missing file?
[03/17/2020 - 08:27:39AM] warning: Unable to get type RND_WidgetUpdateScript referenced by the save game. Objects of this type will not be loaded.
[03/17/2020 - 08:27:39AM] Cannot open store for class "PF_CWSoldierCheerPackage_00104FD6", missing file?
[03/17/2020 - 08:27:39AM] warning: Unable to get type PF_CWSoldierCheerPackage_00104FD6 referenced by the save game. Objects of this type will not be loaded.
[03/17/2020 - 08:27:39AM] warning: Variable ::LucienQuest_var on script TIF__0509D8A9 has an invalid type qf_jrlucienfollower_0500591e loaded from save. This variable will be skipped.
[03/17/2020 - 08:27:39AM] Cannot open store for class "PRKF_RND_WaterWellPerk_06104D7D", missing file?
[03/17/2020 - 08:27:39AM] warning: Unable to get type PRKF_RND_WaterWellPerk_06104D7D referenced by the save game. Objects of this type will not be loaded.
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_AnimalMasterDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_AnimalMasterDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_MasterNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_SecondaryNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreature in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_AnimalMasterDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_SecondaryNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_MasterNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_AnimalMasterDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_MasterNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_SecondaryNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_AnimalMasterDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type SLApproachApplyScript in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type SLApproachApplyScript in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_AnimalMasterDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type SLApproachApplyScript in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type TRSD_DataNode in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_AnimalMasterDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type _WetUnequipCold in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_AnimalMasterDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type SLApproachApplyScript in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreature in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreature in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreature in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_MasterNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_SecondaryNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_AnimalMasterDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreature in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_AnimalMasterDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type SLApproachApplyScript in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_AnimalMasterDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_AnimalMasterDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_AnimalMasterDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_AnimalMasterDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreature in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_AnimalMasterDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_MasterNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_SecondaryNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type SLApproachApplyScript in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_AnimalMasterDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type SLApproachApplyScript in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type SLApproachApplyScript in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreature in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_SecondaryNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_MasterNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_AnimalMasterDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type SLApproachApplyScript in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_AnimalMasterDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_SecondaryNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_MasterNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_AnimalMasterDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type TRSD_BuildNode in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type SLApproachApplyScript in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type SLApproachApplyScript in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_AnimalMasterDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreature in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_MasterNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_SecondaryNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_AnimalMasterDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_AnimalMasterDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_SecondaryNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_MasterNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_MasterNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_SecondaryNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_SecondaryNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_MasterNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_SecondaryNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_MasterNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type SLApproachApplyScript in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_AnimalMasterDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type SLApproachApplyScript in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type ARTH_QF_LALAssaultFriendlies_020194B5 in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_MasterNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_SecondaryNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_AnimalMasterDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type SLApproachApplyScript in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type SLApproachApplyScript in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type EFF_HirelingQuest in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type SLApproachApplyScript in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_AnimalMasterDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreature in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_AnimalMasterDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_MasterNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_SecondaryNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_MasterNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_SecondaryNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreature in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_MasterNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_SecondaryNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_AnimalMasterDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreature in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_SecondaryNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_MasterNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_AnimalMasterDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_AnimalMasterDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_MasterNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_SecondaryNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type _WetCloakAttachGear in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_AnimalMasterDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_AnimalMasterDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_AnimalMasterDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CWODeleteOnQuestStage in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_AnimalMasterDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreature in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type _WetEquipBP in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_MasterNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_SecondaryNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_SecondaryNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_MasterNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_AnimalMasterDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_MasterNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_SecondaryNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_MasterNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_SecondaryNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_SecondaryNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_MasterNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type SLApproachApplyScript in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_AnimalMasterDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_MasterNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_SecondaryNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type SLApproachApplyScript in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_SecondaryNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_MasterNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type SLApproachApplyScript in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_AnimalMasterDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type SLApproachApplyScript in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_MasterNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_SecondaryNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_AnimalMasterDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_AnimalMasterDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_AnimalMasterDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_SecondaryNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_MasterNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_AnimalMasterDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_SecondaryNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_MasterNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_SecondaryNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_MasterNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_MasterNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_SecondaryNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_SecondaryNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_MasterNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type SLApproachApplyScript in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_AnimalMasterDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type SLApproachApplyScript in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_AnimalMasterDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreature in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreature in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type SLApproachApplyScript in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_AnimalMasterDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreature in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_AnimalMasterDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_AnimalMasterDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_MasterNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_SecondaryNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type USKP_DeadThrallAliasScript in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_AnimalMasterDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_SecondaryNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_MasterNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreature in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type SLApproachApplyScript in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreature in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type SLApproachApplyScript in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type SLApproachApplyScript in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_AnimalMasterDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreature in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_MasterNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_SecondaryNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_AnimalMasterDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PRKF_RND_WaterWellPerk_06104D7D in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_AnimalMasterDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreature in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_MasterNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_SecondaryNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type SLApproachApplyScript in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type SLApproachApplyScript in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_MasterNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_SecondaryNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_AnimalMasterDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_MasterNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_SecondaryNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_AnimalMasterDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_AnimalMasterDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_AnimalMasterDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_SecondaryNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_MasterNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreature in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_AnimalMasterDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type SLApproachApplyScript in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreature in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_SecondaryNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_MasterNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type SLApproachApplyScript in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_MasterNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_SecondaryNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_AnimalMasterDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_SecondaryNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_MasterNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_AnimalMasterDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_SecondaryNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_MasterNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_AnimalMasterDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_SecondaryNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_MasterNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_MasterNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_SecondaryNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_MasterNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_SecondaryNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_AnimalMasterDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type SLApproachApplyScript in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_AnimalMasterDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_AnimalMasterDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_SecondaryNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_MasterNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_SecondaryNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_MasterNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type SLApproachApplyScript in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type SLApproachApplyScript in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_SecondaryNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_MasterNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type SLApproachApplyScript in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_AnimalMasterDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_AnimalMasterDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type SLApproachApplyScript in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_AnimalMasterDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_SecondaryNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_MasterNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_MasterNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_SecondaryNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type SLApproachApplyScript in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_AnimalMasterDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type SLApproachApplyScript in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_MasterNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_SecondaryNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreature in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreature in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type SLApproachApplyScript in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type SLApproachApplyScript in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreature in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type SLApproachApplyScript in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_AnimalMasterDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreature in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_SecondaryNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_MasterNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_MasterNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_SecondaryNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_AnimalMasterDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreature in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_AnimalMasterDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type SLApproachApplyScript in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_SecondaryNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_MasterNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type SLApproachApplyScript in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_AnimalMasterDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreature in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_SecondaryNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_MasterNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_SecondaryNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_MasterNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_MasterNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_SecondaryNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_SecondaryNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_MasterNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_AnimalMasterDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreature in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_AnimalMasterDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_MasterNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_SecondaryNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreature in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_SecondaryNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_MasterNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_AnimalMasterDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_SecondaryNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_MasterNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_SecondaryNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_MasterNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type SLApproachApplyScript in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_AnimalMasterDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_SecondaryNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_MasterNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreature in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type _WetCloakAttachCr in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_AnimalMasterDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_SecondaryNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_MasterNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_AnimalMasterDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_AnimalMasterDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_AnimalMasterDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreature in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_MasterNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_SecondaryNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_SecondaryNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_MasterNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_AnimalMasterDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type SLApproachApplyScript in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_AnimalMasterDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_MasterNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_SecondaryNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_SecondaryNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_MasterNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_SecondaryNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_MasterNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type SLApproachApplyScript in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreature in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_SecondaryNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_MasterNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_AnimalMasterDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_MasterNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_SecondaryNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_AnimalMasterDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_AnimalMasterDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type SLApproachApplyScript in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_SecondaryNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_MasterNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreature in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_AnimalMasterDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_AnimalMasterDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_AnimalMasterDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_MasterNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_SecondaryNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_SecondaryNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_MasterNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_AnimalMasterDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_SecondaryNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_MasterNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CWITelescopeScript in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_SecondaryNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_MasterNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_SecondaryNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_MasterNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type SLApproachApplyScript in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_SecondaryNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_MasterNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type SLApproachApplyScript in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_MasterNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_SecondaryNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_SecondaryNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_MasterNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_AnimalMasterDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_MasterNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_SecondaryNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_AnimalMasterDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreature in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_AnimalMasterDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreature in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_AnimalMasterDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_MasterNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_SecondaryNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_SecondaryNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_MasterNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_AnimalMasterDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_SecondaryNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_MasterNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreature in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_AnimalMasterDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreature in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_AnimalMasterDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type zzestruschaurusevents in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_AnimalMasterDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_SecondaryNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_MasterNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type SLApproachApplyScript in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_AnimalMasterDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_AnimalMasterDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_AnimalMasterDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreature in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_SecondaryNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_MasterNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_MasterNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_SecondaryNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_MasterNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_SecondaryNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type SLApproachApplyScript in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_MasterNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_SecondaryNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_SecondaryNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_MasterNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_MasterNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_SecondaryNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type _WetEquipBP in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_MasterNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_SecondaryNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreature in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_SecondaryNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_MasterNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_AnimalMasterDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type SLApproachApplyScript in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_MasterNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_SecondaryNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type SLApproachApplyScript in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_AnimalMasterDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_AnimalMasterDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_AnimalMasterDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type SLApproachApplyScript in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_AnimalMasterDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_MasterNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_SecondaryNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_SecondaryNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_MasterNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type SLSW_double in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_MasterNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_SecondaryNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_AnimalMasterDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_MasterNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_SecondaryNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type SLApproachApplyScript in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_SecondaryNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_MasterNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_AnimalMasterDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_MasterNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_SecondaryNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type SLApproachApplyScript in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_SecondaryNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_MasterNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_SecondaryNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_MasterNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_SecondaryNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_MasterNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_MasterNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_SecondaryNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_AnimalMasterDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_SecondaryNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_MasterNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_AnimalMasterDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type SLApproachApplyScript in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_AnimalMasterDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_MasterNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_SecondaryNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_AnimalMasterDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_SecondaryNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_MasterNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_AnimalMasterDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_MasterNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_SecondaryNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type _WetEquipBP in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_AnimalMasterDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_AnimalMasterDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type SLApproachApplyScript in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_SecondaryNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_MasterNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreature in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type SLApproachApplyScript in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_AnimalMasterDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_MasterNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_SecondaryNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type SLApproachApplyScript in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_SecondaryNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_MasterNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_SecondaryNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_MasterNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_SecondaryNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_MasterNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_MasterNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_SecondaryNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_AnimalMasterDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_MasterNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_SecondaryNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_AnimalMasterDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type SLApproachApplyScript in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type SLApproachApplyScript in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_SecondaryNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_MasterNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type SLApproachApplyScript in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreature in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreature in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreature in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreature in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_AnimalMasterDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_MasterNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_SecondaryNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreature in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type SLApproachApplyScript in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_SecondaryNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_MasterNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreature in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type SLApproachApplyScript in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type SLApproachApplyScript in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreature in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_AnimalMasterDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type SLApproachApplyScript in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_SecondaryNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_MasterNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type SLApproachApplyScript in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type SLApproachApplyScript in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type SLApproachApplyScript in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreature in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_AnimalMasterDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type TRSD_DataNode in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_AnimalMasterDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreature in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_AnimalMasterDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_AnimalMasterDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type _WetEquipFaceCovers in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type SLApproachApplyScript in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type SLApproachApplyScript in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_SecondaryNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_MasterNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_SecondaryNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_MasterNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreature in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type SLApproachApplyScript in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type po3_mcmenuscript in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreature in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_AnimalMasterDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_AnimalMasterDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_MasterNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_SecondaryNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_SecondaryNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_MasterNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_AnimalMasterDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_MasterNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_SecondaryNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_SecondaryNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_MasterNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_SecondaryNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_MasterNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_AnimalMasterDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PF_CWSoldierCheerPackage_00104FD6 in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreature in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_AnimalMasterDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_AnimalMasterDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_SecondaryNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_MasterNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_AnimalMasterDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type SLApproachApplyScript in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_AnimalMasterDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type _WetCloakAttach in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type rnd_hungercountscript in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type RND_WeightCountScript in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type rnd_thirstcountscript in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type RND_WidgetUpdateScript in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type rnd_sleepcountscript in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type rnd_inebriationcountscript in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_AnimalMasterDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type ARTH_LAL_ForswornTriggerScript in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type _WetCloakAttachGear in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type SLApproachApplyScript in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_MasterNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_SecondaryNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_AnimalMasterDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreature in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreature in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_AnimalMasterDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type SLApproachApplyScript in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_SecondaryNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_MasterNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type SLApproachApplyScript in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_AnimalMasterDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_AnimalMasterDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_AnimalMasterDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_MasterNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_SecondaryNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_MasterNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_SecondaryNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreature in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_AnimalMasterDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type EFF_FreeformSkyHavenTempleAScript in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_AnimalMasterDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_SecondaryNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_MasterNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_AnimalMasterDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_AnimalMasterDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_MasterNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_SecondaryNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_SecondaryNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_MasterNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_SecondaryNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_MasterNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_SecondaryNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_MasterNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_AnimalMasterDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_SecondaryNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_MasterNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_AnimalMasterDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CWITelescopeScript in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_MasterNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_SecondaryNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_MasterNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_SecondaryNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_AnimalMasterDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type SLApproachApplyScript in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type SLApproachApplyScript in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_AnimalMasterDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_MasterNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_SecondaryNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_AnimalMasterDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_AnimalMasterDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_AnimalMasterDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_AnimalMasterDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type SLApproachApplyScript in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_SecondaryNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_MasterNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type SLApproachApplyScript in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type SLApproachApplyScript in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_AnimalMasterDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_MasterNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_SecondaryNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type SLApproachApplyScript in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type zzestruschaurusplayer in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreature in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type SLApproachApplyScript in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreature in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_AnimalMasterDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_MasterNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_SecondaryNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CWITelescopeScript in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_AnimalMasterDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_AnimalMasterDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_MasterNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_SecondaryNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_SecondaryNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_MasterNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type SLApproachApplyScript in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_SecondaryNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_MasterNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type SLApproachApplyScript in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type SLApproachApplyScript in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_AnimalMasterDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_AnimalMasterDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreature in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type SLApproachApplyScript in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_AnimalMasterDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type SLApproachApplyScript in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreature in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_AnimalMasterDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type SLApproachApplyScript in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_SecondaryNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_MasterNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type SLApproachApplyScript in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_AnimalMasterDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_AnimalMasterDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_AnimalMasterDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_AnimalMasterDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_SecondaryNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_MasterNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_AnimalMasterDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_SecondaryNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_MasterNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_AnimalMasterDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type SLApproachApplyScript in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_SecondaryNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_MasterNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type SLApproachApplyScript in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_AnimalMasterDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_AnimalMasterDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_AnimalMasterDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_AnimalMasterDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_MasterNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_SecondaryNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_SecondaryNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_MasterNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_SecondaryNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_MasterNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_AnimalMasterDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_MasterNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_SecondaryNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_MasterNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_SecondaryNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_MasterNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_SecondaryNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_SecondaryNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_MasterNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type _WetColdBreathActor in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_MasterNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_SecondaryNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_AnimalMasterDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type SLApproachApplyScript in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_AnimalMasterDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_SecondaryNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_MasterNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_SecondaryNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_MasterNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_AnimalMasterDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_SecondaryNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_MasterNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_SecondaryNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_MasterNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_SecondaryNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_MasterNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreature in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type SLApproachApplyScript in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PRKF_RND_GrillFoodPerk_0613C8A1 in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_AnimalMasterDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_MasterPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_SecondaryNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_MasterNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_SecondaryNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_MasterNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_MasterNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_SecondaryNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type TRSD_DataNode in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type SLApproachApplyScript in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type SLApproachApplyScript in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type SLApproachApplyScript in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_SecondaryNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_MasterNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type SLApproachApplyScript in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_AnimalMasterDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_AnimalMasterDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type SLApproachApplyScript in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_SecondaryNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_MasterNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type SLApproachApplyScript in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_SecondaryNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_MasterNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_AnimalMasterDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_MasterNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_SecondaryNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_SecondaryNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_MasterNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_AnimalMasterDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_AnimalMasterDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_MasterNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_SecondaryNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type ARTH_LAL_ForswornTriggerScript in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_MasterNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_SecondaryNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreature in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_AnimalMasterDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_SecondaryNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_MasterNPCDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type PO3_AnimalMasterDeathByFXDetect in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type _WetEquipBP in the type table in save
[03/17/2020 - 08:27:40AM] warning: Could not find type CFEffectCreatureApply in the type table in save
[03/17/2020 - 08:27:41AM] VM is thawing...
[03/17/2020 - 08:27:41AM] daymoyl - OnPlayerLoadGame
[03/17/2020 - 08:27:41AM] 
[03/17/2020 - 08:27:41AM] =====Wet and Cold is refreshing itself and searching for addons. Any errors below are harmless.=====
[03/17/2020 - 08:27:41AM] 
[03/17/2020 - 08:27:41AM] Error: File "Complete Crafting Overhaul_Remade.esp" does not exist or is not currently loaded.
stack:
    <unknown self>.Game.GetFormFromFile() - "<native>" Line ?
    [_WetQuest (41000D63)]._wetquestscript.Maintenance() - "_WetQuestScript.psc" Line 464
    [alias Player on quest _WetQuest (41000D63)]._wetplayeralias.OnPlayerLoadGame() - "_WetPlayerAlias.psc" Line 6
[03/17/2020 - 08:27:41AM] Error: File "1nivWICCloaksCRAFT.esp" does not exist or is not currently loaded.
stack:
    <unknown self>.Game.GetFormFromFile() - "<native>" Line ?
    [_WetQuest (41000D63)]._wetquestscript.CheckWiCPlugins() - "_WetQuestScript.psc" Line 415
    [_WetQuest (41000D63)]._wetquestscript.CheckMainCloakPlugins() - "_WetQuestScript.psc" Line 443
    [_WetQuest (41000D63)]._wetquestscript.Maintenance() - "_WetQuestScript.psc" Line 494
    [alias Player on quest _WetQuest (41000D63)]._wetplayeralias.OnPlayerLoadGame() - "_WetPlayerAlias.psc" Line 6
[03/17/2020 - 08:27:41AM] Error: File "1nivWICCloaks.esp" does not exist or is not currently loaded.
stack:
    <unknown self>.Game.GetFormFromFile() - "<native>" Line ?
    [_WetQuest (41000D63)]._wetquestscript.CheckWiCPlugins() - "_WetQuestScript.psc" Line 417
    [_WetQuest (41000D63)]._wetquestscript.CheckMainCloakPlugins() - "_WetQuestScript.psc" Line 443
    [_WetQuest (41000D63)]._wetquestscript.Maintenance() - "_WetQuestScript.psc" Line 494
    [alias Player on quest _WetQuest (41000D63)]._wetplayeralias.OnPlayerLoadGame() - "_WetPlayerAlias.psc" Line 6
[03/17/2020 - 08:27:41AM] Error: File "1nivWICCloaksNoGuards.esp" does not exist or is not currently loaded.
stack:
    <unknown self>.Game.GetFormFromFile() - "<native>" Line ?
    [_WetQuest (41000D63)]._wetquestscript.CheckWiCPlugins() - "_WetQuestScript.psc" Line 419
    [_WetQuest (41000D63)]._wetquestscript.CheckMainCloakPlugins() - "_WetQuestScript.psc" Line 443
    [_WetQuest (41000D63)]._wetquestscript.Maintenance() - "_WetQuestScript.psc" Line 494
    [alias Player on quest _WetQuest (41000D63)]._wetplayeralias.OnPlayerLoadGame() - "_WetPlayerAlias.psc" Line 6
[03/17/2020 - 08:27:41AM] Error: File "Cloaks.esp" does not exist or is not currently loaded.
stack:
    <unknown self>.Game.GetFormFromFile() - "<native>" Line ?
    [_WetQuest (41000D63)]._wetquestscript.CheckCoSPlugins() - "_WetQuestScript.psc" Line 427
    [_WetQuest (41000D63)]._wetquestscript.CheckMainCloakPlugins() - "_WetQuestScript.psc" Line 444
    [_WetQuest (41000D63)]._wetquestscript.Maintenance() - "_WetQuestScript.psc" Line 494
    [alias Player on quest _WetQuest (41000D63)]._wetplayeralias.OnPlayerLoadGame() - "_WetPlayerAlias.psc" Line 6
[03/17/2020 - 08:27:41AM] Error: File "Cloaks - No Imperial.esp" does not exist or is not currently loaded.
stack:
    <unknown self>.Game.GetFormFromFile() - "<native>" Line ?
    [_WetQuest (41000D63)]._wetquestscript.CheckCoSPlugins() - "_WetQuestScript.psc" Line 429
    [_WetQuest (41000D63)]._wetquestscript.CheckMainCloakPlugins() - "_WetQuestScript.psc" Line 444
    [_WetQuest (41000D63)]._wetquestscript.Maintenance() - "_WetQuestScript.psc" Line 494
    [alias Player on quest _WetQuest (41000D63)]._wetplayeralias.OnPlayerLoadGame() - "_WetPlayerAlias.psc" Line 6
[03/17/2020 - 08:27:41AM] Error: File "Cloaks - Player Only.esp" does not exist or is not currently loaded.
stack:
    <unknown self>.Game.GetFormFromFile() - "<native>" Line ?
    [_WetQuest (41000D63)]._wetquestscript.CheckCoSPlugins() - "_WetQuestScript.psc" Line 431
    [_WetQuest (41000D63)]._wetquestscript.CheckMainCloakPlugins() - "_WetQuestScript.psc" Line 444
    [_WetQuest (41000D63)]._wetquestscript.Maintenance() - "_WetQuestScript.psc" Line 494
    [alias Player on quest _WetQuest (41000D63)]._wetplayeralias.OnPlayerLoadGame() - "_WetPlayerAlias.psc" Line 6
[03/17/2020 - 08:27:41AM] Error: File "WetandCold - Holidays.esp" does not exist or is not currently loaded.
stack:
    <unknown self>.Game.GetFormFromFile() - "<native>" Line ?
    [_WetQuest (41000D63)]._wetquestscript.Maintenance() - "_WetQuestScript.psc" Line 557
    [alias Player on quest _WetQuest (41000D63)]._wetplayeralias.OnPlayerLoadGame() - "_WetPlayerAlias.psc" Line 6
[03/17/2020 - 08:27:41AM] Error: File "Wyrmstooth.esp" does not exist or is not currently loaded.
stack:
    <unknown self>.Game.GetFormFromFile() - "<native>" Line ?
    [_WetQuest (41000D63)]._wetquestscript.Maintenance() - "_WetQuestScript.psc" Line 561
    [alias Player on quest _WetQuest (41000D63)]._wetplayeralias.OnPlayerLoadGame() - "_WetPlayerAlias.psc" Line 6
[03/17/2020 - 08:27:41AM] Error: File "Chesko_Frostfall.esp" does not exist or is not currently loaded.
stack:
    <unknown self>.Game.GetFormFromFile() - "<native>" Line ?
    [_WetQuest (41000D63)]._wetquestscript.Maintenance() - "_WetQuestScript.psc" Line 569
    [alias Player on quest _WetQuest (41000D63)]._wetplayeralias.OnPlayerLoadGame() - "_WetPlayerAlias.psc" Line 6
[03/17/2020 - 08:27:41AM] Error: File "iNeed.esp" does not exist or is not currently loaded.
stack:
    <unknown self>.Game.GetFormFromFile() - "<native>" Line ?
    [_WetQuest (41000D63)]._wetquestscript.Maintenance() - "_WetQuestScript.psc" Line 590
    [alias Player on quest _WetQuest (41000D63)]._wetplayeralias.OnPlayerLoadGame() - "_WetPlayerAlias.psc" Line 6
[03/17/2020 - 08:27:41AM] SEXLAB - LOADED: Version 16200 / 16200
[03/17/2020 - 08:27:41AM] SexLab MCM Loaded CurrentVerison: 16200 / 16200
[03/17/2020 - 08:27:41AM] *****************************************************************************
[03/17/2020 - 08:27:41AM] Spouses Enhanced is checking for compatible mods...
[03/17/2020 - 08:27:41AM] *****************************************************************************
[03/17/2020 - 08:27:41AM] Error: Cannot call IsInFaction() on a None object, aborting function call
stack:
    [MSeranaMaintenance (840A3E3B)].MSeranaMaintenanceScript.FixQuest() - "MSeranaMaintenanceScript.psc" Line 91
    [alias MSeranaPlayerAlias on quest MSeranaMaintenance (840A3E3B)].MSeranaPlayerAliasScript.OnPlayerLoadGame() - "MSeranaPlayerAliasScript.psc" Line 7
[03/17/2020 - 08:27:41AM] warning: Assigning None to a non-object variable named "::temp13"
stack:
    [MSeranaMaintenance (840A3E3B)].MSeranaMaintenanceScript.FixQuest() - "MSeranaMaintenanceScript.psc" Line 91
    [alias MSeranaPlayerAlias on quest MSeranaMaintenance (840A3E3B)].MSeranaPlayerAliasScript.OnPlayerLoadGame() - "MSeranaPlayerAliasScript.psc" Line 7
[03/17/2020 - 08:27:41AM] Spouses Enhanced mod scan result: Hearthfire=TRUE Dawnguard=TRUE MarriableSerana=TRUE SpousesEnhanced_Serana=TRUE
[03/17/2020 - 08:27:41AM] *****************************************************************************
[03/17/2020 - 08:27:41AM] Error: Cannot call FindRecorder() on a None object, aborting function call
stack:
    [alias Player on quest AQAmbrielDialogueMain (5D003DEF)].AQFindRecorderScript.OnPlayerLoadGame() - "AQFindRecorderScript.psc" Line 6
[03/17/2020 - 08:27:41AM] FNIS AA started (load)
[03/17/2020 - 08:27:41AM] [SimplyKnock] Detected SKSE version 1.070300 (expected 1.070300 or newer, success!)
[03/17/2020 - 08:27:41AM] [Wearable Lanterns]=============================================================================================
[03/17/2020 - 08:27:41AM] [Wearable Lanterns]                  Wearable Lanterns is now performing compatibility checks.                  
[03/17/2020 - 08:27:41AM] [Wearable Lanterns]=============================================================================================
[03/17/2020 - 08:27:41AM] SLAL: SLAL: OnLoad
[03/17/2020 - 08:27:41AM] [Wearable Lanterns] Detected SKSE version 1.070300 (expected 1.070300 or newer, success!)
[03/17/2020 - 08:27:41AM] [Frostfall]======================================================================================================
[03/17/2020 - 08:27:41AM] UBG20MaintQuestPlayerAliasScript OnPlayerLoadGame
[03/17/2020 - 08:27:41AM] [Frostfall]                    Frostfall is now performing start-up and compatibility checks.                    
[03/17/2020 - 08:27:41AM] [Frostfall]           Errors related to missing files may follow. These are NORMAL and should be ignored.        
[03/17/2020 - 08:27:41AM] [Frostfall]======================================================================================================
[03/17/2020 - 08:27:41AM] UBG20MaintQuestPlayerAliasScript Maintenance
[03/17/2020 - 08:27:41AM] UBG20MaintQuestPlayerAliasScript SKSE installed, release 48
[03/17/2020 - 08:27:41AM] [Frostfall] Detected SKSE version 1.070300 (expected 1.070300 or newer, success!)
[03/17/2020 - 08:27:41AM] [Immersive Citizens]======================================================================================================
[03/17/2020 - 08:27:41AM] [Immersive Citizens]     Immersive Citizens is now performing compatibility checks. Papyrus warnings about missing or       
[03/17/2020 - 08:27:41AM] [Immersive Citizens]             unloaded files may follow. This is NORMAL and can be ignored.                               
[03/17/2020 - 08:27:41AM] [Immersive Citizens]======================================================================================================
[03/17/2020 - 08:27:41AM] [Immersive Citizens]======================================================================================================
[03/17/2020 - 08:27:41AM] [Immersive Citizens]                            Immersive Citizens compatibility check complete.                           
[03/17/2020 - 08:27:41AM] [Immersive Citizens]======================================================================================================
[03/17/2020 - 08:27:41AM] [A Quality World Map] Applying map camera constraint settings on load.
[03/17/2020 - 08:27:41AM] Error: Cannot call OnGameReload() on a None object, aborting function call
stack:
    [alias PlayerAlias on quest TakeNotesWidget (2D001829)].SKI_PlayerLoadGameAlias.OnPlayerLoadGame() - "SKI_PlayerLoadGameAlias.psc" Line 6
[03/17/2020 - 08:27:41AM] Lucien is checking for compatible mods. Will return harmless errors if not found.
[03/17/2020 - 08:27:41AM] Error: File "SkyUI_SE.esp" does not exist or is not currently loaded.
stack:
    <unknown self>.Game.GetFormFromFile() - "<native>" Line ?
    [alias PlayerAlias on quest JRLucienModHandler (9C32BC44)].JR_ModChecker.CheckAllMods() - "JR_ModChecker.psc" Line 16
    [alias PlayerAlias on quest JRLucienModHandler (9C32BC44)].JR_ModChecker.OnPlayerLoadGame() - "JR_ModChecker.psc" Line 11
[03/17/2020 - 08:27:41AM] Relationship Dialogue Overhaul : Checking For Mods ---------- Ignore Errors About Missing Files
[03/17/2020 - 08:27:41AM] [** SKYBIRDS v0.930000 IS LOADING **]
[03/17/2020 - 08:27:41AM] [skyBirds]SKSE was detected.
[03/17/2020 - 08:27:41AM] SOS Maintenance: loaded version is 300004
[03/17/2020 - 08:27:41AM] SOS Maintenance: 300004 is update
[03/17/2020 - 08:27:41AM] [skyBirds]Checking if "Birds of Skyrim" is loaded...
[03/17/2020 - 08:27:41AM] [skyBirds]"Birds of Skyrim" was detected.
[03/17/2020 - 08:27:41AM] [skyBirds]Patching "Birds of Skyrim".
[03/17/2020 - 08:27:41AM] Error: Cannot call OnGameReload() on a None object, aborting function call
stack:
    [alias PlayerRef on quest BF_WidgetController (0C02BB48)].SKI_PlayerLoadGameAlias.OnPlayerLoadGame() - "SKI_PlayerLoadGameAlias.psc" Line 6
[03/17/2020 - 08:27:41AM] [slamainscr <sla_Main (09042D62)>]: starting maintenance... Update frequency 120.000000
[03/17/2020 - 08:27:41AM] Error: Cannot call OnGameReload() on a None object, aborting function call
stack:
    [alias MenuMaintenance on quest BF_Controller (0C00182A)].SKI_PlayerLoadGameAlias.OnPlayerLoadGame() - "SKI_PlayerLoadGameAlias.psc" Line 6
[03/17/2020 - 08:27:41AM] Error: File "EFFCore.esm" does not exist or is not currently loaded.
stack:
    <unknown self>.Game.GetFormFromFile() - "<native>" Line ?
    [_WetQuest (41000D63)]._wetquestscript.Maintenance() - "_WetQuestScript.psc" Line 619
    [alias Player on quest _WetQuest (41000D63)]._wetplayeralias.OnPlayerLoadGame() - "_WetPlayerAlias.psc" Line 6
[03/17/2020 - 08:27:41AM] Relationship Dialogue Overhaul : Done Checking For Mods ---------- Any Errors Reported Are Harmless
[03/17/2020 - 08:27:43AM] ~~~~~ Footprints: Initializing ~~~~~
[03/17/2020 - 08:27:43AM] zbfExternal: Compatibility checking
[03/17/2020 - 08:27:43AM] zbfExternal: -------------------------------------------------------
[03/17/2020 - 08:27:43AM] zbfExternal:                    SexLab version: 16200
[03/17/2020 - 08:27:43AM] zbfExternal:                 SlaveTats version: 1.0.0
[03/17/2020 - 08:27:43AM] zbfExternal:                  RaceMenu version: 7
[03/17/2020 - 08:27:43AM] zbfExternal: Non SexLab Animation Pack version: 0
[03/17/2020 - 08:27:43AM] zbfExternal: -------------------------------------------------------
[03/17/2020 - 08:27:43AM] zbfExternal:                    SexLab support: TRUE
[03/17/2020 - 08:27:43AM] zbfExternal:                   Overlay support: TRUE
[03/17/2020 - 08:27:43AM] zbfExternal:      Non SexLab Animation support: False
[03/17/2020 - 08:27:43AM] zbfExternal: -------------------------------------------------------
[03/17/2020 - 08:27:43AM] Error: File "SFO - Expanded Diversity.esp" does not exist or is not currently loaded.
stack:
    <unknown self>.Game.GetFormFromFile() - "<native>" Line ?
    [alias wizDTCompatibilityAlias on quest wizDTCompatibilityQuest (BF0135A9)].wizdtcompatibility.RunStartupCheck() - "wizDTCompatibility.psc" Line 320
    [alias wizDTCompatibilityAlias on quest wizDTCompatibilityQuest (BF0135A9)].wizdtcompatibility.OnPlayerLoadGame() - "wizDTCompatibility.psc" Line 91
[03/17/2020 - 08:27:43AM] [Wearable Lanterns] Loaded: Dawnguard.esm
[03/17/2020 - 08:27:43AM] [Wearable Lanterns] Loaded: Dragonborn.esm
[03/17/2020 - 08:27:43AM] [Wearable Lanterns] Loaded: SkyUI.esp
[03/17/2020 - 08:27:43AM] [Wearable Lanterns] Loaded: 83Willows_101BUGS_V4_HighRes.esp
[03/17/2020 - 08:27:43AM] [Frostfall] Beginning worn gear integrity check.
[03/17/2020 - 08:27:43AM] Error: File "AmazingFollowerTweaks.esp" does not exist or is not currently loaded.
stack:
    <unknown self>.Game.GetFormFromFile() - "<native>" Line ?
    [alias PlayerAlias on quest JRLucienModHandler (9C32BC44)].JR_ModChecker.CheckAllMods() - "JR_ModChecker.psc" Line 26
    [alias PlayerAlias on quest JRLucienModHandler (9C32BC44)].JR_ModChecker.OnPlayerLoadGame() - "JR_ModChecker.psc" Line 11
[03/17/2020 - 08:27:43AM] Error: File "ccbgssse010-petdwarvenarmoredmudcrab.esl" does not exist or is not currently loaded.
stack:
    <unknown self>.Game.GetFormFromFile() - "<native>" Line ?
    [alias PlayerAlias on quest JRLucienModHandler (9C32BC44)].JR_ModChecker.ModCheck() - "JR_ModChecker.psc" Line 63
    [alias PlayerAlias on quest JRLucienModHandler (9C32BC44)].JR_ModChecker.CheckAllMods() - "JR_ModChecker.psc" Line 30
    [alias PlayerAlias on quest JRLucienModHandler (9C32BC44)].JR_ModChecker.OnPlayerLoadGame() - "JR_ModChecker.psc" Line 11
[03/17/2020 - 08:27:43AM] Error: File "018Auri.esp" does not exist or is not currently loaded.
stack:
    <unknown self>.Game.GetFormFromFile() - "<native>" Line ?
    [alias PlayerAlias on quest JRLucienModHandler (9C32BC44)].JR_ModChecker.ModCheck() - "JR_ModChecker.psc" Line 63
    [alias PlayerAlias on quest JRLucienModHandler (9C32BC44)].JR_ModChecker.CheckAllMods() - "JR_ModChecker.psc" Line 31
    [alias PlayerAlias on quest JRLucienModHandler (9C32BC44)].JR_ModChecker.OnPlayerLoadGame() - "JR_ModChecker.psc" Line 11
[03/17/2020 - 08:27:43AM] Error: File "018Auri.esp" does not exist or is not currently loaded.
stack:
    <unknown self>.Game.GetFormFromFile() - "<native>" Line ?
    [alias PlayerAlias on quest JRLucienModHandler (9C32BC44)].JR_ModChecker.ModCheck() - "JR_ModChecker.psc" Line 63
    [alias PlayerAlias on quest JRLucienModHandler (9C32BC44)].JR_ModChecker.CheckAllMods() - "JR_ModChecker.psc" Line 32
    [alias PlayerAlias on quest JRLucienModHandler (9C32BC44)].JR_ModChecker.OnPlayerLoadGame() - "JR_ModChecker.psc" Line 11
[03/17/2020 - 08:27:43AM] Error: File "CeliatheKettleMaidenFollower.esp" does not exist or is not currently loaded.
stack:
    <unknown self>.Game.GetFormFromFile() - "<native>" Line ?
    [alias PlayerAlias on quest JRLucienModHandler (9C32BC44)].JR_ModChecker.ModCheck() - "JR_ModChecker.psc" Line 63
    [alias PlayerAlias on quest JRLucienModHandler (9C32BC44)].JR_ModChecker.CheckAllMods() - "JR_ModChecker.psc" Line 33
    [alias PlayerAlias on quest JRLucienModHandler (9C32BC44)].JR_ModChecker.OnPlayerLoadGame() - "JR_ModChecker.psc" Line 11
[03/17/2020 - 08:27:43AM] [slamainscr <sla_Main (09042D62)>]: registered for maintenance
[03/17/2020 - 08:27:43AM] [slamainscr <sla_Main (09042D62)>]: starting maintenance... Update frequency 120.000000
[03/17/2020 - 08:27:43AM] Error: File "Recorder Follower Base.esp" does not exist or is not currently loaded.
stack:
    <unknown self>.Game.GetFormFromFile() - "<native>" Line ?
    [alias PlayerAlias on quest JRLucienModHandler (9C32BC44)].JR_ModChecker.ModCheck() - "JR_ModChecker.psc" Line 63
    [alias PlayerAlias on quest JRLucienModHandler (9C32BC44)].JR_ModChecker.CheckAllMods() - "JR_ModChecker.psc" Line 36
    [alias PlayerAlias on quest JRLucienModHandler (9C32BC44)].JR_ModChecker.OnPlayerLoadGame() - "JR_ModChecker.psc" Line 11
[03/17/2020 - 08:27:43AM] Error: File "AnnaNPCs.esp" does not exist or is not currently loaded.
stack:
    <unknown self>.Game.GetFormFromFile() - "<native>" Line ?
    [alias PlayerAlias on quest JRLucienModHandler (9C32BC44)].JR_ModChecker.ModCheck() - "JR_ModChecker.psc" Line 63
    [alias PlayerAlias on quest JRLucienModHandler (9C32BC44)].JR_ModChecker.CheckAllMods() - "JR_ModChecker.psc" Line 38
    [alias PlayerAlias on quest JRLucienModHandler (9C32BC44)].JR_ModChecker.OnPlayerLoadGame() - "JR_ModChecker.psc" Line 11
[03/17/2020 - 08:27:43AM] Error: File "AnnaNPCs.esp" does not exist or is not currently loaded.
stack:
    <unknown self>.Game.GetFormFromFile() - "<native>" Line ?
    [alias PlayerAlias on quest JRLucienModHandler (9C32BC44)].JR_ModChecker.ModCheck() - "JR_ModChecker.psc" Line 63
    [alias PlayerAlias on quest JRLucienModHandler (9C32BC44)].JR_ModChecker.CheckAllMods() - "JR_ModChecker.psc" Line 39
    [alias PlayerAlias on quest JRLucienModHandler (9C32BC44)].JR_ModChecker.OnPlayerLoadGame() - "JR_ModChecker.psc" Line 11
[03/17/2020 - 08:27:43AM] Error: File "AnnaNPCs.esp" does not exist or is not currently loaded.
stack:
    <unknown self>.Game.GetFormFromFile() - "<native>" Line ?
    [alias PlayerAlias on quest JRLucienModHandler (9C32BC44)].JR_ModChecker.ModCheck() - "JR_ModChecker.psc" Line 63
    [alias PlayerAlias on quest JRLucienModHandler (9C32BC44)].JR_ModChecker.CheckAllMods() - "JR_ModChecker.psc" Line 40
    [alias PlayerAlias on quest JRLucienModHandler (9C32BC44)].JR_ModChecker.OnPlayerLoadGame() - "JR_ModChecker.psc" Line 11
[03/17/2020 - 08:27:43AM] Error: File "AnnaNPCs.esp" does not exist or is not currently loaded.
stack:
    <unknown self>.Game.GetFormFromFile() - "<native>" Line ?
    [alias PlayerAlias on quest JRLucienModHandler (9C32BC44)].JR_ModChecker.ModCheck() - "JR_ModChecker.psc" Line 63
    [alias PlayerAlias on quest JRLucienModHandler (9C32BC44)].JR_ModChecker.CheckAllMods() - "JR_ModChecker.psc" Line 41
    [alias PlayerAlias on quest JRLucienModHandler (9C32BC44)].JR_ModChecker.OnPlayerLoadGame() - "JR_ModChecker.psc" Line 11
[03/17/2020 - 08:27:43AM] Error: File "AnnaNPCs.esp" does not exist or is not currently loaded.
stack:
    <unknown self>.Game.GetFormFromFile() - "<native>" Line ?
    [alias PlayerAlias on quest JRLucienModHandler (9C32BC44)].JR_ModChecker.ModCheck() - "JR_ModChecker.psc" Line 63
    [alias PlayerAlias on quest JRLucienModHandler (9C32BC44)].JR_ModChecker.CheckAllMods() - "JR_ModChecker.psc" Line 42
    [alias PlayerAlias on quest JRLucienModHandler (9C32BC44)].JR_ModChecker.OnPlayerLoadGame() - "JR_ModChecker.psc" Line 11
[03/17/2020 - 08:27:43AM] Error: File "AnnaNPCs.esp" does not exist or is not currently loaded.
stack:
    <unknown self>.Game.GetFormFromFile() - "<native>" Line ?
    [alias PlayerAlias on quest JRLucienModHandler (9C32BC44)].JR_ModChecker.ModCheck() - "JR_ModChecker.psc" Line 63
    [alias PlayerAlias on quest JRLucienModHandler (9C32BC44)].JR_ModChecker.CheckAllMods() - "JR_ModChecker.psc" Line 43
    [alias PlayerAlias on quest JRLucienModHandler (9C32BC44)].JR_ModChecker.OnPlayerLoadGame() - "JR_ModChecker.psc" Line 11
[03/17/2020 - 08:27:43AM] Error: File "AnnaNPCs.esp" does not exist or is not currently loaded.
stack:
    <unknown self>.Game.GetFormFromFile() - "<native>" Line ?
    [alias PlayerAlias on quest JRLucienModHandler (9C32BC44)].JR_ModChecker.ModCheck() - "JR_ModChecker.psc" Line 63
    [alias PlayerAlias on quest JRLucienModHandler (9C32BC44)].JR_ModChecker.CheckAllMods() - "JR_ModChecker.psc" Line 44
    [alias PlayerAlias on quest JRLucienModHandler (9C32BC44)].JR_ModChecker.OnPlayerLoadGame() - "JR_ModChecker.psc" Line 11
[03/17/2020 - 08:27:43AM] Error: File "AnnaNPCs.esp" does not exist or is not currently loaded.
stack:
    <unknown self>.Game.GetFormFromFile() - "<native>" Line ?
    [alias PlayerAlias on quest JRLucienModHandler (9C32BC44)].JR_ModChecker.ModCheck() - "JR_ModChecker.psc" Line 63
    [alias PlayerAlias on quest JRLucienModHandler (9C32BC44)].JR_ModChecker.CheckAllMods() - "JR_ModChecker.psc" Line 45
    [alias PlayerAlias on quest JRLucienModHandler (9C32BC44)].JR_ModChecker.OnPlayerLoadGame() - "JR_ModChecker.psc" Line 11
[03/17/2020 - 08:27:43AM] Error: File "AnnaNPCs.esp" does not exist or is not currently loaded.
stack:
    <unknown self>.Game.GetFormFromFile() - "<native>" Line ?
    [alias PlayerAlias on quest JRLucienModHandler (9C32BC44)].JR_ModChecker.ModCheck() - "JR_ModChecker.psc" Line 63
    [alias PlayerAlias on quest JRLucienModHandler (9C32BC44)].JR_ModChecker.CheckAllMods() - "JR_ModChecker.psc" Line 46
    [alias PlayerAlias on quest JRLucienModHandler (9C32BC44)].JR_ModChecker.OnPlayerLoadGame() - "JR_ModChecker.psc" Line 11
[03/17/2020 - 08:27:43AM] Error: File "AnnaNPCs.esp" does not exist or is not currently loaded.
stack:
    <unknown self>.Game.GetFormFromFile() - "<native>" Line ?
    [alias PlayerAlias on quest JRLucienModHandler (9C32BC44)].JR_ModChecker.ModCheck() - "JR_ModChecker.psc" Line 63
    [alias PlayerAlias on quest JRLucienModHandler (9C32BC44)].JR_ModChecker.CheckAllMods() - "JR_ModChecker.psc" Line 47
    [alias PlayerAlias on quest JRLucienModHandler (9C32BC44)].JR_ModChecker.OnPlayerLoadGame() - "JR_ModChecker.psc" Line 11
[03/17/2020 - 08:27:43AM] Error: File "AnnaNPCs.esp" does not exist or is not currently loaded.
stack:
    <unknown self>.Game.GetFormFromFile() - "<native>" Line ?
    [alias PlayerAlias on quest JRLucienModHandler (9C32BC44)].JR_ModChecker.ModCheck() - "JR_ModChecker.psc" Line 63
    [alias PlayerAlias on quest JRLucienModHandler (9C32BC44)].JR_ModChecker.CheckAllMods() - "JR_ModChecker.psc" Line 48
    [alias PlayerAlias on quest JRLucienModHandler (9C32BC44)].JR_ModChecker.OnPlayerLoadGame() - "JR_ModChecker.psc" Line 11
[03/17/2020 - 08:27:43AM] Error: File "AnnaNPCs.esp" does not exist or is not currently loaded.
stack:
    <unknown self>.Game.GetFormFromFile() - "<native>" Line ?
    [alias PlayerAlias on quest JRLucienModHandler (9C32BC44)].JR_ModChecker.ModCheck() - "JR_ModChecker.psc" Line 63
    [alias PlayerAlias on quest JRLucienModHandler (9C32BC44)].JR_ModChecker.CheckAllMods() - "JR_ModChecker.psc" Line 49
    [alias PlayerAlias on quest JRLucienModHandler (9C32BC44)].JR_ModChecker.OnPlayerLoadGame() - "JR_ModChecker.psc" Line 11
[03/17/2020 - 08:27:43AM] Error: File "0Kaidan.esp" does not exist or is not currently loaded.
stack:
    <unknown self>.Game.GetFormFromFile() - "<native>" Line ?
    [alias PlayerAlias on quest JRLucienModHandler (9C32BC44)].JR_ModChecker.ModCheck() - "JR_ModChecker.psc" Line 63
    [alias PlayerAlias on quest JRLucienModHandler (9C32BC44)].JR_ModChecker.CheckAllMods() - "JR_ModChecker.psc" Line 50
    [alias PlayerAlias on quest JRLucienModHandler (9C32BC44)].JR_ModChecker.OnPlayerLoadGame() - "JR_ModChecker.psc" Line 11
[03/17/2020 - 08:27:43AM] Error: File "0Kaidan.esp" does not exist or is not currently loaded.
stack:
    <unknown self>.Game.GetFormFromFile() - "<native>" Line ?
    [alias PlayerAlias on quest JRLucienModHandler (9C32BC44)].JR_ModChecker.ModCheck() - "JR_ModChecker.psc" Line 63
    [alias PlayerAlias on quest JRLucienModHandler (9C32BC44)].JR_ModChecker.CheckAllMods() - "JR_ModChecker.psc" Line 51
    [alias PlayerAlias on quest JRLucienModHandler (9C32BC44)].JR_ModChecker.OnPlayerLoadGame() - "JR_ModChecker.psc" Line 11
[03/17/2020 - 08:27:43AM] Error: File "ccbgssse035-petnhound.esl" does not exist or is not currently loaded.
stack:
    <unknown self>.Game.GetFormFromFile() - "<native>" Line ?
    [alias PlayerAlias on quest JRLucienModHandler (9C32BC44)].JR_ModChecker.ModCheck() - "JR_ModChecker.psc" Line 63
    [alias PlayerAlias on quest JRLucienModHandler (9C32BC44)].JR_ModChecker.CheckAllMods() - "JR_ModChecker.psc" Line 52
    [alias PlayerAlias on quest JRLucienModHandler (9C32BC44)].JR_ModChecker.OnPlayerLoadGame() - "JR_ModChecker.psc" Line 11
[03/17/2020 - 08:27:43AM] Error: File "ccbgssse035-petnhound.esl" does not exist or is not currently loaded.
stack:
    <unknown self>.Game.GetFormFromFile() - "<native>" Line ?
    [alias PlayerAlias on quest JRLucienModHandler (9C32BC44)].JR_ModChecker.ModCheckCreature() - "JR_ModChecker.psc" Line 91
    [alias PlayerAlias on quest JRLucienModHandler (9C32BC44)].JR_ModChecker.CheckAllMods() - "JR_ModChecker.psc" Line 53
    [alias PlayerAlias on quest JRLucienModHandler (9C32BC44)].JR_ModChecker.OnPlayerLoadGame() - "JR_ModChecker.psc" Line 11
[03/17/2020 - 08:27:43AM] Error: File "Keld-Nar.esp" does not exist or is not currently loaded.
stack:
    <unknown self>.Game.GetFormFromFile() - "<native>" Line ?
    [alias PlayerAlias on quest JRLucienModHandler (9C32BC44)].JR_ModChecker.ModCheckLoc() - "JR_ModChecker.psc" Line 72
    [alias PlayerAlias on quest JRLucienModHandler (9C32BC44)].JR_ModChecker.CheckAllMods() - "JR_ModChecker.psc" Line 54
    [alias PlayerAlias on quest JRLucienModHandler (9C32BC44)].JR_ModChecker.OnPlayerLoadGame() - "JR_ModChecker.psc" Line 11
[03/17/2020 - 08:27:43AM] Error: File "Helarchen Creek.esp" does not exist or is not currently loaded.
stack:
    <unknown self>.Game.GetFormFromFile() - "<native>" Line ?
    [alias PlayerAlias on quest JRLucienModHandler (9C32BC44)].JR_ModChecker.ModCheckLoc() - "JR_ModChecker.psc" Line 72
    [alias PlayerAlias on quest JRLucienModHandler (9C32BC44)].JR_ModChecker.CheckAllMods() - "JR_ModChecker.psc" Line 55
    [alias PlayerAlias on quest JRLucienModHandler (9C32BC44)].JR_ModChecker.OnPlayerLoadGame() - "JR_ModChecker.psc" Line 11
[03/17/2020 - 08:27:43AM] Error: File "Telengard.esp" does not exist or is not currently loaded.
stack:
    <unknown self>.Game.GetFormFromFile() - "<native>" Line ?
    [alias PlayerAlias on quest JRLucienModHandler (9C32BC44)].JR_ModChecker.ModCheckLoc() - "JR_ModChecker.psc" Line 72
    [alias PlayerAlias on quest JRLucienModHandler (9C32BC44)].JR_ModChecker.CheckAllMods() - "JR_ModChecker.psc" Line 56
    [alias PlayerAlias on quest JRLucienModHandler (9C32BC44)].JR_ModChecker.OnPlayerLoadGame() - "JR_ModChecker.psc" Line 11
[03/17/2020 - 08:27:43AM] Error: File "ccbgssse014-spellpack01.esl" does not exist or is not currently loaded.
stack:
    <unknown self>.Game.GetFormFromFile() - "<native>" Line ?
    [alias PlayerAlias on quest JRLucienModHandler (9C32BC44)].JR_ModChecker.ModCheckSpell() - "JR_ModChecker.psc" Line 80
    [alias PlayerAlias on quest JRLucienModHandler (9C32BC44)].JR_ModChecker.CheckAllMods() - "JR_ModChecker.psc" Line 57
    [alias PlayerAlias on quest JRLucienModHandler (9C32BC44)].JR_ModChecker.OnPlayerLoadGame() - "JR_ModChecker.psc" Line 11
[03/17/2020 - 08:27:43AM] Error: File "" does not exist or is not currently loaded.
stack:
    <unknown self>.Game.GetFormFromFile() - "<native>" Line ?
    [alias PlayerAlias on quest JRLucienModHandler (9C32BC44)].JR_ModChecker.ModCheckSpell() - "JR_ModChecker.psc" Line 82
    [alias PlayerAlias on quest JRLucienModHandler (9C32BC44)].JR_ModChecker.CheckAllMods() - "JR_ModChecker.psc" Line 57
    [alias PlayerAlias on quest JRLucienModHandler (9C32BC44)].JR_ModChecker.OnPlayerLoadGame() - "JR_ModChecker.psc" Line 11
[03/17/2020 - 08:27:43AM] Error: File "Apocalypse - Magic of Skyrim.esp" does not exist or is not currently loaded.
stack:
    <unknown self>.Game.GetFormFromFile() - "<native>" Line ?
    [alias PlayerAlias on quest JRLucienModHandler (9C32BC44)].JR_ModChecker.ModCheckSpell() - "JR_ModChecker.psc" Line 80
    [alias PlayerAlias on quest JRLucienModHandler (9C32BC44)].JR_ModChecker.CheckAllMods() - "JR_ModChecker.psc" Line 58
    [alias PlayerAlias on quest JRLucienModHandler (9C32BC44)].JR_ModChecker.OnPlayerLoadGame() - "JR_ModChecker.psc" Line 11
[03/17/2020 - 08:27:43AM] Error: File "Apocalypse - The Spell Package.esp" does not exist or is not currently loaded.
stack:
    <unknown self>.Game.GetFormFromFile() - "<native>" Line ?
    [alias PlayerAlias on quest JRLucienModHandler (9C32BC44)].JR_ModChecker.ModCheckSpell() - "JR_ModChecker.psc" Line 82
    [alias PlayerAlias on quest JRLucienModHandler (9C32BC44)].JR_ModChecker.CheckAllMods() - "JR_ModChecker.psc" Line 58
    [alias PlayerAlias on quest JRLucienModHandler (9C32BC44)].JR_ModChecker.OnPlayerLoadGame() - "JR_ModChecker.psc" Line 11
[03/17/2020 - 08:27:43AM] Error: File "Chesko_Frostfall.esp" does not exist or is not currently loaded.
stack:
    <unknown self>.Game.GetFormFromFile() - "<native>" Line ?
    [alias wizDTCompatibilityAlias on quest wizDTCompatibilityQuest (BF0135A9)].wizdtcompatibility.RunStartupCheck() - "wizDTCompatibility.psc" Line 381
    [alias wizDTCompatibilityAlias on quest wizDTCompatibilityQuest (BF0135A9)].wizdtcompatibility.OnPlayerLoadGame() - "wizDTCompatibility.psc" Line 91
[03/17/2020 - 08:27:43AM] Error: File "AK- Placeable Statics.esp" does not exist or is not currently loaded.
stack:
    <unknown self>.Game.GetFormFromFile() - "<native>" Line ?
    [alias wizDTCompatibilityAlias on quest wizDTCompatibilityQuest (BF0135A9)].wizdtcompatibility.RunStartupCheck() - "wizDTCompatibility.psc" Line 420
    [alias wizDTCompatibilityAlias on quest wizDTCompatibilityQuest (BF0135A9)].wizdtcompatibility.OnPlayerLoadGame() - "wizDTCompatibility.psc" Line 91
[03/17/2020 - 08:27:43AM] ===============================[DAYMOYL: Ignore all Warnings start]================================
[03/17/2020 - 08:27:43AM] daymoyl - SkyUI.esp found
[03/17/2020 - 08:27:43AM] daymoyl - Dawnguard.esm found
[03/17/2020 - 08:27:43AM] daymoyl - 3DNPC.esp found
[03/17/2020 - 08:27:43AM] daymoyl - ZaZAnimationPack.esm found
[03/17/2020 - 08:27:43AM] ================================[DAYMOYL: Ignore all Warnings end]=================================
[03/17/2020 - 08:27:43AM] Error: Cannot call IsInFaction() on a None object, aborting function call
stack:
    [MSeranaMaintenance (840A3E3B)].MSeranaMaintenanceScript.MerchantFaction() - "MSeranaMaintenanceScript.psc" Line 57
    [alias MSeranaPlayerAlias on quest MSeranaMaintenance (840A3E3B)].MSeranaPlayerAliasScript.OnPlayerLoadGame() - "MSeranaPlayerAliasScript.psc" Line 8
[03/17/2020 - 08:27:43AM] warning: Assigning None to a non-object variable named "::temp6"
stack:
    [MSeranaMaintenance (840A3E3B)].MSeranaMaintenanceScript.MerchantFaction() - "MSeranaMaintenanceScript.psc" Line 57
    [alias MSeranaPlayerAlias on quest MSeranaMaintenance (840A3E3B)].MSeranaPlayerAliasScript.OnPlayerLoadGame() - "MSeranaPlayerAliasScript.psc" Line 8
[03/17/2020 - 08:27:43AM] Error: Cannot call IsInFaction() on a None object, aborting function call
stack:
    [MSeranaMaintenance (840A3E3B)].MSeranaMaintenanceScript.MerchantFaction() - "MSeranaMaintenanceScript.psc" Line 62
    [alias MSeranaPlayerAlias on quest MSeranaMaintenance (840A3E3B)].MSeranaPlayerAliasScript.OnPlayerLoadGame() - "MSeranaPlayerAliasScript.psc" Line 8
[03/17/2020 - 08:27:43AM] warning: Assigning None to a non-object variable named "::temp7"
stack:
    [MSeranaMaintenance (840A3E3B)].MSeranaMaintenanceScript.MerchantFaction() - "MSeranaMaintenanceScript.psc" Line 62
    [alias MSeranaPlayerAlias on quest MSeranaMaintenance (840A3E3B)].MSeranaPlayerAliasScript.OnPlayerLoadGame() - "MSeranaPlayerAliasScript.psc" Line 8
[03/17/2020 - 08:27:43AM] Error: Cannot call IsInFaction() on a None object, aborting function call
stack:
    [MSeranaMaintenance (840A3E3B)].MSeranaMaintenanceScript.MerchantFaction() - "MSeranaMaintenanceScript.psc" Line 68
    [alias MSeranaPlayerAlias on quest MSeranaMaintenance (840A3E3B)].MSeranaPlayerAliasScript.OnPlayerLoadGame() - "MSeranaPlayerAliasScript.psc" Line 8
[03/17/2020 - 08:27:43AM] warning: Assigning None to a non-object variable named "::temp6"
stack:
    [MSeranaMaintenance (840A3E3B)].MSeranaMaintenanceScript.MerchantFaction() - "MSeranaMaintenanceScript.psc" Line 68
    [alias MSeranaPlayerAlias on quest MSeranaMaintenance (840A3E3B)].MSeranaPlayerAliasScript.OnPlayerLoadGame() - "MSeranaPlayerAliasScript.psc" Line 8
[03/17/2020 - 08:27:43AM] Error: Unable to call RegisterForSingleUpdate - no native object bound to the script object, or object is of incorrect type
stack:
    [Active effect 7 on  (00019DF7)].fwabilitybeeingfemale.RegisterForSingleUpdate() - "<native>" Line ?
    [Active effect 7 on  (00019DF7)].fwabilitybeeingfemale.OnUpdate() - "FWAbilityBeeingFemale.psc" Line 165
[03/17/2020 - 08:27:43AM] [A Quality World Map] Settings applied.
[03/17/2020 - 08:27:43AM] [slamainscr <sla_Main (09042D62)>]: registered for maintenance
[03/17/2020 - 08:27:43AM] [Wearable Lanterns]=============================================================================================
[03/17/2020 - 08:27:43AM] [Wearable Lanterns]                                Compatibility check complete.                                
[03/17/2020 - 08:27:43AM] [Wearable Lanterns]=============================================================================================
[03/17/2020 - 08:27:43AM] [Campfire]======================================================================================================
[03/17/2020 - 08:27:43AM] [Campfire]     Campfire is now performing compatibility checks. Papyrus warnings about missing or               
[03/17/2020 - 08:27:43AM] [Campfire]             unloaded files may follow. This is NORMAL and can be ignored.                              
[03/17/2020 - 08:27:43AM] [Campfire]======================================================================================================
[03/17/2020 - 08:27:43AM] [Campfire] Detected SKSE version 1.070300 (expected 1.070300 or newer, success!)
[03/17/2020 - 08:27:43AM] [Campfire] Loaded: SkyUI.esp
[03/17/2020 - 08:27:43AM] [Campfire] Loaded: Dawnguard.esm
[03/17/2020 - 08:27:43AM] [Campfire] Loaded: Dragonborn.esm
[03/17/2020 - 08:27:43AM] [Campfire] Loaded: HearthFires.esm
[03/17/2020 - 08:27:43AM] [Campfire] Loaded: RealisticNeedsandDiseases.esp
[03/17/2020 - 08:27:43AM] [Campfire] Loaded: Frostfall.esp
[03/17/2020 - 08:27:44AM] Error: Cannot call GetValue() on a None object, aborting function call
stack:
    [_SPLSKConfigQuest (CE00388D)]._splskyuiconfig.OnConfigInit() - "_SPLSkyUIConfig.psc" Line 93
    [_SPLQuest (CE000D65)]._splquestscript.Maintenance() - "_SPLQuestScript.psc" Line 112
    [alias _SPLPlayer on quest _SPLQuest (CE000D65)]._SPLPlayerAlias.OnPlayerLoadGame() - "_SPLPlayerAlias.psc" Line 6
[03/17/2020 - 08:27:44AM] warning: Assigning None to a non-object variable named "::temp13"
stack:
    [_SPLSKConfigQuest (CE00388D)]._splskyuiconfig.OnConfigInit() - "_SPLSkyUIConfig.psc" Line 93
    [_SPLQuest (CE000D65)]._splquestscript.Maintenance() - "_SPLQuestScript.psc" Line 112
    [alias _SPLPlayer on quest _SPLQuest (CE000D65)]._SPLPlayerAlias.OnPlayerLoadGame() - "_SPLPlayerAlias.psc" Line 6
[03/17/2020 - 08:27:44AM] [SUM].:Info:.RegisterEvents():-> Registering events...
[03/17/2020 - 08:27:44AM] [SUM].:Info:.RegisterEvents():-> SUM version No. 1.44.
[03/17/2020 - 08:27:44AM] [SUM].:Debug:.GotMod():-> [CheckForMods()] -> [Devious Devices - Integration.esm] - not found!
[03/17/2020 - 08:27:44AM] [SUM].:Debug:.GotMod():-> [CheckForMods()] -> [Devious Devices - Equip.esp] - not found!
[03/17/2020 - 08:27:44AM] [SUM].:Debug:.GotMod():-> [CheckForMods()] -> [UIExtensions.esp] - not found!
[03/17/2020 - 08:27:44AM] Cannot open store for class "consoleutil", missing file?
[03/17/2020 - 08:27:44AM] Error: Unable to obtain function call information - returning None
stack:
    [iSUmMainQ (1C000D63)].isummain.CheckForMods() - "iSUmMain.psc" Line 64
    [iSUmMainQ (1C000D63)].isummain.RegisterEvents() - "iSUmMain.psc" Line 16
    [iSUmMCM (1C000D62)].isumconfig.RegisterEvents() - "iSUmConfig.psc" Line 1928
    [iSUmMCM (1C000D62)].isumconfig.SetUpMCM() - "iSUmConfigBase.psc" Line 395
    [iSUmMCM (1C000D62)].isumconfig.OnGameReload() - "iSUmConfig.psc" Line 1911
    [alias PlayerAlias on quest iSUmMCM (1C000D62)].SKI_PlayerLoadGameAlias.OnPlayerLoadGame() - "SKI_PlayerLoadGameAlias.psc" Line 6
[03/17/2020 - 08:27:44AM] warning: Assigning None to a non-object variable named "::temp12"
stack:
    [iSUmMainQ (1C000D63)].isummain.CheckForMods() - "iSUmMain.psc" Line 64
    [iSUmMainQ (1C000D63)].isummain.RegisterEvents() - "iSUmMain.psc" Line 16
    [iSUmMCM (1C000D62)].isumconfig.RegisterEvents() - "iSUmConfig.psc" Line 1928
    [iSUmMCM (1C000D62)].isumconfig.SetUpMCM() - "iSUmConfigBase.psc" Line 395
    [iSUmMCM (1C000D62)].isumconfig.OnGameReload() - "iSUmConfig.psc" Line 1911
    [alias PlayerAlias on quest iSUmMCM (1C000D62)].SKI_PlayerLoadGameAlias.OnPlayerLoadGame() - "SKI_PlayerLoadGameAlias.psc" Line 6
[03/17/2020 - 08:27:44AM] Error: Unable to call RegisterForSingleUpdate - no native object bound to the script object, or object is of incorrect type
stack:
    [Active effect 9 on  (00044A8D)].fwabilitybeeingfemale.RegisterForSingleUpdate() - "<native>" Line ?
    [Active effect 9 on  (00044A8D)].fwabilitybeeingfemale.OnUpdate() - "FWAbilityBeeingFemale.psc" Line 165
[03/17/2020 - 08:27: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  (000198F7)].fwabilitybeeingfemale.RegisterForSingleUpdate() - "<native>" Line ?
    [Active effect 5 on  (000198F7)].fwabilitybeeingfemale.OnUpdate() - "FWAbilityBeeingFemale.psc" Line 165
[03/17/2020 - 08:27: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  (000198C9)].fwabilitybeeingfemale.RegisterForSingleUpdate() - "<native>" Line ?
    [Active effect 7 on  (000198C9)].fwabilitybeeingfemale.OnUpdate() - "FWAbilityBeeingFemale.psc" Line 165
[03/17/2020 - 08:27:44AM] SpousesEnhanced validating outfit drawers...
[03/17/2020 - 08:27:44AM]  >>=======> Hunterborn is running compatibility checks.
[03/17/2020 - 08:27:44AM]  >>=======> Ignore Papyrus errors about missing files, immediately below.
[03/17/2020 - 08:27:44AM]  >>=======> Hunterborn is checking for SkyRe...
[03/17/2020 - 08:27:44AM] Error: File "SkyRe_Main.esp" does not exist or is not currently loaded.
stack:
    <unknown self>.Game.GetFormFromFile() - "<native>" Line ?
    [_DS_Hunterborn (86003367)]._ds_hb_main.CheckForSkyRe() - "_DS_HB_MAIN.psc" Line 203
    [_DS_Hunterborn (86003367)]._ds_hb_main.PrepForDLC() - "_DS_HB_MAIN.psc" Line 111
    [alias Player on quest _DS_Hunterborn (86003367)]._ds_hb_player.OnPlayerLoadGame() - "_DS_HB_Player.psc" Line 286
[03/17/2020 - 08:27:44AM]  >>=======> Hunterborn is checking for PerMa...
[03/17/2020 - 08:27:44AM] Error: File "PerkusMaximus_Master.esp" does not exist or is not currently loaded.
stack:
    <unknown self>.Game.GetFormFromFile() - "<native>" Line ?
    [_DS_Hunterborn (86003367)]._ds_hb_main.CheckForPerMa() - "_DS_HB_MAIN.psc" Line 329
    [_DS_Hunterborn (86003367)]._ds_hb_main.PrepForDLC() - "_DS_HB_MAIN.psc" Line 114
    [alias Player on quest _DS_Hunterborn (86003367)]._ds_hb_player.OnPlayerLoadGame() - "_DS_HB_Player.psc" Line 286
[03/17/2020 - 08:27:44AM] Error: File "Draugnarok.esp" does not exist or is not currently loaded.
stack:
    <unknown self>.Game.GetFormFromFile() - "<native>" Line ?
    [_DS_Hunterborn (86003367)]._ds_hb_main.PrepForDLC() - "_DS_HB_MAIN.psc" Line 120
    [alias Player on quest _DS_Hunterborn (86003367)]._ds_hb_player.OnPlayerLoadGame() - "_DS_HB_Player.psc" Line 286
[03/17/2020 - 08:27:44AM] Error: File "Hunting in Skyrim.esp" does not exist or is not currently loaded.
stack:
    <unknown self>.Game.GetFormFromFile() - "<native>" Line ?
    [_DS_Hunterborn (86003367)]._ds_hb_main.PrepForDLC() - "_DS_HB_MAIN.psc" Line 122
    [alias Player on quest _DS_Hunterborn (86003367)]._ds_hb_player.OnPlayerLoadGame() - "_DS_HB_Player.psc" Line 286
[03/17/2020 - 08:27:44AM]  >>=======> Hunterborn compatibility checks are complete.
[03/17/2020 - 08:27: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  (0001C1A8)].fwabilitybeeingfemale.RegisterForSingleUpdate() - "<native>" Line ?
    [Active effect 7 on  (0001C1A8)].fwabilitybeeingfemale.OnUpdate() - "FWAbilityBeeingFemale.psc" Line 165
[03/17/2020 - 08:27:44AM] Error: Unable to call RegisterForSingleUpdate - no native object bound to the script object, or object is of incorrect type
stack:
    [Active effect 8 on  (7A046DB2)].fwabilitybeeingfemale.RegisterForSingleUpdate() - "<native>" Line ?
    [Active effect 8 on  (7A046DB2)].fwabilitybeeingfemale.OnUpdate() - "FWAbilityBeeingFemale.psc" Line 165
[03/17/2020 - 08:27: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  (000198AC)].fwabilitybeeingfemale.RegisterForSingleUpdate() - "<native>" Line ?
    [Active effect 7 on  (000198AC)].fwabilitybeeingfemale.OnUpdate() - "FWAbilityBeeingFemale.psc" Line 165
[03/17/2020 - 08:27:44AM] Error: Unable to call RegisterForSingleUpdate - no native object bound to the script object, or object is of incorrect type
stack:
    [Active effect 8 on  (00019DF7)].fwabilitybeeingfemale.RegisterForSingleUpdate() - "<native>" Line ?
    [Active effect 8 on  (00019DF7)].fwabilitybeeingfemale.OnUpdate() - "FWAbilityBeeingFemale.psc" Line 165
[03/17/2020 - 08:27:44AM] Error: File "Chesko_WearableLantern.esp" does not exist or is not currently loaded.
stack:
    <unknown self>.Game.GetFormFromFile() - "<native>" Line ?
    [_WL_MCMConfigQuest (70010163)]._wl_skyuiconfigpanelscript.SetLanternSlot() - "_wl_skyuiconfigpanelscript.psc" Line 1543
    [_WL_MCMConfigQuest (70010163)]._wl_skyuiconfigpanelscript.SwitchToProfile() - "_wl_skyuiconfigpanelscript.psc" Line 1812
    [_WL_MCMConfigQuest (70010163)]._wl_skyuiconfigpanelscript.LoadProfileOnStartup() - "_wl_skyuiconfigpanelscript.psc" Line 1642
    [alias _WL_Player on quest _WL_CompatibilityQuest (70010162)]._wl_compatibility.OnPlayerLoadGame() - "_wl_compatibility.psc" Line 46
[03/17/2020 - 08:27:44AM] Error: File "Chesko_WearableLantern.esp" does not exist or is not currently loaded.
stack:
    <unknown self>.Game.GetFormFromFile() - "<native>" Line ?
    [_WL_MCMConfigQuest (70010163)]._wl_skyuiconfigpanelscript.SetLanternSlot() - "_wl_skyuiconfigpanelscript.psc" Line 1546
    [_WL_MCMConfigQuest (70010163)]._wl_skyuiconfigpanelscript.SwitchToProfile() - "_wl_skyuiconfigpanelscript.psc" Line 1812
    [_WL_MCMConfigQuest (70010163)]._wl_skyuiconfigpanelscript.LoadProfileOnStartup() - "_wl_skyuiconfigpanelscript.psc" Line 1642
    [alias _WL_Player on quest _WL_CompatibilityQuest (70010162)]._wl_compatibility.OnPlayerLoadGame() - "_wl_compatibility.psc" Line 46
[03/17/2020 - 08:27:44AM] Error: File "Chesko_WearableLantern.esp" does not exist or is not currently loaded.
stack:
    <unknown self>.Game.GetFormFromFile() - "<native>" Line ?
    [_WL_MCMConfigQuest (70010163)]._wl_skyuiconfigpanelscript.SetLanternSlot() - "_wl_skyuiconfigpanelscript.psc" Line 1549
    [_WL_MCMConfigQuest (70010163)]._wl_skyuiconfigpanelscript.SwitchToProfile() - "_wl_skyuiconfigpanelscript.psc" Line 1812
    [_WL_MCMConfigQuest (70010163)]._wl_skyuiconfigpanelscript.LoadProfileOnStartup() - "_wl_skyuiconfigpanelscript.psc" Line 1642
    [alias _WL_Player on quest _WL_CompatibilityQuest (70010162)]._wl_compatibility.OnPlayerLoadGame() - "_wl_compatibility.psc" Line 46
[03/17/2020 - 08:27:44AM] Error: File "Chesko_WearableLantern.esp" does not exist or is not currently loaded.
stack:
    <unknown self>.Game.GetFormFromFile() - "<native>" Line ?
    [_WL_MCMConfigQuest (70010163)]._wl_skyuiconfigpanelscript.SetLanternSlot() - "_wl_skyuiconfigpanelscript.psc" Line 1552
    [_WL_MCMConfigQuest (70010163)]._wl_skyuiconfigpanelscript.SwitchToProfile() - "_wl_skyuiconfigpanelscript.psc" Line 1812
    [_WL_MCMConfigQuest (70010163)]._wl_skyuiconfigpanelscript.LoadProfileOnStartup() - "_wl_skyuiconfigpanelscript.psc" Line 1642
    [alias _WL_Player on quest _WL_CompatibilityQuest (70010162)]._wl_compatibility.OnPlayerLoadGame() - "_wl_compatibility.psc" Line 46
[03/17/2020 - 08:27:44AM] Error: File "Chesko_WearableLantern.esp" does not exist or is not currently loaded.
stack:
    <unknown self>.Game.GetFormFromFile() - "<native>" Line ?
    [_WL_MCMConfigQuest (70010163)]._wl_skyuiconfigpanelscript.SetLanternSlot() - "_wl_skyuiconfigpanelscript.psc" Line 1555
    [_WL_MCMConfigQuest (70010163)]._wl_skyuiconfigpanelscript.SwitchToProfile() - "_wl_skyuiconfigpanelscript.psc" Line 1812
    [_WL_MCMConfigQuest (70010163)]._wl_skyuiconfigpanelscript.LoadProfileOnStartup() - "_wl_skyuiconfigpanelscript.psc" Line 1642
    [alias _WL_Player on quest _WL_CompatibilityQuest (70010162)]._wl_compatibility.OnPlayerLoadGame() - "_wl_compatibility.psc" Line 46
[03/17/2020 - 08:27:44AM] Error: File "Chesko_WearableLantern.esp" does not exist or is not currently loaded.
stack:
    <unknown self>.Game.GetFormFromFile() - "<native>" Line ?
    [_WL_MCMConfigQuest (70010163)]._wl_skyuiconfigpanelscript.SetLanternSlot() - "_wl_skyuiconfigpanelscript.psc" Line 1558
    [_WL_MCMConfigQuest (70010163)]._wl_skyuiconfigpanelscript.SwitchToProfile() - "_wl_skyuiconfigpanelscript.psc" Line 1812
    [_WL_MCMConfigQuest (70010163)]._wl_skyuiconfigpanelscript.LoadProfileOnStartup() - "_wl_skyuiconfigpanelscript.psc" Line 1642
    [alias _WL_Player on quest _WL_CompatibilityQuest (70010162)]._wl_compatibility.OnPlayerLoadGame() - "_wl_compatibility.psc" Line 46
[03/17/2020 - 08:27:44AM] Error: File "Chesko_WearableLantern.esp" does not exist or is not currently loaded.
stack:
    <unknown self>.Game.GetFormFromFile() - "<native>" Line ?
    [_WL_MCMConfigQuest (70010163)]._wl_skyuiconfigpanelscript.SetLanternSlot() - "_wl_skyuiconfigpanelscript.psc" Line 1561
    [_WL_MCMConfigQuest (70010163)]._wl_skyuiconfigpanelscript.SwitchToProfile() - "_wl_skyuiconfigpanelscript.psc" Line 1812
    [_WL_MCMConfigQuest (70010163)]._wl_skyuiconfigpanelscript.LoadProfileOnStartup() - "_wl_skyuiconfigpanelscript.psc" Line 1642
    [alias _WL_Player on quest _WL_CompatibilityQuest (70010162)]._wl_compatibility.OnPlayerLoadGame() - "_wl_compatibility.psc" Line 46
[03/17/2020 - 08:27:44AM] Error: File "Chesko_WearableLantern.esp" does not exist or is not currently loaded.
stack:
    <unknown self>.Game.GetFormFromFile() - "<native>" Line ?
    [_WL_MCMConfigQuest (70010163)]._wl_skyuiconfigpanelscript.SetLanternSlot() - "_wl_skyuiconfigpanelscript.psc" Line 1564
    [_WL_MCMConfigQuest (70010163)]._wl_skyuiconfigpanelscript.SwitchToProfile() - "_wl_skyuiconfigpanelscript.psc" Line 1812
    [_WL_MCMConfigQuest (70010163)]._wl_skyuiconfigpanelscript.LoadProfileOnStartup() - "_wl_skyuiconfigpanelscript.psc" Line 1642
    [alias _WL_Player on quest _WL_CompatibilityQuest (70010162)]._wl_compatibility.OnPlayerLoadGame() - "_wl_compatibility.psc" Line 46
[03/17/2020 - 08:27:44AM] Error: File "Chesko_WearableLantern.esp" does not exist or is not currently loaded.
stack:
    <unknown self>.Game.GetFormFromFile() - "<native>" Line ?
    [_WL_MCMConfigQuest (70010163)]._wl_skyuiconfigpanelscript.SetLanternSlot() - "_wl_skyuiconfigpanelscript.psc" Line 1567
    [_WL_MCMConfigQuest (70010163)]._wl_skyuiconfigpanelscript.SwitchToProfile() - "_wl_skyuiconfigpanelscript.psc" Line 1812
    [_WL_MCMConfigQuest (70010163)]._wl_skyuiconfigpanelscript.LoadProfileOnStartup() - "_wl_skyuiconfigpanelscript.psc" Line 1642
    [alias _WL_Player on quest _WL_CompatibilityQuest (70010162)]._wl_compatibility.OnPlayerLoadGame() - "_wl_compatibility.psc" Line 46
[03/17/2020 - 08:27:44AM] Error: File "Chesko_WearableLantern.esp" does not exist or is not currently loaded.
stack:
    <unknown self>.Game.GetFormFromFile() - "<native>" Line ?
    [_WL_MCMConfigQuest (70010163)]._wl_skyuiconfigpanelscript.SetLanternSlot() - "_wl_skyuiconfigpanelscript.psc" Line 1570
    [_WL_MCMConfigQuest (70010163)]._wl_skyuiconfigpanelscript.SwitchToProfile() - "_wl_skyuiconfigpanelscript.psc" Line 1812
    [_WL_MCMConfigQuest (70010163)]._wl_skyuiconfigpanelscript.LoadProfileOnStartup() - "_wl_skyuiconfigpanelscript.psc" Line 1642
    [alias _WL_Player on quest _WL_CompatibilityQuest (70010162)]._wl_compatibility.OnPlayerLoadGame() - "_wl_compatibility.psc" Line 46
[03/17/2020 - 08:27:44AM] Error: Cannot call SetSlotMask() on a None object, aborting function call
stack:
    [_WL_MCMConfigQuest (70010163)]._wl_skyuiconfigpanelscript.SetLanternSlot() - "_wl_skyuiconfigpanelscript.psc" Line 1573
    [_WL_MCMConfigQuest (70010163)]._wl_skyuiconfigpanelscript.SwitchToProfile() - "_wl_skyuiconfigpanelscript.psc" Line 1812
    [_WL_MCMConfigQuest (70010163)]._wl_skyuiconfigpanelscript.LoadProfileOnStartup() - "_wl_skyuiconfigpanelscript.psc" Line 1642
    [alias _WL_Player on quest _WL_CompatibilityQuest (70010162)]._wl_compatibility.OnPlayerLoadGame() - "_wl_compatibility.psc" Line 46
[03/17/2020 - 08:27:44AM] Error: Cannot call SetSlotMask() on a None object, aborting function call
stack:
    [_WL_MCMConfigQuest (70010163)]._wl_skyuiconfigpanelscript.SetLanternSlot() - "_wl_skyuiconfigpanelscript.psc" Line 1574
    [_WL_MCMConfigQuest (70010163)]._wl_skyuiconfigpanelscript.SwitchToProfile() - "_wl_skyuiconfigpanelscript.psc" Line 1812
    [_WL_MCMConfigQuest (70010163)]._wl_skyuiconfigpanelscript.LoadProfileOnStartup() - "_wl_skyuiconfigpanelscript.psc" Line 1642
    [alias _WL_Player on quest _WL_CompatibilityQuest (70010162)]._wl_compatibility.OnPlayerLoadGame() - "_wl_compatibility.psc" Line 46
[03/17/2020 - 08:27:44AM] Error: Cannot call SetSlotMask() on a None object, aborting function call
stack:
    [_WL_MCMConfigQuest (70010163)]._wl_skyuiconfigpanelscript.SetLanternSlot() - "_wl_skyuiconfigpanelscript.psc" Line 1575
    [_WL_MCMConfigQuest (70010163)]._wl_skyuiconfigpanelscript.SwitchToProfile() - "_wl_skyuiconfigpanelscript.psc" Line 1812
    [_WL_MCMConfigQuest (70010163)]._wl_skyuiconfigpanelscript.LoadProfileOnStartup() - "_wl_skyuiconfigpanelscript.psc" Line 1642
    [alias _WL_Player on quest _WL_CompatibilityQuest (70010162)]._wl_compatibility.OnPlayerLoadGame() - "_wl_compatibility.psc" Line 46
[03/17/2020 - 08:27:44AM] Error: Cannot call SetSlotMask() on a None object, aborting function call
stack:
    [_WL_MCMConfigQuest (70010163)]._wl_skyuiconfigpanelscript.SetLanternSlot() - "_wl_skyuiconfigpanelscript.psc" Line 1576
    [_WL_MCMConfigQuest (70010163)]._wl_skyuiconfigpanelscript.SwitchToProfile() - "_wl_skyuiconfigpanelscript.psc" Line 1812
    [_WL_MCMConfigQuest (70010163)]._wl_skyuiconfigpanelscript.LoadProfileOnStartup() - "_wl_skyuiconfigpanelscript.psc" Line 1642
    [alias _WL_Player on quest _WL_CompatibilityQuest (70010162)]._wl_compatibility.OnPlayerLoadGame() - "_wl_compatibility.psc" Line 46
[03/17/2020 - 08:27:44AM] Error: Cannot call SetSlotMask() on a None object, aborting function call
stack:
    [_WL_MCMConfigQuest (70010163)]._wl_skyuiconfigpanelscript.SetLanternSlot() - "_wl_skyuiconfigpanelscript.psc" Line 1577
    [_WL_MCMConfigQuest (70010163)]._wl_skyuiconfigpanelscript.SwitchToProfile() - "_wl_skyuiconfigpanelscript.psc" Line 1812
    [_WL_MCMConfigQuest (70010163)]._wl_skyuiconfigpanelscript.LoadProfileOnStartup() - "_wl_skyuiconfigpanelscript.psc" Line 1642
    [alias _WL_Player on quest _WL_CompatibilityQuest (70010162)]._wl_compatibility.OnPlayerLoadGame() - "_wl_compatibility.psc" Line 46
[03/17/2020 - 08:27:44AM] Error: Cannot call SetSlotMask() on a None object, aborting function call
stack:
    [_WL_MCMConfigQuest (70010163)]._wl_skyuiconfigpanelscript.SetLanternSlot() - "_wl_skyuiconfigpanelscript.psc" Line 1578
    [_WL_MCMConfigQuest (70010163)]._wl_skyuiconfigpanelscript.SwitchToProfile() - "_wl_skyuiconfigpanelscript.psc" Line 1812
    [_WL_MCMConfigQuest (70010163)]._wl_skyuiconfigpanelscript.LoadProfileOnStartup() - "_wl_skyuiconfigpanelscript.psc" Line 1642
    [alias _WL_Player on quest _WL_CompatibilityQuest (70010162)]._wl_compatibility.OnPlayerLoadGame() - "_wl_compatibility.psc" Line 46
[03/17/2020 - 08:27:44AM] Error: Cannot call SetSlotMask() on a None object, aborting function call
stack:
    [_WL_MCMConfigQuest (70010163)]._wl_skyuiconfigpanelscript.SetLanternSlot() - "_wl_skyuiconfigpanelscript.psc" Line 1579
    [_WL_MCMConfigQuest (70010163)]._wl_skyuiconfigpanelscript.SwitchToProfile() - "_wl_skyuiconfigpanelscript.psc" Line 1812
    [_WL_MCMConfigQuest (70010163)]._wl_skyuiconfigpanelscript.LoadProfileOnStartup() - "_wl_skyuiconfigpanelscript.psc" Line 1642
    [alias _WL_Player on quest _WL_CompatibilityQuest (70010162)]._wl_compatibility.OnPlayerLoadGame() - "_wl_compatibility.psc" Line 46
[03/17/2020 - 08:27:44AM] Error: Cannot call SetSlotMask() on a None object, aborting function call
stack:
    [_WL_MCMConfigQuest (70010163)]._wl_skyuiconfigpanelscript.SetLanternSlot() - "_wl_skyuiconfigpanelscript.psc" Line 1580
    [_WL_MCMConfigQuest (70010163)]._wl_skyuiconfigpanelscript.SwitchToProfile() - "_wl_skyuiconfigpanelscript.psc" Line 1812
    [_WL_MCMConfigQuest (70010163)]._wl_skyuiconfigpanelscript.LoadProfileOnStartup() - "_wl_skyuiconfigpanelscript.psc" Line 1642
    [alias _WL_Player on quest _WL_CompatibilityQuest (70010162)]._wl_compatibility.OnPlayerLoadGame() - "_wl_compatibility.psc" Line 46
[03/17/2020 - 08:27:44AM] Error: Cannot call SetSlotMask() on a None object, aborting function call
stack:
    [_WL_MCMConfigQuest (70010163)]._wl_skyuiconfigpanelscript.SetLanternSlot() - "_wl_skyuiconfigpanelscript.psc" Line 1581
    [_WL_MCMConfigQuest (70010163)]._wl_skyuiconfigpanelscript.SwitchToProfile() - "_wl_skyuiconfigpanelscript.psc" Line 1812
    [_WL_MCMConfigQuest (70010163)]._wl_skyuiconfigpanelscript.LoadProfileOnStartup() - "_wl_skyuiconfigpanelscript.psc" Line 1642
    [alias _WL_Player on quest _WL_CompatibilityQuest (70010162)]._wl_compatibility.OnPlayerLoadGame() - "_wl_compatibility.psc" Line 46
[03/17/2020 - 08:27:44AM] Error: Cannot call SetSlotMask() on a None object, aborting function call
stack:
    [_WL_MCMConfigQuest (70010163)]._wl_skyuiconfigpanelscript.SetLanternSlot() - "_wl_skyuiconfigpanelscript.psc" Line 1582
    [_WL_MCMConfigQuest (70010163)]._wl_skyuiconfigpanelscript.SwitchToProfile() - "_wl_skyuiconfigpanelscript.psc" Line 1812
    [_WL_MCMConfigQuest (70010163)]._wl_skyuiconfigpanelscript.LoadProfileOnStartup() - "_wl_skyuiconfigpanelscript.psc" Line 1642
    [alias _WL_Player on quest _WL_CompatibilityQuest (70010162)]._wl_compatibility.OnPlayerLoadGame() - "_wl_compatibility.psc" Line 46
[03/17/2020 - 08:27:44AM] FWTextContents::LoadContent()
[03/17/2020 - 08:27:44AM] FWTextContents::LoadContent() - English
[03/17/2020 - 08:27:44AM] FWTextContents::LoadContent() - Content loaded
[03/17/2020 - 08:27:44AM] FWTextContents::LoadContent() - TextContent Size = 36245
[03/17/2020 - 08:27:44AM] FWTextContents::LoadContent() - Load in variable content
[03/17/2020 - 08:27:44AM] FWTextContents::LoadContent() Loading Done
[03/17/2020 - 08:27:44AM] [Campfire]======================================================================================================
[03/17/2020 - 08:27:44AM] [Campfire]                            Campfire compatibility check complete.                                      
[03/17/2020 - 08:27:44AM] [Campfire]======================================================================================================
[03/17/2020 - 08:27:44AM] [SUM].:Info:.RegisterEvents():-> Events ready!
[03/17/2020 - 08:27: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  (000198AD)].fwabilitybeeingfemale.RegisterForSingleUpdate() - "<native>" Line ?
    [Active effect 7 on  (000198AD)].fwabilitybeeingfemale.OnUpdate() - "FWAbilityBeeingFemale.psc" Line 165
[03/17/2020 - 08:27: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  (00019E03)].fwabilitybeeingfemale.RegisterForSingleUpdate() - "<native>" Line ?
    [Active effect 7 on  (00019E03)].fwabilitybeeingfemale.OnUpdate() - "FWAbilityBeeingFemale.psc" Line 165
[03/17/2020 - 08:27:44AM] Error: Unable to call RegisterForSingleUpdate - no native object bound to the script object, or object is of incorrect type
stack:
    [Active effect 9 on  (00019E03)].fwabilitybeeingfemale.RegisterForSingleUpdate() - "<native>" Line ?
    [Active effect 9 on  (00019E03)].fwabilitybeeingfemale.OnUpdate() - "FWAbilityBeeingFemale.psc" Line 165
[03/17/2020 - 08:27:44AM] Error: Unable to call RegisterForSingleUpdate - no native object bound to the script object, or object is of incorrect type
stack:
    [Active effect 9 on  (4C98024F)].fwabilitybeeingfemale.RegisterForSingleUpdate() - "<native>" Line ?
    [Active effect 9 on  (4C98024F)].fwabilitybeeingfemale.OnUpdate() - "FWAbilityBeeingFemale.psc" Line 165
[03/17/2020 - 08:27:44AM] InitWidgetLoader()
[03/17/2020 - 08:27:44AM] SpousesEnhanced outfit drawer validation complete...
[03/17/2020 - 08:27:44AM] *****************************************************************************
[03/17/2020 - 08:27:44AM] Spouses Enhanced compat check DONE.
[03/17/2020 - 08:27:44AM] *****************************************************************************
[03/17/2020 - 08:27:44AM] Error: Unable to call RegisterForAnimationEvent - no native object bound to the script object, or object is of incorrect type
stack:
    [None].footprintsFootstepsScriptHuman.RegisterForAnimationEvent() - "<native>" Line ?
    [None].footprintsFootstepsScriptHuman.OnEffectStart() - "footprintsFootstepsScriptHuman.psc" Line 50
[03/17/2020 - 08:27:44AM] warning: Assigning None to a non-object variable named "::temp3"
stack:
    [None].footprintsFootstepsScriptHuman.OnEffectStart() - "footprintsFootstepsScriptHuman.psc" Line 50
[03/17/2020 - 08:27:44AM] [skyBirds]Completed patching "Birds of Skyrim".
[03/17/2020 - 08:27:44AM] [skyBirds]Checking if "Dawnguard" is loaded...
[03/17/2020 - 08:27:44AM] [skyBirds]"Dawnguard" was detected.
[03/17/2020 - 08:27:44AM] [skyBirds]Checking if "HearthFires" is loaded...
[03/17/2020 - 08:27:44AM] [skyBirds]"HearthFires" was detected.
[03/17/2020 - 08:27:44AM] [skyBirds]Checking if "Dragonborn" is loaded...
[03/17/2020 - 08:27:44AM] [skyBirds]"Dragonborn" was detected.
[03/17/2020 - 08:27:44AM] [skyBirds]Loading Dawnguard factions.
[03/17/2020 - 08:27:45AM] Error: Unable to call RegisterForSingleUpdate - no native object bound to the script object, or object is of incorrect type
stack:
    [Active effect 9 on  (0004E0B3)].fwabilitybeeingfemale.RegisterForSingleUpdate() - "<native>" Line ?
    [Active effect 9 on  (0004E0B3)].fwabilitybeeingfemale.OnUpdate() - "FWAbilityBeeingFemale.psc" Line 165
[03/17/2020 - 08:27:45AM] 
[03/17/2020 - 08:27:45AM] =====Wet and Cold is finished refreshing itself and searching for addons!=====
[03/17/2020 - 08:27:45AM] 
[03/17/2020 - 08:27:45AM] Error: Unable to call RegisterForSingleUpdate - no native object bound to the script object, or object is of incorrect type
stack:
    [Active effect 6 on  (4C94029D)].fwabilitybeeingfemale.RegisterForSingleUpdate() - "<native>" Line ?
    [Active effect 6 on  (4C94029D)].fwabilitybeeingfemale.OnUpdate() - "FWAbilityBeeingFemale.psc" Line 165
[03/17/2020 - 08:27:45AM] Widget [_frost_meter <_Frost_ExposureMeterQuest (8705CDFD)>] was reset.
[03/17/2020 - 08:27:45AM] Widget [_frost_meter <_Frost_WetnessMeterQuest (8705CDFF)>] was reset.
[03/17/2020 - 08:27:45AM] Widget [_frost_meter <_Frost_WeathersenseMeterQuest (87068BEE)>] was reset.
[03/17/2020 - 08:27:45AM] [SUM].:Info:.Config.SetUpMCM():-> Ready!
[03/17/2020 - 08:27:45AM] daymoyl -  SKI_MeterWidget OnWidgetReset()
[03/17/2020 - 08:27:45AM] daymoyl -  SKI_MeterWidget OnWidgetReset()
[03/17/2020 - 08:27:45AM] FNIS aa GetAAprefixList mod: XPMSE nMods: 1
[03/17/2020 - 08:27:45AM] FNIS aa GetAAsetList mod: XPMSE nSets: 16
[03/17/2020 - 08:27:45AM] FNIS aa GetAAsetList mod: XPMSE nSets: 16
[03/17/2020 - 08:27:45AM] FNIS aa GetAAsetList mod: XPMSE nSets: 16
[03/17/2020 - 08:27:45AM] FNIS aa GetAAsetList mod: XPMSE nSets: 16
[03/17/2020 - 08:27:45AM] FNIS aa GetAAsetList mod: XPMSE nSets: 16
[03/17/2020 - 08:27:45AM] FNIS aa GetAAsetList mod: XPMSE nSets: 16
[03/17/2020 - 08:27:45AM] FNIS aa GetAAsetList mod: XPMSE nSets: 16
[03/17/2020 - 08:27:45AM] FNIS aa GetAAsetList mod: XPMSE nSets: 16
[03/17/2020 - 08:27:45AM] FNIS aa GetAAsetList mod: XPMSE nSets: 16
[03/17/2020 - 08:27:45AM] FNIS aa GetAAsetList mod: XPMSE nSets: 16
[03/17/2020 - 08:27:45AM] FNIS aa GetAAsetList mod: XPMSE nSets: 16
[03/17/2020 - 08:27:45AM] FNIS aa GetAAsetList mod: XPMSE nSets: 16
[03/17/2020 - 08:27:45AM] FNIS aa GetAAsetList mod: XPMSE nSets: 16
[03/17/2020 - 08:27:45AM] FNIS aa GetAAsetList mod: XPMSE nSets: 16
[03/17/2020 - 08:27:45AM] FNIS aa GetAAsetList mod: XPMSE nSets: 16
[03/17/2020 - 08:27:45AM] FNIS aa GetAAsetList mod: XPMSE nSets: 16
[03/17/2020 - 08:27:45AM] daymoyl - Registering custom quest events
[03/17/2020 - 08:27:45AM] daymoyl -  SKI_MeterWidget OnWidgetReset()
[03/17/2020 - 08:27:45AM] daymoyl -  SKI_MeterWidget OnWidgetReset()
[03/17/2020 - 08:27:45AM] Error: Unable to call RegisterForSingleUpdate - no native object bound to the script object, or object is of incorrect type
stack:
    [Active effect 9 on  (4A11D461)].fwabilitybeeingfemale.RegisterForSingleUpdate() - "<native>" Line ?
    [Active effect 9 on  (4A11D461)].fwabilitybeeingfemale.OnUpdate() - "FWAbilityBeeingFemale.psc" Line 165
[03/17/2020 - 08:27:45AM] Error: Unable to call RegisterForSingleUpdate - no native object bound to the script object, or object is of incorrect type
stack:
    [Active effect 8 on  (0001C1B6)].fwabilitybeeingfemale.RegisterForSingleUpdate() - "<native>" Line ?
    [Active effect 8 on  (0001C1B6)].fwabilitybeeingfemale.OnUpdate() - "FWAbilityBeeingFemale.psc" Line 165
[03/17/2020 - 08:27:45AM] Error: Unable to call RegisterForSingleUpdate - no native object bound to the script object, or object is of incorrect type
stack:
    [Active effect 7 on  (000198EA)].fwabilitybeeingfemale.RegisterForSingleUpdate() - "<native>" Line ?
    [Active effect 7 on  (000198EA)].fwabilitybeeingfemale.OnUpdate() - "FWAbilityBeeingFemale.psc" Line 165
[03/17/2020 - 08:27:45AM] Error: Unable to call RegisterForSingleUpdate - no native object bound to the script object, or object is of incorrect type
stack:
    [Active effect 3 on  (00019823)].fwabilitybeeingfemale.RegisterForSingleUpdate() - "<native>" Line ?
    [Active effect 3 on  (00019823)].fwabilitybeeingfemale.OnUpdate() - "FWAbilityBeeingFemale.psc" Line 165
[03/17/2020 - 08:27:45AM] Error: Unable to call RegisterForSingleUpdate - no native object bound to the script object, or object is of incorrect type
stack:
    [Active effect 8 on  (68008068)].fwabilitybeeingfemale.RegisterForSingleUpdate() - "<native>" Line ?
    [Active effect 8 on  (68008068)].fwabilitybeeingfemale.OnUpdate() - "FWAbilityBeeingFemale.psc" Line 165
[03/17/2020 - 08:27:45AM] Error: Unable to call RegisterForSingleUpdate - no native object bound to the script object, or object is of incorrect type
stack:
    [Active effect 7 on  (00019A29)].fwabilitybeeingfemale.RegisterForSingleUpdate() - "<native>" Line ?
    [Active effect 7 on  (00019A29)].fwabilitybeeingfemale.OnUpdate() - "FWAbilityBeeingFemale.psc" Line 165
[03/17/2020 - 08:27:45AM] Error: Unable to call RegisterForSingleUpdate - no native object bound to the script object, or object is of incorrect type
stack:
    [Active effect 7 on  (4A0B50A3)].fwabilitybeeingfemale.RegisterForSingleUpdate() - "<native>" Line ?
    [Active effect 7 on  (4A0B50A3)].fwabilitybeeingfemale.OnUpdate() - "FWAbilityBeeingFemale.psc" Line 165
[03/17/2020 - 08:27:45AM] Error: Unable to call RegisterForSingleUpdate - no native object bound to the script object, or object is of incorrect type
stack:
    [Active effect 8 on  (00019DD6)].fwabilitybeeingfemale.RegisterForSingleUpdate() - "<native>" Line ?
    [Active effect 8 on  (00019DD6)].fwabilitybeeingfemale.OnUpdate() - "FWAbilityBeeingFemale.psc" Line 165
[03/17/2020 - 08:27:45AM] Error: Unable to call RegisterForSingleUpdate - no native object bound to the script object, or object is of incorrect type
stack:
    [Active effect 8 on  (4C9402C8)].fwabilitybeeingfemale.RegisterForSingleUpdate() - "<native>" Line ?
    [Active effect 8 on  (4C9402C8)].fwabilitybeeingfemale.OnUpdate() - "FWAbilityBeeingFemale.psc" Line 165
[03/17/2020 - 08:27:45AM] Error: Unable to call RegisterForSingleUpdate - no native object bound to the script object, or object is of incorrect type
stack:
    [Active effect 7 on  (0001A6D2)].fwabilitybeeingfemale.RegisterForSingleUpdate() - "<native>" Line ?
    [Active effect 7 on  (0001A6D2)].fwabilitybeeingfemale.OnUpdate() - "FWAbilityBeeingFemale.psc" Line 165
[03/17/2020 - 08:27:45AM] Error: Unable to call RegisterForSingleUpdate - no native object bound to the script object, or object is of incorrect type
stack:
    [Active effect 9 on  (4C97061A)].fwabilitybeeingfemale.RegisterForSingleUpdate() - "<native>" Line ?
    [Active effect 9 on  (4C97061A)].fwabilitybeeingfemale.OnUpdate() - "FWAbilityBeeingFemale.psc" Line 165
[03/17/2020 - 08:27:45AM] Error: Unable to call RegisterForSingleUpdate - no native object bound to the script object, or object is of incorrect type
stack:
    [Active effect 7 on  (68008068)].fwabilitybeeingfemale.RegisterForSingleUpdate() - "<native>" Line ?
    [Active effect 7 on  (68008068)].fwabilitybeeingfemale.OnUpdate() - "FWAbilityBeeingFemale.psc" Line 165
[03/17/2020 - 08:27:45AM] Error: Unable to call RegisterForSingleUpdate - no native object bound to the script object, or object is of incorrect type
stack:
    [Active effect 7 on  (4A0737B5)].fwabilitybeeingfemale.RegisterForSingleUpdate() - "<native>" Line ?
    [Active effect 7 on  (4A0737B5)].fwabilitybeeingfemale.OnUpdate() - "FWAbilityBeeingFemale.psc" Line 165
[03/17/2020 - 08:27:45AM] [Pop].:Info:.xpoPatchRegEvents():-> Registering events...
[03/17/2020 - 08:27:46AM] [sic_configmenuscript <SIC_ConfigMenuQuest (4F0C4C3A)>]: Loaded user settings. 
[03/17/2020 - 08:27:46AM] [Frostfall] Integrity check complete. Removed 0 invalid forms from worn gear lists.
[03/17/2020 - 08:27:46AM] [Frostfall] Detected Campfire version 11100.000000 (expected 11100 or newer, success!)
[03/17/2020 - 08:27:46AM] [Frostfall] Loaded: SkyUI.esp
[03/17/2020 - 08:27:46AM] [Frostfall] Detected optional SkyUI Interface Package version 6 and SkyUI version 1026, success!
[03/17/2020 - 08:27:46AM] [Frostfall] Loaded: Dawnguard.esm
[03/17/2020 - 08:27:46AM] [Frostfall] Loaded: Dragonborn.esm
[03/17/2020 - 08:27:46AM] [Frostfall] Loaded: HearthFires.esm
[03/17/2020 - 08:27:46AM] [Frostfall] Loaded: ClimatesOfTamriel.esm
[03/17/2020 - 08:27:46AM] [Frostfall] Loaded: WetandCold.esp
[03/17/2020 - 08:27:46AM] [Frostfall]======================================================================================================
[03/17/2020 - 08:27:46AM] [Frostfall]                      Frostfall start-up and compatibility checks complete.                           
[03/17/2020 - 08:27:46AM] [Frostfall]======================================================================================================
[03/17/2020 - 08:27:46AM] Error: Cannot cast from None to ski_widgetbase[]
stack:
    [iHUDControlQuest (2C000805)].ihudwidgetscript.initialize() - "iHUDWidgetScript.psc" Line 38
    [iHUDControlQuest (2C000805)].ihudcontrolscript.startUp() - "iHUDControlScript.psc" Line 93
    [iHUDMaintainanceQuest (2C002853)].iHUDMaintainanceScript.startUp() - "iHUDMaintainanceScript.psc" Line 20
    [alias PlayerAlias on quest iHUDMaintainanceQuest (2C002853)].iHUDLoadScript.OnPlayerLoadGame() - "iHUDLoadScript.psc" Line 11
[03/17/2020 - 08:27:46AM] [skyBirds]Loading HearthFires factions.
[03/17/2020 - 08:27:47AM] [skyBirds]Loading Dragonborn factions.
[03/17/2020 - 08:27:49AM] [Pop].:Info:.xpoPatchRegEvents():-> POP version No. 4.31.
[03/17/2020 - 08:27:49AM] [Pop].:Debug:.xpopGotMod():-> xpopCheckForMods() -> Captured Dreams.esp - not found!
[03/17/2020 - 08:27:49AM] [Pop].:Debug:.xpopGotMod():-> xpopCheckForMods() -> sanguinesDebauchery.esp - not found!
[03/17/2020 - 08:27:49AM] [Pop].:Debug:.xpopGotMod():-> xpopCheckForMods() -> Deviously Cursed Loot.esp - not found!
[03/17/2020 - 08:27:49AM] [Pop].:Debug:.xpopGotMod():-> xpopCheckForMods() -> Devious Devices - Integration.esm - not found!
[03/17/2020 - 08:27:49AM] [Pop].:Debug:.xpopGotMod():-> xpopCheckForMods() -> Devious Devices - Expansion.esm - not found!
[03/17/2020 - 08:27:49AM] [Pop].:Debug:.xpopGotMod():-> xpopCheckForMods() -> SexlabSkoomaWhore.esp - not found!
[03/17/2020 - 08:27:49AM] [Pop].:Debug:.xpopGotMod():-> xpopCheckForMods() -> Devious Devices - Equip.esp - not found!
[03/17/2020 - 08:27:49AM] [Pop].:Debug:.xpopGotMod():-> xpopCheckForMods() -> SimpleSlavery.esp - not found!
[03/17/2020 - 08:27:50AM] Error: SLAdventures_DDiLoaderScript.Stop() being called on an invalid object, aborting function call
stack:
    [SLAdventures_DLCAndModComp (38006EDC)].sladventures_dlcandmodcompscript.OnUpdate() - "SLAdventures_DLCAndModCompScript.psc" Line 12
[03/17/2020 - 08:27:51AM] [Pop].:Info:.xpoPatchRegEvents():-> Events ready!
[03/17/2020 - 08:27:51AM] Error: Unable to call RegisterForSingleUpdate - no native object bound to the script object, or object is of incorrect type
stack:
    [Active effect 9 on  (0001AA61)].fwabilitybeeingfemale.RegisterForSingleUpdate() - "<native>" Line ?
    [Active effect 9 on  (0001AA61)].fwabilitybeeingfemale.OnUpdate() - "FWAbilityBeeingFemale.psc" Line 165
[03/17/2020 - 08:27:51AM] Error: Unable to call RegisterForSingleUpdate - no native object bound to the script object, or object is of incorrect type
stack:
    [Active effect 6 on  (4C9706F3)].fwabilitybeeingfemale.RegisterForSingleUpdate() - "<native>" Line ?
    [Active effect 6 on  (4C9706F3)].fwabilitybeeingfemale.OnUpdate() - "FWAbilityBeeingFemale.psc" Line 165
[03/17/2020 - 08:27:51AM] Error: Unable to call RegisterForSingleUpdate - no native object bound to the script object, or object is of incorrect type
stack:
    [Active effect 7 on  (00019DE5)].fwabilitybeeingfemale.RegisterForSingleUpdate() - "<native>" Line ?
    [Active effect 7 on  (00019DE5)].fwabilitybeeingfemale.OnUpdate() - "FWAbilityBeeingFemale.psc" Line 165
[03/17/2020 - 08:27:51AM] Error: Unable to call RegisterForSingleUpdate - no native object bound to the script object, or object is of incorrect type
stack:
    [Active effect 8 on  (7A00D738)].fwabilitybeeingfemale.RegisterForSingleUpdate() - "<native>" Line ?
    [Active effect 8 on  (7A00D738)].fwabilitybeeingfemale.OnUpdate() - "FWAbilityBeeingFemale.psc" Line 165
[03/17/2020 - 08:27:51AM] Error: Unable to call RegisterForSingleUpdate - no native object bound to the script object, or object is of incorrect type
stack:
    [Active effect 5 on  (00013489)].fwabilitybeeingfemale.RegisterForSingleUpdate() - "<native>" Line ?
    [Active effect 5 on  (00013489)].fwabilitybeeingfemale.OnUpdate() - "FWAbilityBeeingFemale.psc" Line 165
[03/17/2020 - 08:27:51AM] Error: Unable to call RegisterForSingleUpdate - no native object bound to the script object, or object is of incorrect type
stack:
    [Active effect 6 on  (4C947360)].fwabilitybeeingfemale.RegisterForSingleUpdate() - "<native>" Line ?
    [Active effect 6 on  (4C947360)].fwabilitybeeingfemale.OnUpdate() - "FWAbilityBeeingFemale.psc" Line 165
[03/17/2020 - 08:27:51AM] ~~~~~ Footprints: Running Maintenance ~~~~~
[03/17/2020 - 08:27:51AM] ~~~~~ Footprints VC: Checking if update is required. (Current Version: 1.000000) ~~~~~
[03/17/2020 - 08:27:51AM] ~~~~~ Footprints VC: SkyUI Installed ~~~~~
[03/17/2020 - 08:27:51AM] ~~~~~ Footprints: Switching to SKSE Footprints, SKSE Installed ~~~~~
[03/17/2020 - 08:27:52AM] Error: Unable to call RegisterForSingleUpdate - no native object bound to the script object, or object is of incorrect type
stack:
    [Active effect 9 on  (00019E14)].fwabilitybeeingfemale.RegisterForSingleUpdate() - "<native>" Line ?
    [Active effect 9 on  (00019E14)].fwabilitybeeingfemale.OnUpdate() - "FWAbilityBeeingFemale.psc" Line 165
[03/17/2020 - 08:27:52AM] Error: Unable to call RegisterForSingleUpdate - no native object bound to the script object, or object is of incorrect type
stack:
    [Active effect 7 on  (00019DF7)].fwabilitybeeingfemale.RegisterForSingleUpdate() - "<native>" Line ?
    [Active effect 7 on  (00019DF7)].fwabilitybeeingfemale.OnUpdate() - "FWAbilityBeeingFemale.psc" Line 165
[03/17/2020 - 08:27:53AM] Error: Unable to call RegisterForSingleUpdate - no native object bound to the script object, or object is of incorrect type
stack:
    [Active effect 7 on  (000198C9)].fwabilitybeeingfemale.RegisterForSingleUpdate() - "<native>" Line ?
    [Active effect 7 on  (000198C9)].fwabilitybeeingfemale.OnUpdate() - "FWAbilityBeeingFemale.psc" Line 165
[03/17/2020 - 08:27:53AM] Error: Unable to call RegisterForSingleUpdate - no native object bound to the script object, or object is of incorrect type
stack:
    [Active effect 5 on  (000198F7)].fwabilitybeeingfemale.RegisterForSingleUpdate() - "<native>" Line ?
    [Active effect 5 on  (000198F7)].fwabilitybeeingfemale.OnUpdate() - "FWAbilityBeeingFemale.psc" Line 165
[03/17/2020 - 08:27:53AM] Error: Unable to call RegisterForSingleUpdate - no native object bound to the script object, or object is of incorrect type
stack:
    [Active effect 9 on  (00044A8D)].fwabilitybeeingfemale.RegisterForSingleUpdate() - "<native>" Line ?
    [Active effect 9 on  (00044A8D)].fwabilitybeeingfemale.OnUpdate() - "FWAbilityBeeingFemale.psc" Line 165
[03/17/2020 - 08:27:53AM] Error: Unable to call RegisterForSingleUpdate - no native object bound to the script object, or object is of incorrect type
stack:
    [Active effect 8 on  (00019DF7)].fwabilitybeeingfemale.RegisterForSingleUpdate() - "<native>" Line ?
    [Active effect 8 on  (00019DF7)].fwabilitybeeingfemale.OnUpdate() - "FWAbilityBeeingFemale.psc" Line 165
[03/17/2020 - 08:27:53AM] Error: Unable to call RegisterForSingleUpdate - no native object bound to the script object, or object is of incorrect type
stack:
    [Active effect 8 on  (7A046DB2)].fwabilitybeeingfemale.RegisterForSingleUpdate() - "<native>" Line ?
    [Active effect 8 on  (7A046DB2)].fwabilitybeeingfemale.OnUpdate() - "FWAbilityBeeingFemale.psc" Line 165
[03/17/2020 - 08:27:53AM] Error: Unable to call RegisterForSingleUpdate - no native object bound to the script object, or object is of incorrect type
stack:
    [Active effect 7 on  (0001C1A8)].fwabilitybeeingfemale.RegisterForSingleUpdate() - "<native>" Line ?
    [Active effect 7 on  (0001C1A8)].fwabilitybeeingfemale.OnUpdate() - "FWAbilityBeeingFemale.psc" Line 165
[03/17/2020 - 08:27:53AM] Error: Unable to call RegisterForSingleUpdate - no native object bound to the script object, or object is of incorrect type
stack:
    [Active effect 7 on  (000198AC)].fwabilitybeeingfemale.RegisterForSingleUpdate() - "<native>" Line ?
    [Active effect 7 on  (000198AC)].fwabilitybeeingfemale.OnUpdate() - "FWAbilityBeeingFemale.psc" Line 165
[03/17/2020 - 08:27:53AM] XPMSE MainQuest Initialization successful.
[03/17/2020 - 08:27:54AM] RNPC: Periodic update check.
[03/17/2020 - 08:27:54AM] [_fwb_mcm <_fwb_mcm (0000502C)>]: Registered Sexlab Disparity at MCM.
[03/17/2020 - 08:27:54AM] Error: Unable to call RegisterForSingleUpdate - no native object bound to the script object, or object is of incorrect type
stack:
    [Active effect 9 on  (00019E03)].fwabilitybeeingfemale.RegisterForSingleUpdate() - "<native>" Line ?
    [Active effect 9 on  (00019E03)].fwabilitybeeingfemale.OnUpdate() - "FWAbilityBeeingFemale.psc" Line 165
[03/17/2020 - 08:27:54AM] Error: Unable to call RegisterForSingleUpdate - no native object bound to the script object, or object is of incorrect type
stack:
    [Active effect 7 on  (00019E03)].fwabilitybeeingfemale.RegisterForSingleUpdate() - "<native>" Line ?
    [Active effect 7 on  (00019E03)].fwabilitybeeingfemale.OnUpdate() - "FWAbilityBeeingFemale.psc" Line 165
[03/17/2020 - 08:27:54AM] Error: Unable to call RegisterForSingleUpdate - no native object bound to the script object, or object is of incorrect type
stack:
    [Active effect 7 on  (000198AD)].fwabilitybeeingfemale.RegisterForSingleUpdate() - "<native>" Line ?
    [Active effect 7 on  (000198AD)].fwabilitybeeingfemale.OnUpdate() - "FWAbilityBeeingFemale.psc" Line 165
[03/17/2020 - 08:27:54AM] Error: Unable to call RegisterForSingleUpdate - no native object bound to the script object, or object is of incorrect type
stack:
    [Active effect 9 on  (4C98024F)].fwabilitybeeingfemale.RegisterForSingleUpdate() - "<native>" Line ?
    [Active effect 9 on  (4C98024F)].fwabilitybeeingfemale.OnUpdate() - "FWAbilityBeeingFemale.psc" Line 165
[03/17/2020 - 08:27:54AM] [Pop].:Info:.Config.SetUpMCM():-> Ready!
[03/17/2020 - 08:27:54AM] Error: Unable to call RegisterForSingleUpdate - no native object bound to the script object, or object is of incorrect type
stack:
    [Active effect 9 on  (0004E0B3)].fwabilitybeeingfemale.RegisterForSingleUpdate() - "<native>" Line ?
    [Active effect 9 on  (0004E0B3)].fwabilitybeeingfemale.OnUpdate() - "FWAbilityBeeingFemale.psc" Line 165
[03/17/2020 - 08:27:54AM] Error: Unable to call RegisterForSingleUpdate - no native object bound to the script object, or object is of incorrect type
stack:
    [Active effect 6 on  (4C94029D)].fwabilitybeeingfemale.RegisterForSingleUpdate() - "<native>" Line ?
    [Active effect 6 on  (4C94029D)].fwabilitybeeingfemale.OnUpdate() - "FWAbilityBeeingFemale.psc" Line 165
[03/17/2020 - 08:27:55AM] Error: Unable to call RegisterForSingleUpdate - no native object bound to the script object, or object is of incorrect type
stack:
    [Active effect 7 on  (68008068)].fwabilitybeeingfemale.RegisterForSingleUpdate() - "<native>" Line ?
    [Active effect 7 on  (68008068)].fwabilitybeeingfemale.OnUpdate() - "FWAbilityBeeingFemale.psc" Line 165
[03/17/2020 - 08:27:55AM] Error: Unable to call RegisterForSingleUpdate - no native object bound to the script object, or object is of incorrect type
stack:
    [Active effect 9 on  (4A11D461)].fwabilitybeeingfemale.RegisterForSingleUpdate() - "<native>" Line ?
    [Active effect 9 on  (4A11D461)].fwabilitybeeingfemale.OnUpdate() - "FWAbilityBeeingFemale.psc" Line 165
[03/17/2020 - 08:27:55AM] Error: Unable to call RegisterForSingleUpdate - no native object bound to the script object, or object is of incorrect type
stack:
    [Active effect 8 on  (0001C1B6)].fwabilitybeeingfemale.RegisterForSingleUpdate() - "<native>" Line ?
    [Active effect 8 on  (0001C1B6)].fwabilitybeeingfemale.OnUpdate() - "FWAbilityBeeingFemale.psc" Line 165
[03/17/2020 - 08:27:55AM] Error: Unable to call RegisterForSingleUpdate - no native object bound to the script object, or object is of incorrect type
stack:
    [Active effect 7 on  (000198EA)].fwabilitybeeingfemale.RegisterForSingleUpdate() - "<native>" Line ?
    [Active effect 7 on  (000198EA)].fwabilitybeeingfemale.OnUpdate() - "FWAbilityBeeingFemale.psc" Line 165
[03/17/2020 - 08:27:55AM] Error: Unable to call RegisterForSingleUpdate - no native object bound to the script object, or object is of incorrect type
stack:
    [Active effect 9 on  (4C97061A)].fwabilitybeeingfemale.RegisterForSingleUpdate() - "<native>" Line ?
    [Active effect 9 on  (4C97061A)].fwabilitybeeingfemale.OnUpdate() - "FWAbilityBeeingFemale.psc" Line 165
[03/17/2020 - 08:27:55AM] Error: Unable to call RegisterForSingleUpdate - no native object bound to the script object, or object is of incorrect type
stack:
    [Active effect 7 on  (4A0737B5)].fwabilitybeeingfemale.RegisterForSingleUpdate() - "<native>" Line ?
    [Active effect 7 on  (4A0737B5)].fwabilitybeeingfemale.OnUpdate() - "FWAbilityBeeingFemale.psc" Line 165
[03/17/2020 - 08:27:55AM] Error: Unable to call RegisterForSingleUpdate - no native object bound to the script object, or object is of incorrect type
stack:
    [Active effect 8 on  (68008068)].fwabilitybeeingfemale.RegisterForSingleUpdate() - "<native>" Line ?
    [Active effect 8 on  (68008068)].fwabilitybeeingfemale.OnUpdate() - "FWAbilityBeeingFemale.psc" Line 165
[03/17/2020 - 08:27:55AM] Error: Unable to call RegisterForSingleUpdate - no native object bound to the script object, or object is of incorrect type
stack:
    [Active effect 3 on  (00019823)].fwabilitybeeingfemale.RegisterForSingleUpdate() - "<native>" Line ?
    [Active effect 3 on  (00019823)].fwabilitybeeingfemale.OnUpdate() - "FWAbilityBeeingFemale.psc" Line 165
[03/17/2020 - 08:27:55AM] Error: Unable to call RegisterForSingleUpdate - no native object bound to the script object, or object is of incorrect type
stack:
    [Active effect 7 on  (00019A29)].fwabilitybeeingfemale.RegisterForSingleUpdate() - "<native>" Line ?
    [Active effect 7 on  (00019A29)].fwabilitybeeingfemale.OnUpdate() - "FWAbilityBeeingFemale.psc" Line 165
[03/17/2020 - 08:27:55AM] Error: Unable to call RegisterForSingleUpdate - no native object bound to the script object, or object is of incorrect type
stack:
    [Active effect 7 on  (4A0B50A3)].fwabilitybeeingfemale.RegisterForSingleUpdate() - "<native>" Line ?
    [Active effect 7 on  (4A0B50A3)].fwabilitybeeingfemale.OnUpdate() - "FWAbilityBeeingFemale.psc" Line 165
[03/17/2020 - 08:27:55AM] Error: Unable to call RegisterForSingleUpdate - no native object bound to the script object, or object is of incorrect type
stack:
    [Active effect 8 on  (00019DD6)].fwabilitybeeingfemale.RegisterForSingleUpdate() - "<native>" Line ?
    [Active effect 8 on  (00019DD6)].fwabilitybeeingfemale.OnUpdate() - "FWAbilityBeeingFemale.psc" Line 165
[03/17/2020 - 08:27:55AM] Error: Unable to call RegisterForSingleUpdate - no native object bound to the script object, or object is of incorrect type
stack:
    [Active effect 8 on  (4C9402C8)].fwabilitybeeingfemale.RegisterForSingleUpdate() - "<native>" Line ?
    [Active effect 8 on  (4C9402C8)].fwabilitybeeingfemale.OnUpdate() - "FWAbilityBeeingFemale.psc" Line 165
[03/17/2020 - 08:27:55AM] Error: Unable to call RegisterForSingleUpdate - no native object bound to the script object, or object is of incorrect type
stack:
    [Active effect 7 on  (0001A6D2)].fwabilitybeeingfemale.RegisterForSingleUpdate() - "<native>" Line ?
    [Active effect 7 on  (0001A6D2)].fwabilitybeeingfemale.OnUpdate() - "FWAbilityBeeingFemale.psc" Line 165
[03/17/2020 - 08:27:56AM] Error: Unable to call RegisterForSingleUpdate - no native object bound to the script object, or object is of incorrect type
stack:
    [Active effect 9 on  (0001AA61)].fwabilitybeeingfemale.RegisterForSingleUpdate() - "<native>" Line ?
    [Active effect 9 on  (0001AA61)].fwabilitybeeingfemale.OnUpdate() - "FWAbilityBeeingFemale.psc" Line 165
[03/17/2020 - 08:27:56AM] Error: Unable to call RegisterForSingleUpdate - no native object bound to the script object, or object is of incorrect type
stack:
    [Active effect 6 on  (4C9706F3)].fwabilitybeeingfemale.RegisterForSingleUpdate() - "<native>" Line ?
    [Active effect 6 on  (4C9706F3)].fwabilitybeeingfemale.OnUpdate() - "FWAbilityBeeingFemale.psc" Line 165
[03/17/2020 - 08:27:56AM] Error: Unable to call RegisterForSingleUpdate - no native object bound to the script object, or object is of incorrect type
stack:
    [Active effect 7 on  (00019DE5)].fwabilitybeeingfemale.RegisterForSingleUpdate() - "<native>" Line ?
    [Active effect 7 on  (00019DE5)].fwabilitybeeingfemale.OnUpdate() - "FWAbilityBeeingFemale.psc" Line 165
[03/17/2020 - 08:27:56AM] Error: Unable to call RegisterForSingleUpdate - no native object bound to the script object, or object is of incorrect type
stack:
    [Active effect 8 on  (7A00D738)].fwabilitybeeingfemale.RegisterForSingleUpdate() - "<native>" Line ?
    [Active effect 8 on  (7A00D738)].fwabilitybeeingfemale.OnUpdate() - "FWAbilityBeeingFemale.psc" Line 165
[03/17/2020 - 08:27:56AM] Error: Unable to call RegisterForSingleUpdate - no native object bound to the script object, or object is of incorrect type
stack:
    [Active effect 5 on  (00013489)].fwabilitybeeingfemale.RegisterForSingleUpdate() - "<native>" Line ?
    [Active effect 5 on  (00013489)].fwabilitybeeingfemale.OnUpdate() - "FWAbilityBeeingFemale.psc" Line 165
[03/17/2020 - 08:27:56AM] Error: Unable to call RegisterForSingleUpdate - no native object bound to the script object, or object is of incorrect type
stack:
    [Active effect 6 on  (4C947360)].fwabilitybeeingfemale.RegisterForSingleUpdate() - "<native>" Line ?
    [Active effect 6 on  (4C947360)].fwabilitybeeingfemale.OnUpdate() - "FWAbilityBeeingFemale.psc" Line 165
[03/17/2020 - 08:27:57AM] Error: Unable to call RegisterForSingleUpdate - no native object bound to the script object, or object is of incorrect type
stack:
    [Active effect 9 on  (00019E14)].fwabilitybeeingfemale.RegisterForSingleUpdate() - "<native>" Line ?
    [Active effect 9 on  (00019E14)].fwabilitybeeingfemale.OnUpdate() - "FWAbilityBeeingFemale.psc" Line 165
[03/17/2020 - 08:27:57AM] Error: Unable to call RegisterForSingleUpdate - no native object bound to the script object, or object is of incorrect type
stack:
    [Active effect 7 on  (00019DF7)].fwabilitybeeingfemale.RegisterForSingleUpdate() - "<native>" Line ?
    [Active effect 7 on  (00019DF7)].fwabilitybeeingfemale.OnUpdate() - "FWAbilityBeeingFemale.psc" Line 165
[03/17/2020 - 08:27:58AM] [slamainscr <sla_Main (09042D62)>]:Defered maintenance...
[03/17/2020 - 08:27:58AM] [slamainscr <sla_Main (09042D62)>]: Enabled Desire spell
[03/17/2020 - 08:27:58AM] [slamainscr <sla_Main (09042D62)>]: Updated notification key to 48
[03/17/2020 - 08:27:58AM] [slamainscr <sla_Main (09042D62)>]: finished maintenance
[03/17/2020 - 08:28:03AM] Error: Cannot call GetActorBase() on a None object, aborting function call
stack:
    <unknown self>._fw_utils.IsFemale() - "_fw_utils.psc" Line 390
    [_fwb_mcm (0000502C)]._fwb_mcm.OnPageReset() - "_fwb_mcm.psc" Line 869
    [_fwb_mcm (0000502C)]._fwb_mcm.SetPage() - "SKI_ConfigBase.psc" Line 865
    [_fwb_mcm (0000502C)]._fwb_mcm.OpenConfig() - "SKI_ConfigBase.psc" Line 832
    [SKI_ConfigManagerInstance (21000802)].SKI_ConfigManager.OnModSelect() - "SKI_ConfigManager.psc" Line 140
[03/17/2020 - 08:28:03AM] Error: Cannot call GetSex() on a None object, aborting function call
stack:
    <unknown self>._fw_utils.IsFemale() - "_fw_utils.psc" Line 390
    [_fwb_mcm (0000502C)]._fwb_mcm.OnPageReset() - "_fwb_mcm.psc" Line 869
    [_fwb_mcm (0000502C)]._fwb_mcm.SetPage() - "SKI_ConfigBase.psc" Line 865
    [_fwb_mcm (0000502C)]._fwb_mcm.OpenConfig() - "SKI_ConfigBase.psc" Line 832
    [SKI_ConfigManagerInstance (21000802)].SKI_ConfigManager.OnModSelect() - "SKI_ConfigManager.psc" Line 140
[03/17/2020 - 08:28:03AM] warning: Assigning None to a non-object variable named "::temp92"
stack:
    <unknown self>._fw_utils.IsFemale() - "_fw_utils.psc" Line 390
    [_fwb_mcm (0000502C)]._fwb_mcm.OnPageReset() - "_fwb_mcm.psc" Line 869
    [_fwb_mcm (0000502C)]._fwb_mcm.SetPage() - "SKI_ConfigBase.psc" Line 865
    [_fwb_mcm (0000502C)]._fwb_mcm.OpenConfig() - "SKI_ConfigBase.psc" Line 832
    [SKI_ConfigManagerInstance (21000802)].SKI_ConfigManager.OnModSelect() - "SKI_ConfigManager.psc" Line 140
[03/17/2020 - 08:28:06AM] Error: Cannot access an element of a None array
stack:
    [_fwb_mcm (0000502C)]._fwb_mcm.SetupWornSliders() - "_fwb_mcm.psc" Line 5396
    [_fwb_mcm (0000502C)]._fwb_mcm.RebuildConfiguration() - "_fwb_mcm.psc" Line 3742
    [_fwb_mcm (0000502C)]._fwb_mcm.OnConfigClose() - "_fwb_mcm.psc" Line 808
    [_fwb_mcm (0000502C)]._fwb_mcm.CloseConfig() - "SKI_ConfigBase.psc" Line 840
    [SKI_ConfigManagerInstance (21000802)].SKI_ConfigManager.OnMenuClose() - "SKI_ConfigManager.psc" Line 124
[03/17/2020 - 08:28:06AM] Error: Cannot access an element of a None array
stack:
    [_fwb_mcm (0000502C)]._fwb_mcm.SetupWornSliders() - "_fwb_mcm.psc" Line 5396
    [_fwb_mcm (0000502C)]._fwb_mcm.RebuildConfiguration() - "_fwb_mcm.psc" Line 3742
    [_fwb_mcm (0000502C)]._fwb_mcm.OnConfigClose() - "_fwb_mcm.psc" Line 808
    [_fwb_mcm (0000502C)]._fwb_mcm.CloseConfig() - "SKI_ConfigBase.psc" Line 840
    [SKI_ConfigManagerInstance (21000802)].SKI_ConfigManager.OnMenuClose() - "SKI_ConfigManager.psc" Line 124
[03/17/2020 - 08:28:06AM] Error: Cannot access an element of a None array
stack:
    [_fwb_mcm (0000502C)]._fwb_mcm.SetupWornSliders() - "_fwb_mcm.psc" Line 5396
    [_fwb_mcm (0000502C)]._fwb_mcm.RebuildConfiguration() - "_fwb_mcm.psc" Line 3742
    [_fwb_mcm (0000502C)]._fwb_mcm.OnConfigClose() - "_fwb_mcm.psc" Line 808
    [_fwb_mcm (0000502C)]._fwb_mcm.CloseConfig() - "SKI_ConfigBase.psc" Line 840
    [SKI_ConfigManagerInstance (21000802)].SKI_ConfigManager.OnMenuClose() - "SKI_ConfigManager.psc" Line 124
[03/17/2020 - 08:28:06AM] Error: Cannot access an element of a None array
stack:
    [_fwb_mcm (0000502C)]._fwb_mcm.SetupWornSliders() - "_fwb_mcm.psc" Line 5396
    [_fwb_mcm (0000502C)]._fwb_mcm.RebuildConfiguration() - "_fwb_mcm.psc" Line 3742
    [_fwb_mcm (0000502C)]._fwb_mcm.OnConfigClose() - "_fwb_mcm.psc" Line 808
    [_fwb_mcm (0000502C)]._fwb_mcm.CloseConfig() - "SKI_ConfigBase.psc" Line 840
    [SKI_ConfigManagerInstance (21000802)].SKI_ConfigManager.OnMenuClose() - "SKI_ConfigManager.psc" Line 124
[03/17/2020 - 08:28:06AM] Error: Unable to call RegisterForSingleUpdate - no native object bound to the script object, or object is of incorrect type
stack:
    [Active effect 5 on  (000198F7)].fwabilitybeeingfemale.RegisterForSingleUpdate() - "<native>" Line ?
    [Active effect 5 on  (000198F7)].fwabilitybeeingfemale.OnUpdate() - "FWAbilityBeeingFemale.psc" Line 165
[03/17/2020 - 08:28:06AM] Error: Unable to call RegisterForSingleUpdate - no native object bound to the script object, or object is of incorrect type
stack:
    [Active effect 7 on  (000198C9)].fwabilitybeeingfemale.RegisterForSingleUpdate() - "<native>" Line ?
    [Active effect 7 on  (000198C9)].fwabilitybeeingfemale.OnUpdate() - "FWAbilityBeeingFemale.psc" Line 165
[03/17/2020 - 08:28:06AM] Error: Unable to call RegisterForSingleUpdate - no native object bound to the script object, or object is of incorrect type
stack:
    [Active effect 9 on  (00044A8D)].fwabilitybeeingfemale.RegisterForSingleUpdate() - "<native>" Line ?
    [Active effect 9 on  (00044A8D)].fwabilitybeeingfemale.OnUpdate() - "FWAbilityBeeingFemale.psc" Line 165
[03/17/2020 - 08:28:06AM] Error: Unable to call RegisterForSingleUpdate - no native object bound to the script object, or object is of incorrect type
stack:
    [Active effect 7 on  (0001C1A8)].fwabilitybeeingfemale.RegisterForSingleUpdate() - "<native>" Line ?
    [Active effect 7 on  (0001C1A8)].fwabilitybeeingfemale.OnUpdate() - "FWAbilityBeeingFemale.psc" Line 165
[03/17/2020 - 08:28:06AM] Error: Unable to call RegisterForSingleUpdate - no native object bound to the script object, or object is of incorrect type
stack:
    [Active effect 7 on  (000198AC)].fwabilitybeeingfemale.RegisterForSingleUpdate() - "<native>" Line ?
    [Active effect 7 on  (000198AC)].fwabilitybeeingfemale.OnUpdate() - "FWAbilityBeeingFemale.psc" Line 165
[03/17/2020 - 08:28:06AM] Error: Unable to call RegisterForSingleUpdate - no native object bound to the script object, or object is of incorrect type
stack:
    [Active effect 8 on  (00019DF7)].fwabilitybeeingfemale.RegisterForSingleUpdate() - "<native>" Line ?
    [Active effect 8 on  (00019DF7)].fwabilitybeeingfemale.OnUpdate() - "FWAbilityBeeingFemale.psc" Line 165
[03/17/2020 - 08:28:06AM] Error: Unable to call RegisterForSingleUpdate - no native object bound to the script object, or object is of incorrect type
stack:
    [Active effect 8 on  (7A046DB2)].fwabilitybeeingfemale.RegisterForSingleUpdate() - "<native>" Line ?
    [Active effect 8 on  (7A046DB2)].fwabilitybeeingfemale.OnUpdate() - "FWAbilityBeeingFemale.psc" Line 165
[03/17/2020 - 08:28:06AM] Error: Unable to call RegisterForSingleUpdate - no native object bound to the script object, or object is of incorrect type
stack:
    [Active effect 7 on  (00019E03)].fwabilitybeeingfemale.RegisterForSingleUpdate() - "<native>" Line ?
    [Active effect 7 on  (00019E03)].fwabilitybeeingfemale.OnUpdate() - "FWAbilityBeeingFemale.psc" Line 165
[03/17/2020 - 08:28:06AM] Error: Unable to call RegisterForSingleUpdate - no native object bound to the script object, or object is of incorrect type
stack:
    [Active effect 7 on  (000198AD)].fwabilitybeeingfemale.RegisterForSingleUpdate() - "<native>" Line ?
    [Active effect 7 on  (000198AD)].fwabilitybeeingfemale.OnUpdate() - "FWAbilityBeeingFemale.psc" Line 165
[03/17/2020 - 08:28:06AM] Error: Unable to call RegisterForSingleUpdate - no native object bound to the script object, or object is of incorrect type
stack:
    [Active effect 9 on  (00019E03)].fwabilitybeeingfemale.RegisterForSingleUpdate() - "<native>" Line ?
    [Active effect 9 on  (00019E03)].fwabilitybeeingfemale.OnUpdate() - "FWAbilityBeeingFemale.psc" Line 165
[03/17/2020 - 08:28:06AM] Error: Unable to call RegisterForSingleUpdate - no native object bound to the script object, or object is of incorrect type
stack:
    [Active effect 9 on  (4C98024F)].fwabilitybeeingfemale.RegisterForSingleUpdate() - "<native>" Line ?
    [Active effect 9 on  (4C98024F)].fwabilitybeeingfemale.OnUpdate() - "FWAbilityBeeingFemale.psc" Line 165
[03/17/2020 - 08:28:07AM] Error: Unable to call RegisterForSingleUpdate - no native object bound to the script object, or object is of incorrect type
stack:
    [Active effect 9 on  (0004E0B3)].fwabilitybeeingfemale.RegisterForSingleUpdate() - "<native>" Line ?
    [Active effect 9 on  (0004E0B3)].fwabilitybeeingfemale.OnUpdate() - "FWAbilityBeeingFemale.psc" Line 165
[03/17/2020 - 08:28:07AM] Error: Unable to call RegisterForSingleUpdate - no native object bound to the script object, or object is of incorrect type
stack:
    [Active effect 6 on  (4C94029D)].fwabilitybeeingfemale.RegisterForSingleUpdate() - "<native>" Line ?
    [Active effect 6 on  (4C94029D)].fwabilitybeeingfemale.OnUpdate() - "FWAbilityBeeingFemale.psc" Line 165
[03/17/2020 - 08:28:08AM] Error: Unable to call RegisterForSingleUpdate - no native object bound to the script object, or object is of incorrect type
stack:
    [Active effect 7 on  (68008068)].fwabilitybeeingfemale.RegisterForSingleUpdate() - "<native>" Line ?
    [Active effect 7 on  (68008068)].fwabilitybeeingfemale.OnUpdate() - "FWAbilityBeeingFemale.psc" Line 165
[03/17/2020 - 08:28:08AM] Error: Unable to call RegisterForSingleUpdate - no native object bound to the script object, or object is of incorrect type
stack:
    [Active effect 9 on  (4A11D461)].fwabilitybeeingfemale.RegisterForSingleUpdate() - "<native>" Line ?
    [Active effect 9 on  (4A11D461)].fwabilitybeeingfemale.OnUpdate() - "FWAbilityBeeingFemale.psc" Line 165
[03/17/2020 - 08:28:08AM] Error: Unable to call RegisterForSingleUpdate - no native object bound to the script object, or object is of incorrect type
stack:
    [Active effect 8 on  (0001C1B6)].fwabilitybeeingfemale.RegisterForSingleUpdate() - "<native>" Line ?
    [Active effect 8 on  (0001C1B6)].fwabilitybeeingfemale.OnUpdate() - "FWAbilityBeeingFemale.psc" Line 165
[03/17/2020 - 08:28:08AM] Error: Unable to call RegisterForSingleUpdate - no native object bound to the script object, or object is of incorrect type
stack:
    [Active effect 7 on  (000198EA)].fwabilitybeeingfemale.RegisterForSingleUpdate() - "<native>" Line ?
    [Active effect 7 on  (000198EA)].fwabilitybeeingfemale.OnUpdate() - "FWAbilityBeeingFemale.psc" Line 165
[03/17/2020 - 08:28:08AM] Error: Unable to call RegisterForSingleUpdate - no native object bound to the script object, or object is of incorrect type
stack:
    [Active effect 9 on  (4C97061A)].fwabilitybeeingfemale.RegisterForSingleUpdate() - "<native>" Line ?
    [Active effect 9 on  (4C97061A)].fwabilitybeeingfemale.OnUpdate() - "FWAbilityBeeingFemale.psc" Line 165
[03/17/2020 - 08:28:08AM] Error: Unable to call RegisterForSingleUpdate - no native object bound to the script object, or object is of incorrect type
stack:
    [Active effect 7 on  (4A0737B5)].fwabilitybeeingfemale.RegisterForSingleUpdate() - "<native>" Line ?
    [Active effect 7 on  (4A0737B5)].fwabilitybeeingfemale.OnUpdate() - "FWAbilityBeeingFemale.psc" Line 165
[03/17/2020 - 08:28:08AM] Error: Unable to call RegisterForSingleUpdate - no native object bound to the script object, or object is of incorrect type
stack:
    [Active effect 3 on  (00019823)].fwabilitybeeingfemale.RegisterForSingleUpdate() - "<native>" Line ?
    [Active effect 3 on  (00019823)].fwabilitybeeingfemale.OnUpdate() - "FWAbilityBeeingFemale.psc" Line 165
[03/17/2020 - 08:28:08AM] Error: Unable to call RegisterForSingleUpdate - no native object bound to the script object, or object is of incorrect type
stack:
    [Active effect 8 on  (68008068)].fwabilitybeeingfemale.RegisterForSingleUpdate() - "<native>" Line ?
    [Active effect 8 on  (68008068)].fwabilitybeeingfemale.OnUpdate() - "FWAbilityBeeingFemale.psc" Line 165
[03/17/2020 - 08:28:08AM] Error: Unable to call RegisterForSingleUpdate - no native object bound to the script object, or object is of incorrect type
stack:
    [Active effect 7 on  (4A0B50A3)].fwabilitybeeingfemale.RegisterForSingleUpdate() - "<native>" Line ?
    [Active effect 7 on  (4A0B50A3)].fwabilitybeeingfemale.OnUpdate() - "FWAbilityBeeingFemale.psc" Line 165
[03/17/2020 - 08:28:08AM] Error: Unable to call RegisterForSingleUpdate - no native object bound to the script object, or object is of incorrect type
stack:
    [Active effect 7 on  (00019A29)].fwabilitybeeingfemale.RegisterForSingleUpdate() - "<native>" Line ?
    [Active effect 7 on  (00019A29)].fwabilitybeeingfemale.OnUpdate() - "FWAbilityBeeingFemale.psc" Line 165
[03/17/2020 - 08:28:08AM] Error: Unable to call RegisterForSingleUpdate - no native object bound to the script object, or object is of incorrect type
stack:
    [Active effect 8 on  (00019DD6)].fwabilitybeeingfemale.RegisterForSingleUpdate() - "<native>" Line ?
    [Active effect 8 on  (00019DD6)].fwabilitybeeingfemale.OnUpdate() - "FWAbilityBeeingFemale.psc" Line 165
[03/17/2020 - 08:28:08AM] Error: Unable to call RegisterForSingleUpdate - no native object bound to the script object, or object is of incorrect type
stack:
    [Active effect 8 on  (4C9402C8)].fwabilitybeeingfemale.RegisterForSingleUpdate() - "<native>" Line ?
    [Active effect 8 on  (4C9402C8)].fwabilitybeeingfemale.OnUpdate() - "FWAbilityBeeingFemale.psc" Line 165
[03/17/2020 - 08:28:08AM] Error: Unable to call RegisterForSingleUpdate - no native object bound to the script object, or object is of incorrect type
stack:
    [Active effect 7 on  (0001A6D2)].fwabilitybeeingfemale.RegisterForSingleUpdate() - "<native>" Line ?
    [Active effect 7 on  (0001A6D2)].fwabilitybeeingfemale.OnUpdate() - "FWAbilityBeeingFemale.psc" Line 165
[03/17/2020 - 08:28:21AM] Error: Cannot access an element of a None array
stack:
    [_fwb_mcm (0000502C)]._fwb_mcm.RequestSliderDialogData() - "SKI_ConfigBase.psc" Line 1019
    [SKI_ConfigManagerInstance (21000802)].SKI_ConfigManager.OnSliderSelect() - "SKI_ConfigManager.psc" Line 196
[03/17/2020 - 08:28:21AM] Error: Cannot access an element of a None array
stack:
    [_fwb_mcm (0000502C)]._fwb_mcm.RequestSliderDialogData() - "SKI_ConfigBase.psc" Line 1019
    [SKI_ConfigManagerInstance (21000802)].SKI_ConfigManager.OnSliderSelect() - "SKI_ConfigManager.psc" Line 196
[03/17/2020 - 08:28:21AM] Error: Cannot access an element of a None array
stack:
    [_fwb_mcm (0000502C)]._fwb_mcm.RequestSliderDialogData() - "SKI_ConfigBase.psc" Line 1019
    [SKI_ConfigManagerInstance (21000802)].SKI_ConfigManager.OnSliderSelect() - "SKI_ConfigManager.psc" Line 196
[03/17/2020 - 08:28:21AM] Error: Cannot access an element of a None array
stack:
    [_fwb_mcm (0000502C)]._fwb_mcm.RequestSliderDialogData() - "SKI_ConfigBase.psc" Line 1019
    [SKI_ConfigManagerInstance (21000802)].SKI_ConfigManager.OnSliderSelect() - "SKI_ConfigManager.psc" Line 196
[03/17/2020 - 08:28:21AM] Error: Cannot access an element of a None array
stack:
    [_fwb_mcm (0000502C)]._fwb_mcm.RequestSliderDialogData() - "SKI_ConfigBase.psc" Line 1019
    [SKI_ConfigManagerInstance (21000802)].SKI_ConfigManager.OnSliderSelect() - "SKI_ConfigManager.psc" Line 196
[03/17/2020 - 08:28:21AM] Error: Cannot access an element of a None array
stack:
    [_fwb_mcm (0000502C)]._fwb_mcm.SetSliderDialogStartValue() - "SKI_ConfigBase.psc" Line 689
    [_fwb_mcm (0000502C)]._fwb_mcm.HandleSliderOpen() - "_fwb_mcm.psc" Line 2677
    [_fwb_mcm (0000502C)]._fwb_mcm.OnOptionSliderOpen() - "_fwb_mcm.psc" Line 1854
    [_fwb_mcm (0000502C)]._fwb_mcm.RequestSliderDialogData() - "SKI_ConfigBase.psc" Line 1037
    [SKI_ConfigManagerInstance (21000802)].SKI_ConfigManager.OnSliderSelect() - "SKI_ConfigManager.psc" Line 196
[03/17/2020 - 08:28:21AM] Error: Cannot access an element of a None array
stack:
    [_fwb_mcm (0000502C)]._fwb_mcm.SetSliderDialogRange() - "SKI_ConfigBase.psc" Line 709
    [_fwb_mcm (0000502C)]._fwb_mcm.HandleSliderOpen() - "_fwb_mcm.psc" Line 2679
    [_fwb_mcm (0000502C)]._fwb_mcm.OnOptionSliderOpen() - "_fwb_mcm.psc" Line 1854
    [_fwb_mcm (0000502C)]._fwb_mcm.RequestSliderDialogData() - "SKI_ConfigBase.psc" Line 1037
    [SKI_ConfigManagerInstance (21000802)].SKI_ConfigManager.OnSliderSelect() - "SKI_ConfigManager.psc" Line 196
[03/17/2020 - 08:28:21AM] Error: Cannot access an element of a None array
stack:
    [_fwb_mcm (0000502C)]._fwb_mcm.SetSliderDialogRange() - "SKI_ConfigBase.psc" Line 709
    [_fwb_mcm (0000502C)]._fwb_mcm.HandleSliderOpen() - "_fwb_mcm.psc" Line 2679
    [_fwb_mcm (0000502C)]._fwb_mcm.OnOptionSliderOpen() - "_fwb_mcm.psc" Line 1854
    [_fwb_mcm (0000502C)]._fwb_mcm.RequestSliderDialogData() - "SKI_ConfigBase.psc" Line 1037
    [SKI_ConfigManagerInstance (21000802)].SKI_ConfigManager.OnSliderSelect() - "SKI_ConfigManager.psc" Line 196
[03/17/2020 - 08:28:21AM] Error: Cannot access an element of a None array
stack:
    [_fwb_mcm (0000502C)]._fwb_mcm.SetSliderDialogDefaultValue() - "SKI_ConfigBase.psc" Line 699
    [_fwb_mcm (0000502C)]._fwb_mcm.HandleSliderOpen() - "_fwb_mcm.psc" Line 2680
    [_fwb_mcm (0000502C)]._fwb_mcm.OnOptionSliderOpen() - "_fwb_mcm.psc" Line 1854
    [_fwb_mcm (0000502C)]._fwb_mcm.RequestSliderDialogData() - "SKI_ConfigBase.psc" Line 1037
    [SKI_ConfigManagerInstance (21000802)].SKI_ConfigManager.OnSliderSelect() - "SKI_ConfigManager.psc" Line 196
[03/17/2020 - 08:28:21AM] Error: Cannot access an element of a None array
stack:
    [_fwb_mcm (0000502C)]._fwb_mcm.SetSliderDialogInterval() - "SKI_ConfigBase.psc" Line 720
    [_fwb_mcm (0000502C)]._fwb_mcm.HandleSliderOpen() - "_fwb_mcm.psc" Line 2690
    [_fwb_mcm (0000502C)]._fwb_mcm.OnOptionSliderOpen() - "_fwb_mcm.psc" Line 1854
    [_fwb_mcm (0000502C)]._fwb_mcm.RequestSliderDialogData() - "SKI_ConfigBase.psc" Line 1037
    [SKI_ConfigManagerInstance (21000802)].SKI_ConfigManager.OnSliderSelect() - "SKI_ConfigManager.psc" Line 196
 

 

Posted
5 hours ago, Yoda16 said:

here is my log. Seems like I have 20 million Errors.

Yes. That pretty much confirms my theory.

 

As sometimes seems to happen in Skyrim, your game is not loading or resolving properties into VMADs properly, and seems to have lost the ability to correctly load types from scripts. 

 

This is manifesting most obviously in SLD, which you just added, so it can't resolve anything, but you have a few other mods that are absolutely hosed.

I'd guess that anything new you add will have some issues with this.

It would be interesting to experiment actually. 

What new (scripting oriented) mods can you add to your existing game that work ok? Any? None? Certain ones?

 

 

Alas, I can't explain where this problems comes from, or what really causes it. It seems to show up in some games and not others, with fairly similar mods in fairly similar orders.

 

This is the sort of area where I haven't heard any good explanation.

Possibly engine experts  - real ones, who actually trouble themselves with disassembling the Skyrim code - might be able to shed some light?

 

From that log, I'd say it's amazing anything works at all. If there's some quest you really want to finish or something, maybe it's possible? Other than that, it looks like time to retune your LO and try again. When I compare to my own log, which has a few mods in common, and a rather large number of mods generally I've got nothing quite like that, and I'm running Things in the Dark :) Hardly a bastion of stability you'd think but I don't have excessive spam and crashes are extremely rare.

 

What I'm getting at is that it could be just one mod that is the root cause of this, or it might have nothing to do with the specific mods you have at all, and be related to some race condition that afflicts some games very early on - during the very first load you ever perform. I really don't have enough data to draw any meaningful conclusions.

 

I'm guessing that when you start a new game, you don't see the same level of spam? If only one mod is generating spam at that point, you might look at removing that one.

Personally, I dumped BeingFemale a while back. Every time I try that mod I get nothing but a broken game, but not right away. It takes time to really rot your save.

FertilityMode is a reasonable replacement I find. It's never done anything weird for me.

Posted

I will try to experiment a bit.

It's rly strange since I don't crash very much. Basicly only outside in battle sometimes, indoors never. 

 

Do you know if uninstallations and clean saves of the problematic mods solves the issues? I don't rly want to give up this save.

 

and thank you for your replies.

Posted
9 hours ago, Yoda16 said:

Do you know if uninstallations and clean saves of the problematic mods solves the issues? I don't rly want to give up this save.

I once had a problem with Claralux like this, and I uninstalled it ... and save cleaned its scripts out, and didn't put it back ... and that solve the problem alright.

I put in Lanterns of Skyrim as a replacement, and it worked perfectly.

 

 

But that was a different problem, in that a pre-existing mod had gone bad.

 

Your issue seems to be impacting new installs of mods, so you may not be able to add any new mods. You need to find out if that's the case or not.

 

Removing and save-cleaning the problem mods should definitely let your game run a lot better.

Whether it will let you successfully add new mods, I don't know.

 

 

Also, if you are save cleaning, what are you using to do it?

Old save cleaners don't work with games that have overrun the string limit because the save format changes to fix that - dynamically, as you pass the limit, your save format changes.

Posted
5 hours ago, Lupine00 said:

I once had a problem with Claralux like this, and I uninstalled it ... and save cleaned its scripts out, and didn't put it back ... and that solve the problem alright.

I put in Lanterns of Skyrim as a replacement, and it worked perfectly.

 

 

But that was a different problem, in that a pre-existing mod had gone bad.

 

Your issue seems to be impacting new installs of mods, so you may not be able to add any new mods. You need to find out if that's the case or not.

Well I can add new mods, only SLD I can't get to work :(

5 hours ago, Lupine00 said:

 

Removing and save-cleaning the problem mods should definitely let your game run a lot better.

Whether it will let you successfully add new mods, I don't know.

I will try and see what happens

5 hours ago, Lupine00 said:

 

 

Also, if you are save cleaning, what are you using to do it?

Old save cleaners don't work with games that have overrun the string limit because the save format changes to fix that - dynamically, as you pass the limit, your save format changes.

ReSaver from Fallrim Tools

Posted

after disabling become a bard and beeing female witch had the most erros, I found out that due to disabling beeing female I can't save my game anymore XD

 

I guess I just have to accept that I can't use SLD in this playthrough and have to use the debuff option from SLAdventures.

Posted
2 hours ago, Yoda16 said:

Well I can add new mods, only SLD I can't get to work

Your log showed some mods couldn't write to SKSE directories, which is a possible issue for SLD.

So, what mods did you install, after attempting and failing to get SLD to work, that are operating correctly and not spamming your log?

Are they script-oriented mods that load quests with scripts on?

It doesn't signify if you install a texture mod, or some new armor objects.

But if you can install, say, SkyTweak, and it's all happy, that would be interesting.

Posted

So I tried SkyTweak installed it and can move every slider without crash. Have not tested if it actually works though. 

 

log say this:

[03/18/2020 - 10:18:09AM] [grimymenumain <GBT_Main_Menu (FA0458B3)>]: Registered SkyTweak at MCM.
[03/18/2020 - 10:18:10AM] Error: Unable to call RegisterForSingleUpdate - no native object bound to the script object, or object is of incorrect type

Posted
17 hours ago, Yoda16 said:

[03/18/2020 - 10:18:10AM] Error: Unable to call RegisterForSingleUpdate - no native object bound to the script object, or object is of incorrect type

From that log data:

Your Skytweak isn't setting properties in its VMAD either.

It is also broken, it just doesn't cause a crash.

 

The crash from SLD on simply moving a slider seems odd though, as that's just some MCM code.

It may be related to SLD's use of NiOverride, or calling PapyrusUtil functions, or referencing animations.

There's no way to test without modifying SLD in the CK.

 

But I think you've established pretty clearly that you cannot safely add ANY mods that use scripting to your game.

Just because SkyTweak didn't CTD, doesn't mean it's OK. The log clearly shows it is not OK.

 

Your save is broken. It's fairly unlikely you can fix it.

Because save files contain arbitrary binary data from various sources, a save cleaner can only fix data it has been explicitly coded to parse.

Much of your save will be opaque to it.

 

You can certainly try, but I don't think there's any more I can add to this.

Posted

I have installed this 

https://www.nexusmods.com/skyrim/mods/72039?tab=files&file_id=1000296094&nmm=1

for testing purpose and it works just fine. Even though I got this 

 

[03/19/2020 - 06:35:10AM] [_MCM_PCHeadTracking <_MCM01 (FC003000)>] INITIALIZED
[03/19/2020 - 06:35:10AM] Error: Cannot call Kill() on a None object, aborting function call
stack:

 

I have although tried to uninstalle Beeing Female. And after I do and save, it says my save file is corrupt. So I know what mod I wont install in my next playthrough. 
I will play this as long as it works, but its fine needed to start a new game for requiem 3 anyway.

 

 

Posted
1 hour ago, Yoda16 said:

[03/19/2020 - 06:35:10AM] [_MCM_PCHeadTracking <_MCM01 (FC003000)>] INITIALIZED
[03/19/2020 - 06:35:10AM] Error: Cannot call Kill() on a None object, aborting function call
stack:

It may appear to be working nicely, but if it's failing to Kill actors it thinks should be killed, it could be clogging your game with dozens of temporary actors.

They could be hidden away somewhere in a detached cell, so you won't ever meet them, but if that's happening, it will still doom your game.

 

Unless you have reason to believe otherwise (you checked the source), I'd be very cautious of a mod that logs something like that.

 

  

1 hour ago, Yoda16 said:

tried to uninstalle Beeing Female. And after I do and save, it says my save file is corrupt.

I have never had a good experience with BF. It might work for people who run almost no other mods, but I doubt that too.

I think I tried it under SE< and it was a disaster there too.

 

FertilityMode does much the same thing, with a lot less pain. The only thing you really miss out on is the gratuitous status icons - but I just found those intrusive anyway.

Posted

well at least I found the source for the problem. 

Looking forward on playing with SLD on my next playthrough. Thanks for your help.

  • 4 weeks later...
Posted

Two questions:

  1. Can SLD read the MME lactacid pool?
     
  2. Can SLD apply morphs itself?

The problem:

MME can show the lactacid pool visually by scaling the belly (and there are no options to tweak the belly scaling in MME), but I would like the visualize the pool by scaling the butt. I know that Milk addict has a lactacid-addiction butt scaling feature, but it is too complicated for my taste and I don' need the whole addiction system.

 

So can I use SLD to do that?

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

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