Jump to content

Help diagnosing script lag -- general and modlist specific questions (VR)


Recommended Posts

Posted

Modlist here

 

I'm running the v2.0.4 FUS wabbajack list with ~130 mods added on and 254 active plugins. I've had several playthroughs now with slight variations but generally the same ~130 mods and have had the same experience each time: for a new save, the game plays incredibly smooth, saving is immediate, and I experience no noticeable drop in frames even in large fights with a lot of effects playing at once.

 

Generally about 4-6 hours in, I start to experience freezes and intermittent lag. In >100 hours I haven't had any CTDs with this modified list, but the freezes are pretty persistent. The longer I play, the more frequent they become until I'm forced to start a new save. I also notice a general drop in performance over time as a save file gets older. I notice more lag and general jitteriness,  but I am playing on a Quest 2 via airlink so while sometimes latency issues can be confused for script lag, I am fairly confident I can differentiate the two at this point. 

 

I did install this XPMSE script fix (https://www.nexusmods.com/skyrimspecialedition/mods/44252) because I noticed that XPMSEWeaponStyleScaleEffect was generating a ton of active scripts and occasionally Resaver / Fallrim would flag them as detached instances. This seems to have fixed that issue, but my newest playthrough is about 6 hours in and I'm starting to notice the drop in performance. 

 

My questions:

 

Is this script lag I'm experiencing?

 

And if so, what would be the best method to determine which mods are contributing the most to it? I have Fallrim tools and pretty regularly look for detached instances (I don't really notice any orphaned scripts because I never remove mods during a playthrough), but I'm not sure if the number of Active Scripts and/or Script Instances I'm seeing in my save files is problematic or not. I’ll occasionally notice detached instances when I check out a save, but the mods that generate these appear inconsistent. Is there a better way to diagnose what’s causing this freezing / lag?

 

Are there any mods in my list that are known to cause script lag generally and/or in a heavily modded playthrough? I'm pretty happy with the list but any suggestions on troublesome mods to avoid, load order adjustments I should make, and/or best practices to avoid these kinds of issues would be greatly appreciated. I'm somewhat wary of Organic Factions because I notice its scripts linger and are occasionally flagged as detached instances by Fallrim, but my script lag issues predate the addition of that mod to my list so if it is a problem it's not the only one lol. Please let me know if it'd be helpful to provide any other info!

Posted

The best things I can offer with regards to script lag are these

 

1) Install Elephant's Script Latency Tester to monitor lag in "realtime" in-game using the notifications option (rather than to log).

  • If it isn't ~80ms or less on average, become alert (mine is somewhere in the 70-80ms range on average)
  • If it starts being 90-100ms or more on average, worry
  • And if it's above 100ms on average, I'd be in slightly panicked mode (especially if I've been out and about having a "great playthrough today/tonight!" without paying much attention)

Note: Elephant will report extraordinarily high script lag if you've just been in an MCM or in console mode, since it works on the game timers, which are suspended (normally) during any menu or console operation. Do not be alarmed by these "lag rich" reports , as they're simply transients and will self-resolve within a few seconds of exiting the menu/console.

 

2) Download and use Fallrim Tools if you don't already have it. Great tool for quickly cleaning out leftover junk from savefiles. If you've never used it, watch the video in its description. It might seem daunting at first. It's really not. IMO, ideally, one should run Fallrim regularly on their current save file

 

3) If lag is evident -  Average lagtime > ~85-90 ms - get inside a player home rapidly (90-100ms) or immediately (>100ms), Then

  • Spend a game week or so there
  • Switch to CBPC mode if possible to reduce its processing overhead.
  • Sleep a bunch (each 8 hour cycle only takes about 15-20 seconds to complete)
  • Do some crafting (potions, enchanting, cooking, etc)
  • Do a bit of housekeeping on your inventory.
  • Once done with this hiatus, create a new save file, then close the game and clean the save file. Personally, I clean out any errors from both Unattached Instances AND Undefined Elements

Note: This process allows the skyrim script bottlenecks to shake-out, and imo it works far better than trying such an activity in a script rich  outdoor location

 

4) Check your various loop delays and try to de-couple them

  • Scan each MCM, looking for any entries that contain periodic checks  (ie loop based test)
  • Change their values to make them less susceptible to overlap (ex: two entries are 10ms and 30ms, each three cycles of the 10ms loop, will overlap onto the 30ms loop... now figure out when a pair of 11ms and 17ms  loops will overlap... hint: every 143 cycles of the 11ms loop)
  • I tend to try to use odd values, and ideally also use as many  "prime" numbers (11, 13, 17, 19, 23, 29, 31, 37, 41, etc) as possible to make sure loops overlap as little as possible.
  • Avoid shorter loop cycles. I mean, does everything have to have 5ms loop checks? Rilly? (not a personal dig... anyway, the answer is NO, they're not)

I go as far as to opening all the MCMs, then making a quick notepad file listing of the mods and their  loop time(s) before acting so I can figure out a "best case" arrangement of loop times ahead of executing those changes.

 

Note: This will reduce script bottlenecking due to overlapping script calls. My two loop example was simple an example. I have somewhere between a half dozen and a dozen (or maybe more, game not open) check-loops. That can add up to a lot of overlapping requests if not handled to stagger the loop requests.

 

5) Avoid making every NPC use SMP. SMP is computationally taxing on the system (aaik while not a script lag issue directly, I think it can contribute, due to its lean on system resources. Ideally, only enable SMP use for an NPC on a "per use" basis rather than leaving them in permanent SMP operation. CBPC is almost identical to SMP in its presentation at this point... And turn it back off again (SMP >> CBPC) once not using it. 

 

ok, that's about it for now. 

 

Posted

This is very helpful, thank you so much. 

 

I've been using Fallrim to track mods that are creating Undefined Elements (I don't see a lot of Unattached Instances since those are -- I think -- generally related to removing mods which I try to avoid as much as possible), but I have noticed Undefined Elements popping up from Organic Factions. I'll try the Script Latency Tester to see if there's any correlation there. 

 

One question I did have was regarding item 5: I run both CBPC and SMP, but was unaware that SMP had those issues. How can I identify whether or not a NPC is utilizing SMP vs. CBPC?  And along that same vein, is it worth switching to Faster HDT-SMP: https://www.nexusmods.com/skyrimspecialedition/mods/57339

 

EDIT: Ran the latency test and never saw a single report <100ms. I ran this test inside my Falkreath manor (which, granted, has a bunch of NPCs and paradise hall-related content running inside) and was seeing ~108ms on average. Do you have any tips on how to identify the mods contributing the most? 

 

Attaching logs from additional latency tests. Even when the game is, to my eye, performing "well" or at least acceptably, I'm seeing ~108ms just about every time. 

 

First test:

 

Spoiler

[12/30/2021 - 07:19:23PM] Papyrus log opened (PC)
[12/30/2021 - 07:19:23PM] Function UpdateItemTextureLayer in the empty state on type NiOverride does not exist. Function will not be flagged as callable from tasklets.
[12/30/2021 - 07:19:23PM] Update budget: 1.200000ms (Extra tasklet budget: 1.200000ms, Load screen budget: 1000.000000ms)
[12/30/2021 - 07:19:23PM] Memory page: 128 (min) 512 (max) 153600 (max total)
[12/30/2021 - 07:19:28PM] Cannot open store for class "slamainscr", missing file?
[12/30/2021 - 07:19:28PM] Cannot open store for class "slaConfigScr", missing file?
[12/30/2021 - 07:19:28PM] Cannot open store for class "nsmquestscript", missing file?
[12/30/2021 - 07:19:30PM] Cannot open store for class "EnergyBindingTest", missing file?
[12/30/2021 - 07:19:30PM] Cannot open store for class "PF_OrgFacExtUseMagicChainLig_0797BD4C", missing file?
[12/30/2021 - 07:19:30PM] Error: Unable to bind script PF_OrgFacExtUseMagicChainLig_0797BD4C to  (8797BD4C) because their base types do not match
[12/30/2021 - 07:19:30PM] Cannot open store for class "PopLandsMCMMenu", missing file?
[12/30/2021 - 07:19:30PM] Error: Unable to bind script PopLandsMCMMenu to PopLandsMCM (9302297F) because their base types do not match
[12/30/2021 - 07:19:30PM] Cannot open store for class "PF_018AuriRidePackage02_05332027", missing file?
[12/30/2021 - 07:19:30PM] Error: Unable to bind script PF_018AuriRidePackage02_05332027 to  (D4332027) because their base types do not match
[12/30/2021 - 07:19:31PM] Error: Unable to bind script sslExtraVoicesAlias to SexLabExtraVoices (F000189E) because their base types do not match
[12/30/2021 - 07:19:31PM] Cannot open store for class "daymoyl_QuestTemplate", missing file?
[12/30/2021 - 07:19:31PM] Error: Unable to link "daymoyl_QuestTemplate" - the parent of "Defeatdadefeated".
[12/30/2021 - 07:19:31PM] Error: Unable to bind script Defeatdadefeated to DefeatPADefeated (F20C16D8) because their base types do not match
[12/30/2021 - 07:19:31PM] Cannot open store for class "daymoyl_PlayerValidateQuestAlias", missing file?
[12/30/2021 - 07:19:31PM] Error: Unable to bind script defeatdatrigger to DefeatPlayerQST (F2000D62) because their base types do not match
[12/30/2021 - 07:19:31PM] Error: Unable to bind script DefeatDALeftForDead to DefeatPALeftForDead (F20C1173) because their base types do not match
[12/30/2021 - 07:19:31PM] Cannot open store for class "slaframeworkscr", missing file?
[12/30/2021 - 07:19:31PM] Cannot open store for class "slattractionmainscript", missing file?
[12/30/2021 - 07:19:31PM] Cannot open store for class "dse_dm_questutil", missing file?
[12/30/2021 - 07:19:31PM] Cannot open store for class "dse_dm_actiplaceablebase", missing file?
[12/30/2021 - 07:19:31PM] Cannot open store for class "dse_dm_questdevicemanager", missing file?
[12/30/2021 - 07:19:31PM] Cannot open store for class "dse_dm_questcontroller", missing file?
[12/30/2021 - 07:19:31PM] Cannot open store for class "dcc_dm_questcontroller", missing file?
[12/30/2021 - 07:19:31PM] Cannot open store for class "hr_havokchainscript", missing file?
[12/30/2021 - 07:19:36PM] Error: Unable to bind script dunexplorecompletescript to  (1B0FAE59) because their base types do not match
[12/30/2021 - 07:19:36PM] Error: Unable to bind script defaultaliasrespawnscript to  (790013DF) because their base types do not match
[12/30/2021 - 07:19:43PM] Error: Property MyTorturer on script itfvictimcontrolscript attached to alias Victim01 on quest itfCoreQuest (16003519) cannot be bound because alias Torturer01 on quest itfCoreQuest (16003519) is not the right type
[12/30/2021 - 07:19:43PM] Error: Property MyTorturer on script itfvictimcontrolscript attached to alias Victim02 on quest itfCoreQuest (16003519) cannot be bound because alias Torturer02 on quest itfCoreQuest (16003519) is not the right type
[12/30/2021 - 07:19:43PM] Error: Property MyTorturer on script itfvictimcontrolscript attached to alias Victim03 on quest itfCoreQuest (16003519) cannot be bound because alias Torturer03 on quest itfCoreQuest (16003519) is not the right type
[12/30/2021 - 07:19:43PM] Error: Property MyTorturer on script itfvictimcontrolscript attached to alias Victim04 on quest itfCoreQuest (16003519) cannot be bound because alias Torturer04 on quest itfCoreQuest (16003519) is not the right type
[12/30/2021 - 07:19:43PM] Error: Property MyTorturer on script itfvictimcontrolscript attached to alias Victim05 on quest itfCoreQuest (16003519) cannot be bound because alias Torturer05 on quest itfCoreQuest (16003519) is not the right type
[12/30/2021 - 07:19:43PM] warning: Property AshSpawnAttachChancePercent on script DLC2AshSpawnAttackChanceScript attached to alias Player on quest DLC2Init (02016E02) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] Error: Unable to bind script SKI_ConfigBase to alias playerREF on quest PopLandsMCM (9302297F) because their base types do not match
[12/30/2021 - 07:19:43PM] Error: Unable to bind script daymoyl_PlayerValidateQuestAlias to alias playerREF on quest DefeatPlayerQST (F2000D62) because their base types do not match
[12/30/2021 - 07:19:43PM] warning: Property VoiceUnrelentingForceEffect03 on script DestroyContainerScript attached to  (9689078A) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property VoiceUnrelentingForceEffect02 on script DestroyContainerScript attached to  (9689078A) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property VoiceUnrelentingForceEffect01 on script DestroyContainerScript attached to  (9689078A) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property VoiceUnrelentingForceEffect03 on script DestroyContainerScript attached to  (96940682) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property VoiceUnrelentingForceEffect02 on script DestroyContainerScript attached to  (96940682) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property VoiceUnrelentingForceEffect01 on script DestroyContainerScript attached to  (96940682) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] Error: Property Predator2 on script qf_anumlaquest_041413d9 attached to AnumLaQuest (101413D9) cannot be bound because <nullptr form> (000844A4) is not the right type
[12/30/2021 - 07:19:43PM] warning: Property TRC_WorldMap on script trc_mapquestscript attached to TRC_MapQuest (2A07A896) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property SkyrimMiscMap on script trc_mapquestscript attached to TRC_MapQuest (2A07A896) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property CraftableCompass on script trc_mapquestscript attached to TRC_MapQuest (2A07A896) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property CraftableCompassWeap on script trc_mapquestscript attached to TRC_MapQuest (2A07A896) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property VoiceUnrelentingForceEffect03 on script DestroyContainerScript attached to  (9694078F) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property VoiceUnrelentingForceEffect02 on script DestroyContainerScript attached to  (9694078F) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property VoiceUnrelentingForceEffect01 on script DestroyContainerScript attached to  (9694078F) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property VoiceUnrelentingForceEffect03 on script DestroyContainerScript attached to  (9689076E) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property VoiceUnrelentingForceEffect02 on script DestroyContainerScript attached to  (9689076E) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property VoiceUnrelentingForceEffect01 on script DestroyContainerScript attached to  (9689076E) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] Error: Property TPPos on script HPGTeleport attached to  (8D0960D8) cannot be bound because <nullptr form> (8D095750) is not the right type
[12/30/2021 - 07:19:43PM] Error: Property Pages on script SpellWheelVR_MCM attached to SW_MCMQuest (1F0008C0) cannot be initialized because the value is the incorrect type
[12/30/2021 - 07:19:43PM] warning: Property VoiceUnrelentingForceEffect03 on script DestroyContainerScript attached to  (9689037E) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property VoiceUnrelentingForceEffect02 on script DestroyContainerScript attached to  (9689037E) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property VoiceUnrelentingForceEffect01 on script DestroyContainerScript attached to  (9689037E) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property IS on script HPGWisp attached to  (8D210556) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property ISIntro on script HPGWisp attached to  (8D210556) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property ISOutro on script HPGWisp attached to  (8D210556) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property VoiceUnrelentingForceEffect03 on script DestroyContainerScript attached to  (8D375A84) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property VoiceUnrelentingForceEffect02 on script DestroyContainerScript attached to  (8D375A84) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property VoiceUnrelentingForceEffect01 on script DestroyContainerScript attached to  (8D375A84) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property VoiceUnrelentingForceEffect03 on script DestroyContainerScript attached to  (8D466CBF) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property VoiceUnrelentingForceEffect02 on script DestroyContainerScript attached to  (8D466CBF) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property VoiceUnrelentingForceEffect01 on script DestroyContainerScript attached to  (8D466CBF) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property VoiceUnrelentingForceEffect03 on script DestroyContainerScript attached to  (8D466CB5) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property VoiceUnrelentingForceEffect02 on script DestroyContainerScript attached to  (8D466CB5) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property VoiceUnrelentingForceEffect01 on script DestroyContainerScript attached to  (8D466CB5) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property VoiceUnrelentingForceEffect03 on script DestroyContainerScript attached to  (96940898) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property VoiceUnrelentingForceEffect02 on script DestroyContainerScript attached to  (96940898) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property VoiceUnrelentingForceEffect01 on script DestroyContainerScript attached to  (96940898) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property IS on script HPGWisp attached to  (8D21055C) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property ISIntro on script HPGWisp attached to  (8D21055C) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property ISOutro on script HPGWisp attached to  (8D21055C) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property VoiceUnrelentingForceEffect03 on script DestroyContainerScript attached to  (4F0F1E53) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property VoiceUnrelentingForceEffect02 on script DestroyContainerScript attached to  (4F0F1E53) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property VoiceUnrelentingForceEffect01 on script DestroyContainerScript attached to  (4F0F1E53) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property Replacer on script DBPotteryRestore attached to  (000CB4AB) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property VoiceUnrelentingForceEffect03 on script DestroyContainerScript attached to  (8D375A92) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property VoiceUnrelentingForceEffect02 on script DestroyContainerScript attached to  (8D375A92) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property VoiceUnrelentingForceEffect01 on script DestroyContainerScript attached to  (8D375A92) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property VoiceUnrelentingForceEffect03 on script DestroyContainerScript attached to  (8D466CAC) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property VoiceUnrelentingForceEffect02 on script DestroyContainerScript attached to  (8D466CAC) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property VoiceUnrelentingForceEffect01 on script DestroyContainerScript attached to  (8D466CAC) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property VoiceUnrelentingForceEffect03 on script DestroyContainerScript attached to  (4F0F1F18) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property VoiceUnrelentingForceEffect02 on script DestroyContainerScript attached to  (4F0F1F18) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property VoiceUnrelentingForceEffect01 on script DestroyContainerScript attached to  (4F0F1F18) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property RWT_IcebergsToggle on script RealisticWaterTwoMCM attached to RealisticWaterTwoMCMQuest (420C5FA5) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] Error: Property TPPos on script HPGTeleport attached to  (8D095DF3) cannot be bound because <nullptr form> (8D09574F) is not the right type
[12/30/2021 - 07:19:43PM] warning: Property Replacer on script DBPotteryRestore attached to  (8D150B08) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property Replacer on script DBPotteryRestore attached to  (8C02758B) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property Nec2 on script TerynneAliasScript attached to TerynneQuest (10377D79) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property Nec3 on script TerynneAliasScript attached to TerynneQuest (10377D79) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property Nec1 on script TerynneAliasScript attached to TerynneQuest (10377D79) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property VoiceUnrelentingForceEffect03 on script DestroyContainerScript attached to  (4C004239) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property VoiceUnrelentingForceEffect02 on script DestroyContainerScript attached to  (4C004239) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property VoiceUnrelentingForceEffect01 on script DestroyContainerScript attached to  (4C004239) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property VoiceUnrelentingForceEffect03 on script DestroyContainerScript attached to  (4C004238) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property VoiceUnrelentingForceEffect02 on script DestroyContainerScript attached to  (4C004238) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property VoiceUnrelentingForceEffect01 on script DestroyContainerScript attached to  (4C004238) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] Error: Property TPPos on script HPGTeleport attached to  (8D095EE4) cannot be bound because <nullptr form> (8D095754) is not the right type
[12/30/2021 - 07:19:43PM] warning: Property Replacer on script DBPotteryRestore attached to  (8D0CEEA3) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] Error: Property Pages on script WeaponThrowVR_MCM attached to WT_MCMQuest (20001337) cannot be initialized because the value is the incorrect type
[12/30/2021 - 07:19:43PM] warning: Property VoiceUnrelentingForceEffect03 on script DestroyContainerScript attached to  (96890735) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property VoiceUnrelentingForceEffect02 on script DestroyContainerScript attached to  (96890735) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property VoiceUnrelentingForceEffect01 on script DestroyContainerScript attached to  (96890735) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property VoiceUnrelentingForceEffect03 on script DestroyContainerScript attached to  (96890734) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property VoiceUnrelentingForceEffect02 on script DestroyContainerScript attached to  (96890734) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property VoiceUnrelentingForceEffect01 on script DestroyContainerScript attached to  (96890734) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property Replacer on script DBPotteryRestore attached to  (8D375B01) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property VoiceUnrelentingForceEffect03 on script DestroyContainerScript attached to  (9699062A) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property VoiceUnrelentingForceEffect02 on script DestroyContainerScript attached to  (9699062A) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property VoiceUnrelentingForceEffect01 on script DestroyContainerScript attached to  (9699062A) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] Error: Property TPPos on script HPGTeleport attached to  (8D095DD3) cannot be bound because <nullptr form> (8D09574D) is not the right type
[12/30/2021 - 07:19:43PM] warning: Property VoiceUnrelentingForceEffect03 on script DestroyContainerScript attached to  (4C095C63) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property VoiceUnrelentingForceEffect02 on script DestroyContainerScript attached to  (4C095C63) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property VoiceUnrelentingForceEffect01 on script DestroyContainerScript attached to  (4C095C63) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] Error: Property TPPos on script HPGTeleport attached to  (8D095DD8) cannot be bound because <nullptr form> (8D09574C) is not the right type
[12/30/2021 - 07:19:43PM] warning: Property VoiceUnrelentingForceEffect03 on script DestroyContainerScript attached to  (4C095C62) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property VoiceUnrelentingForceEffect02 on script DestroyContainerScript attached to  (4C095C62) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property VoiceUnrelentingForceEffect01 on script DestroyContainerScript attached to  (4C095C62) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property Replacer on script DBPotteryRestore attached to  (8D46BF22) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property VoiceUnrelentingForceEffect03 on script DestroyContainerScript attached to  (4C095C66) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property VoiceUnrelentingForceEffect02 on script DestroyContainerScript attached to  (4C095C66) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property VoiceUnrelentingForceEffect01 on script DestroyContainerScript attached to  (4C095C66) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property VoiceUnrelentingForceEffect03 on script DestroyContainerScript attached to  (4C095C67) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property VoiceUnrelentingForceEffect02 on script DestroyContainerScript attached to  (4C095C67) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property VoiceUnrelentingForceEffect01 on script DestroyContainerScript attached to  (4C095C67) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property Alias_VKR_Coin on script QF_ORD_DeathsEmperor_Quest_0103222A attached to VKR_DeathsEmperor_Quest (6903222A) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property Alias_VKR_Player on script QF_ORD_DeathsEmperor_Quest_0103222A attached to VKR_DeathsEmperor_Quest (6903222A) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property VoiceUnrelentingForceEffect03 on script DestroyContainerScript attached to  (4C0036F2) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property VoiceUnrelentingForceEffect02 on script DestroyContainerScript attached to  (4C0036F2) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property VoiceUnrelentingForceEffect01 on script DestroyContainerScript attached to  (4C0036F2) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property VoiceUnrelentingForceEffect03 on script DestroyContainerScript attached to  (96890789) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property VoiceUnrelentingForceEffect02 on script DestroyContainerScript attached to  (96890789) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property VoiceUnrelentingForceEffect01 on script DestroyContainerScript attached to  (96890789) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property VoiceUnrelentingForceEffect03 on script DestroyContainerScript attached to  (1B0252BA) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property VoiceUnrelentingForceEffect02 on script DestroyContainerScript attached to  (1B0252BA) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property VoiceUnrelentingForceEffect01 on script DestroyContainerScript attached to  (1B0252BA) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property VoiceUnrelentingForceEffect03 on script DestroyContainerScript attached to  (4C0037F1) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property VoiceUnrelentingForceEffect02 on script DestroyContainerScript attached to  (4C0037F1) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property VoiceUnrelentingForceEffect01 on script DestroyContainerScript attached to  (4C0037F1) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property VoiceUnrelentingForceEffect03 on script DestroyContainerScript attached to  (4C0037F0) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property VoiceUnrelentingForceEffect02 on script DestroyContainerScript attached to  (4C0037F0) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property VoiceUnrelentingForceEffect01 on script DestroyContainerScript attached to  (4C0037F0) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] Error: Property LightFX on script HPGTeleport attached to  (8D4AE88D) cannot be bound because <nullptr form> (8D4AE88E) is not the right type
[12/30/2021 - 07:19:43PM] warning: Property Replacer on script DBPotteryRestore attached to  (4C003715) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] Error: Property LightFX on script HPGTeleport attached to  (8D135F78) cannot be bound because <nullptr form> (8D135F76) is not the right type
[12/30/2021 - 07:19:43PM] warning: Property VoiceUnrelentingForceEffect03 on script DestroyContainerScript attached to  (96990174) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property VoiceUnrelentingForceEffect02 on script DestroyContainerScript attached to  (96990174) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property VoiceUnrelentingForceEffect01 on script DestroyContainerScript attached to  (96990174) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property RandMax on script PF_OrgFacDruadachRedoubtExtW_060D5E95 attached to  (0B0D5E95) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property Ingredient02 on script PF_OrgFacDruadachRedoubtExtW_060D5E95 attached to  (0B0D5E95) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property NotLoadedIngredientCount on script PF_OrgFacDruadachRedoubtExtW_060D5E95 attached to  (0B0D5E95) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property Ingredient01 on script PF_OrgFacDruadachRedoubtExtW_060D5E95 attached to  (0B0D5E95) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property maxCount on script PF_OrgFacDruadachRedoubtExtW_060D5E95 attached to  (0B0D5E95) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property RandMin on script PF_OrgFacDruadachRedoubtExtW_060D5E95 attached to  (0B0D5E95) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property VoiceUnrelentingForceEffect03 on script DestroyContainerScript attached to  (96940790) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property VoiceUnrelentingForceEffect02 on script DestroyContainerScript attached to  (96940790) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property VoiceUnrelentingForceEffect01 on script DestroyContainerScript attached to  (96940790) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property VoiceUnrelentingForceEffect03 on script DestroyContainerScript attached to  (8D466CB8) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property VoiceUnrelentingForceEffect02 on script DestroyContainerScript attached to  (8D466CB8) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property VoiceUnrelentingForceEffect01 on script DestroyContainerScript attached to  (8D466CB8) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property VoiceUnrelentingForceEffect03 on script DestroyContainerScript attached to  (96940891) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property VoiceUnrelentingForceEffect02 on script DestroyContainerScript attached to  (96940891) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property VoiceUnrelentingForceEffect01 on script DestroyContainerScript attached to  (96940891) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property Replacer on script DBPotteryRestore attached to  (000CB447) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property Replacer on script DBPotteryRestore attached to  (8D14610F) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property VoiceUnrelentingForceEffect03 on script DestroyContainerScript attached to  (9689044C) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property VoiceUnrelentingForceEffect02 on script DestroyContainerScript attached to  (9689044C) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property VoiceUnrelentingForceEffect01 on script DestroyContainerScript attached to  (9689044C) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property VoiceUnrelentingForceEffect03 on script DestroyContainerScript attached to  (8D466CB7) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property VoiceUnrelentingForceEffect02 on script DestroyContainerScript attached to  (8D466CB7) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property VoiceUnrelentingForceEffect01 on script DestroyContainerScript attached to  (8D466CB7) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property VoiceUnrelentingForceEffect03 on script DestroyContainerScript attached to  (9689044D) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property VoiceUnrelentingForceEffect02 on script DestroyContainerScript attached to  (9689044D) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property VoiceUnrelentingForceEffect01 on script DestroyContainerScript attached to  (9689044D) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property VoiceUnrelentingForceEffect03 on script DestroyContainerScript attached to  (8D466CB3) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property VoiceUnrelentingForceEffect02 on script DestroyContainerScript attached to  (8D466CB3) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property VoiceUnrelentingForceEffect01 on script DestroyContainerScript attached to  (8D466CB3) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property dunArcherQST on script WilliamTellArrow3dnpc attached to  (102E1E29) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property flArrows on script WilliamTellArrow3dnpc attached to  (102E1E29) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property myActor on script WilliamTellArrow3dnpc attached to  (102E1E29) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property VoiceUnrelentingForceEffect03 on script DestroyContainerScript attached to  (96890751) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property VoiceUnrelentingForceEffect02 on script DestroyContainerScript attached to  (96890751) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property VoiceUnrelentingForceEffect01 on script DestroyContainerScript attached to  (96890751) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property VoiceUnrelentingForceEffect03 on script DestroyContainerScript attached to  (8D375A9A) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property VoiceUnrelentingForceEffect02 on script DestroyContainerScript attached to  (8D375A9A) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property VoiceUnrelentingForceEffect01 on script DestroyContainerScript attached to  (8D375A9A) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property Replacer on script DBPotteryRestore attached to  (8D1460E9) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property Replacer on script DBPotteryRestore attached to  (8D1460E8) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property VoiceUnrelentingForceEffect03 on script DestroyContainerScript attached to  (1B03E9D2) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property VoiceUnrelentingForceEffect02 on script DestroyContainerScript attached to  (1B03E9D2) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property VoiceUnrelentingForceEffect01 on script DestroyContainerScript attached to  (1B03E9D2) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property Replacer on script DBPotteryRestore attached to  (000CB45F) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property VoiceUnrelentingForceEffect03 on script DestroyContainerScript attached to  (9694040F) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property VoiceUnrelentingForceEffect02 on script DestroyContainerScript attached to  (9694040F) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property VoiceUnrelentingForceEffect01 on script DestroyContainerScript attached to  (9694040F) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property VoiceUnrelentingForceEffect03 on script DestroyContainerScript attached to  (9694040E) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property VoiceUnrelentingForceEffect02 on script DestroyContainerScript attached to  (9694040E) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property VoiceUnrelentingForceEffect01 on script DestroyContainerScript attached to  (9694040E) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property Replacer on script DBPotteryRestore attached to  (8D14B4AE) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property VoiceUnrelentingForceEffect03 on script DestroyContainerScript attached to  (4C004228) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property VoiceUnrelentingForceEffect02 on script DestroyContainerScript attached to  (4C004228) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property VoiceUnrelentingForceEffect01 on script DestroyContainerScript attached to  (4C004228) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property VoiceUnrelentingForceEffect03 on script DestroyContainerScript attached to  (4F0F1AE6) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property VoiceUnrelentingForceEffect02 on script DestroyContainerScript attached to  (4F0F1AE6) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property VoiceUnrelentingForceEffect01 on script DestroyContainerScript attached to  (4F0F1AE6) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property VoiceUnrelentingForceEffect03 on script DestroyContainerScript attached to  (0005EDBF) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property VoiceUnrelentingForceEffect02 on script DestroyContainerScript attached to  (0005EDBF) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property VoiceUnrelentingForceEffect01 on script DestroyContainerScript attached to  (0005EDBF) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property Replacer on script DBPotteryRestore attached to  (8D46BE15) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property VoiceUnrelentingForceEffect03 on script DestroyContainerScript attached to  (969408E5) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property VoiceUnrelentingForceEffect02 on script DestroyContainerScript attached to  (969408E5) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property VoiceUnrelentingForceEffect01 on script DestroyContainerScript attached to  (969408E5) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property VoiceUnrelentingForceEffect03 on script DestroyContainerScript attached to  (969408E4) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property VoiceUnrelentingForceEffect02 on script DestroyContainerScript attached to  (969408E4) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property VoiceUnrelentingForceEffect01 on script DestroyContainerScript attached to  (969408E4) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property VoiceUnrelentingForceEffect03 on script DestroyContainerScript attached to  (9689076C) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property VoiceUnrelentingForceEffect02 on script DestroyContainerScript attached to  (9689076C) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property VoiceUnrelentingForceEffect01 on script DestroyContainerScript attached to  (9689076C) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property VoiceUnrelentingForceEffect03 on script DestroyContainerScript attached to  (9689076D) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property VoiceUnrelentingForceEffect02 on script DestroyContainerScript attached to  (9689076D) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property VoiceUnrelentingForceEffect01 on script DestroyContainerScript attached to  (9689076D) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property VoiceUnrelentingForceEffect03 on script DestroyContainerScript attached to  (969905A3) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property VoiceUnrelentingForceEffect02 on script DestroyContainerScript attached to  (969905A3) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property VoiceUnrelentingForceEffect01 on script DestroyContainerScript attached to  (969905A3) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property VoiceUnrelentingForceEffect03 on script DestroyContainerScript attached to  (969905A5) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property VoiceUnrelentingForceEffect02 on script DestroyContainerScript attached to  (969905A5) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property VoiceUnrelentingForceEffect01 on script DestroyContainerScript attached to  (969905A5) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property IS on script HPGWisp attached to  (8D210557) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property ISIntro on script HPGWisp attached to  (8D210557) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property ISOutro on script HPGWisp attached to  (8D210557) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] Error: Property LightFX on script HPGTeleport attached to  (8D136060) cannot be bound because <nullptr form> (8D136061) is not the right type
[12/30/2021 - 07:19:43PM] Error: Property LightFX on script HPGTeleport attached to  (8D136063) cannot be bound because <nullptr form> (8D136064) is not the right type
[12/30/2021 - 07:19:43PM] Error: Property LightFX on script HPGTeleport attached to  (8D136066) cannot be bound because <nullptr form> (8D136067) is not the right type
[12/30/2021 - 07:19:43PM] Error: Property LightFX on script HPGTeleport attached to  (8D13605A) cannot be bound because <nullptr form> (8D13605B) is not the right type
[12/30/2021 - 07:19:43PM] Error: Property LightFX on script HPGTeleport attached to  (8D136057) cannot be bound because <nullptr form> (8D136058) is not the right type
[12/30/2021 - 07:19:43PM] Error: Property LightFX on script HPGTeleport attached to  (8D13605D) cannot be bound because <nullptr form> (8D13605E) is not the right type
[12/30/2021 - 07:19:43PM] warning: Property Replacer on script DBPotteryRestore attached to  (8D150688) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property DLC2WE09 on script DLC2_QF_DLC2MQ07_020179D7 attached to DLC2MQ06 (020179D7) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property MiraakBattleAlias on script DLC2_QF_DLC2MQ07_020179D7 attached to DLC2MQ06 (020179D7) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property VoiceUnrelentingForceEffect03 on script DestroyContainerScript attached to  (9689043B) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property VoiceUnrelentingForceEffect02 on script DestroyContainerScript attached to  (9689043B) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property VoiceUnrelentingForceEffect01 on script DestroyContainerScript attached to  (9689043B) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] Error: Property Spider1 on script qf_svashniquest_0414e08b attached to SvashniQuest (1014E08B) cannot be bound because <nullptr form> (000848E5) is not the right type
[12/30/2021 - 07:19:43PM] warning: Property VoiceUnrelentingForceEffect03 on script DestroyContainerScript attached to  (96890733) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property VoiceUnrelentingForceEffect02 on script DestroyContainerScript attached to  (96890733) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property VoiceUnrelentingForceEffect01 on script DestroyContainerScript attached to  (96890733) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property beamTarget on script da09script attached to DA09 (0004E4E1) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property follower on script da09script attached to DA09 (0004E4E1) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property AnimalFollower on script da09script attached to DA09 (0004E4E1) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property VoiceUnrelentingForceEffect03 on script DestroyContainerScript attached to  (4F00F307) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property VoiceUnrelentingForceEffect02 on script DestroyContainerScript attached to  (4F00F307) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property VoiceUnrelentingForceEffect01 on script DestroyContainerScript attached to  (4F00F307) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property VoiceUnrelentingForceEffect03 on script DestroyContainerScript attached to  (9689043C) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property VoiceUnrelentingForceEffect02 on script DestroyContainerScript attached to  (9689043C) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property VoiceUnrelentingForceEffect01 on script DestroyContainerScript attached to  (9689043C) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property VoiceUnrelentingForceEffect03 on script DestroyContainerScript attached to  (0005EDBD) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property VoiceUnrelentingForceEffect02 on script DestroyContainerScript attached to  (0005EDBD) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property VoiceUnrelentingForceEffect01 on script DestroyContainerScript attached to  (0005EDBD) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property Alias_HelgenEndMarker on script QF_MQ101_0003372B attached to MQ101 (0003372B) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property Replacer on script DBPotteryRestore attached to  (000CB463) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property FindingNewVictims on script WW42DBBlackHandVariablesScript attached to WW42DBTheBlackHand (8E01CD5E) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property Replacer on script DBPotteryRestore attached to  (4C0A766C) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] Error: Property TPPos on script HPGTeleport attached to  (8D095DDA) cannot be bound because <nullptr form> (8D09574B) is not the right type
[12/30/2021 - 07:19:43PM] warning: Property Replacer on script DBPotteryRestore attached to  (8D150922) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property VoiceUnrelentingForceEffect03 on script DestroyContainerScript attached to  (4C095C64) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property VoiceUnrelentingForceEffect02 on script DestroyContainerScript attached to  (4C095C64) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property VoiceUnrelentingForceEffect01 on script DestroyContainerScript attached to  (4C095C64) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property VoiceUnrelentingForceEffect03 on script DestroyContainerScript attached to  (4C095C65) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property VoiceUnrelentingForceEffect02 on script DestroyContainerScript attached to  (4C095C65) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property VoiceUnrelentingForceEffect01 on script DestroyContainerScript attached to  (4C095C65) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] warning: Property Replacer on script DBPotteryRestore attached to  (8D46BF88) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:43PM] VM is freezing...
[12/30/2021 - 07:19:43PM] VM is frozen
[12/30/2021 - 07:19:43PM] Reverting game...
[12/30/2021 - 07:19:44PM] Error: Unable to bind script sslExtraVoicesAlias to SexLabExtraVoices (F000189E) because their base types do not match
[12/30/2021 - 07:19:44PM] Error: Unable to bind script PopLandsMCMMenu to PopLandsMCM (9302297F) because their base types do not match
[12/30/2021 - 07:19:44PM] Error: Unable to bind script defaultaliasrespawnscript to  (790013DF) because their base types do not match
[12/30/2021 - 07:19:44PM] Error: Unable to bind script dunexplorecompletescript to  (1B0FAE59) because their base types do not match
[12/30/2021 - 07:19:44PM] Error: Unable to bind script PF_OrgFacExtUseMagicChainLig_0797BD4C to  (8797BD4C) because their base types do not match
[12/30/2021 - 07:19:44PM] Error: Unable to bind script PF_018AuriRidePackage02_05332027 to  (D4332027) because their base types do not match
[12/30/2021 - 07:19:44PM] Error: Unable to bind script defeatdatrigger to DefeatPlayerQST (F2000D62) because their base types do not match
[12/30/2021 - 07:19:44PM] Error: Unable to bind script Defeatdadefeated to DefeatPADefeated (F20C16D8) because their base types do not match
[12/30/2021 - 07:19:44PM] Error: Unable to bind script DefeatDALeftForDead to DefeatPALeftForDead (F20C1173) because their base types do not match
[12/30/2021 - 07:19:50PM] Loading game...
[12/30/2021 - 07:19:50PM] Error: Unable to bind script SKI_ConfigBase to alias playerREF on quest PopLandsMCM (9302297F) because their base types do not match
[12/30/2021 - 07:19:50PM] Error: Unable to bind script daymoyl_PlayerValidateQuestAlias to alias playerREF on quest DefeatPlayerQST (F2000D62) because their base types do not match
[12/30/2021 - 07:19:50PM] warning: Property VoiceUnrelentingForceEffect03 on script DestroyContainerScript attached to  (9689078A) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property VoiceUnrelentingForceEffect02 on script DestroyContainerScript attached to  (9689078A) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property VoiceUnrelentingForceEffect01 on script DestroyContainerScript attached to  (9689078A) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property VoiceUnrelentingForceEffect03 on script DestroyContainerScript attached to  (96940682) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property VoiceUnrelentingForceEffect02 on script DestroyContainerScript attached to  (96940682) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property VoiceUnrelentingForceEffect01 on script DestroyContainerScript attached to  (96940682) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] Error: Property Predator2 on script qf_anumlaquest_041413d9 attached to AnumLaQuest (101413D9) cannot be bound because <nullptr form> (000844A4) is not the right type
[12/30/2021 - 07:19:50PM] warning: Property TRC_WorldMap on script trc_mapquestscript attached to TRC_MapQuest (2A07A896) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property SkyrimMiscMap on script trc_mapquestscript attached to TRC_MapQuest (2A07A896) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property CraftableCompass on script trc_mapquestscript attached to TRC_MapQuest (2A07A896) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property CraftableCompassWeap on script trc_mapquestscript attached to TRC_MapQuest (2A07A896) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property VoiceUnrelentingForceEffect03 on script DestroyContainerScript attached to  (9694078F) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property VoiceUnrelentingForceEffect02 on script DestroyContainerScript attached to  (9694078F) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property VoiceUnrelentingForceEffect01 on script DestroyContainerScript attached to  (9694078F) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property VoiceUnrelentingForceEffect03 on script DestroyContainerScript attached to  (9689076E) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property VoiceUnrelentingForceEffect02 on script DestroyContainerScript attached to  (9689076E) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property VoiceUnrelentingForceEffect01 on script DestroyContainerScript attached to  (9689076E) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] Error: Property TPPos on script HPGTeleport attached to  (8D0960D8) cannot be bound because <nullptr form> (8D095750) is not the right type
[12/30/2021 - 07:19:50PM] Error: Property Pages on script SpellWheelVR_MCM attached to SW_MCMQuest (1F0008C0) cannot be initialized because the value is the incorrect type
[12/30/2021 - 07:19:50PM] warning: Property VoiceUnrelentingForceEffect03 on script DestroyContainerScript attached to  (9689037E) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property VoiceUnrelentingForceEffect02 on script DestroyContainerScript attached to  (9689037E) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property VoiceUnrelentingForceEffect01 on script DestroyContainerScript attached to  (9689037E) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property IS on script HPGWisp attached to  (8D210556) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property ISIntro on script HPGWisp attached to  (8D210556) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property ISOutro on script HPGWisp attached to  (8D210556) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property IS on script HPGWisp attached to  (8D210557) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property ISIntro on script HPGWisp attached to  (8D210557) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property ISOutro on script HPGWisp attached to  (8D210557) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property VoiceUnrelentingForceEffect03 on script DestroyContainerScript attached to  (8D375A84) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property VoiceUnrelentingForceEffect02 on script DestroyContainerScript attached to  (8D375A84) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property VoiceUnrelentingForceEffect01 on script DestroyContainerScript attached to  (8D375A84) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property VoiceUnrelentingForceEffect03 on script DestroyContainerScript attached to  (8D466CB5) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property VoiceUnrelentingForceEffect02 on script DestroyContainerScript attached to  (8D466CB5) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property VoiceUnrelentingForceEffect01 on script DestroyContainerScript attached to  (8D466CB5) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property VoiceUnrelentingForceEffect03 on script DestroyContainerScript attached to  (96940898) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property VoiceUnrelentingForceEffect02 on script DestroyContainerScript attached to  (96940898) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property VoiceUnrelentingForceEffect01 on script DestroyContainerScript attached to  (96940898) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property IS on script HPGWisp attached to  (8D21055C) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property ISIntro on script HPGWisp attached to  (8D21055C) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property ISOutro on script HPGWisp attached to  (8D21055C) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property AshSpawnAttachChancePercent on script DLC2AshSpawnAttackChanceScript attached to alias Player on quest DLC2Init (02016E02) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property Replacer on script DBPotteryRestore attached to  (000CB4AB) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property VoiceUnrelentingForceEffect03 on script DestroyContainerScript attached to  (8D375A92) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property VoiceUnrelentingForceEffect02 on script DestroyContainerScript attached to  (8D375A92) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property VoiceUnrelentingForceEffect01 on script DestroyContainerScript attached to  (8D375A92) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] Error: Property LightFX on script HPGTeleport attached to  (8D136057) cannot be bound because <nullptr form> (8D136058) is not the right type
[12/30/2021 - 07:19:50PM] warning: Property VoiceUnrelentingForceEffect03 on script DestroyContainerScript attached to  (4F0F1F18) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property VoiceUnrelentingForceEffect02 on script DestroyContainerScript attached to  (4F0F1F18) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property VoiceUnrelentingForceEffect01 on script DestroyContainerScript attached to  (4F0F1F18) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] Error: Property TPPos on script HPGTeleport attached to  (8D095DF3) cannot be bound because <nullptr form> (8D09574F) is not the right type
[12/30/2021 - 07:19:50PM] warning: Property Replacer on script DBPotteryRestore attached to  (8D150B08) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] Error: Property LightFX on script HPGTeleport attached to  (8D13605D) cannot be bound because <nullptr form> (8D13605E) is not the right type
[12/30/2021 - 07:19:50PM] warning: Property Replacer on script DBPotteryRestore attached to  (8C02758B) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property Nec2 on script TerynneAliasScript attached to TerynneQuest (10377D79) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property Nec3 on script TerynneAliasScript attached to TerynneQuest (10377D79) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property Nec1 on script TerynneAliasScript attached to TerynneQuest (10377D79) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property VoiceUnrelentingForceEffect03 on script DestroyContainerScript attached to  (4C004239) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property VoiceUnrelentingForceEffect02 on script DestroyContainerScript attached to  (4C004239) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property VoiceUnrelentingForceEffect01 on script DestroyContainerScript attached to  (4C004239) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property VoiceUnrelentingForceEffect03 on script DestroyContainerScript attached to  (4C004238) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property VoiceUnrelentingForceEffect02 on script DestroyContainerScript attached to  (4C004238) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property VoiceUnrelentingForceEffect01 on script DestroyContainerScript attached to  (4C004238) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] Error: Property TPPos on script HPGTeleport attached to  (8D095EE4) cannot be bound because <nullptr form> (8D095754) is not the right type
[12/30/2021 - 07:19:50PM] Error: Property Pages on script WeaponThrowVR_MCM attached to WT_MCMQuest (20001337) cannot be initialized because the value is the incorrect type
[12/30/2021 - 07:19:50PM] warning: Property Replacer on script DBPotteryRestore attached to  (03008124) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property VoiceUnrelentingForceEffect03 on script DestroyContainerScript attached to  (96890735) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property VoiceUnrelentingForceEffect02 on script DestroyContainerScript attached to  (96890735) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property VoiceUnrelentingForceEffect01 on script DestroyContainerScript attached to  (96890735) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property VoiceUnrelentingForceEffect03 on script DestroyContainerScript attached to  (96890734) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property VoiceUnrelentingForceEffect02 on script DestroyContainerScript attached to  (96890734) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property VoiceUnrelentingForceEffect01 on script DestroyContainerScript attached to  (96890734) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property Replacer on script DBPotteryRestore attached to  (03008121) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property Replacer on script DBPotteryRestore attached to  (8D375B01) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property Replacer on script DBPotteryRestore attached to  (0300D948) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] Error: Property LightFX on script HPGTeleport attached to  (8D136060) cannot be bound because <nullptr form> (8D136061) is not the right type
[12/30/2021 - 07:19:50PM] warning: Property VoiceUnrelentingForceEffect03 on script DestroyContainerScript attached to  (4C095C63) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property VoiceUnrelentingForceEffect02 on script DestroyContainerScript attached to  (4C095C63) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property VoiceUnrelentingForceEffect01 on script DestroyContainerScript attached to  (4C095C63) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] Error: Property TPPos on script HPGTeleport attached to  (8D095DD8) cannot be bound because <nullptr form> (8D09574C) is not the right type
[12/30/2021 - 07:19:50PM] warning: Property VoiceUnrelentingForceEffect03 on script DestroyContainerScript attached to  (4C095C62) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property VoiceUnrelentingForceEffect02 on script DestroyContainerScript attached to  (4C095C62) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property VoiceUnrelentingForceEffect01 on script DestroyContainerScript attached to  (4C095C62) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property Replacer on script DBPotteryRestore attached to  (8D46BF22) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property VoiceUnrelentingForceEffect03 on script DestroyContainerScript attached to  (4C095C66) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property VoiceUnrelentingForceEffect02 on script DestroyContainerScript attached to  (4C095C66) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property VoiceUnrelentingForceEffect01 on script DestroyContainerScript attached to  (4C095C66) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property VoiceUnrelentingForceEffect03 on script DestroyContainerScript attached to  (4C095C67) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property VoiceUnrelentingForceEffect02 on script DestroyContainerScript attached to  (4C095C67) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property VoiceUnrelentingForceEffect01 on script DestroyContainerScript attached to  (4C095C67) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property Alias_VKR_Coin on script QF_ORD_DeathsEmperor_Quest_0103222A attached to VKR_DeathsEmperor_Quest (6903222A) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property Alias_VKR_Player on script QF_ORD_DeathsEmperor_Quest_0103222A attached to VKR_DeathsEmperor_Quest (6903222A) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property VoiceUnrelentingForceEffect03 on script DestroyContainerScript attached to  (4C0036F2) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property VoiceUnrelentingForceEffect02 on script DestroyContainerScript attached to  (4C0036F2) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property VoiceUnrelentingForceEffect01 on script DestroyContainerScript attached to  (4C0036F2) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property VoiceUnrelentingForceEffect03 on script DestroyContainerScript attached to  (96890789) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property VoiceUnrelentingForceEffect02 on script DestroyContainerScript attached to  (96890789) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property VoiceUnrelentingForceEffect01 on script DestroyContainerScript attached to  (96890789) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property VoiceUnrelentingForceEffect03 on script DestroyContainerScript attached to  (1B0252BA) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property VoiceUnrelentingForceEffect02 on script DestroyContainerScript attached to  (1B0252BA) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property VoiceUnrelentingForceEffect01 on script DestroyContainerScript attached to  (1B0252BA) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property VoiceUnrelentingForceEffect03 on script DestroyContainerScript attached to  (4C0037F1) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property VoiceUnrelentingForceEffect02 on script DestroyContainerScript attached to  (4C0037F1) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property VoiceUnrelentingForceEffect01 on script DestroyContainerScript attached to  (4C0037F1) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property VoiceUnrelentingForceEffect03 on script DestroyContainerScript attached to  (4C0037F0) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property VoiceUnrelentingForceEffect02 on script DestroyContainerScript attached to  (4C0037F0) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property VoiceUnrelentingForceEffect01 on script DestroyContainerScript attached to  (4C0037F0) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property Replacer on script DBPotteryRestore attached to  (0300C0B7) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] Error: Property LightFX on script HPGTeleport attached to  (8D4AE88D) cannot be bound because <nullptr form> (8D4AE88E) is not the right type
[12/30/2021 - 07:19:50PM] warning: Property Replacer on script DBPotteryRestore attached to  (4C003715) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] Error: Property LightFX on script HPGTeleport attached to  (8D135F78) cannot be bound because <nullptr form> (8D135F76) is not the right type
[12/30/2021 - 07:19:50PM] warning: Property RandMax on script PF_OrgFacDruadachRedoubtExtW_060D5E95 attached to  (0B0D5E95) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property Ingredient02 on script PF_OrgFacDruadachRedoubtExtW_060D5E95 attached to  (0B0D5E95) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property NotLoadedIngredientCount on script PF_OrgFacDruadachRedoubtExtW_060D5E95 attached to  (0B0D5E95) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property Ingredient01 on script PF_OrgFacDruadachRedoubtExtW_060D5E95 attached to  (0B0D5E95) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property maxCount on script PF_OrgFacDruadachRedoubtExtW_060D5E95 attached to  (0B0D5E95) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property RandMin on script PF_OrgFacDruadachRedoubtExtW_060D5E95 attached to  (0B0D5E95) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property VoiceUnrelentingForceEffect03 on script DestroyContainerScript attached to  (96940790) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property VoiceUnrelentingForceEffect02 on script DestroyContainerScript attached to  (96940790) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property VoiceUnrelentingForceEffect01 on script DestroyContainerScript attached to  (96940790) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property VoiceUnrelentingForceEffect03 on script DestroyContainerScript attached to  (96940891) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property VoiceUnrelentingForceEffect02 on script DestroyContainerScript attached to  (96940891) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property VoiceUnrelentingForceEffect01 on script DestroyContainerScript attached to  (96940891) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property Replacer on script DBPotteryRestore attached to  (000CB447) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property Replacer on script DBPotteryRestore attached to  (8D14610F) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property VoiceUnrelentingForceEffect03 on script DestroyContainerScript attached to  (9689044C) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property VoiceUnrelentingForceEffect02 on script DestroyContainerScript attached to  (9689044C) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property VoiceUnrelentingForceEffect01 on script DestroyContainerScript attached to  (9689044C) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property VoiceUnrelentingForceEffect03 on script DestroyContainerScript attached to  (8D466CB7) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property VoiceUnrelentingForceEffect02 on script DestroyContainerScript attached to  (8D466CB7) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property VoiceUnrelentingForceEffect01 on script DestroyContainerScript attached to  (8D466CB7) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property VoiceUnrelentingForceEffect03 on script DestroyContainerScript attached to  (9689044D) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property VoiceUnrelentingForceEffect02 on script DestroyContainerScript attached to  (9689044D) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property VoiceUnrelentingForceEffect01 on script DestroyContainerScript attached to  (9689044D) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property dunArcherQST on script WilliamTellArrow3dnpc attached to  (102E1E29) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property flArrows on script WilliamTellArrow3dnpc attached to  (102E1E29) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property myActor on script WilliamTellArrow3dnpc attached to  (102E1E29) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property VoiceUnrelentingForceEffect03 on script DestroyContainerScript attached to  (96890751) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property VoiceUnrelentingForceEffect02 on script DestroyContainerScript attached to  (96890751) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property VoiceUnrelentingForceEffect01 on script DestroyContainerScript attached to  (96890751) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property VoiceUnrelentingForceEffect03 on script DestroyContainerScript attached to  (8D375A9A) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property VoiceUnrelentingForceEffect02 on script DestroyContainerScript attached to  (8D375A9A) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property VoiceUnrelentingForceEffect01 on script DestroyContainerScript attached to  (8D375A9A) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property Replacer on script DBPotteryRestore attached to  (8D1460E9) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property Replacer on script DBPotteryRestore attached to  (8D1460E8) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property VoiceUnrelentingForceEffect03 on script DestroyContainerScript attached to  (1B03E9D2) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property VoiceUnrelentingForceEffect02 on script DestroyContainerScript attached to  (1B03E9D2) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property VoiceUnrelentingForceEffect01 on script DestroyContainerScript attached to  (1B03E9D2) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property Replacer on script DBPotteryRestore attached to  (000CB45F) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property Replacer on script DBPotteryRestore attached to  (030095DB) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property Replacer on script DBPotteryRestore attached to  (0300814E) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property VoiceUnrelentingForceEffect03 on script DestroyContainerScript attached to  (9694040F) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property VoiceUnrelentingForceEffect02 on script DestroyContainerScript attached to  (9694040F) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property VoiceUnrelentingForceEffect01 on script DestroyContainerScript attached to  (9694040F) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property VoiceUnrelentingForceEffect03 on script DestroyContainerScript attached to  (9694040E) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property VoiceUnrelentingForceEffect02 on script DestroyContainerScript attached to  (9694040E) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property VoiceUnrelentingForceEffect01 on script DestroyContainerScript attached to  (9694040E) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property VoiceUnrelentingForceEffect03 on script DestroyContainerScript attached to  (4F0F1AE6) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property VoiceUnrelentingForceEffect02 on script DestroyContainerScript attached to  (4F0F1AE6) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property VoiceUnrelentingForceEffect01 on script DestroyContainerScript attached to  (4F0F1AE6) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] Error: Property TPPos on script HPGTeleport attached to  (8D095DDA) cannot be bound because <nullptr form> (8D09574B) is not the right type
[12/30/2021 - 07:19:50PM] warning: Property Replacer on script DBPotteryRestore attached to  (8D14B4AE) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property RWT_IcebergsToggle on script RealisticWaterTwoMCM attached to RealisticWaterTwoMCMQuest (420C5FA5) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property VoiceUnrelentingForceEffect03 on script DestroyContainerScript attached to  (0005EDBF) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property VoiceUnrelentingForceEffect02 on script DestroyContainerScript attached to  (0005EDBF) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property VoiceUnrelentingForceEffect01 on script DestroyContainerScript attached to  (0005EDBF) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property VoiceUnrelentingForceEffect03 on script DestroyContainerScript attached to  (0005EDBD) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property VoiceUnrelentingForceEffect02 on script DestroyContainerScript attached to  (0005EDBD) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property VoiceUnrelentingForceEffect01 on script DestroyContainerScript attached to  (0005EDBD) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property Alias_HelgenEndMarker on script QF_MQ101_0003372B attached to MQ101 (0003372B) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property VoiceUnrelentingForceEffect03 on script DestroyContainerScript attached to  (969905A3) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property VoiceUnrelentingForceEffect02 on script DestroyContainerScript attached to  (969905A3) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property VoiceUnrelentingForceEffect01 on script DestroyContainerScript attached to  (969905A3) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property VoiceUnrelentingForceEffect03 on script DestroyContainerScript attached to  (8D466CAC) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property VoiceUnrelentingForceEffect02 on script DestroyContainerScript attached to  (8D466CAC) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property VoiceUnrelentingForceEffect01 on script DestroyContainerScript attached to  (8D466CAC) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property VoiceUnrelentingForceEffect03 on script DestroyContainerScript attached to  (8D466CB3) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property VoiceUnrelentingForceEffect02 on script DestroyContainerScript attached to  (8D466CB3) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property VoiceUnrelentingForceEffect01 on script DestroyContainerScript attached to  (8D466CB3) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] Error: Property Spider1 on script qf_svashniquest_0414e08b attached to SvashniQuest (1014E08B) cannot be bound because <nullptr form> (000848E5) is not the right type
[12/30/2021 - 07:19:50PM] warning: Property Replacer on script DBPotteryRestore attached to  (8D0CEEA3) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property VoiceUnrelentingForceEffect03 on script DestroyContainerScript attached to  (9699062A) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property VoiceUnrelentingForceEffect02 on script DestroyContainerScript attached to  (9699062A) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property VoiceUnrelentingForceEffect01 on script DestroyContainerScript attached to  (9699062A) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] Error: Property LightFX on script HPGTeleport attached to  (8D136066) cannot be bound because <nullptr form> (8D136067) is not the right type
[12/30/2021 - 07:19:50PM] Error: Property TPPos on script HPGTeleport attached to  (8D095DD3) cannot be bound because <nullptr form> (8D09574D) is not the right type
[12/30/2021 - 07:19:50PM] warning: Property VoiceUnrelentingForceEffect03 on script DestroyContainerScript attached to  (4F00F307) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property VoiceUnrelentingForceEffect02 on script DestroyContainerScript attached to  (4F00F307) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property VoiceUnrelentingForceEffect01 on script DestroyContainerScript attached to  (4F00F307) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property VoiceUnrelentingForceEffect03 on script DestroyContainerScript attached to  (4F0F1E53) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property VoiceUnrelentingForceEffect02 on script DestroyContainerScript attached to  (4F0F1E53) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property VoiceUnrelentingForceEffect01 on script DestroyContainerScript attached to  (4F0F1E53) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property VoiceUnrelentingForceEffect03 on script DestroyContainerScript attached to  (9689043C) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property VoiceUnrelentingForceEffect02 on script DestroyContainerScript attached to  (9689043C) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property VoiceUnrelentingForceEffect01 on script DestroyContainerScript attached to  (9689043C) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] Error: Property LightFX on script HPGTeleport attached to  (8D136063) cannot be bound because <nullptr form> (8D136064) is not the right type
[12/30/2021 - 07:19:50PM] warning: Property VoiceUnrelentingForceEffect03 on script DestroyContainerScript attached to  (96890733) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property VoiceUnrelentingForceEffect02 on script DestroyContainerScript attached to  (96890733) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property VoiceUnrelentingForceEffect01 on script DestroyContainerScript attached to  (96890733) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property VoiceUnrelentingForceEffect03 on script DestroyContainerScript attached to  (96990174) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property VoiceUnrelentingForceEffect02 on script DestroyContainerScript attached to  (96990174) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property VoiceUnrelentingForceEffect01 on script DestroyContainerScript attached to  (96990174) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property VoiceUnrelentingForceEffect03 on script DestroyContainerScript attached to  (969408E4) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property VoiceUnrelentingForceEffect02 on script DestroyContainerScript attached to  (969408E4) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property VoiceUnrelentingForceEffect01 on script DestroyContainerScript attached to  (969408E4) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property VoiceUnrelentingForceEffect03 on script DestroyContainerScript attached to  (969408E5) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property VoiceUnrelentingForceEffect02 on script DestroyContainerScript attached to  (969408E5) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property VoiceUnrelentingForceEffect01 on script DestroyContainerScript attached to  (969408E5) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property Replacer on script DBPotteryRestore attached to  (8D150922) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property beamTarget on script da09script attached to DA09 (0004E4E1) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property follower on script da09script attached to DA09 (0004E4E1) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property AnimalFollower on script da09script attached to DA09 (0004E4E1) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property DLC2WE09 on script DLC2_QF_DLC2MQ07_020179D7 attached to DLC2MQ06 (020179D7) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property MiraakBattleAlias on script DLC2_QF_DLC2MQ07_020179D7 attached to DLC2MQ06 (020179D7) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property Replacer on script DBPotteryRestore attached to  (000CB463) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property VoiceUnrelentingForceEffect03 on script DestroyContainerScript attached to  (9689076C) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property VoiceUnrelentingForceEffect02 on script DestroyContainerScript attached to  (9689076C) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property VoiceUnrelentingForceEffect01 on script DestroyContainerScript attached to  (9689076C) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property VoiceUnrelentingForceEffect03 on script DestroyContainerScript attached to  (9689076D) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property VoiceUnrelentingForceEffect02 on script DestroyContainerScript attached to  (9689076D) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property VoiceUnrelentingForceEffect01 on script DestroyContainerScript attached to  (9689076D) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property VoiceUnrelentingForceEffect03 on script DestroyContainerScript attached to  (969905A5) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property VoiceUnrelentingForceEffect02 on script DestroyContainerScript attached to  (969905A5) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property VoiceUnrelentingForceEffect01 on script DestroyContainerScript attached to  (969905A5) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property Replacer on script DBPotteryRestore attached to  (8D150688) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property VoiceUnrelentingForceEffect03 on script DestroyContainerScript attached to  (9689043B) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property VoiceUnrelentingForceEffect02 on script DestroyContainerScript attached to  (9689043B) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property VoiceUnrelentingForceEffect01 on script DestroyContainerScript attached to  (9689043B) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property VoiceUnrelentingForceEffect03 on script DestroyContainerScript attached to  (8D466CB8) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property VoiceUnrelentingForceEffect02 on script DestroyContainerScript attached to  (8D466CB8) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property VoiceUnrelentingForceEffect01 on script DestroyContainerScript attached to  (8D466CB8) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property Replacer on script DBPotteryRestore attached to  (8D46BE15) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property VoiceUnrelentingForceEffect03 on script DestroyContainerScript attached to  (8D466CBF) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property VoiceUnrelentingForceEffect02 on script DestroyContainerScript attached to  (8D466CBF) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property VoiceUnrelentingForceEffect01 on script DestroyContainerScript attached to  (8D466CBF) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property VoiceUnrelentingForceEffect03 on script DestroyContainerScript attached to  (4C004228) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property VoiceUnrelentingForceEffect02 on script DestroyContainerScript attached to  (4C004228) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property VoiceUnrelentingForceEffect01 on script DestroyContainerScript attached to  (4C004228) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] Error: Property LightFX on script HPGTeleport attached to  (8D13605A) cannot be bound because <nullptr form> (8D13605B) is not the right type
[12/30/2021 - 07:19:50PM] warning: Property FindingNewVictims on script WW42DBBlackHandVariablesScript attached to WW42DBTheBlackHand (8E01CD5E) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property Replacer on script DBPotteryRestore attached to  (4C0A766C) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property VoiceUnrelentingForceEffect03 on script DestroyContainerScript attached to  (4C095C64) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property VoiceUnrelentingForceEffect02 on script DestroyContainerScript attached to  (4C095C64) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property VoiceUnrelentingForceEffect01 on script DestroyContainerScript attached to  (4C095C64) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property VoiceUnrelentingForceEffect03 on script DestroyContainerScript attached to  (4C095C65) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property VoiceUnrelentingForceEffect02 on script DestroyContainerScript attached to  (4C095C65) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property VoiceUnrelentingForceEffect01 on script DestroyContainerScript attached to  (4C095C65) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Property Replacer on script DBPotteryRestore attached to  (8D46BF88) cannot be initialized because the script no longer contains that property
[12/30/2021 - 07:19:50PM] warning: Variable slaTarget on script sslSystemConfig has an invalid type slaConfigScr loaded from save. This variable will be skipped.
[12/30/2021 - 07:19:51PM] VM is thawing...
[12/30/2021 - 07:19:51PM] [dxflowergirlsmod <FlowerGirls (120012C5)>] SKSE64 is available.
[12/30/2021 - 07:19:51PM] SEXLAB - LOADED: Version 16208 / 16208
[12/30/2021 - 07:19:51PM] [dxflowergirlsmod <FlowerGirls (120012C5)>] PapyrusUtils is available.
[12/30/2021 - 07:19:51PM] 
[12/30/2021 - 07:19:51PM] =====Wet and Cold is refreshing itself and searching for addons. Any errors below are harmless.=====
[12/30/2021 - 07:19:51PM] 
[12/30/2021 - 07:19:51PM] [dxflowergirlsmod <FlowerGirls (120012C5)>] SkyUI is available. Launching MCM
[12/30/2021 - 07:19:51PM] SexLab MCM Loaded CurrentVerison: 16208 / 16208
[12/30/2021 - 07:19:51PM] Lucien is checking for compatible mods. Will return harmless errors if not found.
[12/30/2021 - 07:19:51PM] SLAL: SLAL: OnLoad
[12/30/2021 - 07:19:51PM] SOS Maintenance: loaded version is 300004
[12/30/2021 - 07:19:51PM] SOS Maintenance: 300004 is update
[12/30/2021 - 07:19:51PM] Conduit: checking mod version...
[12/30/2021 - 07:19:51PM] Conduit: registering for HIGGS grab event
[12/30/2021 - 07:19:51PM] Conduit: active version on save is: 1.000000
[12/30/2021 - 07:19:51PM] Conduit: installed version is: 1.000000
[12/30/2021 - 07:19:51PM] Conduit: versions match
[12/30/2021 - 07:19:51PM] error: Native static function VrikGetFingerPos does not match existing signature on linked type VRIK. Function will not be bound.
[12/30/2021 - 07:19:51PM] error: Native static function UnregisterForVRHapticEvents could find no matching static function on linked type PapyrusVR. Function will not be bound.
[12/30/2021 - 07:19:51PM] error: Native static function RegisterForVRHapticEvents could find no matching static function on linked type PapyrusVR. Function will not be bound.
[12/30/2021 - 07:19:51PM] Error: Static function IsPluginInstalled not found on object Game. Aborting call and returning None
stack:
    [USSEPVersionTracking (062C5562)].ussep_versiontrackingscript.ProcessRetroScripts() - "USSEP_VersionTrackingScript.psc" Line ?
    [alias Player on quest USSEPVersionTracking (062C5562)].USSEP_VersionTrackingAliasScript.OnPlayerLoadGame() - "USSEP_VersionTrackingAliasScript.psc" Line ?
[12/30/2021 - 07:19:51PM] warning: Assigning None to a non-object variable named "::temp2"
stack:
    [USSEPVersionTracking (062C5562)].ussep_versiontrackingscript.ProcessRetroScripts() - "USSEP_VersionTrackingScript.psc" Line ?
    [alias Player on quest USSEPVersionTracking (062C5562)].USSEP_VersionTrackingAliasScript.OnPlayerLoadGame() - "USSEP_VersionTrackingAliasScript.psc" Line ?
[12/30/2021 - 07:19:51PM] Error: Static function IsPluginInstalled not found on object Game. Aborting call and returning None
stack:
    [USSEPVersionTracking (062C5562)].ussep_versiontrackingscript.ProcessRetroScripts() - "USSEP_VersionTrackingScript.psc" Line ?
    [alias Player on quest USSEPVersionTracking (062C5562)].USSEP_VersionTrackingAliasScript.OnPlayerLoadGame() - "USSEP_VersionTrackingAliasScript.psc" Line ?
[12/30/2021 - 07:19:51PM] warning: Assigning None to a non-object variable named "::temp2"
stack:
    [USSEPVersionTracking (062C5562)].ussep_versiontrackingscript.ProcessRetroScripts() - "USSEP_VersionTrackingScript.psc" Line ?
    [alias Player on quest USSEPVersionTracking (062C5562)].USSEP_VersionTrackingAliasScript.OnPlayerLoadGame() - "USSEP_VersionTrackingAliasScript.psc" Line ?
[12/30/2021 - 07:19:51PM] Error: Static function IsPluginInstalled not found on object Game. Aborting call and returning None
stack:
    [USSEPVersionTracking (062C5562)].ussep_versiontrackingscript.ProcessRetroScripts() - "USSEP_VersionTrackingScript.psc" Line ?
    [alias Player on quest USSEPVersionTracking (062C5562)].USSEP_VersionTrackingAliasScript.OnPlayerLoadGame() - "USSEP_VersionTrackingAliasScript.psc" Line ?
[12/30/2021 - 07:19:51PM] warning: Assigning None to a non-object variable named "::temp2"
stack:
    [USSEPVersionTracking (062C5562)].ussep_versiontrackingscript.ProcessRetroScripts() - "USSEP_VersionTrackingScript.psc" Line ?
    [alias Player on quest USSEPVersionTracking (062C5562)].USSEP_VersionTrackingAliasScript.OnPlayerLoadGame() - "USSEP_VersionTrackingAliasScript.psc" Line ?
[12/30/2021 - 07:19:51PM] Error: Static function IsPluginInstalled not found on object Game. Aborting call and returning None
stack:
    [USSEPVersionTracking (062C5562)].ussep_versiontrackingscript.ProcessRetroScripts() - "USSEP_VersionTrackingScript.psc" Line ?
    [alias Player on quest USSEPVersionTracking (062C5562)].USSEP_VersionTrackingAliasScript.OnPlayerLoadGame() - "USSEP_VersionTrackingAliasScript.psc" Line ?
[12/30/2021 - 07:19:51PM] warning: Assigning None to a non-object variable named "::temp2"
stack:
    [USSEPVersionTracking (062C5562)].ussep_versiontrackingscript.ProcessRetroScripts() - "USSEP_VersionTrackingScript.psc" Line ?
    [alias Player on quest USSEPVersionTracking (062C5562)].USSEP_VersionTrackingAliasScript.OnPlayerLoadGame() - "USSEP_VersionTrackingAliasScript.psc" Line ?
[12/30/2021 - 07:19:51PM] Error: Static function IsPluginInstalled not found on object Game. Aborting call and returning None
stack:
    [USSEPVersionTracking (062C5562)].ussep_versiontrackingscript.ProcessRetroScripts() - "USSEP_VersionTrackingScript.psc" Line ?
    [alias Player on quest USSEPVersionTracking (062C5562)].USSEP_VersionTrackingAliasScript.OnPlayerLoadGame() - "USSEP_VersionTrackingAliasScript.psc" Line ?
[12/30/2021 - 07:19:51PM] warning: Assigning None to a non-object variable named "::temp2"
stack:
    [USSEPVersionTracking (062C5562)].ussep_versiontrackingscript.ProcessRetroScripts() - "USSEP_VersionTrackingScript.psc" Line ?
    [alias Player on quest USSEPVersionTracking (062C5562)].USSEP_VersionTrackingAliasScript.OnPlayerLoadGame() - "USSEP_VersionTrackingAliasScript.psc" Line ?
[12/30/2021 - 07:19:51PM] --- HSH soft requirements check: ignore any errors following ---
[12/30/2021 - 07:19:52PM] Error: INI setting "fInventory3DItemPosXWide:Interface" does not exist
stack:
    <unknown self>.utility.SetINIFloat() - "<native>" Line ?
    [SKI_ConfigMenuInstance (2E000820)].SKI_ConfigMenu.Apply3DItemXOffset() - "SKI_ConfigMenu.psc" Line ?
    [SKI_ConfigMenuInstance (2E000820)].SKI_ConfigMenu.ApplySettings() - "SKI_ConfigMenu.psc" Line ?
    [SKI_ConfigMenuInstance (2E000820)].SKI_ConfigMenu.OnGameReload() - "SKI_ConfigMenu.psc" Line ?
    [alias playerAlias on quest SKI_ConfigMenuInstance (2E000820)].SKI_PlayerLoadGameAlias.OnPlayerLoadGame() - "SKI_PlayerLoadGameAlias.psc" Line ?
[12/30/2021 - 07:19:52PM] =================PAHE8.0.7 mpsd - combat training improvements and released slave friends - test 13: Startup Process.==================================
[12/30/2021 - 07:19:52PM] PAHe8.0.1 betaLOADED
[12/30/2021 - 07:19:52PM] ====================PAHExtension: Checking for soft dependencies.====================
[12/30/2021 - 07:19:52PM] user has PAH_HomeSweetHome addon loaded
[12/30/2021 - 07:19:52PM] Error: File "AmazingFollowerTweaks.esp" does not exist or is not currently loaded.
stack:
    <unknown self>.Game.GetFormFromFile() - "<native>" Line ?
    [alias playerAlias on quest JRLucienModHandler (5F32BC44)].JR_ModChecker.CheckAllMods() - "JR_ModChecker.psc" Line ?
    [alias playerAlias on quest JRLucienModHandler (5F32BC44)].JR_ModChecker.OnPlayerLoadGame() - "JR_ModChecker.psc" Line ?
[12/30/2021 - 07:19:52PM] 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 (5F32BC44)].JR_ModChecker.ModCheck() - "JR_ModChecker.psc" Line ?
    [alias playerAlias on quest JRLucienModHandler (5F32BC44)].JR_ModChecker.CheckAllMods() - "JR_ModChecker.psc" Line ?
    [alias playerAlias on quest JRLucienModHandler (5F32BC44)].JR_ModChecker.OnPlayerLoadGame() - "JR_ModChecker.psc" Line ?
[12/30/2021 - 07:19:52PM] Error: File "CeliatheKettleMaidenFollower.esp" does not exist or is not currently loaded.
stack:
    <unknown self>.Game.GetFormFromFile() - "<native>" Line ?
    [alias playerAlias on quest JRLucienModHandler (5F32BC44)].JR_ModChecker.ModCheck() - "JR_ModChecker.psc" Line ?
    [alias playerAlias on quest JRLucienModHandler (5F32BC44)].JR_ModChecker.CheckAllMods() - "JR_ModChecker.psc" Line ?
    [alias playerAlias on quest JRLucienModHandler (5F32BC44)].JR_ModChecker.OnPlayerLoadGame() - "JR_ModChecker.psc" Line ?
[12/30/2021 - 07:19:52PM] Error: File "HothFollower.esp" does not exist or is not currently loaded.
stack:
    <unknown self>.Game.GetFormFromFile() - "<native>" Line ?
    [alias playerAlias on quest JRLucienModHandler (5F32BC44)].JR_ModChecker.ModCheck() - "JR_ModChecker.psc" Line ?
    [alias playerAlias on quest JRLucienModHandler (5F32BC44)].JR_ModChecker.CheckAllMods() - "JR_ModChecker.psc" Line ?
    [alias playerAlias on quest JRLucienModHandler (5F32BC44)].JR_ModChecker.OnPlayerLoadGame() - "JR_ModChecker.psc" Line ?
[12/30/2021 - 07:19:52PM] 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 (5F32BC44)].JR_ModChecker.ModCheck() - "JR_ModChecker.psc" Line ?
    [alias playerAlias on quest JRLucienModHandler (5F32BC44)].JR_ModChecker.CheckAllMods() - "JR_ModChecker.psc" Line ?
    [alias playerAlias on quest JRLucienModHandler (5F32BC44)].JR_ModChecker.OnPlayerLoadGame() - "JR_ModChecker.psc" Line ?
[12/30/2021 - 07:19:52PM] Error: File "EMCompViljaSkyrim.esp" does not exist or is not currently loaded.
stack:
    <unknown self>.Game.GetFormFromFile() - "<native>" Line ?
    [alias playerAlias on quest JRLucienModHandler (5F32BC44)].JR_ModChecker.ModCheck() - "JR_ModChecker.psc" Line ?
    [alias playerAlias on quest JRLucienModHandler (5F32BC44)].JR_ModChecker.CheckAllMods() - "JR_ModChecker.psc" Line ?
    [alias playerAlias on quest JRLucienModHandler (5F32BC44)].JR_ModChecker.OnPlayerLoadGame() - "JR_ModChecker.psc" Line ?
[12/30/2021 - 07:19:52PM] Error: File "AnnaNPCs.esp" does not exist or is not currently loaded.
stack:
    <unknown self>.Game.GetFormFromFile() - "<native>" Line ?
    [alias playerAlias on quest JRLucienModHandler (5F32BC44)].JR_ModChecker.ModCheck() - "JR_ModChecker.psc" Line ?
    [alias playerAlias on quest JRLucienModHandler (5F32BC44)].JR_ModChecker.CheckAllMods() - "JR_ModChecker.psc" Line ?
    [alias playerAlias on quest JRLucienModHandler (5F32BC44)].JR_ModChecker.OnPlayerLoadGame() - "JR_ModChecker.psc" Line ?
[12/30/2021 - 07:19:52PM] Error: File "AnnaNPCs.esp" does not exist or is not currently loaded.
stack:
    <unknown self>.Game.GetFormFromFile() - "<native>" Line ?
    [alias playerAlias on quest JRLucienModHandler (5F32BC44)].JR_ModChecker.ModCheck() - "JR_ModChecker.psc" Line ?
    [alias playerAlias on quest JRLucienModHandler (5F32BC44)].JR_ModChecker.CheckAllMods() - "JR_ModChecker.psc" Line ?
    [alias playerAlias on quest JRLucienModHandler (5F32BC44)].JR_ModChecker.OnPlayerLoadGame() - "JR_ModChecker.psc" Line ?
[12/30/2021 - 07:19:52PM] Error: File "AnnaNPCs.esp" does not exist or is not currently loaded.
stack:
    <unknown self>.Game.GetFormFromFile() - "<native>" Line ?
    [alias playerAlias on quest JRLucienModHandler (5F32BC44)].JR_ModChecker.ModCheck() - "JR_ModChecker.psc" Line ?
    [alias playerAlias on quest JRLucienModHandler (5F32BC44)].JR_ModChecker.CheckAllMods() - "JR_ModChecker.psc" Line ?
    [alias playerAlias on quest JRLucienModHandler (5F32BC44)].JR_ModChecker.OnPlayerLoadGame() - "JR_ModChecker.psc" Line ?
[12/30/2021 - 07:19:52PM] Error: File "AnnaNPCs.esp" does not exist or is not currently loaded.
stack:
    <unknown self>.Game.GetFormFromFile() - "<native>" Line ?
    [alias playerAlias on quest JRLucienModHandler (5F32BC44)].JR_ModChecker.ModCheck() - "JR_ModChecker.psc" Line ?
    [alias playerAlias on quest JRLucienModHandler (5F32BC44)].JR_ModChecker.CheckAllMods() - "JR_ModChecker.psc" Line ?
    [alias playerAlias on quest JRLucienModHandler (5F32BC44)].JR_ModChecker.OnPlayerLoadGame() - "JR_ModChecker.psc" Line ?
[12/30/2021 - 07:19:52PM] Error: File "AnnaNPCs.esp" does not exist or is not currently loaded.
stack:
    <unknown self>.Game.GetFormFromFile() - "<native>" Line ?
    [alias playerAlias on quest JRLucienModHandler (5F32BC44)].JR_ModChecker.ModCheck() - "JR_ModChecker.psc" Line ?
    [alias playerAlias on quest JRLucienModHandler (5F32BC44)].JR_ModChecker.CheckAllMods() - "JR_ModChecker.psc" Line ?
    [alias playerAlias on quest JRLucienModHandler (5F32BC44)].JR_ModChecker.OnPlayerLoadGame() - "JR_ModChecker.psc" Line ?
[12/30/2021 - 07:19:52PM] Error: File "AnnaNPCs.esp" does not exist or is not currently loaded.
stack:
    <unknown self>.Game.GetFormFromFile() - "<native>" Line ?
    [alias playerAlias on quest JRLucienModHandler (5F32BC44)].JR_ModChecker.ModCheck() - "JR_ModChecker.psc" Line ?
    [alias playerAlias on quest JRLucienModHandler (5F32BC44)].JR_ModChecker.CheckAllMods() - "JR_ModChecker.psc" Line ?
    [alias playerAlias on quest JRLucienModHandler (5F32BC44)].JR_ModChecker.OnPlayerLoadGame() - "JR_ModChecker.psc" Line ?
[12/30/2021 - 07:19:52PM] Error: INI setting "fInventory3DItemPosX:Interface" does not exist
stack:
    <unknown self>.utility.SetINIFloat() - "<native>" Line ?
    [SKI_ConfigMenuInstance (2E000820)].SKI_ConfigMenu.Apply3DItemXOffset() - "SKI_ConfigMenu.psc" Line ?
    [SKI_ConfigMenuInstance (2E000820)].SKI_ConfigMenu.ApplySettings() - "SKI_ConfigMenu.psc" Line ?
    [SKI_ConfigMenuInstance (2E000820)].SKI_ConfigMenu.OnGameReload() - "SKI_ConfigMenu.psc" Line ?
    [alias playerAlias on quest SKI_ConfigMenuInstance (2E000820)].SKI_PlayerLoadGameAlias.OnPlayerLoadGame() - "SKI_PlayerLoadGameAlias.psc" Line ?
[12/30/2021 - 07:19:52PM] Dawnguard successfully loaded
[12/30/2021 - 07:19:52PM] Error: File "AnnaNPCs.esp" does not exist or is not currently loaded.
stack:
    <unknown self>.Game.GetFormFromFile() - "<native>" Line ?
    [alias playerAlias on quest JRLucienModHandler (5F32BC44)].JR_ModChecker.ModCheck() - "JR_ModChecker.psc" Line ?
    [alias playerAlias on quest JRLucienModHandler (5F32BC44)].JR_ModChecker.CheckAllMods() - "JR_ModChecker.psc" Line ?
    [alias playerAlias on quest JRLucienModHandler (5F32BC44)].JR_ModChecker.OnPlayerLoadGame() - "JR_ModChecker.psc" Line ?
[12/30/2021 - 07:19:52PM] Dragonborn successfully loaded
[12/30/2021 - 07:19:52PM] zbfExternal: Compatibility checking
[12/30/2021 - 07:19:52PM] Error: File "AnnaNPCs.esp" does not exist or is not currently loaded.
stack:
    <unknown self>.Game.GetFormFromFile() - "<native>" Line ?
    [alias playerAlias on quest JRLucienModHandler (5F32BC44)].JR_ModChecker.ModCheck() - "JR_ModChecker.psc" Line ?
    [alias playerAlias on quest JRLucienModHandler (5F32BC44)].JR_ModChecker.CheckAllMods() - "JR_ModChecker.psc" Line ?
    [alias playerAlias on quest JRLucienModHandler (5F32BC44)].JR_ModChecker.OnPlayerLoadGame() - "JR_ModChecker.psc" Line ?
[12/30/2021 - 07:19:52PM] zbfExternal: -------------------------------------------------------
[12/30/2021 - 07:19:52PM] Error: File "AnnaNPCs.esp" does not exist or is not currently loaded.
stack:
    <unknown self>.Game.GetFormFromFile() - "<native>" Line ?
    [alias playerAlias on quest JRLucienModHandler (5F32BC44)].JR_ModChecker.ModCheck() - "JR_ModChecker.psc" Line ?
    [alias playerAlias on quest JRLucienModHandler (5F32BC44)].JR_ModChecker.CheckAllMods() - "JR_ModChecker.psc" Line ?
    [alias playerAlias on quest JRLucienModHandler (5F32BC44)].JR_ModChecker.OnPlayerLoadGame() - "JR_ModChecker.psc" Line ?
[12/30/2021 - 07:19:52PM] zbfExternal:                    SexLab version: 16208
[12/30/2021 - 07:19:52PM] zbfExternal:                 SlaveTats version: 
[12/30/2021 - 07:19:52PM] Error: File "AnnaNPCs.esp" does not exist or is not currently loaded.
stack:
    <unknown self>.Game.GetFormFromFile() - "<native>" Line ?
    [alias playerAlias on quest JRLucienModHandler (5F32BC44)].JR_ModChecker.ModCheck() - "JR_ModChecker.psc" Line ?
    [alias playerAlias on quest JRLucienModHandler (5F32BC44)].JR_ModChecker.CheckAllMods() - "JR_ModChecker.psc" Line ?
    [alias playerAlias on quest JRLucienModHandler (5F32BC44)].JR_ModChecker.OnPlayerLoadGame() - "JR_ModChecker.psc" Line ?
[12/30/2021 - 07:19:52PM] Error: File "AnnaNPCs.esp" does not exist or is not currently loaded.
stack:
    <unknown self>.Game.GetFormFromFile() - "<native>" Line ?
    [alias playerAlias on quest JRLucienModHandler (5F32BC44)].JR_ModChecker.ModCheck() - "JR_ModChecker.psc" Line ?
    [alias playerAlias on quest JRLucienModHandler (5F32BC44)].JR_ModChecker.CheckAllMods() - "JR_ModChecker.psc" Line ?
    [alias playerAlias on quest JRLucienModHandler (5F32BC44)].JR_ModChecker.OnPlayerLoadGame() - "JR_ModChecker.psc" Line ?
[12/30/2021 - 07:19:52PM] Error: File "AnnaNPCs.esp" does not exist or is not currently loaded.
stack:
    <unknown self>.Game.GetFormFromFile() - "<native>" Line ?
    [alias playerAlias on quest JRLucienModHandler (5F32BC44)].JR_ModChecker.ModCheck() - "JR_ModChecker.psc" Line ?
    [alias playerAlias on quest JRLucienModHandler (5F32BC44)].JR_ModChecker.CheckAllMods() - "JR_ModChecker.psc" Line ?
    [alias playerAlias on quest JRLucienModHandler (5F32BC44)].JR_ModChecker.OnPlayerLoadGame() - "JR_ModChecker.psc" Line ?
[12/30/2021 - 07:19:52PM] Error: File "0Kaidan.esp" does not exist or is not currently loaded.
stack:
    <unknown self>.Game.GetFormFromFile() - "<native>" Line ?
    [alias playerAlias on quest JRLucienModHandler (5F32BC44)].JR_ModChecker.ModCheck() - "JR_ModChecker.psc" Line ?
    [alias playerAlias on quest JRLucienModHandler (5F32BC44)].JR_ModChecker.CheckAllMods() - "JR_ModChecker.psc" Line ?
    [alias playerAlias on quest JRLucienModHandler (5F32BC44)].JR_ModChecker.OnPlayerLoadGame() - "JR_ModChecker.psc" Line ?
[12/30/2021 - 07:19:52PM] Error: File "0Kaidan.esp" does not exist or is not currently loaded.
stack:
    <unknown self>.Game.GetFormFromFile() - "<native>" Line ?
    [alias playerAlias on quest JRLucienModHandler (5F32BC44)].JR_ModChecker.ModCheck() - "JR_ModChecker.psc" Line ?
    [alias playerAlias on quest JRLucienModHandler (5F32BC44)].JR_ModChecker.CheckAllMods() - "JR_ModChecker.psc" Line ?
    [alias playerAlias on quest JRLucienModHandler (5F32BC44)].JR_ModChecker.OnPlayerLoadGame() - "JR_ModChecker.psc" Line ?
[12/30/2021 - 07:19:52PM] 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 (5F32BC44)].JR_ModChecker.ModCheck() - "JR_ModChecker.psc" Line ?
    [alias playerAlias on quest JRLucienModHandler (5F32BC44)].JR_ModChecker.CheckAllMods() - "JR_ModChecker.psc" Line ?
    [alias playerAlias on quest JRLucienModHandler (5F32BC44)].JR_ModChecker.OnPlayerLoadGame() - "JR_ModChecker.psc" Line ?
[12/30/2021 - 07:19:52PM] zbf NoSprint effect registered as leash collar effect
[12/30/2021 - 07:19:52PM] zbf SlowMove effect registered as leash collar effect
[12/30/2021 - 07:19:52PM] user has SexLabDefeat loaded
[12/30/2021 - 07:19:52PM] ====================PAHExtension: End of soft dependencies.==========================
[12/30/2021 - 07:19:52PM] zbfExternal:                  RaceMenu version: 7
[12/30/2021 - 07:19:52PM] 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 (5F32BC44)].JR_ModChecker.ModCheckCreature() - "JR_ModChecker.psc" Line ?
    [alias playerAlias on quest JRLucienModHandler (5F32BC44)].JR_ModChecker.CheckAllMods() - "JR_ModChecker.psc" Line ?
    [alias playerAlias on quest JRLucienModHandler (5F32BC44)].JR_ModChecker.OnPlayerLoadGame() - "JR_ModChecker.psc" Line ?
[12/30/2021 - 07:19:52PM] zbfExternal: Non SexLab Animation Pack version: 0
[12/30/2021 - 07:19:52PM] zbfExternal: -------------------------------------------------------
[12/30/2021 - 07:19:52PM] 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 (5F32BC44)].JR_ModChecker.ModCheckLoc() - "JR_ModChecker.psc" Line ?
    [alias playerAlias on quest JRLucienModHandler (5F32BC44)].JR_ModChecker.CheckAllMods() - "JR_ModChecker.psc" Line ?
    [alias playerAlias on quest JRLucienModHandler (5F32BC44)].JR_ModChecker.OnPlayerLoadGame() - "JR_ModChecker.psc" Line ?
[12/30/2021 - 07:19:52PM] zbfExternal:                    SexLab support: TRUE
[12/30/2021 - 07:19:52PM] zbfExternal:                   Overlay support: False
[12/30/2021 - 07:19:52PM] 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 (5F32BC44)].JR_ModChecker.ModCheckLoc() - "JR_ModChecker.psc" Line ?
    [alias playerAlias on quest JRLucienModHandler (5F32BC44)].JR_ModChecker.CheckAllMods() - "JR_ModChecker.psc" Line ?
    [alias playerAlias on quest JRLucienModHandler (5F32BC44)].JR_ModChecker.OnPlayerLoadGame() - "JR_ModChecker.psc" Line ?
[12/30/2021 - 07:19:52PM] zbfExternal:      Non SexLab Animation support: False
[12/30/2021 - 07:19:52PM] Error: File "Telengard.esp" does not exist or is not currently loaded.
stack:
    <unknown self>.Game.GetFormFromFile() - "<native>" Line ?
    [alias playerAlias on quest JRLucienModHandler (5F32BC44)].JR_ModChecker.ModCheckLoc() - "JR_ModChecker.psc" Line ?
    [alias playerAlias on quest JRLucienModHandler (5F32BC44)].JR_ModChecker.CheckAllMods() - "JR_ModChecker.psc" Line ?
    [alias playerAlias on quest JRLucienModHandler (5F32BC44)].JR_ModChecker.OnPlayerLoadGame() - "JR_ModChecker.psc" Line ?
[12/30/2021 - 07:19:52PM] zbfExternal: -------------------------------------------------------
[12/30/2021 - 07:19:52PM] 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 (5F32BC44)].JR_ModChecker.ModCheckSpell() - "JR_ModChecker.psc" Line ?
    [alias playerAlias on quest JRLucienModHandler (5F32BC44)].JR_ModChecker.CheckAllMods() - "JR_ModChecker.psc" Line ?
    [alias playerAlias on quest JRLucienModHandler (5F32BC44)].JR_ModChecker.OnPlayerLoadGame() - "JR_ModChecker.psc" Line ?
[12/30/2021 - 07:19:52PM] Error: File "" does not exist or is not currently loaded.
stack:
    <unknown self>.Game.GetFormFromFile() - "<native>" Line ?
    [alias playerAlias on quest JRLucienModHandler (5F32BC44)].JR_ModChecker.ModCheckSpell() - "JR_ModChecker.psc" Line ?
    [alias playerAlias on quest JRLucienModHandler (5F32BC44)].JR_ModChecker.CheckAllMods() - "JR_ModChecker.psc" Line ?
    [alias playerAlias on quest JRLucienModHandler (5F32BC44)].JR_ModChecker.OnPlayerLoadGame() - "JR_ModChecker.psc" Line ?
[12/30/2021 - 07:19:52PM] Error: File "Wyrmstooth.esp" does not exist or is not currently loaded.
stack:
    <unknown self>.Game.GetFormFromFile() - "<native>" Line ?
    [_WetQuest (89000D63)]._wetquestscript.Maintenance() - "_WetQuestScript.psc" Line ?
    [alias Player on quest _WetQuest (89000D63)]._wetplayeralias.OnPlayerLoadGame() - "_WetPlayerAlias.psc" Line ?
[12/30/2021 - 07:19:52PM] Error: File "Frostfall.esp" does not exist or is not currently loaded.
stack:
    <unknown self>.Game.GetFormFromFile() - "<native>" Line ?
    [_WetQuest (89000D63)]._wetquestscript.Maintenance() - "_WetQuestScript.psc" Line ?
    [alias Player on quest _WetQuest (89000D63)]._wetplayeralias.OnPlayerLoadGame() - "_WetPlayerAlias.psc" Line ?
[12/30/2021 - 07:19:52PM] Error: File "Campfire.esm" does not exist or is not currently loaded.
stack:
    <unknown self>.Game.GetFormFromFile() - "<native>" Line ?
    [_WetQuest (89000D63)]._wetquestscript.Maintenance() - "_WetQuestScript.psc" Line ?
    [alias Player on quest _WetQuest (89000D63)]._wetplayeralias.OnPlayerLoadGame() - "_WetPlayerAlias.psc" Line ?
[12/30/2021 - 07:19:52PM] Error: File "iNeed.esp" does not exist or is not currently loaded.
stack:
    <unknown self>.Game.GetFormFromFile() - "<native>" Line ?
    [_WetQuest (89000D63)]._wetquestscript.Maintenance() - "_WetQuestScript.psc" Line ?
    [alias Player on quest _WetQuest (89000D63)]._wetplayeralias.OnPlayerLoadGame() - "_WetPlayerAlias.psc" Line ?
[12/30/2021 - 07:19:52PM] Error: File "getSnowy.esp" does not exist or is not currently loaded.
stack:
    <unknown self>.Game.GetFormFromFile() - "<native>" Line ?
    [_WetQuest (89000D63)]._wetquestscript.Maintenance() - "_WetQuestScript.psc" Line ?
    [alias Player on quest _WetQuest (89000D63)]._wetplayeralias.OnPlayerLoadGame() - "_WetPlayerAlias.psc" Line ?
[12/30/2021 - 07:19:52PM] Error: File "EFFCore.esm" does not exist or is not currently loaded.
stack:
    <unknown self>.Game.GetFormFromFile() - "<native>" Line ?
    [_WetQuest (89000D63)]._wetquestscript.Maintenance() - "_WetQuestScript.psc" Line ?
    [alias Player on quest _WetQuest (89000D63)]._wetplayeralias.OnPlayerLoadGame() - "_WetPlayerAlias.psc" Line ?
[12/30/2021 - 07:19:52PM] Error: File "BSHeartland.esm" does not exist or is not currently loaded.
stack:
    <unknown self>.Game.GetFormFromFile() - "<native>" Line ?
    [_WetQuest (89000D63)]._wetquestscript.Maintenance() - "_WetQuestScript.psc" Line ?
    [alias Player on quest _WetQuest (89000D63)]._wetplayeralias.OnPlayerLoadGame() - "_WetPlayerAlias.psc" Line ?
[12/30/2021 - 07:19:52PM] Error: INI setting "fMagic3DItemPosXWide:Interface" does not exist
stack:
    <unknown self>.utility.SetINIFloat() - "<native>" Line ?
    [SKI_ConfigMenuInstance (2E000820)].SKI_ConfigMenu.Apply3DItemXOffset() - "SKI_ConfigMenu.psc" Line ?
    [SKI_ConfigMenuInstance (2E000820)].SKI_ConfigMenu.ApplySettings() - "SKI_ConfigMenu.psc" Line ?
    [SKI_ConfigMenuInstance (2E000820)].SKI_ConfigMenu.OnGameReload() - "SKI_ConfigMenu.psc" Line ?
    [alias playerAlias on quest SKI_ConfigMenuInstance (2E000820)].SKI_PlayerLoadGameAlias.OnPlayerLoadGame() - "SKI_PlayerLoadGameAlias.psc" Line ?
[12/30/2021 - 07:19:52PM] Error: INI setting "fMagic3DItemPosX:Interface" does not exist
stack:
    <unknown self>.utility.SetINIFloat() - "<native>" Line ?
    [SKI_ConfigMenuInstance (2E000820)].SKI_ConfigMenu.Apply3DItemXOffset() - "SKI_ConfigMenu.psc" Line ?
    [SKI_ConfigMenuInstance (2E000820)].SKI_ConfigMenu.ApplySettings() - "SKI_ConfigMenu.psc" Line ?
    [SKI_ConfigMenuInstance (2E000820)].SKI_ConfigMenu.OnGameReload() - "SKI_ConfigMenu.psc" Line ?
    [alias playerAlias on quest SKI_ConfigMenuInstance (2E000820)].SKI_PlayerLoadGameAlias.OnPlayerLoadGame() - "SKI_PlayerLoadGameAlias.psc" Line ?
[12/30/2021 - 07:19:52PM] Error: INI setting "fInventory3DItemPosZWide:Interface" does not exist
stack:
    <unknown self>.utility.SetINIFloat() - "<native>" Line ?
    [SKI_ConfigMenuInstance (2E000820)].SKI_ConfigMenu.Apply3DItemYOffset() - "SKI_ConfigMenu.psc" Line ?
    [SKI_ConfigMenuInstance (2E000820)].SKI_ConfigMenu.ApplySettings() - "SKI_ConfigMenu.psc" Line ?
    [SKI_ConfigMenuInstance (2E000820)].SKI_ConfigMenu.OnGameReload() - "SKI_ConfigMenu.psc" Line ?
    [alias playerAlias on quest SKI_ConfigMenuInstance (2E000820)].SKI_PlayerLoadGameAlias.OnPlayerLoadGame() - "SKI_PlayerLoadGameAlias.psc" Line ?
[12/30/2021 - 07:19:52PM] Error: INI setting "fInventory3DItemPosZ:Interface" does not exist
stack:
    <unknown self>.utility.SetINIFloat() - "<native>" Line ?
    [SKI_ConfigMenuInstance (2E000820)].SKI_ConfigMenu.Apply3DItemYOffset() - "SKI_ConfigMenu.psc" Line ?
    [SKI_ConfigMenuInstance (2E000820)].SKI_ConfigMenu.ApplySettings() - "SKI_ConfigMenu.psc" Line ?
    [SKI_ConfigMenuInstance (2E000820)].SKI_ConfigMenu.OnGameReload() - "SKI_ConfigMenu.psc" Line ?
    [alias playerAlias on quest SKI_ConfigMenuInstance (2E000820)].SKI_PlayerLoadGameAlias.OnPlayerLoadGame() - "SKI_PlayerLoadGameAlias.psc" Line ?
[12/30/2021 - 07:19:52PM] [SHESON_DynDOLOD_Quest <DynDOLOD_Quest (FC000911)>] Load DynDOLOD_Worlds.json TRUE None
[12/30/2021 - 07:19:52PM] Error: INI setting "fMagic3DItemPosZWide:Interface" does not exist
stack:
    <unknown self>.utility.SetINIFloat() - "<native>" Line ?
    [SKI_ConfigMenuInstance (2E000820)].SKI_ConfigMenu.Apply3DItemYOffset() - "SKI_ConfigMenu.psc" Line ?
    [SKI_ConfigMenuInstance (2E000820)].SKI_ConfigMenu.ApplySettings() - "SKI_ConfigMenu.psc" Line ?
    [SKI_ConfigMenuInstance (2E000820)].SKI_ConfigMenu.OnGameReload() - "SKI_ConfigMenu.psc" Line ?
    [alias playerAlias on quest SKI_ConfigMenuInstance (2E000820)].SKI_PlayerLoadGameAlias.OnPlayerLoadGame() - "SKI_PlayerLoadGameAlias.psc" Line ?
[12/30/2021 - 07:19:52PM] Error: INI setting "fMagic3DItemPosZ:Interface" does not exist
stack:
    <unknown self>.utility.SetINIFloat() - "<native>" Line ?
    [SKI_ConfigMenuInstance (2E000820)].SKI_ConfigMenu.Apply3DItemYOffset() - "SKI_ConfigMenu.psc" Line ?
    [SKI_ConfigMenuInstance (2E000820)].SKI_ConfigMenu.ApplySettings() - "SKI_ConfigMenu.psc" Line ?
    [SKI_ConfigMenuInstance (2E000820)].SKI_ConfigMenu.OnGameReload() - "SKI_ConfigMenu.psc" Line ?
    [alias playerAlias on quest SKI_ConfigMenuInstance (2E000820)].SKI_PlayerLoadGameAlias.OnPlayerLoadGame() - "SKI_PlayerLoadGameAlias.psc" Line ?
[12/30/2021 - 07:19:52PM] Error: INI setting "fInventory3DItemPosScaleWide:Interface" does not exist
stack:
    <unknown self>.utility.SetINIFloat() - "<native>" Line ?
    [SKI_ConfigMenuInstance (2E000820)].SKI_ConfigMenu.Apply3DItemScale() - "SKI_ConfigMenu.psc" Line ?
    [SKI_ConfigMenuInstance (2E000820)].SKI_ConfigMenu.ApplySettings() - "SKI_ConfigMenu.psc" Line ?
    [SKI_ConfigMenuInstance (2E000820)].SKI_ConfigMenu.OnGameReload() - "SKI_ConfigMenu.psc" Line ?
    [alias playerAlias on quest SKI_ConfigMenuInstance (2E000820)].SKI_PlayerLoadGameAlias.OnPlayerLoadGame() - "SKI_PlayerLoadGameAlias.psc" Line ?
[12/30/2021 - 07:19:52PM] Error: INI setting "fMagic3DItemPosScaleWide:Interface" does not exist
stack:
    <unknown self>.utility.SetINIFloat() - "<native>" Line ?
    [SKI_ConfigMenuInstance (2E000820)].SKI_ConfigMenu.Apply3DItemScale() - "SKI_ConfigMenu.psc" Line ?
    [SKI_ConfigMenuInstance (2E000820)].SKI_ConfigMenu.ApplySettings() - "SKI_ConfigMenu.psc" Line ?
    [SKI_ConfigMenuInstance (2E000820)].SKI_ConfigMenu.OnGameReload() - "SKI_ConfigMenu.psc" Line ?
    [alias playerAlias on quest SKI_ConfigMenuInstance (2E000820)].SKI_PlayerLoadGameAlias.OnPlayerLoadGame() - "SKI_PlayerLoadGameAlias.psc" Line ?
[12/30/2021 - 07:19:52PM] Error: INI setting "fMagic3DItemPosScale:Interface" does not exist
stack:
    <unknown self>.utility.SetINIFloat() - "<native>" Line ?
    [SKI_ConfigMenuInstance (2E000820)].SKI_ConfigMenu.Apply3DItemScale() - "SKI_ConfigMenu.psc" Line ?
    [SKI_ConfigMenuInstance (2E000820)].SKI_ConfigMenu.ApplySettings() - "SKI_ConfigMenu.psc" Line ?
    [SKI_ConfigMenuInstance (2E000820)].SKI_ConfigMenu.OnGameReload() - "SKI_ConfigMenu.psc" Line ?
    [alias playerAlias on quest SKI_ConfigMenuInstance (2E000820)].SKI_PlayerLoadGameAlias.OnPlayerLoadGame() - "SKI_PlayerLoadGameAlias.psc" Line ?
[12/30/2021 - 07:19:52PM] Error: Unable to call GetPositionX - no native object bound to the script object, or object is of incorrect type
stack:
    [<nullptr form> (FF001A65)].ObjectReference.GetPositionX() - "<native>" Line ?
    [ (FF00196C)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:19:52PM] warning: Assigning None to a non-object variable named "::temp6"
stack:
    [ (FF00196C)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:19:52PM] Error: Unable to call GetPositionY - no native object bound to the script object, or object is of incorrect type
stack:
    [<nullptr form> (FF001A65)].ObjectReference.GetPositionY() - "<native>" Line ?
    [ (FF00196C)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:19:52PM] InitWidgetLoader()
[12/30/2021 - 07:19:52PM] warning: Assigning None to a non-object variable named "::temp7"
stack:
    [ (FF00196C)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:19:53PM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type
stack:
    [<nullptr form> (FF001A65)].ObjectReference.GetPositionZ() - "<native>" Line ?
    [ (FF00196C)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:19:53PM] warning: Assigning None to a non-object variable named "::temp8"
stack:
    [ (FF00196C)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:19:53PM] Error: File "KS Dragon Overhaul 2.esp" does not exist or is not currently loaded.
stack:
    <unknown self>.Game.GetFormFromFile() - "<native>" Line ?
    [alias Player on quest Serio_EDR_ConfigurationQuest (9D005901)].Serio_EDR_UtilityPlayerAliasScript.KSD2Detect() - "Serio_EDR_UtilityPlayerAliasScript.psc" Line ?
    [alias Player on quest Serio_EDR_ConfigurationQuest (9D005901)].Serio_EDR_UtilityPlayerAliasScript.OnPlayerLoadGame() - "Serio_EDR_UtilityPlayerAliasScript.psc" Line ?
[12/30/2021 - 07:19:53PM] Error: Unable to call Is3DLoaded - no native object bound to the script object, or object is of incorrect type
stack:
    [<nullptr form> (FF001A65)].ObjectReference.Is3DLoaded() - "<native>" Line ?
    [ (FF00196C)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:19:53PM] warning: Assigning None to a non-object variable named "::temp11"
stack:
    [ (FF00196C)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:19:53PM] Error: File "LakeHaven.esp" does not exist or is not currently loaded.
stack:
    <unknown self>.Game.GetFormFromFile() - "<native>" Line ?
    [FlowerGirls (120012C5)].dxflowergirlsmod.RunCompatabilityCheck() - "dxFlowerGirlsMod.psc" Line ?
    [FlowerGirls (120012C5)].dxflowergirlsmod.CheckUpdate() - "dxFlowerGirlsMod.psc" Line ?
    [alias AliasPlayer on quest FlowerGirls (120012C5)].dxaliasplayer.OnPlayerLoadGame() - "dxAliasPlayer.psc" Line ?
[12/30/2021 - 07:19:53PM] [SHESON_DynDOLOD_Quest <DynDOLOD_Quest (FC000911)>] Assigning INI values 2.700000
[12/30/2021 - 07:19:53PM] Cannot open store for class "osa", missing file?
[12/30/2021 - 07:19:53PM] Error: Unable to obtain function call information - returning None
stack:
    [FlowerGirls (120012C5)].dxflowergirlsmod.RunCompatabilityCheck() - "dxFlowerGirlsMod.psc" Line ?
    [FlowerGirls (120012C5)].dxflowergirlsmod.CheckUpdate() - "dxFlowerGirlsMod.psc" Line ?
    [alias AliasPlayer on quest FlowerGirls (120012C5)].dxaliasplayer.OnPlayerLoadGame() - "dxAliasPlayer.psc" Line ?
[12/30/2021 - 07:19:53PM] warning: Assigning None to a non-object variable named "::temp30"
stack:
    [FlowerGirls (120012C5)].dxflowergirlsmod.RunCompatabilityCheck() - "dxFlowerGirlsMod.psc" Line ?
    [FlowerGirls (120012C5)].dxflowergirlsmod.CheckUpdate() - "dxFlowerGirlsMod.psc" Line ?
    [alias AliasPlayer on quest FlowerGirls (120012C5)].dxaliasplayer.OnPlayerLoadGame() - "dxAliasPlayer.psc" Line ?
[12/30/2021 - 07:19:53PM] [dxflowergirlsmod <FlowerGirls (120012C5)>] OSex not detected.
[12/30/2021 - 07:19:53PM] Error: Cannot call GetPositionX() on a None object, aborting function call
stack:
    [ (FF001B18)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:19:53PM] warning: Assigning None to a non-object variable named "::temp6"
stack:
    [ (FF001B18)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:19:53PM] Error: Cannot access an element of a None array
stack:
    [SOSCBO_MCMQuest (7700082D)].soscbo_mcmscript.SetTextOptionValue() - "SKI_ConfigBase.psc" Line ?
    [SOSCBO_MCMQuest (7700082D)].soscbo_mcmscript.InitPerkValues() - "SOSCBO_MCMScript.psc" Line ?
    [alias PlayerLoadGameAlias on quest SOSCBO_MCMQuest (7700082D)].SOSCBO_PlayerLoadGameAlias.OnPlayerLoadGame() - "SOSCBO_PlayerLoadGameAlias.psc" Line ?
[12/30/2021 - 07:19:53PM] Error: Cannot call GetPositionY() on a None object, aborting function call
stack:
    [ (FF001B18)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:19:53PM] warning: Assigning None to a non-object variable named "::temp7"
stack:
    [ (FF001B18)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:19:53PM] Error: Cannot call GetPositionZ() on a None object, aborting function call
stack:
    [ (FF001B18)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:19:53PM] warning: Assigning None to a non-object variable named "::temp8"
stack:
    [ (FF001B18)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:19:53PM] [soscbo_mcmscript <SOSCBO_MCMQuest (7700082D)>] ERROR: Option type mismatch. Expected text option, page "", index 0
[12/30/2021 - 07:19:53PM] Cannot open store for class "actorbas1", missing file?
[12/30/2021 - 07:19:53PM] ====================PAHExtension: Startup Process finished.==========================
[12/30/2021 - 07:19:53PM] [SHESON_DynDOLOD_Quest <DynDOLOD_Quest (FC000911)>] INI values assigned
[12/30/2021 - 07:19:53PM] --- HSH soft requirements check ends ---
[12/30/2021 - 07:19:54PM] 
[12/30/2021 - 07:19:54PM] =====Wet and Cold is finished refreshing itself and searching for addons!=====
[12/30/2021 - 07:19:54PM] 
[12/30/2021 - 07:19:54PM] SOS RaceMenu plugin found. Skipping ScaleSchlongBones
[12/30/2021 - 07:19:55PM] [sic_configmenuscript <SIC_ConfigMenuQuest (9B0C4C3A)>]: Loaded user settings. 
[12/30/2021 - 07:19:58PM] Error: Unable to call GetPositionX - no native object bound to the script object, or object is of incorrect type
stack:
    [<nullptr form> (FF001A65)].ObjectReference.GetPositionX() - "<native>" Line ?
    [ (FF00196C)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:19:58PM] warning: Assigning None to a non-object variable named "::temp6"
stack:
    [ (FF00196C)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:19:58PM] Error: Unable to call GetPositionY - no native object bound to the script object, or object is of incorrect type
stack:
    [<nullptr form> (FF001A65)].ObjectReference.GetPositionY() - "<native>" Line ?
    [ (FF00196C)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:19:58PM] warning: Assigning None to a non-object variable named "::temp7"
stack:
    [ (FF00196C)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:19:58PM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type
stack:
    [<nullptr form> (FF001A65)].ObjectReference.GetPositionZ() - "<native>" Line ?
    [ (FF00196C)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:19:58PM] warning: Assigning None to a non-object variable named "::temp8"
stack:
    [ (FF00196C)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:19:58PM] Error: Unable to call Is3DLoaded - no native object bound to the script object, or object is of incorrect type
stack:
    [<nullptr form> (FF001A65)].ObjectReference.Is3DLoaded() - "<native>" Line ?
    [ (FF00196C)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:19:58PM] warning: Assigning None to a non-object variable named "::temp11"
stack:
    [ (FF00196C)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:19:58PM] Error: Cannot call GetPositionX() on a None object, aborting function call
stack:
    [ (FF001B18)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:19:58PM] warning: Assigning None to a non-object variable named "::temp6"
stack:
    [ (FF001B18)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:19:58PM] Error: Cannot call GetPositionY() on a None object, aborting function call
stack:
    [ (FF001B18)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:19:58PM] warning: Assigning None to a non-object variable named "::temp7"
stack:
    [ (FF001B18)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:19:58PM] Error: Cannot call GetPositionZ() on a None object, aborting function call
stack:
    [ (FF001B18)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:19:58PM] warning: Assigning None to a non-object variable named "::temp8"
stack:
    [ (FF001B18)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:20:13PM] Error: Unable to call GetPositionX - no native object bound to the script object, or object is of incorrect type
stack:
    [<nullptr form> (FF001A65)].ObjectReference.GetPositionX() - "<native>" Line ?
    [ (FF00196C)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:20:13PM] warning: Assigning None to a non-object variable named "::temp6"
stack:
    [ (FF00196C)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:20:13PM] Error: Unable to call GetPositionY - no native object bound to the script object, or object is of incorrect type
stack:
    [<nullptr form> (FF001A65)].ObjectReference.GetPositionY() - "<native>" Line ?
    [ (FF00196C)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:20:13PM] warning: Assigning None to a non-object variable named "::temp7"
stack:
    [ (FF00196C)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:20:13PM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type
stack:
    [<nullptr form> (FF001A65)].ObjectReference.GetPositionZ() - "<native>" Line ?
    [ (FF00196C)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:20:13PM] warning: Assigning None to a non-object variable named "::temp8"
stack:
    [ (FF00196C)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:20:13PM] Error: Cannot call GetPositionX() on a None object, aborting function call
stack:
    [ (FF001B18)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:20:13PM] warning: Assigning None to a non-object variable named "::temp6"
stack:
    [ (FF001B18)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:20:13PM] Error: Cannot call GetPositionY() on a None object, aborting function call
stack:
    [ (FF001B18)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:20:13PM] warning: Assigning None to a non-object variable named "::temp7"
stack:
    [ (FF001B18)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:20:13PM] Error: Cannot call GetPositionZ() on a None object, aborting function call
stack:
    [ (FF001B18)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:20:13PM] warning: Assigning None to a non-object variable named "::temp8"
stack:
    [ (FF001B18)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:20:13PM] Error: Unable to call Is3DLoaded - no native object bound to the script object, or object is of incorrect type
stack:
    [<nullptr form> (FF001A65)].ObjectReference.Is3DLoaded() - "<native>" Line ?
    [ (FF00196C)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:20:13PM] warning: Assigning None to a non-object variable named "::temp11"
stack:
    [ (FF00196C)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:20:18PM] Error: Unable to call GetPositionX - no native object bound to the script object, or object is of incorrect type
stack:
    [<nullptr form> (FF001A65)].ObjectReference.GetPositionX() - "<native>" Line ?
    [ (FF00196C)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:20:18PM] warning: Assigning None to a non-object variable named "::temp6"
stack:
    [ (FF00196C)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:20:18PM] Error: Cannot call GetPositionX() on a None object, aborting function call
stack:
    [ (FF001B18)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:20:18PM] warning: Assigning None to a non-object variable named "::temp6"
stack:
    [ (FF001B18)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:20:18PM] Error: Cannot call GetPositionY() on a None object, aborting function call
stack:
    [ (FF001B18)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:20:18PM] warning: Assigning None to a non-object variable named "::temp7"
stack:
    [ (FF001B18)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:20:18PM] Error: Cannot call GetPositionZ() on a None object, aborting function call
stack:
    [ (FF001B18)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:20:18PM] warning: Assigning None to a non-object variable named "::temp8"
stack:
    [ (FF001B18)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:20:18PM] Error: Unable to call GetPositionY - no native object bound to the script object, or object is of incorrect type
stack:
    [<nullptr form> (FF001A65)].ObjectReference.GetPositionY() - "<native>" Line ?
    [ (FF00196C)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:20:18PM] warning: Assigning None to a non-object variable named "::temp7"
stack:
    [ (FF00196C)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:20:18PM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type
stack:
    [<nullptr form> (FF001A65)].ObjectReference.GetPositionZ() - "<native>" Line ?
    [ (FF00196C)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:20:18PM] warning: Assigning None to a non-object variable named "::temp8"
stack:
    [ (FF00196C)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:20:18PM] Error: Unable to call Is3DLoaded - no native object bound to the script object, or object is of incorrect type
stack:
    [<nullptr form> (FF001A65)].ObjectReference.Is3DLoaded() - "<native>" Line ?
    [ (FF00196C)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:20:18PM] warning: Assigning None to a non-object variable named "::temp11"
stack:
    [ (FF00196C)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:20:23PM] XPMSE MainQuest Initialization successful.
[12/30/2021 - 07:20:23PM] Error: Cannot call GetPositionX() on a None object, aborting function call
stack:
    [ (FF001B18)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:20:23PM] warning: Assigning None to a non-object variable named "::temp6"
stack:
    [ (FF001B18)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:20:23PM] Error: Cannot call GetPositionY() on a None object, aborting function call
stack:
    [ (FF001B18)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:20:23PM] warning: Assigning None to a non-object variable named "::temp7"
stack:
    [ (FF001B18)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:20:23PM] Error: Cannot call GetPositionZ() on a None object, aborting function call
stack:
    [ (FF001B18)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:20:23PM] warning: Assigning None to a non-object variable named "::temp8"
stack:
    [ (FF001B18)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:20:24PM] Error: Unable to call GetPositionX - no native object bound to the script object, or object is of incorrect type
stack:
    [<nullptr form> (FF001A65)].ObjectReference.GetPositionX() - "<native>" Line ?
    [ (FF00196C)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:20:24PM] warning: Assigning None to a non-object variable named "::temp6"
stack:
    [ (FF00196C)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:20:24PM] Error: Unable to call GetPositionY - no native object bound to the script object, or object is of incorrect type
stack:
    [<nullptr form> (FF001A65)].ObjectReference.GetPositionY() - "<native>" Line ?
    [ (FF00196C)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:20:24PM] warning: Assigning None to a non-object variable named "::temp7"
stack:
    [ (FF00196C)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:20:24PM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type
stack:
    [<nullptr form> (FF001A65)].ObjectReference.GetPositionZ() - "<native>" Line ?
    [ (FF00196C)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:20:24PM] warning: Assigning None to a non-object variable named "::temp8"
stack:
    [ (FF00196C)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:20:24PM] Error: Unable to call Is3DLoaded - no native object bound to the script object, or object is of incorrect type
stack:
    [<nullptr form> (FF001A65)].ObjectReference.Is3DLoaded() - "<native>" Line ?
    [ (FF00196C)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:20:24PM] warning: Assigning None to a non-object variable named "::temp11"
stack:
    [ (FF00196C)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:20:28PM] Starting script latency test with notification
[12/30/2021 - 07:20:30PM] Error: Cannot call GetPositionX() on a None object, aborting function call
stack:
    [ (FF001B18)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:20:30PM] warning: Assigning None to a non-object variable named "::temp6"
stack:
    [ (FF001B18)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:20:30PM] Error: Cannot call GetPositionY() on a None object, aborting function call
stack:
    [ (FF001B18)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:20:30PM] warning: Assigning None to a non-object variable named "::temp7"
stack:
    [ (FF001B18)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:20:30PM] Error: Cannot call GetPositionZ() on a None object, aborting function call
stack:
    [ (FF001B18)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:20:30PM] warning: Assigning None to a non-object variable named "::temp8"
stack:
    [ (FF001B18)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:20:31PM] Error: Unable to call GetPositionX - no native object bound to the script object, or object is of incorrect type
stack:
    [<nullptr form> (FF001A65)].ObjectReference.GetPositionX() - "<native>" Line ?
    [ (FF00196C)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:20:31PM] warning: Assigning None to a non-object variable named "::temp6"
stack:
    [ (FF00196C)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:20:31PM] Error: Unable to call GetPositionY - no native object bound to the script object, or object is of incorrect type
stack:
    [<nullptr form> (FF001A65)].ObjectReference.GetPositionY() - "<native>" Line ?
    [ (FF00196C)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:20:31PM] warning: Assigning None to a non-object variable named "::temp7"
stack:
    [ (FF00196C)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:20:31PM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type
stack:
    [<nullptr form> (FF001A65)].ObjectReference.GetPositionZ() - "<native>" Line ?
    [ (FF00196C)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:20:31PM] warning: Assigning None to a non-object variable named "::temp8"
stack:
    [ (FF00196C)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:20:31PM] Error: Unable to call Is3DLoaded - no native object bound to the script object, or object is of incorrect type
stack:
    [<nullptr form> (FF001A65)].ObjectReference.Is3DLoaded() - "<native>" Line ?
    [ (FF00196C)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:20:31PM] warning: Assigning None to a non-object variable named "::temp11"
stack:
    [ (FF00196C)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:20:36PM] Error: Cannot call GetPositionX() on a None object, aborting function call
stack:
    [ (FF001B18)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:20:36PM] warning: Assigning None to a non-object variable named "::temp6"
stack:
    [ (FF001B18)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:20:36PM] Error: Cannot call GetPositionY() on a None object, aborting function call
stack:
    [ (FF001B18)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:20:36PM] warning: Assigning None to a non-object variable named "::temp7"
stack:
    [ (FF001B18)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:20:36PM] Error: Cannot call GetPositionZ() on a None object, aborting function call
stack:
    [ (FF001B18)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:20:36PM] warning: Assigning None to a non-object variable named "::temp8"
stack:
    [ (FF001B18)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:20:36PM] Error: Unable to call GetPositionX - no native object bound to the script object, or object is of incorrect type
stack:
    [<nullptr form> (FF001A65)].ObjectReference.GetPositionX() - "<native>" Line ?
    [ (FF00196C)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:20:36PM] warning: Assigning None to a non-object variable named "::temp6"
stack:
    [ (FF00196C)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:20:36PM] Error: Unable to call GetPositionY - no native object bound to the script object, or object is of incorrect type
stack:
    [<nullptr form> (FF001A65)].ObjectReference.GetPositionY() - "<native>" Line ?
    [ (FF00196C)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:20:36PM] warning: Assigning None to a non-object variable named "::temp7"
stack:
    [ (FF00196C)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:20:36PM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type
stack:
    [<nullptr form> (FF001A65)].ObjectReference.GetPositionZ() - "<native>" Line ?
    [ (FF00196C)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:20:36PM] warning: Assigning None to a non-object variable named "::temp8"
stack:
    [ (FF00196C)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:20:36PM] Error: Unable to call Is3DLoaded - no native object bound to the script object, or object is of incorrect type
stack:
    [<nullptr form> (FF001A65)].ObjectReference.Is3DLoaded() - "<native>" Line ?
    [ (FF00196C)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:20:36PM] warning: Assigning None to a non-object variable named "::temp11"
stack:
    [ (FF00196C)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:20:41PM] Error: Cannot call GetPositionX() on a None object, aborting function call
stack:
    [ (FF001B18)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:20:41PM] warning: Assigning None to a non-object variable named "::temp6"
stack:
    [ (FF001B18)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:20:41PM] Error: Cannot call GetPositionY() on a None object, aborting function call
stack:
    [ (FF001B18)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:20:41PM] warning: Assigning None to a non-object variable named "::temp7"
stack:
    [ (FF001B18)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:20:41PM] Error: Cannot call GetPositionZ() on a None object, aborting function call
stack:
    [ (FF001B18)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:20:41PM] warning: Assigning None to a non-object variable named "::temp8"
stack:
    [ (FF001B18)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:20:42PM] Error: Unable to call GetPositionX - no native object bound to the script object, or object is of incorrect type
stack:
    [<nullptr form> (FF001A65)].ObjectReference.GetPositionX() - "<native>" Line ?
    [ (FF00196C)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:20:42PM] warning: Assigning None to a non-object variable named "::temp6"
stack:
    [ (FF00196C)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:20:42PM] Error: Unable to call GetPositionY - no native object bound to the script object, or object is of incorrect type
stack:
    [<nullptr form> (FF001A65)].ObjectReference.GetPositionY() - "<native>" Line ?
    [ (FF00196C)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:20:42PM] warning: Assigning None to a non-object variable named "::temp7"
stack:
    [ (FF00196C)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:20:42PM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type
stack:
    [<nullptr form> (FF001A65)].ObjectReference.GetPositionZ() - "<native>" Line ?
    [ (FF00196C)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:20:42PM] warning: Assigning None to a non-object variable named "::temp8"
stack:
    [ (FF00196C)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:20:42PM] Error: Unable to call Is3DLoaded - no native object bound to the script object, or object is of incorrect type
stack:
    [<nullptr form> (FF001A65)].ObjectReference.Is3DLoaded() - "<native>" Line ?
    [ (FF00196C)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:20:42PM] warning: Assigning None to a non-object variable named "::temp11"
stack:
    [ (FF00196C)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:20:46PM] Error: Cannot call GetPositionX() on a None object, aborting function call
stack:
    [ (FF001B18)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:20:46PM] warning: Assigning None to a non-object variable named "::temp6"
stack:
    [ (FF001B18)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:20:46PM] Error: Cannot call GetPositionY() on a None object, aborting function call
stack:
    [ (FF001B18)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:20:46PM] warning: Assigning None to a non-object variable named "::temp7"
stack:
    [ (FF001B18)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:20:46PM] Error: Cannot call GetPositionZ() on a None object, aborting function call
stack:
    [ (FF001B18)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:20:46PM] warning: Assigning None to a non-object variable named "::temp8"
stack:
    [ (FF001B18)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:20:48PM] Error: Unable to call GetPositionX - no native object bound to the script object, or object is of incorrect type
stack:
    [<nullptr form> (FF001A65)].ObjectReference.GetPositionX() - "<native>" Line ?
    [ (FF00196C)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:20:48PM] warning: Assigning None to a non-object variable named "::temp6"
stack:
    [ (FF00196C)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:20:48PM] Error: Unable to call GetPositionY - no native object bound to the script object, or object is of incorrect type
stack:
    [<nullptr form> (FF001A65)].ObjectReference.GetPositionY() - "<native>" Line ?
    [ (FF00196C)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:20:48PM] warning: Assigning None to a non-object variable named "::temp7"
stack:
    [ (FF00196C)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:20:48PM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type
stack:
    [<nullptr form> (FF001A65)].ObjectReference.GetPositionZ() - "<native>" Line ?
    [ (FF00196C)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:20:48PM] warning: Assigning None to a non-object variable named "::temp8"
stack:
    [ (FF00196C)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:20:48PM] Error: Unable to call Is3DLoaded - no native object bound to the script object, or object is of incorrect type
stack:
    [<nullptr form> (FF001A65)].ObjectReference.Is3DLoaded() - "<native>" Line ?
    [ (FF00196C)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:20:48PM] warning: Assigning None to a non-object variable named "::temp11"
stack:
    [ (FF00196C)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:20:52PM] Error: Cannot call GetPositionX() on a None object, aborting function call
stack:
    [ (FF001B18)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:20:52PM] warning: Assigning None to a non-object variable named "::temp6"
stack:
    [ (FF001B18)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:20:52PM] Error: Cannot call GetPositionY() on a None object, aborting function call
stack:
    [ (FF001B18)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:20:52PM] warning: Assigning None to a non-object variable named "::temp7"
stack:
    [ (FF001B18)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:20:52PM] Error: Cannot call GetPositionZ() on a None object, aborting function call
stack:
    [ (FF001B18)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:20:52PM] warning: Assigning None to a non-object variable named "::temp8"
stack:
    [ (FF001B18)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:20:53PM] Error: Unable to call GetPositionX - no native object bound to the script object, or object is of incorrect type
stack:
    [<nullptr form> (FF001A65)].ObjectReference.GetPositionX() - "<native>" Line ?
    [ (FF00196C)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:20:53PM] warning: Assigning None to a non-object variable named "::temp6"
stack:
    [ (FF00196C)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:20:53PM] Error: Unable to call GetPositionY - no native object bound to the script object, or object is of incorrect type
stack:
    [<nullptr form> (FF001A65)].ObjectReference.GetPositionY() - "<native>" Line ?
    [ (FF00196C)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:20:53PM] warning: Assigning None to a non-object variable named "::temp7"
stack:
    [ (FF00196C)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:20:53PM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type
stack:
    [<nullptr form> (FF001A65)].ObjectReference.GetPositionZ() - "<native>" Line ?
    [ (FF00196C)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:20:53PM] warning: Assigning None to a non-object variable named "::temp8"
stack:
    [ (FF00196C)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:20:53PM] Error: Unable to call Is3DLoaded - no native object bound to the script object, or object is of incorrect type
stack:
    [<nullptr form> (FF001A65)].ObjectReference.Is3DLoaded() - "<native>" Line ?
    [ (FF00196C)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:20:53PM] warning: Assigning None to a non-object variable named "::temp11"
stack:
    [ (FF00196C)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:20:57PM] Error: Cannot call GetPositionX() on a None object, aborting function call
stack:
    [ (FF001B18)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:20:57PM] warning: Assigning None to a non-object variable named "::temp6"
stack:
    [ (FF001B18)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:20:57PM] Error: Cannot call GetPositionY() on a None object, aborting function call
stack:
    [ (FF001B18)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:20:57PM] warning: Assigning None to a non-object variable named "::temp7"
stack:
    [ (FF001B18)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:20:57PM] Error: Cannot call GetPositionZ() on a None object, aborting function call
stack:
    [ (FF001B18)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:20:57PM] warning: Assigning None to a non-object variable named "::temp8"
stack:
    [ (FF001B18)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:20:58PM] Error: Unable to call GetPositionX - no native object bound to the script object, or object is of incorrect type
stack:
    [<nullptr form> (FF001A65)].ObjectReference.GetPositionX() - "<native>" Line ?
    [ (FF00196C)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:20:58PM] warning: Assigning None to a non-object variable named "::temp6"
stack:
    [ (FF00196C)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:20:58PM] Error: Unable to call GetPositionY - no native object bound to the script object, or object is of incorrect type
stack:
    [<nullptr form> (FF001A65)].ObjectReference.GetPositionY() - "<native>" Line ?
    [ (FF00196C)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:20:58PM] warning: Assigning None to a non-object variable named "::temp7"
stack:
    [ (FF00196C)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:20:58PM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type
stack:
    [<nullptr form> (FF001A65)].ObjectReference.GetPositionZ() - "<native>" Line ?
    [ (FF00196C)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:20:58PM] warning: Assigning None to a non-object variable named "::temp8"
stack:
    [ (FF00196C)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:20:59PM] Error: Unable to call Is3DLoaded - no native object bound to the script object, or object is of incorrect type
stack:
    [<nullptr form> (FF001A65)].ObjectReference.Is3DLoaded() - "<native>" Line ?
    [ (FF00196C)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:20:59PM] warning: Assigning None to a non-object variable named "::temp11"
stack:
    [ (FF00196C)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:21:03PM] Error: Cannot call GetPositionX() on a None object, aborting function call
stack:
    [ (FF001B18)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:21:03PM] warning: Assigning None to a non-object variable named "::temp6"
stack:
    [ (FF001B18)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:21:03PM] Error: Cannot call GetPositionY() on a None object, aborting function call
stack:
    [ (FF001B18)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:21:03PM] warning: Assigning None to a non-object variable named "::temp7"
stack:
    [ (FF001B18)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:21:03PM] Error: Cannot call GetPositionZ() on a None object, aborting function call
stack:
    [ (FF001B18)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:21:03PM] warning: Assigning None to a non-object variable named "::temp8"
stack:
    [ (FF001B18)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:21:04PM] Error: Unable to call GetPositionX - no native object bound to the script object, or object is of incorrect type
stack:
    [<nullptr form> (FF001A65)].ObjectReference.GetPositionX() - "<native>" Line ?
    [ (FF00196C)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:21:04PM] warning: Assigning None to a non-object variable named "::temp6"
stack:
    [ (FF00196C)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:21:04PM] Error: Unable to call GetPositionY - no native object bound to the script object, or object is of incorrect type
stack:
    [<nullptr form> (FF001A65)].ObjectReference.GetPositionY() - "<native>" Line ?
    [ (FF00196C)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:21:04PM] warning: Assigning None to a non-object variable named "::temp7"
stack:
    [ (FF00196C)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:21:04PM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type
stack:
    [<nullptr form> (FF001A65)].ObjectReference.GetPositionZ() - "<native>" Line ?
    [ (FF00196C)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:21:04PM] warning: Assigning None to a non-object variable named "::temp8"
stack:
    [ (FF00196C)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:21:04PM] Error: Unable to call Is3DLoaded - no native object bound to the script object, or object is of incorrect type
stack:
    [<nullptr form> (FF001A65)].ObjectReference.Is3DLoaded() - "<native>" Line ?
    [ (FF00196C)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:21:04PM] warning: Assigning None to a non-object variable named "::temp11"
stack:
    [ (FF00196C)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:21:08PM] Error: Cannot call GetPositionX() on a None object, aborting function call
stack:
    [ (FF001B18)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:21:08PM] warning: Assigning None to a non-object variable named "::temp6"
stack:
    [ (FF001B18)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:21:08PM] Error: Cannot call GetPositionY() on a None object, aborting function call
stack:
    [ (FF001B18)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:21:08PM] warning: Assigning None to a non-object variable named "::temp7"
stack:
    [ (FF001B18)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:21:08PM] Error: Cannot call GetPositionZ() on a None object, aborting function call
stack:
    [ (FF001B18)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:21:08PM] warning: Assigning None to a non-object variable named "::temp8"
stack:
    [ (FF001B18)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:21:09PM] Error: Unable to call GetPositionX - no native object bound to the script object, or object is of incorrect type
stack:
    [<nullptr form> (FF001A65)].ObjectReference.GetPositionX() - "<native>" Line ?
    [ (FF00196C)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:21:09PM] warning: Assigning None to a non-object variable named "::temp6"
stack:
    [ (FF00196C)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:21:09PM] Error: Unable to call GetPositionY - no native object bound to the script object, or object is of incorrect type
stack:
    [<nullptr form> (FF001A65)].ObjectReference.GetPositionY() - "<native>" Line ?
    [ (FF00196C)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:21:09PM] warning: Assigning None to a non-object variable named "::temp7"
stack:
    [ (FF00196C)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:21:09PM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type
stack:
    [<nullptr form> (FF001A65)].ObjectReference.GetPositionZ() - "<native>" Line ?
    [ (FF00196C)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:21:09PM] warning: Assigning None to a non-object variable named "::temp8"
stack:
    [ (FF00196C)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:21:09PM] Error: Unable to call Is3DLoaded - no native object bound to the script object, or object is of incorrect type
stack:
    [<nullptr form> (FF001A65)].ObjectReference.Is3DLoaded() - "<native>" Line ?
    [ (FF00196C)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:21:09PM] warning: Assigning None to a non-object variable named "::temp11"
stack:
    [ (FF00196C)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:21:10PM] [PAHE SlaveMind] CanBreakRestraints 367 Shandris: base = 0.600000 / multiplier = 1.396373 / chance = 0.479087 / restraint = 0.900000
[12/30/2021 - 07:21:10PM] [PAHE SlaveMind] CanBreakRestraints 370 Shandris: CanBreakRestraints false
[12/30/2021 - 07:21:13PM] Error: Cannot call GetPositionX() on a None object, aborting function call
stack:
    [ (FF001B18)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:21:13PM] warning: Assigning None to a non-object variable named "::temp6"
stack:
    [ (FF001B18)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:21:13PM] Error: Cannot call GetPositionY() on a None object, aborting function call
stack:
    [ (FF001B18)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:21:13PM] warning: Assigning None to a non-object variable named "::temp7"
stack:
    [ (FF001B18)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:21:13PM] Error: Cannot call GetPositionZ() on a None object, aborting function call
stack:
    [ (FF001B18)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:21:13PM] warning: Assigning None to a non-object variable named "::temp8"
stack:
    [ (FF001B18)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:21:15PM] Error: Unable to call GetPositionX - no native object bound to the script object, or object is of incorrect type
stack:
    [<nullptr form> (FF001A65)].ObjectReference.GetPositionX() - "<native>" Line ?
    [ (FF00196C)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:21:15PM] warning: Assigning None to a non-object variable named "::temp6"
stack:
    [ (FF00196C)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:21:15PM] Error: Unable to call GetPositionY - no native object bound to the script object, or object is of incorrect type
stack:
    [<nullptr form> (FF001A65)].ObjectReference.GetPositionY() - "<native>" Line ?
    [ (FF00196C)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:21:15PM] warning: Assigning None to a non-object variable named "::temp7"
stack:
    [ (FF00196C)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:21:15PM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type
stack:
    [<nullptr form> (FF001A65)].ObjectReference.GetPositionZ() - "<native>" Line ?
    [ (FF00196C)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:21:15PM] warning: Assigning None to a non-object variable named "::temp8"
stack:
    [ (FF00196C)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:21:15PM] Error: Unable to call Is3DLoaded - no native object bound to the script object, or object is of incorrect type
stack:
    [<nullptr form> (FF001A65)].ObjectReference.Is3DLoaded() - "<native>" Line ?
    [ (FF00196C)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:21:15PM] warning: Assigning None to a non-object variable named "::temp11"
stack:
    [ (FF00196C)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:21:18PM] Error: Cannot call GetPositionX() on a None object, aborting function call
stack:
    [ (FF001B18)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:21:18PM] warning: Assigning None to a non-object variable named "::temp6"
stack:
    [ (FF001B18)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:21:18PM] Error: Cannot call GetPositionY() on a None object, aborting function call
stack:
    [ (FF001B18)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:21:18PM] warning: Assigning None to a non-object variable named "::temp7"
stack:
    [ (FF001B18)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:21:18PM] Error: Cannot call GetPositionZ() on a None object, aborting function call
stack:
    [ (FF001B18)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:21:18PM] warning: Assigning None to a non-object variable named "::temp8"
stack:
    [ (FF001B18)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:21:20PM] Error: Unable to call GetPositionX - no native object bound to the script object, or object is of incorrect type
stack:
    [<nullptr form> (FF001A65)].ObjectReference.GetPositionX() - "<native>" Line ?
    [ (FF00196C)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:21:20PM] warning: Assigning None to a non-object variable named "::temp6"
stack:
    [ (FF00196C)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:21:20PM] Error: Unable to call GetPositionY - no native object bound to the script object, or object is of incorrect type
stack:
    [<nullptr form> (FF001A65)].ObjectReference.GetPositionY() - "<native>" Line ?
    [ (FF00196C)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:21:20PM] warning: Assigning None to a non-object variable named "::temp7"
stack:
    [ (FF00196C)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:21:20PM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type
stack:
    [<nullptr form> (FF001A65)].ObjectReference.GetPositionZ() - "<native>" Line ?
    [ (FF00196C)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:21:20PM] warning: Assigning None to a non-object variable named "::temp8"
stack:
    [ (FF00196C)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:21:20PM] Error: Unable to call Is3DLoaded - no native object bound to the script object, or object is of incorrect type
stack:
    [<nullptr form> (FF001A65)].ObjectReference.Is3DLoaded() - "<native>" Line ?
    [ (FF00196C)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:21:20PM] warning: Assigning None to a non-object variable named "::temp11"
stack:
    [ (FF00196C)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:21:24PM] Error: Cannot call GetPositionX() on a None object, aborting function call
stack:
    [ (FF001B18)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:21:24PM] warning: Assigning None to a non-object variable named "::temp6"
stack:
    [ (FF001B18)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:21:24PM] Error: Cannot call GetPositionY() on a None object, aborting function call
stack:
    [ (FF001B18)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:21:24PM] warning: Assigning None to a non-object variable named "::temp7"
stack:
    [ (FF001B18)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:21:24PM] Error: Cannot call GetPositionZ() on a None object, aborting function call
stack:
    [ (FF001B18)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:21:24PM] warning: Assigning None to a non-object variable named "::temp8"
stack:
    [ (FF001B18)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:21:26PM] Error: Unable to call GetPositionX - no native object bound to the script object, or object is of incorrect type
stack:
    [<nullptr form> (FF001A65)].ObjectReference.GetPositionX() - "<native>" Line ?
    [ (FF00196C)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:21:26PM] warning: Assigning None to a non-object variable named "::temp6"
stack:
    [ (FF00196C)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:21:26PM] Error: Unable to call GetPositionY - no native object bound to the script object, or object is of incorrect type
stack:
    [<nullptr form> (FF001A65)].ObjectReference.GetPositionY() - "<native>" Line ?
    [ (FF00196C)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:21:26PM] warning: Assigning None to a non-object variable named "::temp7"
stack:
    [ (FF00196C)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:21:26PM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type
stack:
    [<nullptr form> (FF001A65)].ObjectReference.GetPositionZ() - "<native>" Line ?
    [ (FF00196C)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:21:26PM] warning: Assigning None to a non-object variable named "::temp8"
stack:
    [ (FF00196C)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:21:26PM] Error: Unable to call Is3DLoaded - no native object bound to the script object, or object is of incorrect type
stack:
    [<nullptr form> (FF001A65)].ObjectReference.Is3DLoaded() - "<native>" Line ?
    [ (FF00196C)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:21:26PM] warning: Assigning None to a non-object variable named "::temp11"
stack:
    [ (FF00196C)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:21:29PM] Error: Cannot call GetPositionX() on a None object, aborting function call
stack:
    [ (FF001B18)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:21:29PM] warning: Assigning None to a non-object variable named "::temp6"
stack:
    [ (FF001B18)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:21:29PM] Error: Cannot call GetPositionY() on a None object, aborting function call
stack:
    [ (FF001B18)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:21:29PM] warning: Assigning None to a non-object variable named "::temp7"
stack:
    [ (FF001B18)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:21:29PM] Error: Cannot call GetPositionZ() on a None object, aborting function call
stack:
    [ (FF001B18)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:21:29PM] warning: Assigning None to a non-object variable named "::temp8"
stack:
    [ (FF001B18)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:21:31PM] Error: Unable to call GetPositionX - no native object bound to the script object, or object is of incorrect type
stack:
    [<nullptr form> (FF001A65)].ObjectReference.GetPositionX() - "<native>" Line ?
    [ (FF00196C)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:21:31PM] warning: Assigning None to a non-object variable named "::temp6"
stack:
    [ (FF00196C)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:21:31PM] Error: Unable to call GetPositionY - no native object bound to the script object, or object is of incorrect type
stack:
    [<nullptr form> (FF001A65)].ObjectReference.GetPositionY() - "<native>" Line ?
    [ (FF00196C)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:21:31PM] warning: Assigning None to a non-object variable named "::temp7"
stack:
    [ (FF00196C)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:21:31PM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type
stack:
    [<nullptr form> (FF001A65)].ObjectReference.GetPositionZ() - "<native>" Line ?
    [ (FF00196C)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:21:31PM] warning: Assigning None to a non-object variable named "::temp8"
stack:
    [ (FF00196C)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:21:31PM] Error: Unable to call Is3DLoaded - no native object bound to the script object, or object is of incorrect type
stack:
    [<nullptr form> (FF001A65)].ObjectReference.Is3DLoaded() - "<native>" Line ?
    [ (FF00196C)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:21:31PM] warning: Assigning None to a non-object variable named "::temp11"
stack:
    [ (FF00196C)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:21:34PM] Error: Cannot call GetPositionX() on a None object, aborting function call
stack:
    [ (FF001B18)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:21:34PM] warning: Assigning None to a non-object variable named "::temp6"
stack:
    [ (FF001B18)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:21:34PM] Error: Cannot call GetPositionY() on a None object, aborting function call
stack:
    [ (FF001B18)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:21:34PM] warning: Assigning None to a non-object variable named "::temp7"
stack:
    [ (FF001B18)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:21:34PM] Error: Cannot call GetPositionZ() on a None object, aborting function call
stack:
    [ (FF001B18)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:21:34PM] warning: Assigning None to a non-object variable named "::temp8"
stack:
    [ (FF001B18)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:21:36PM] Error: Unable to call GetPositionX - no native object bound to the script object, or object is of incorrect type
stack:
    [<nullptr form> (FF001A65)].ObjectReference.GetPositionX() - "<native>" Line ?
    [ (FF00196C)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:21:36PM] warning: Assigning None to a non-object variable named "::temp6"
stack:
    [ (FF00196C)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:21:36PM] Error: Unable to call GetPositionY - no native object bound to the script object, or object is of incorrect type
stack:
    [<nullptr form> (FF001A65)].ObjectReference.GetPositionY() - "<native>" Line ?
    [ (FF00196C)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:21:36PM] warning: Assigning None to a non-object variable named "::temp7"
stack:
    [ (FF00196C)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:21:36PM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type
stack:
    [<nullptr form> (FF001A65)].ObjectReference.GetPositionZ() - "<native>" Line ?
    [ (FF00196C)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:21:36PM] warning: Assigning None to a non-object variable named "::temp8"
stack:
    [ (FF00196C)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:21:37PM] Error: Unable to call Is3DLoaded - no native object bound to the script object, or object is of incorrect type
stack:
    [<nullptr form> (FF001A65)].ObjectReference.Is3DLoaded() - "<native>" Line ?
    [ (FF00196C)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:21:37PM] warning: Assigning None to a non-object variable named "::temp11"
stack:
    [ (FF00196C)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:21:41PM] Error: Cannot call GetPositionX() on a None object, aborting function call
stack:
    [ (FF001B18)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:21:41PM] warning: Assigning None to a non-object variable named "::temp6"
stack:
    [ (FF001B18)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:21:41PM] Error: Cannot call GetPositionY() on a None object, aborting function call
stack:
    [ (FF001B18)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:21:41PM] warning: Assigning None to a non-object variable named "::temp7"
stack:
    [ (FF001B18)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:21:41PM] Error: Cannot call GetPositionZ() on a None object, aborting function call
stack:
    [ (FF001B18)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:21:41PM] warning: Assigning None to a non-object variable named "::temp8"
stack:
    [ (FF001B18)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:21:43PM] Error: Unable to call GetPositionX - no native object bound to the script object, or object is of incorrect type
stack:
    [<nullptr form> (FF001A65)].ObjectReference.GetPositionX() - "<native>" Line ?
    [ (FF00196C)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:21:43PM] warning: Assigning None to a non-object variable named "::temp6"
stack:
    [ (FF00196C)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:21:43PM] Error: Unable to call GetPositionY - no native object bound to the script object, or object is of incorrect type
stack:
    [<nullptr form> (FF001A65)].ObjectReference.GetPositionY() - "<native>" Line ?
    [ (FF00196C)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:21:43PM] warning: Assigning None to a non-object variable named "::temp7"
stack:
    [ (FF00196C)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:21:43PM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type
stack:
    [<nullptr form> (FF001A65)].ObjectReference.GetPositionZ() - "<native>" Line ?
    [ (FF00196C)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:21:43PM] warning: Assigning None to a non-object variable named "::temp8"
stack:
    [ (FF00196C)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:21:43PM] Error: Unable to call Is3DLoaded - no native object bound to the script object, or object is of incorrect type
stack:
    [<nullptr form> (FF001A65)].ObjectReference.Is3DLoaded() - "<native>" Line ?
    [ (FF00196C)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:21:43PM] warning: Assigning None to a non-object variable named "::temp11"
stack:
    [ (FF00196C)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:21:46PM] Error: Cannot call GetPositionX() on a None object, aborting function call
stack:
    [ (FF001B18)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:21:46PM] warning: Assigning None to a non-object variable named "::temp6"
stack:
    [ (FF001B18)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:21:46PM] Error: Cannot call GetPositionY() on a None object, aborting function call
stack:
    [ (FF001B18)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:21:46PM] warning: Assigning None to a non-object variable named "::temp7"
stack:
    [ (FF001B18)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:21:46PM] Error: Cannot call GetPositionZ() on a None object, aborting function call
stack:
    [ (FF001B18)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:21:46PM] warning: Assigning None to a non-object variable named "::temp8"
stack:
    [ (FF001B18)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:21:48PM] Error: Unable to call GetPositionX - no native object bound to the script object, or object is of incorrect type
stack:
    [<nullptr form> (FF001A65)].ObjectReference.GetPositionX() - "<native>" Line ?
    [ (FF00196C)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:21:48PM] warning: Assigning None to a non-object variable named "::temp6"
stack:
    [ (FF00196C)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:21:48PM] Error: Unable to call GetPositionY - no native object bound to the script object, or object is of incorrect type
stack:
    [<nullptr form> (FF001A65)].ObjectReference.GetPositionY() - "<native>" Line ?
    [ (FF00196C)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:21:48PM] warning: Assigning None to a non-object variable named "::temp7"
stack:
    [ (FF00196C)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:21:48PM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type
stack:
    [<nullptr form> (FF001A65)].ObjectReference.GetPositionZ() - "<native>" Line ?
    [ (FF00196C)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:21:48PM] warning: Assigning None to a non-object variable named "::temp8"
stack:
    [ (FF00196C)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:21:48PM] Error: Unable to call Is3DLoaded - no native object bound to the script object, or object is of incorrect type
stack:
    [<nullptr form> (FF001A65)].ObjectReference.Is3DLoaded() - "<native>" Line ?
    [ (FF00196C)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:21:48PM] warning: Assigning None to a non-object variable named "::temp11"
stack:
    [ (FF00196C)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:21:52PM] Error: Cannot call GetPositionX() on a None object, aborting function call
stack:
    [ (FF001B18)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:21:52PM] warning: Assigning None to a non-object variable named "::temp6"
stack:
    [ (FF001B18)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:21:52PM] Error: Cannot call GetPositionY() on a None object, aborting function call
stack:
    [ (FF001B18)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:21:52PM] warning: Assigning None to a non-object variable named "::temp7"
stack:
    [ (FF001B18)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:21:52PM] Error: Cannot call GetPositionZ() on a None object, aborting function call
stack:
    [ (FF001B18)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:21:52PM] warning: Assigning None to a non-object variable named "::temp8"
stack:
    [ (FF001B18)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:21:54PM] Error: Unable to call GetPositionX - no native object bound to the script object, or object is of incorrect type
stack:
    [<nullptr form> (FF001A65)].ObjectReference.GetPositionX() - "<native>" Line ?
    [ (FF00196C)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:21:54PM] warning: Assigning None to a non-object variable named "::temp6"
stack:
    [ (FF00196C)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:21:54PM] Error: Unable to call GetPositionY - no native object bound to the script object, or object is of incorrect type
stack:
    [<nullptr form> (FF001A65)].ObjectReference.GetPositionY() - "<native>" Line ?
    [ (FF00196C)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:21:54PM] warning: Assigning None to a non-object variable named "::temp7"
stack:
    [ (FF00196C)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:21:54PM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type
stack:
    [<nullptr form> (FF001A65)].ObjectReference.GetPositionZ() - "<native>" Line ?
    [ (FF00196C)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:21:54PM] warning: Assigning None to a non-object variable named "::temp8"
stack:
    [ (FF00196C)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:21:54PM] Error: Unable to call Is3DLoaded - no native object bound to the script object, or object is of incorrect type
stack:
    [<nullptr form> (FF001A65)].ObjectReference.Is3DLoaded() - "<native>" Line ?
    [ (FF00196C)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:21:54PM] warning: Assigning None to a non-object variable named "::temp11"
stack:
    [ (FF00196C)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:21:58PM] Stopping script latency test
[12/30/2021 - 07:21:58PM] Error: Cannot call GetPositionX() on a None object, aborting function call
stack:
    [ (FF001B18)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:21:58PM] warning: Assigning None to a non-object variable named "::temp6"
stack:
    [ (FF001B18)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:21:58PM] Error: Cannot call GetPositionY() on a None object, aborting function call
stack:
    [ (FF001B18)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:21:58PM] warning: Assigning None to a non-object variable named "::temp7"
stack:
    [ (FF001B18)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:21:58PM] Error: Cannot call GetPositionZ() on a None object, aborting function call
stack:
    [ (FF001B18)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:21:58PM] warning: Assigning None to a non-object variable named "::temp8"
stack:
    [ (FF001B18)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:22:00PM] Error: Unable to call GetPositionX - no native object bound to the script object, or object is of incorrect type
stack:
    [<nullptr form> (FF001A65)].ObjectReference.GetPositionX() - "<native>" Line ?
    [ (FF00196C)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:22:00PM] warning: Assigning None to a non-object variable named "::temp6"
stack:
    [ (FF00196C)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:22:00PM] Error: Unable to call GetPositionY - no native object bound to the script object, or object is of incorrect type
stack:
    [<nullptr form> (FF001A65)].ObjectReference.GetPositionY() - "<native>" Line ?
    [ (FF00196C)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:22:00PM] warning: Assigning None to a non-object variable named "::temp7"
stack:
    [ (FF00196C)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:22:00PM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type
stack:
    [<nullptr form> (FF001A65)].ObjectReference.GetPositionZ() - "<native>" Line ?
    [ (FF00196C)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:22:00PM] warning: Assigning None to a non-object variable named "::temp8"
stack:
    [ (FF00196C)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:22:00PM] Error: Unable to call Is3DLoaded - no native object bound to the script object, or object is of incorrect type
stack:
    [<nullptr form> (FF001A65)].ObjectReference.Is3DLoaded() - "<native>" Line ?
    [ (FF00196C)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:22:00PM] warning: Assigning None to a non-object variable named "::temp11"
stack:
    [ (FF00196C)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:22:03PM] Error: Cannot call GetPositionX() on a None object, aborting function call
stack:
    [ (FF001B18)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:22:03PM] warning: Assigning None to a non-object variable named "::temp6"
stack:
    [ (FF001B18)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:22:03PM] Error: Cannot call GetPositionY() on a None object, aborting function call
stack:
    [ (FF001B18)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:22:03PM] warning: Assigning None to a non-object variable named "::temp7"
stack:
    [ (FF001B18)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:22:03PM] Error: Cannot call GetPositionZ() on a None object, aborting function call
stack:
    [ (FF001B18)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:22:03PM] warning: Assigning None to a non-object variable named "::temp8"
stack:
    [ (FF001B18)].onmoeffectmarkerscript.OnUpdate() - "onmoEffectMarkerScript.psc" Line ?
[12/30/2021 - 07:22:11PM] VM is freezing...
[12/30/2021 - 07:22:11PM] VM is frozen
 

 

Second test, after passing ~7 in-game days:

[12/30/2021 - 07:17:42PM] Papyrus log opened (PC)
[12/30/2021 - 07:17:42PM] Function UpdateItemTextureLayer in the empty state on type NiOverride does not exist. Function will not be flagged as callable from tasklets.
[12/30/2021 - 07:17:42PM] Update budget: 1.200000ms (Extra tasklet budget: 1.200000ms, Load screen budget: 1000.000000ms)
[12/30/2021 - 07:17:42PM] Memory page: 128 (min) 512 (max) 153600 (max total)
[12/30/2021 - 07:17:48PM] Cannot open store for class "slamainscr", missing file?
[12/30/2021 - 07:17:48PM] Cannot open store for class "slaConfigScr", missing file?
[12/30/2021 - 07:17:48PM] Cannot open store for class "nsmquestscript", missing file?
[12/30/2021 - 07:17:49PM] Cannot open store for class "EnergyBindingTest", missing file?
[12/30/2021 - 07:17:49PM] Cannot open store for class "PF_OrgFacExtUseMagicChainLig_0797BD4C", missing file?
[12/30/2021 - 07:17:49PM] Error: Unable to bind script PF_OrgFacExtUseMagicChainLig_0797BD4C to  (8797BD4C) because their base types do not match
[12/30/2021 - 07:17:49PM] Cannot open store for class "PopLandsMCMMenu", missing file?
[12/30/2021 - 07:17:49PM] Error: Unable to bind script PopLandsMCMMenu to PopLandsMCM (9302297F) because their base types do not match
[12/30/2021 - 07:17:50PM] Cannot open store for class "PF_018AuriRidePackage02_05332027", missing file?
[12/30/2021 - 07:17:50PM] Error: Unable to bind script PF_018AuriRidePackage02_05332027 to  (D4332027) because their base types do not match
[12/30/2021 - 07:17:50PM] Error: Unable to bind script sslExtraVoicesAlias to SexLabExtraVoices (F000189E) because their base types do not match
[12/30/2021 - 07:17:50PM] Cannot open store for class "daymoyl_QuestTemplate", missing file?
[12/30/2021 - 07:17:50PM] Error: Unable to link "daymoyl_QuestTemplate" - the parent of "Defeatdadefeated".
[12/30/2021 - 07:17:50PM] Error: Unable to bind script Defeatdadefeated to DefeatPADefeated (F20C16D8) because their base types do not match
[12/30/2021 - 07:17:50PM] Cannot open store for class "daymoyl_PlayerValidateQuestAlias", missing file?
[12/30/2021 - 07:17:50PM] Error: Unable to bind script defeatdatrigger to DefeatPlayerQST (F2000D62) because their base types do not match
[12/30/2021 - 07:17:50PM] Error: Unable to bind script DefeatDALeftForDead to DefeatPALeftForDead (F20C1173) because their base types do not match
[12/30/2021 - 07:17:50PM] Cannot open store for class "slaframeworkscr", missing file?
[12/30/2021 - 07:17:50PM] Cannot open store for class "slattractionmainscript", missing file?
[12/30/2021 - 07:17:50PM] Cannot open store for class "dse_dm_questutil", missing file?
[12/30/2021 - 07:17:50PM] Cannot open store for class "dse_dm_actiplaceablebase", missing file?
[12/30/2021 - 07:17:50PM] Cannot open store for class "dse_dm_questdevicemanager", missing file?
[12/30/2021 - 07:17:50PM] Cannot open store for class "dse_dm_questcontroller", missing file?
[12/30/2021 - 07:17:50PM] Cannot open store for class "dcc_dm_questcontroller", missing file?
[12/30/2021 - 07:17:50PM] Cannot open store for class "hr_havokchainscript", missing file?
[12/30/2021 - 07:17:56PM] Error: Unable to bind script dunexplorecompletescript to  (1B0FAE59) because their base types do not match
[12/30/2021 - 07:17:56PM] Error: Unable to bind script defaultaliasrespawnscript to  (790013DF) because their base types do not match
[12/30/2021 - 07:18:20PM] VM is freezing...
[12/30/2021 - 07:18:20PM] VM is frozen
[12/30/2021 - 07:18:21PM] Log closed

 

Posted

Quick follow-up: I ran an additional test on a brand new save after allowing all mods and their MCMs to load and I still was receiving 108ms on average, even when the game is running very well (to my eye), I guess that's a good thing because I don't have to wait until the issues become evident to start troubleshooting on a new save. I'm hacking away at my load order now, creating a new save, and running the test again to see if I can get that latency down. To start, I'm removing:

 

1. Organic factions and its dependencies

2. Replacing Enhanced Blood Textures with the LITE version, though there is a new (12/15/21) version that uses SPID so that might be a viable alternative

3. Removed Wet and Cold - Gear, which is supposed to be a very very light version of Wet and Cold but just for the sake of testing I'm trying without this one

 

If anyone has any other suggestions as to what mods could be contributing the most, please let me know! Posting original list again here

 

Update: New save with these three mods removed is still seeing an average of 108 ms. 

 

Update: New saves with ALL but the most basic VR mods (higgs, vrik, etc) are still returning on average 108 ms tests

 

Posted

FYI, SMP CPU usage isn't a "problem" per say. it's simply a more computationally taxing control process than CBPC.  The idea is to reduce lag contributors, at least while shaking out your lag issues. Making all the NPCs SMP all the time is (imo) asking for trouble.

 

In any case:

 

Avg lag inside?

Avg lag outside (quiet area. like a mountain side)?

Avg lag outside (busy area, like a town center during daytime, or an animal rich area like the busy corridor in between Whiterun and Rorikstead?

How many followers are tagging along with you? 

 

My lag definitely goes up in "crowds" or "high activity" areas, so I'm not sure "where" you're taking that measurement.

 

And I suppose I should have also asked what your hardware specs are like, since that can contribute to one's "natural" lag time. 

 

And.... I'll be honest, I'm not sure what the average lag time is for playing VR. It *may have a higher native lag time for all I know. I'm going from the perspective of a "normal" Skyrim SE player (playing on a reasonably quick desktop system) ... Other VR users please chime in to clarify what average lags you get indoors and outdoors?

 

Posted

Thank you, really appreciate the insight re: SMP. In one of my profiles, I have a lot of clothing mods that use SMP placed on a lot of NPCs inside my player home, so I suppose this is probably a big contributor at least to the lag I sometimes notice there.

 

Hardware:

RTX 3070

AMD Ryzen 5 5600X 6-Core Processor

32.0 GB RAM


Oddly enough I'm seeing an average of 108 ms in just about every test I run, regardless of what mods I'm running or where the test is run. I'm seeing 108 ms when I run the test with my full load order inside Falkreath Manor with lots of followers and paradise hall-related content running in the background, Whiterun towncenter in the middle of the day, and in a cell with no other NPCs inside.

 

During a more significant lag spike I saw it go as high as 119, but 108 is the baseline I'm seeing and I've yet to see a test lower than that. I've even tried a new character spawning into the Realm of Lorkhan with a very minimal load order (~30 plugins) and still see ~108 ms, even when there is no detectable lag, script or otherwise, to my eye.

 

All of these tests are being run on the FUS Wabbajack playlist which has a bunch of different profiles, but the most basic one has only VR QoL mods so I'm surprised to see even that one is seeing such a high number. As soon as I have time to sit through the vanilla start my next move will be to test with no mods installed except for the latency test and see what that looks like. If that looks clean, I would suspect it's an issue with the slightly outdated version of FUS I'm running. I think there were some updates to some Papyrus-related mods in the newer versions, but I'm unsure if that would account for this. Will update this post when I've done those tests but let me know if there's any other info that'd be helpful. Thanks again!

Archived

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

  • Recently Browsing   0 members

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