Jump to content

Unofficial SkyRE Script Fixes


steve40

Recommended Posts

At Aminados' request, I made a couple of unofficial script fixes for SkyRE v1.3.01. Both fixed scripts seem to work well and eliminated a lot of the log spam that Aminados was having. As it appears that the authors of both SkyRE and the Unofficial SkyRE Patch are no longer developing those mods, I've decided to post the fixed scripts here in the forums.

 

The fixed scripts are:

 

xxxCombatBehaviourScript.psc

 

- I've modified this script to prevent recursion that could cause stack thrashing leading to massive stack dumps in the Papyrus log like this:

 

 

 

Suspended stack count is over our warning threshold, dumping stacks:
[08/20/2013 - 02:13:54PM] VM is freezing...
[08/20/2013 - 02:13:54PM] VM is frozen
[08/20/2013 - 02:13:54PM] Dumping stack 3242:
[08/20/2013 - 02:13:54PM] Frame count: 0 (Page count: 0)
[08/20/2013 - 02:13:54PM] State: Waiting on other stack for call (Freeze state: Freezing)
[08/20/2013 - 02:13:54PM] Type: Normal
[08/20/2013 - 02:13:54PM] Return register: None
[08/20/2013 - 02:13:54PM] Has stack callback: No
[08/20/2013 - 02:13:54PM] Stack trace:
[08/20/2013 - 02:13:54PM] [Active effect 2 on (00013482)].xxxCombatBehaviourScript.OnHit() - (requested call)
[08/20/2013 - 02:13:54PM] [param 0]: [Actor < (00000014)>]
[08/20/2013 - 02:13:54PM] [param 1]: [SPELL < (00012FCD)>]
[08/20/2013 - 02:13:54PM] [param 2]: [PROJECTILE < (00012FCF)>]
[08/20/2013 - 02:13:54PM] [param 3]: False
[08/20/2013 - 02:13:54PM] [param 4]: False
[08/20/2013 - 02:13:54PM] [param 5]: False
[08/20/2013 - 02:13:54PM] [param 6]: False

 

 

xxxSpeedActuator.psc

 

- I've added sanity checks to prevent Papyrus log errors like these:

 

 

 

[08/22/2013 - 09:44:08PM]Error: Unable to call RemoveItem - no native object bound to the script object, or object is of incorrect type

stack:

    [<NULL form> (FF0013A3)].increasedSpawns.RemoveItem() - "<native>" Line ?

    [None].xxxSpeedActuator.actuate() - "xxxSpeedActuator.psc" Line 7

    [None].xxxSpeedActuator.OnEffectFinish() - "xxxSpeedActuator.psc" Line 15

[08/22/2013 - 09:44:08PM] Error: Unable to call RemoveItem - no native object bound to the script object, or object is of incorrect type

stack:

    [<NULL form> (FF0013A3)].increasedSpawns.RemoveItem() - "<native>" Line ?

    [None].xxxSpeedActuator.actuate() - "xxxSpeedActuator.psc" Line 7

    [None].xxxSpeedActuator.OnEffectFinish() - "xxxSpeedActuator.psc" Line 15

[08/22/2013 - 09:44:08PM] Error: Unable to call RemoveItem - no native object bound to the script object, or object is of incorrect type

stack:

    [<NULL form> (FF0014AC)].increasedSpawns.RemoveItem() - "<native>" Line ?

    [None].xxxSpeedActuator.actuate() - "xxxSpeedActuator.psc" Line 7

    [None].xxxSpeedActuator.OnEffectFinish() - "xxxSpeedActuator.psc" Line 15

[08/22/2013 - 09:44:08PM] Error: Unable to call RemoveItem - no native object bound to the script object, or object is of incorrect type

stack:

    [<NULL form> (FF0014AC)].increasedSpawns.RemoveItem() - "<native>" Line ?

    [None].xxxSpeedActuator.actuate() - "xxxSpeedActuator.psc" Line 7

    [None].xxxSpeedActuator.OnEffectFinish() - "xxxSpeedActuator.psc" Line 15

[08/22/2013 - 09:44:13PM] Error: Unable to call AddItem - no native object bound to the script object, or object is of incorrect type

stack:

    [<NULL form> (00105A33)].Actor.AddItem() - "<native>" Line ?

    [None].xxxSpeedActuator.actuate() - "xxxSpeedActuator.psc" Line 6

    [None].xxxSpeedActuator.OnEffectFinish() - "xxxSpeedActuator.psc" Line 15

[08/22/2013 - 09:44:13PM] Error: Unable to call AddItem - no native object bound to the script object, or object is of incorrect type

stack:

    [<NULL form> (00105A33)].Actor.AddItem() - "<native>" Line ?

    [None].xxxSpeedActuator.actuate() - "xxxSpeedActuator.psc" Line 6

    [None].xxxSpeedActuator.OnEffectFinish() - "xxxSpeedActuator.psc" Line 15

[08/22/2013 - 09:44:13PM] Error: Unable to call RemoveItem - no native object bound to the script object, or object is of incorrect type

stack:

    [<NULL form> (00105A33)].Actor.RemoveItem() - "<native>" Line ?

    [None].xxxSpeedActuator.actuate() - "xxxSpeedActuator.psc" Line 7

    [None].xxxSpeedActuator.OnEffectFinish() - "xxxSpeedActuator.psc" Line 15

[08/22/2013 - 09:44:13PM] Error: Unable to call RemoveItem - no native object bound to the script object, or object is of incorrect type

stack:

    [<NULL form> (00105A33)].Actor.RemoveItem() - "<native>" Line ?

    [None].xxxSpeedActuator.actuate() - "xxxSpeedActuator.psc" Line 7

    [None].xxxSpeedActuator.OnEffectFinish() - "xxxSpeedActuator.psc" Line 15

 

 

xxxBowHitStagger.psc

 

- I've modified this script for efficiency and to prevent calls to OnHit from stacking up, which could cause script lag.

 

INSTALLATION: copy the *.pex files from the "Data\Scripts" folder in the archive to your main "Data\Scripts" folder. The other files (source and original scripts) aren't required.

 

Changelog:

 

v2.0 - added "xxxBowHitStagger" script

v1.0 - added "xxxSpeedActuator" and "xxxCombatBehaviourScript" scripts

Edited by steve40
Link to comment
Share on other sites

Thx for this! xxxSpeedActuator.psc was buggin' me for a while.

 

Btw, can u by any chance fix Blade Barrier perk?

 

 

I might have forgotten to adjust Blade Barrier to the new timed blocking mechanic.

However, it should be possible to adjust it easily. BB casts a spell on the attacker when you're hit, Replenish casts a spell on the one that got punched. So

1. Make the perk do nothing
2. Adjust the timed blocking script to cast the spell on tha attacker. The script is found on the player alias in xxxSkyReMainQuest

 

 

Link to comment
Share on other sites

 

Thx for this! xxxSpeedActuator.psc was buggin' me for a while.

 

Btw, can u by any chance fix Blade Barrier perk?

 

 

I might have forgotten to adjust Blade Barrier to the new timed blocking mechanic.

However, it should be possible to adjust it easily. BB casts a spell on the attacker when you're hit, Replenish casts a spell on the one that got punched. So

 

1. Make the perk do nothing

2. Adjust the timed blocking script to cast the spell on tha attacker. The script is found on the player alias in xxxSkyReMainQuest

 

 

 

 

Also heard this from T3ndo, and I can't read code so I'm not sure if he did forget.

Link to comment
Share on other sites

I had a question related to a common Skyre pap log error. Here is one that persists through all of my games, wondered if anyone else is getting this when ever they sneak, and better yet wondered if there is a fix or patch. It's not anything game breaking, but instead just an annoyance when I'm looking for problems buried in log entries related to this.

 

[09/03/2013 - 07:18:26AM] warning: Property xxxsneakArcaneAssassin on script xxxMagicSneak attached to Active effect 5 on (3B001828) cannot be initialized because the script no longer contains that property
Link to comment
Share on other sites

I have several problems with scripts, could someone give me a light, please?

 

 

[09/04/2013 - 04:36:41PM] Papyrus log opened (PC)

[09/04/2013 - 04:36:41PM] Update budget: 1.200000ms (Extra tasklet budget: 1.200000ms, Load screen budget: 500.000000ms)

[09/04/2013 - 04:36:41PM] Memory page: 128 (min) 512 (max) 76800 (max total)

[09/04/2013 - 04:36:55PM] Cannot open store for class "dlc1scwispwallscript", missing file?

[09/04/2013 - 04:36:56PM] Cannot open store for class "DLC2BenthicLurkerFXSCRIPT", missing file?

[09/04/2013 - 04:36:56PM] Cannot open store for class "aaSexForsedNPC", missing file?

[09/04/2013 - 04:36:56PM] Cannot open store for class "aaSexPlayerBrawlScrpt", missing file?

[09/04/2013 - 04:36:56PM] Error: Unable to bind script traptriggerbase to TweakTraps (1300C515) because their base types do not match

[09/04/2013 - 04:36:56PM] Error: Unable to bind script TrapBear to TweakTraps (1300C515) because their base types do not match

[09/04/2013 - 04:36:56PM] Cannot open store for class "SF_TweakP1Hangout_02017201", missing file?

[09/04/2013 - 04:36:56PM] Error: Unable to bind script SF_TweakP1Hangout_02017201 to (13017201) because their base types do not match

[09/04/2013 - 04:36:56PM] Cannot open store for class "SF_TweakP1Pose_02017788", missing file?

[09/04/2013 - 04:36:56PM] Error: Unable to bind script SF_TweakP1Pose_02017788 to (13017788) because their base types do not match

[09/04/2013 - 04:36:57PM] Cannot open store for class "PF__01018802", missing file?

[09/04/2013 - 04:36:57PM] Error: Unable to bind script PF__01018802 to (1C018802) because their base types do not match

[09/04/2013 - 04:36:57PM] Cannot open store for class "PF__01022031", missing file?

[09/04/2013 - 04:36:57PM] Error: Unable to bind script PF__01022031 to (1C022031) because their base types do not match

[09/04/2013 - 04:36:57PM] Error: Unable to bind script SKI_PlayerLoadGameAlias to MDE_configmenu (310099B4) because their base types do not match

[09/04/2013 - 04:36:57PM] Cannot open store for class "QF_MDE_coalswitches_0100A9E7", missing file?

[09/04/2013 - 04:36:57PM] Error: Unable to bind script QF_MDE_coalswitches_0100A9E7 to MDE_coalswitches (3100A9E7) because their base types do not match

[09/04/2013 - 04:36:57PM] Cannot open store for class "as01_SF_FNISQuest1_ASX_Scene0_0100BF9C", missing file?

[09/04/2013 - 04:36:57PM] Error: Unable to bind script as01_SF_FNISQuest1_ASX_Scene0_0100BF9C to (4C00BF9C) because their base types do not match

[09/04/2013 - 04:37:05PM] Error: Unable to bind script DLC2WaterScript to alias Water on quest DLC2TTF2 (0401AAC8) because their base types do not match

[09/04/2013 - 04:37:05PM] Warning: Property AshSpawnAttachChancePercent on script DLC2AshSpawnAttackChanceScript attached to alias Player on quest DLC2Init (04016E02) cannot be initialized because the script no longer contains that property

[09/04/2013 - 04:37:05PM] Error: Unable to bind script aaSexForsedNPC to alias opponent on quest aaSexBrawlQuest (08016D2F) because their base types do not match

[09/04/2013 - 04:37:05PM] Error: Unable to bind script aaSexPlayerBrawlScrpt to alias Player on quest aaSexBrawlQuest (08016D2F) because their base types do not match

[09/04/2013 - 04:37:05PM] Error: Property Compatibility on script _de_clothingmonitor_1_7 attached to alias DE_Player on quest _DE_Main_1_6 (1C015CAE) cannot be bound because alias _DE_CompatibilityPlayer on quest _DE_Compatibility (1C0286F3) is not the right type

[09/04/2013 - 04:37:05PM] Error: Property Compatibility on script _de_getcampinglegal attached to alias DE_Player on quest _DE_Main_1_6 (1C015CAE) cannot be bound because alias _DE_CompatibilityPlayer on quest _DE_Compatibility (1C0286F3) is not the right type

[09/04/2013 - 04:37:05PM] Error: Property Compatibility on script _DE_WaterDetect attached to alias DE_Player on quest _DE_Main_1_6 (1C015CAE) cannot be bound because alias _DE_CompatibilityPlayer on quest _DE_Compatibility (1C0286F3) is not the right type

[09/04/2013 - 04:37:05PM] Warning: Property CR12 on script PlayerWerewolfCureSconceScript attached to alias Sconce on quest PlayerWerewolfCureQuest (000F6090) cannot be initialized because the script no longer contains that property

[09/04/2013 - 04:37:05PM] Warning: Property DismissedFollower on script DLC2HirelingQuestScript attached to DLC2HirelingQuest (04038566) cannot be initialized because the script no longer contains that property

[09/04/2013 - 04:37:05PM] Warning: Property FollowerDismissMessageCompanions on script DLC2HirelingQuestScript attached to DLC2HirelingQuest (04038566) cannot be initialized because the script no longer contains that property

[09/04/2013 - 04:37:05PM] Warning: Property FollowerDismissMessageWait on script DLC2HirelingQuestScript attached to DLC2HirelingQuest (04038566) cannot be initialized because the script no longer contains that property

[09/04/2013 - 04:37:05PM] Warning: Property FollowerDismissMessageCompanionsMale on script DLC2HirelingQuestScript attached to DLC2HirelingQuest (04038566) cannot be initialized because the script no longer contains that property

[09/04/2013 - 04:37:05PM] Warning: Property FollowerDismissMessage on script DLC2HirelingQuestScript attached to DLC2HirelingQuest (04038566) cannot be initialized because the script no longer contains that property

[09/04/2013 - 04:37:05PM] Warning: Property FollowerDismissMessageWedding on script DLC2HirelingQuestScript attached to DLC2HirelingQuest (04038566) cannot be initialized because the script no longer contains that property

[09/04/2013 - 04:37:05PM] Warning: Property FollowerDismissMessageCompanionsFemale on script DLC2HirelingQuestScript attached to DLC2HirelingQuest (04038566) cannot be initialized because the script no longer contains that property

[09/04/2013 - 04:37:05PM] Warning: Property DLC2RRTeldrynSero on script DLC2HirelingQuestScript attached to DLC2HirelingQuest (04038566) cannot be initialized because the script no longer contains that property

[09/04/2013 - 04:37:06PM] Warning: Property BYOHHouseBanditAttackKeyword on script SecretExitOpen attached to (65000D70) cannot be initialized because the script no longer contains that property

[09/04/2013 - 04:37:06PM] Warning: Property PlatePosition on script dlc2toldarstombpuzzleplatescript attached to (04027115) cannot be initialized because the script no longer contains that property

[09/04/2013 - 04:37:06PM] Warning: Property PlatePosition on script dlc2toldarstombpuzzleplatescript attached to (04027114) cannot be initialized because the script no longer contains that property

[09/04/2013 - 04:37:06PM] Warning: Property pTG05KarliahInvisibilitySpell on script QF_TG05_00021551 attached to TG05 (00021551) cannot be initialized because the script no longer contains that property

[09/04/2013 - 04:37:06PM] Warning: Property PlatePosition on script dlc2toldarstombpuzzleplatescript attached to (04027117) cannot be initialized because the script no longer contains that property

[09/04/2013 - 04:37:06PM] Warning: Property PlatePosition on script dlc2toldarstombpuzzleplatescript attached to (04027116) cannot be initialized because the script no longer contains that property

[09/04/2013 - 04:37:06PM] Warning: Property PlatePosition on script dlc2toldarstombpuzzleplatescript attached to (04027112) cannot be initialized because the script no longer contains that property

[09/04/2013 - 04:37:06PM] Warning: Property PlatePosition on script dlc2toldarstombpuzzleplatescript attached to (04027113) cannot be initialized because the script no longer contains that property

[09/04/2013 - 04:37:06PM] Warning: Property PlatePosition on script dlc2toldarstombpuzzleplatescript attached to (04027110) cannot be initialized because the script no longer contains that property

[09/04/2013 - 04:37:06PM] Warning: Property PlatePosition on script dlc2toldarstombpuzzleplatescript attached to (04027111) cannot be initialized because the script no longer contains that property

[09/04/2013 - 04:37:06PM] Warning: Property Alias_PlayerCliant on script QF_aaSexScene06_010253BA attached to aaSexScene06 (080253BA) cannot be initialized because the script no longer contains that property

[09/04/2013 - 04:37:06PM] Warning: Property Alias_PlayerBed on script QF_aaSexScene06_010253BA attached to aaSexScene06 (080253BA) cannot be initialized because the script no longer contains that property

[09/04/2013 - 04:37:06PM] Warning: Property Alias_LevitationTarget on script DLC2_QF_DLC2DialogueTelMithry_02017E85 attached to DLC2DialogueTelMithryn (04017E85) cannot be initialized because the script no longer contains that property

[09/04/2013 - 04:37:06PM] Warning: Property Dummy on script MDE_PerkTanning attached to (3100B4D9) cannot be initialized because the script no longer contains that property

[09/04/2013 - 04:37:06PM] Warning: Property DLC1VampireChangeEffect on script dlc1playervampirechangescript attached to DLC1PlayerVampireQuest (020071D0) cannot be initialized because the script no longer contains that property

[09/04/2013 - 04:37:06PM] Warning: Property WindWalker on script DLC1SeranaLevelingScript attached to (02003BA8) cannot be initialized because the script no longer contains that property

[09/04/2013 - 04:37:06PM] Warning: Property MagicResistance50 on script DLC1SeranaLevelingScript attached to (02003BA8) cannot be initialized because the script no longer contains that property

[09/04/2013 - 04:37:06PM] Warning: Property HackAndSlash60 on script DLC1SeranaLevelingScript attached to (02003BA8) cannot be initialized because the script no longer contains that property

[09/04/2013 - 04:37:06PM] Warning: Property MagicResistance30 on script DLC1SeranaLevelingScript attached to (02003BA8) cannot be initialized because the script no longer contains that property

[09/04/2013 - 04:37:06PM] Warning: Property Necromancy on script DLC1SeranaLevelingScript attached to (02003BA8) cannot be initialized because the script no longer contains that property

[09/04/2013 - 04:37:06PM] Warning: Property MageArmor30 on script DLC1SeranaLevelingScript attached to (02003BA8) cannot be initialized because the script no longer contains that property

[09/04/2013 - 04:37:06PM] Warning: Property SavageStrike on script DLC1SeranaLevelingScript attached to (02003BA8) cannot be initialized because the script no longer contains that property

[09/04/2013 - 04:37:06PM] Warning: Property MageArmor50 on script DLC1SeranaLevelingScript attached to (02003BA8) cannot be initialized because the script no longer contains that property

[09/04/2013 - 04:37:06PM] Warning: Property HackAndSlash90 on script DLC1SeranaLevelingScript attached to (02003BA8) cannot be initialized because the script no longer contains that property

[09/04/2013 - 04:37:06PM] Warning: Property AugmentedFrost on script DLC1SeranaLevelingScript attached to (02003BA8) cannot be initialized because the script no longer contains that property

[09/04/2013 - 04:37:06PM] Warning: Property DarkSouls on script DLC1SeranaLevelingScript attached to (02003BA8) cannot be initialized because the script no longer contains that property

[09/04/2013 - 04:37:06PM] Warning: Property Bladesman60 on script DLC1SeranaLevelingScript attached to (02003BA8) cannot be initialized because the script no longer contains that property

[09/04/2013 - 04:37:06PM] Warning: Property Bladesman90 on script DLC1SeranaLevelingScript attached to (02003BA8) cannot be initialized because the script no longer contains that property

[09/04/2013 - 04:37:06PM] Warning: Property DBForever on script darkbrotherhood attached to DarkBrotherhood (0001EA5C) cannot be initialized because the script no longer contains that property

[09/04/2013 - 04:37:06PM] Warning: Property TG05KarliahInvisibilitySpell on script tg06questscript attached to TG06 (00021552) cannot be initialized because the script no longer contains that property

[09/04/2013 - 04:37:06PM] Warning: Property Axe on script DLC2DBAncientDragonbornSCRIPT attached to (0401DC33) cannot be initialized because the script no longer contains that property

[09/04/2013 - 04:37:06PM] Warning: Property PlatePosition on script dlc2toldarstombpuzzleplatescript attached to (0402710F) cannot be initialized because the script no longer contains that property

[09/04/2013 - 04:37:06PM] VM is freezing...

[09/04/2013 - 04:37:06PM] VM is frozen

[09/04/2013 - 04:37:06PM] Reverting game...

[09/04/2013 - 04:37:06PM] Error: Unable to bind script PF__01022031 to (1C022031) because their base types do not match

[09/04/2013 - 04:37:06PM] Error: Unable to bind script as01_SF_FNISQuest1_ASX_Scene0_0100BF9C to (4C00BF9C) because their base types do not match

[09/04/2013 - 04:37:06PM] Error: Unable to bind script QF_MDE_coalswitches_0100A9E7 to MDE_coalswitches (3100A9E7) because their base types do not match

[09/04/2013 - 04:37:06PM] Error: Unable to bind script PF__01018802 to (1C018802) because their base types do not match

[09/04/2013 - 04:37:06PM] Error: Unable to bind script SKI_PlayerLoadGameAlias to MDE_configmenu (310099B4) because their base types do not match

[09/04/2013 - 04:37:06PM] Error: Unable to bind script SF_TweakP1Pose_02017788 to (13017788) because their base types do not match

[09/04/2013 - 04:37:06PM] Error: Unable to bind script traptriggerbase to TweakTraps (1300C515) because their base types do not match

[09/04/2013 - 04:37:06PM] Error: Unable to bind script TrapBear to TweakTraps (1300C515) because their base types do not match

[09/04/2013 - 04:37:06PM] Error: Unable to bind script SF_TweakP1Hangout_02017201 to (13017201) because their base types do not match

[09/04/2013 - 04:37:07PM] Error: Unable to bind script DLC2WaterScript to alias Water on quest DLC2TTF2 (0401AAC8) because their base types do not match

[09/04/2013 - 04:37:07PM] Error: Unable to bind script aaSexPlayerBrawlScrpt to alias Player on quest aaSexBrawlQuest (08016D2F) because their base types do not match

[09/04/2013 - 04:37:07PM] Error: Unable to bind script aaSexForsedNPC to alias opponent on quest aaSexBrawlQuest (08016D2F) because their base types do not match

[09/04/2013 - 04:37:07PM] Warning: Property AshSpawnAttachChancePercent on script DLC2AshSpawnAttackChanceScript attached to alias Player on quest DLC2Init (04016E02) cannot be initialized because the script no longer contains that property

[09/04/2013 - 04:37:07PM] Warning: Property BYOHHouseBanditAttackKeyword on script SecretExitOpen attached to (65000D70) cannot be initialized because the script no longer contains that property

[09/04/2013 - 04:37:07PM] Warning: Property CR12 on script PlayerWerewolfCureSconceScript attached to alias Sconce on quest PlayerWerewolfCureQuest (000F6090) cannot be initialized because the script no longer contains that property

[09/04/2013 - 04:37:07PM] Warning: Property DLC1VampireChangeEffect on script dlc1playervampirechangescript attached to DLC1PlayerVampireQuest (020071D0) cannot be initialized because the script no longer contains that property

[09/04/2013 - 04:37:07PM] Warning: Property PlatePosition on script dlc2toldarstombpuzzleplatescript attached to (04027115) cannot be initialized because the script no longer contains that property

[09/04/2013 - 04:37:07PM] Warning: Property PlatePosition on script dlc2toldarstombpuzzleplatescript attached to (04027114) cannot be initialized because the script no longer contains that property

[09/04/2013 - 04:37:07PM] Warning: Property pTG05KarliahInvisibilitySpell on script QF_TG05_00021551 attached to TG05 (00021551) cannot be initialized because the script no longer contains that property

[09/04/2013 - 04:37:07PM] Warning: Property TG05KarliahInvisibilitySpell on script tg06questscript attached to TG06 (00021552) cannot be initialized because the script no longer contains that property

[09/04/2013 - 04:37:07PM] Warning: Property PlatePosition on script dlc2toldarstombpuzzleplatescript attached to (04027116) cannot be initialized because the script no longer contains that property

[09/04/2013 - 04:37:07PM] Warning: Property PlatePosition on script dlc2toldarstombpuzzleplatescript attached to (04027112) cannot be initialized because the script no longer contains that property

[09/04/2013 - 04:37:07PM] Warning: Property PlatePosition on script dlc2toldarstombpuzzleplatescript attached to (04027113) cannot be initialized because the script no longer contains that property

[09/04/2013 - 04:37:07PM] Warning: Property PlatePosition on script dlc2toldarstombpuzzleplatescript attached to (04027117) cannot be initialized because the script no longer contains that property

[09/04/2013 - 04:37:07PM] Warning: Property PlatePosition on script dlc2toldarstombpuzzleplatescript attached to (0402710F) cannot be initialized because the script no longer contains that property

[09/04/2013 - 04:37:07PM] Warning: Property DismissedFollower on script DLC2HirelingQuestScript attached to DLC2HirelingQuest (04038566) cannot be initialized because the script no longer contains that property

[09/04/2013 - 04:37:07PM] Warning: Property FollowerDismissMessageCompanions on script DLC2HirelingQuestScript attached to DLC2HirelingQuest (04038566) cannot be initialized because the script no longer contains that property

[09/04/2013 - 04:37:07PM] Warning: Property FollowerDismissMessageWait on script DLC2HirelingQuestScript attached to DLC2HirelingQuest (04038566) cannot be initialized because the script no longer contains that property

[09/04/2013 - 04:37:07PM] Warning: Property FollowerDismissMessageCompanionsMale on script DLC2HirelingQuestScript attached to DLC2HirelingQuest (04038566) cannot be initialized because the script no longer contains that property

[09/04/2013 - 04:37:07PM] Warning: Property FollowerDismissMessage on script DLC2HirelingQuestScript attached to DLC2HirelingQuest (04038566) cannot be initialized because the script no longer contains that property

[09/04/2013 - 04:37:07PM] Warning: Property FollowerDismissMessageWedding on script DLC2HirelingQuestScript attached to DLC2HirelingQuest (04038566) cannot be initialized because the script no longer contains that property

[09/04/2013 - 04:37:07PM] Warning: Property FollowerDismissMessageCompanionsFemale on script DLC2HirelingQuestScript attached to DLC2HirelingQuest (04038566) cannot be initialized because the script no longer contains that property

[09/04/2013 - 04:37:07PM] Warning: Property DLC2RRTeldrynSero on script DLC2HirelingQuestScript attached to DLC2HirelingQuest (04038566) cannot be initialized because the script no longer contains that property

[09/04/2013 - 04:37:07PM] Warning: Property PlatePosition on script dlc2toldarstombpuzzleplatescript attached to (04027110) cannot be initialized because the script no longer contains that property

[09/04/2013 - 04:37:07PM] Warning: Property PlatePosition on script dlc2toldarstombpuzzleplatescript attached to (04027111) cannot be initialized because the script no longer contains that property

[09/04/2013 - 04:37:07PM] Warning: Property Alias_PlayerCliant on script QF_aaSexScene06_010253BA attached to aaSexScene06 (080253BA) cannot be initialized because the script no longer contains that property

[09/04/2013 - 04:37:07PM] Warning: Property Alias_PlayerBed on script QF_aaSexScene06_010253BA attached to aaSexScene06 (080253BA) cannot be initialized because the script no longer contains that property

[09/04/2013 - 04:37:07PM] Warning: Property Alias_LevitationTarget on script DLC2_QF_DLC2DialogueTelMithry_02017E85 attached to DLC2DialogueTelMithryn (04017E85) cannot be initialized because the script no longer contains that property

[09/04/2013 - 04:37:07PM] Warning: Property WindWalker on script DLC1SeranaLevelingScript attached to (02003BA8) cannot be initialized because the script no longer contains that property

[09/04/2013 - 04:37:07PM] Warning: Property MagicResistance50 on script DLC1SeranaLevelingScript attached to (02003BA8) cannot be initialized because the script no longer contains that property

[09/04/2013 - 04:37:07PM] Warning: Property HackAndSlash60 on script DLC1SeranaLevelingScript attached to (02003BA8) cannot be initialized because the script no longer contains that property

[09/04/2013 - 04:37:07PM] Warning: Property MagicResistance30 on script DLC1SeranaLevelingScript attached to (02003BA8) cannot be initialized because the script no longer contains that property

[09/04/2013 - 04:37:07PM] Warning: Property Necromancy on script DLC1SeranaLevelingScript attached to (02003BA8) cannot be initialized because the script no longer contains that property

[09/04/2013 - 04:37:07PM] Warning: Property MageArmor30 on script DLC1SeranaLevelingScript attached to (02003BA8) cannot be initialized because the script no longer contains that property

[09/04/2013 - 04:37:07PM] Warning: Property SavageStrike on script DLC1SeranaLevelingScript attached to (02003BA8) cannot be initialized because the script no longer contains that property

[09/04/2013 - 04:37:07PM] Warning: Property MageArmor50 on script DLC1SeranaLevelingScript attached to (02003BA8) cannot be initialized because the script no longer contains that property

[09/04/2013 - 04:37:07PM] Warning: Property HackAndSlash90 on script DLC1SeranaLevelingScript attached to (02003BA8) cannot be initialized because the script no longer contains that property

[09/04/2013 - 04:37:07PM] Warning: Property AugmentedFrost on script DLC1SeranaLevelingScript attached to (02003BA8) cannot be initialized because the script no longer contains that property

[09/04/2013 - 04:37:07PM] Warning: Property DarkSouls on script DLC1SeranaLevelingScript attached to (02003BA8) cannot be initialized because the script no longer contains that property

[09/04/2013 - 04:37:07PM] Warning: Property Bladesman60 on script DLC1SeranaLevelingScript attached to (02003BA8) cannot be initialized because the script no longer contains that property

[09/04/2013 - 04:37:07PM] Warning: Property Bladesman90 on script DLC1SeranaLevelingScript attached to (02003BA8) cannot be initialized because the script no longer contains that property

[09/04/2013 - 04:37:07PM] Warning: Property Axe on script DLC2DBAncientDragonbornSCRIPT attached to (0401DC33) cannot be initialized because the script no longer contains that property

[09/04/2013 - 04:37:07PM] Warning: Property Dummy on script MDE_PerkTanning attached to (3100B4D9) cannot be initialized because the script no longer contains that property

[09/04/2013 - 04:37:07PM] Warning: Property DBForever on script darkbrotherhood attached to DarkBrotherhood (0001EA5C) cannot be initialized because the script no longer contains that property

[09/04/2013 - 04:37:18PM] Loading game...

[09/04/2013 - 04:37:19PM] VM is thawing...

[09/04/2013 - 04:37:20PM] [bYOHHouseBuildingPlayerScript <alias Player on quest BYOHHouseBuilding (0300305D)>] OnPlayerLoadGame...

[09/04/2013 - 04:37:20PM] [DCL1VampireTurnPlayerScript <alias Player on quest DLC1VampireTurn (0200588C)>]OnPlayerLoadGame() calling MakeAliasesEyesRed()

[09/04/2013 - 04:37:20PM] [dlc1vampireturnscript <DLC1VampireTurn (0200588C)>]MakeAliasesEyesRed()

[09/04/2013 - 04:37:20PM] DLC2InitCrossDLCScript found: [DLC1VQ01QuestScript <DLC1VQ01 (0200352A)>], [bYOH_QF_BYOHRelationshipAdopt_010042B4 <BYOHRelationshipAdoption (030042B4)>]

[09/04/2013 - 04:37:20PM] Error: Cannot call OnGameReload() on a None object, aborting function call

stack:

[alias PageRest on quest PRSMCMUpdateSkyRe (42000D63)].PRSMCMUpdate.OnPlayerLoadGame() - "PRSMCMUpdate.psc" Line 6

[09/04/2013 - 04:37:20PM] Error: File "CCO - Uninstaller.esp" does not exist or is not currently loaded.

stack:

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

[alias PlayerAlias on quest _sycMaintenanceQuest (29005EE6)]._sycMaintenanceRefAliasScript.onBeginState() - "_sycMaintenanceRefAliasScript.psc" Line 25

[alias PlayerAlias on quest _sycMaintenanceQuest (29005EE6)]._sycMaintenanceRefAliasScript.GotoState() - "Alias.psc" Line ?

[alias PlayerAlias on quest _sycMaintenanceQuest (29005EE6)]._sycMaintenanceRefAliasScript.OnPlayerLoadGame() - "_sycMaintenanceRefAliasScript.psc" Line 20

[09/04/2013 - 04:37:20PM] ============================================[Frostfall: Warning Start]============================================

[09/04/2013 - 04:37:20PM]

[09/04/2013 - 04:37:20PM] Frostfall is now performing compatibility checks. Papyrus warnings about missing or

[09/04/2013 - 04:37:20PM] unloaded files may follow. This is NORMAL and can be ignored.

[09/04/2013 - 04:37:20PM]

[09/04/2013 - 04:37:20PM] ============================================[Frostfall: Warning Start]============================================

[09/04/2013 - 04:37:20PM] Error: File "ClimatesOfTamriel.esm" does not exist or is not currently loaded.

stack:

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

[alias _DE_CompatibilityPlayer on quest _DE_Compatibility (1C0286F3)]._de_compatibility.RunStartupCheck() - "_DE_Compatibility.psc" Line 410

[alias _DE_CompatibilityPlayer on quest _DE_Compatibility (1C0286F3)]._de_compatibility.OnPlayerLoadGame() - "_DE_Compatibility.psc" Line 247

[09/04/2013 - 04:37:20PM] Error: File "Chesko_LastSeed.esp" does not exist or is not currently loaded.

stack:

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

[alias _DE_CompatibilityPlayer on quest _DE_Compatibility (1C0286F3)]._de_compatibility.RunStartupCheck() - "_DE_Compatibility.psc" Line 445

[alias _DE_CompatibilityPlayer on quest _DE_Compatibility (1C0286F3)]._de_compatibility.OnPlayerLoadGame() - "_DE_Compatibility.psc" Line 247

[09/04/2013 - 04:37:20PM] Error: File "WetandCold.esp" does not exist or is not currently loaded.

stack:

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

[alias _DE_CompatibilityPlayer on quest _DE_Compatibility (1C0286F3)]._de_compatibility.RunStartupCheck() - "_DE_Compatibility.psc" Line 464

[alias _DE_CompatibilityPlayer on quest _DE_Compatibility (1C0286F3)]._de_compatibility.OnPlayerLoadGame() - "_DE_Compatibility.psc" Line 247

[09/04/2013 - 04:37:20PM] Error: File "ScenicCarriages.esp" does not exist or is not currently loaded.

stack:

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

[alias _DE_CompatibilityPlayer on quest _DE_Compatibility (1C0286F3)]._de_compatibility.RunStartupCheck() - "_DE_Compatibility.psc" Line 478

[alias _DE_CompatibilityPlayer on quest _DE_Compatibility (1C0286F3)]._de_compatibility.OnPlayerLoadGame() - "_DE_Compatibility.psc" Line 247

[09/04/2013 - 04:37:20PM] Error: File "Northborn Fur Hoods.esp" does not exist or is not currently loaded.

stack:

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

[alias _DE_CompatibilityPlayer on quest _DE_Compatibility (1C0286F3)]._de_compatibility.RunStartupCheck() - "_DE_Compatibility.psc" Line 500

[alias _DE_CompatibilityPlayer on quest _DE_Compatibility (1C0286F3)]._de_compatibility.OnPlayerLoadGame() - "_DE_Compatibility.psc" Line 247

[09/04/2013 - 04:37:20PM] Error: File "1nivWICCloaks.esp" does not exist or is not currently loaded.

stack:

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

[alias _DE_CompatibilityPlayer on quest _DE_Compatibility (1C0286F3)]._de_compatibility.GetWICPluginLoaded() - "_DE_Compatibility.psc" Line 2211

[alias _DE_CompatibilityPlayer on quest _DE_Compatibility (1C0286F3)]._de_compatibility.RunStartupCheck() - "_DE_Compatibility.psc" Line 521

[alias _DE_CompatibilityPlayer on quest _DE_Compatibility (1C0286F3)]._de_compatibility.OnPlayerLoadGame() - "_DE_Compatibility.psc" Line 247

[09/04/2013 - 04:37:20PM] Error: File "1nivWICCloaksNoGuards.esp" does not exist or is not currently loaded.

stack:

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

[alias _DE_CompatibilityPlayer on quest _DE_Compatibility (1C0286F3)]._de_compatibility.GetWICPluginLoaded() - "_DE_Compatibility.psc" Line 2213

[alias _DE_CompatibilityPlayer on quest _DE_Compatibility (1C0286F3)]._de_compatibility.RunStartupCheck() - "_DE_Compatibility.psc" Line 521

[alias _DE_CompatibilityPlayer on quest _DE_Compatibility (1C0286F3)]._de_compatibility.OnPlayerLoadGame() - "_DE_Compatibility.psc" Line 247

[09/04/2013 - 04:37:20PM] Error: File "1nivWICCloaksCRAFT.esp" does not exist or is not currently loaded.

stack:

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

[alias _DE_CompatibilityPlayer on quest _DE_Compatibility (1C0286F3)]._de_compatibility.GetWICPluginLoaded() - "_DE_Compatibility.psc" Line 2215

[alias _DE_CompatibilityPlayer on quest _DE_Compatibility (1C0286F3)]._de_compatibility.RunStartupCheck() - "_DE_Compatibility.psc" Line 521

[alias _DE_CompatibilityPlayer on quest _DE_Compatibility (1C0286F3)]._de_compatibility.OnPlayerLoadGame() - "_DE_Compatibility.psc" Line 247

[09/04/2013 - 04:37:20PM] Error: File "AesirArmor.esp" does not exist or is not currently loaded.

stack:

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

[alias _DE_CompatibilityPlayer on quest _DE_Compatibility (1C0286F3)]._de_compatibility.RunStartupCheck() - "_DE_Compatibility.psc" Line 587

[alias _DE_CompatibilityPlayer on quest _DE_Compatibility (1C0286F3)]._de_compatibility.OnPlayerLoadGame() - "_DE_Compatibility.psc" Line 247

[09/04/2013 - 04:37:20PM] Error: File "KnapsackEnhanced.esp" does not exist or is not currently loaded.

stack:

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

[alias _DE_CompatibilityPlayer on quest _DE_Compatibility (1C0286F3)]._de_compatibility.RunStartupCheck() - "_DE_Compatibility.psc" Line 630

[alias _DE_CompatibilityPlayer on quest _DE_Compatibility (1C0286F3)]._de_compatibility.OnPlayerLoadGame() - "_DE_Compatibility.psc" Line 247

[09/04/2013 - 04:37:20PM] InitWidgetLoader()

[09/04/2013 - 04:37:20PM] Warning: Assigning None to a non-object variable named "::temp5"

stack:

[ (FF000F01)].defaultDeleteSelfOnReset.OnLoad() - "defaultDeleteSelfOnReset.psc" Line 25

[09/04/2013 - 04:37:22PM] Error: Cannot call IsDoingFavor() on a None object, aborting function call

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:37:22PM] Warning: Assigning None to a non-object variable named "::temp11"

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:37:22PM] SkyRe Traveller_Rank1 [Perk < (1008DCAA)>]

[09/04/2013 - 04:37:22PM] SkyRe Traveller_Rank2 [Perk < (1008E232)>]

[09/04/2013 - 04:37:22PM] SkyRe Traveller_Rank3 [Perk < (1008E234)>]

[09/04/2013 - 04:37:22PM] SkyRe Traveller_Rank4 [Perk < (1008E235)>]

[09/04/2013 - 04:37:22PM] SkyRe Traveller_Rank5 [Perk < (1008E236)>]

[09/04/2013 - 04:37:22PM] SkyRe Forestry_Rank1 [Perk < (16002F9F)>]

[09/04/2013 - 04:37:22PM] SkyRe Forestry_Rank2 [Perk < (16002FA0)>]

[09/04/2013 - 04:37:22PM] SkyRe Forestry_Rank3 [Perk < (16002FA1)>]

[09/04/2013 - 04:37:22PM] SkyRe GlacialSwimmer [Perk < (16002FA3)>]

[09/04/2013 - 04:37:22PM] SkyRe Windbreaker [Perk < (16002FA4)>]

[09/04/2013 - 04:37:22PM] SkyRe WellInsulated [Perk < (16002FA5)>]

[09/04/2013 - 04:37:22PM] ============================================[ Frostfall: Warning End ]============================================

[09/04/2013 - 04:37:22PM]

[09/04/2013 - 04:37:22PM] Frostfall compatibility check complete.

[09/04/2013 - 04:37:22PM]

[09/04/2013 - 04:37:22PM] ============================================[ Frostfall: Warning End ]============================================

[09/04/2013 - 04:37:23PM] [default2StateActivator < (0004221E)>] Enabling Collision

[09/04/2013 - 04:37:23PM] Error: (000DC556): cannot enable an object with an enable state parent.

stack:

[ (000DC556)].lvlpredatorscript.Enable() - "<native>" Line ?

[ (000DC556)].lvlpredatorscript.OnCellLoad() - "LvlPredatorScript.psc" Line 26

[09/04/2013 - 04:37:23PM] Error: Cannot call IsDoingFavor() on a None object, aborting function call

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:37:23PM] Warning: Assigning None to a non-object variable named "::temp11"

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:37:24PM] Error: Cannot call IsDoingFavor() on a None object, aborting function call

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:37:24PM] Warning: Assigning None to a non-object variable named "::temp11"

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:37:25PM] Warning: Property ActorTypeDwarven on script nAddonStatsScript attached to Active effect 1 on (FF001E3C) cannot be initialized because the script no longer contains that property

[09/04/2013 - 04:37:25PM] Warning: Property ActorTypeDwarven on script nAddonStatsScript attached to Active effect 1 on (FF001E3E) cannot be initialized because the script no longer contains that property

[09/04/2013 - 04:37:25PM] Error: Cannot call IsDoingFavor() on a None object, aborting function call

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:37:25PM] Warning: Assigning None to a non-object variable named "::temp11"

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:37:26PM] Error: Cannot call IsDoingFavor() on a None object, aborting function call

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:37:26PM] Warning: Assigning None to a non-object variable named "::temp11"

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:37:27PM] Error: Cannot call IsDoingFavor() on a None object, aborting function call

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:37:27PM] Warning: Assigning None to a non-object variable named "::temp11"

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:37:28PM] Error: Cannot call IsDoingFavor() on a None object, aborting function call

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:37:28PM] Warning: Assigning None to a non-object variable named "::temp11"

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:37:29PM] Error: Object reference has no 3D

stack:

[ (0001E68C)].Sound.Play() - "<native>" Line ?

[ (000375A2)].fxDustDropRandomSCRIPT.OnLoad() - "fxDustDropRandomSCRIPT.psc" Line 25

[09/04/2013 - 04:37:29PM] Error: Cannot call IsDoingFavor() on a None object, aborting function call

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:37:29PM] Warning: Assigning None to a non-object variable named "::temp11"

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:37:30PM] Error: Cannot call IsDoingFavor() on a None object, aborting function call

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:37:30PM] Warning: Assigning None to a non-object variable named "::temp11"

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:37:31PM] Error: Cannot call IsDoingFavor() on a None object, aborting function call

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:37:31PM] Warning: Assigning None to a non-object variable named "::temp11"

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:37:32PM] Error: Object reference has no 3D

stack:

[ (0001E68C)].Sound.Play() - "<native>" Line ?

[ (000375A1)].fxDustDropRandomSCRIPT.OnLoad() - "fxDustDropRandomSCRIPT.psc" Line 36

[09/04/2013 - 04:37:32PM] Error: Cannot call IsDoingFavor() on a None object, aborting function call

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:37:32PM] Warning: Assigning None to a non-object variable named "::temp11"

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:37:33PM] Error: Object reference has no 3D

stack:

[ (0001E68C)].Sound.Play() - "<native>" Line ?

[ (000375AD)].fxDustDropRandomSCRIPT.OnLoad() - "fxDustDropRandomSCRIPT.psc" Line 33

[09/04/2013 - 04:37:33PM] Error: Cannot call IsDoingFavor() on a None object, aborting function call

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:37:33PM] Warning: Assigning None to a non-object variable named "::temp11"

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:37:50PM] Error: Cannot call IsDoingFavor() on a None object, aborting function call

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:37:50PM] Warning: Assigning None to a non-object variable named "::temp11"

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:37:51PM] Error: Cannot call IsDoingFavor() on a None object, aborting function call

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:37:51PM] Warning: Assigning None to a non-object variable named "::temp11"

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:37:52PM] Error: Cannot call IsDoingFavor() on a None object, aborting function call

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:37:52PM] Warning: Assigning None to a non-object variable named "::temp11"

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:37:53PM] Error: Cannot call IsDoingFavor() on a None object, aborting function call

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:37:53PM] Warning: Assigning None to a non-object variable named "::temp11"

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:37:53PM] Error: Object reference has no 3D

stack:

[ (0001E68C)].Sound.Play() - "<native>" Line ?

[ (000375AE)].fxDustDropRandomSCRIPT.OnLoad() - "fxDustDropRandomSCRIPT.psc" Line 33

[09/04/2013 - 04:37:54PM] Error: Cannot call IsDoingFavor() on a None object, aborting function call

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:37:54PM] Warning: Assigning None to a non-object variable named "::temp11"

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:37:55PM] Error: Cannot call IsDoingFavor() on a None object, aborting function call

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:37:55PM] Warning: Assigning None to a non-object variable named "::temp11"

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:37:56PM] Error: Cannot call IsDoingFavor() on a None object, aborting function call

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:37:56PM] Warning: Assigning None to a non-object variable named "::temp11"

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:37:57PM] Error: Cannot call IsDoingFavor() on a None object, aborting function call

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:37:57PM] Warning: Assigning None to a non-object variable named "::temp11"

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:37:58PM] Error: Cannot call IsDoingFavor() on a None object, aborting function call

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:37:58PM] Warning: Assigning None to a non-object variable named "::temp11"

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:37:59PM] Error: Object reference has no 3D

stack:

[ (0001E68C)].Sound.Play() - "<native>" Line ?

[ (000375AF)].fxDustDropRandomSCRIPT.OnLoad() - "fxDustDropRandomSCRIPT.psc" Line 33

[09/04/2013 - 04:37:59PM] Error: Cannot call IsDoingFavor() on a None object, aborting function call

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:37:59PM] Warning: Assigning None to a non-object variable named "::temp11"

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:38:00PM] Error: Cannot call IsDoingFavor() on a None object, aborting function call

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:38:00PM] Warning: Assigning None to a non-object variable named "::temp11"

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:38:01PM] Error: Object reference has no 3D

stack:

[ (0001E68C)].Sound.Play() - "<native>" Line ?

[ (000375A2)].fxDustDropRandomSCRIPT.OnLoad() - "fxDustDropRandomSCRIPT.psc" Line 25

[09/04/2013 - 04:38:01PM] Error: Cannot call IsDoingFavor() on a None object, aborting function call

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:38:01PM] Warning: Assigning None to a non-object variable named "::temp11"

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:38:02PM] Error: Object reference has no 3D

stack:

[ (0001E68C)].Sound.Play() - "<native>" Line ?

[ (000375A1)].fxDustDropRandomSCRIPT.OnLoad() - "fxDustDropRandomSCRIPT.psc" Line 33

[09/04/2013 - 04:38:02PM] Error: Cannot call IsDoingFavor() on a None object, aborting function call

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:38:02PM] Warning: Assigning None to a non-object variable named "::temp11"

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:38:03PM] Error: Cannot call IsDoingFavor() on a None object, aborting function call

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:38:03PM] Warning: Assigning None to a non-object variable named "::temp11"

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:38:44PM] Error: Cannot call IsDoingFavor() on a None object, aborting function call

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:38:44PM] Warning: Assigning None to a non-object variable named "::temp11"

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:38:45PM] Error: Cannot call IsDoingFavor() on a None object, aborting function call

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:38:45PM] Warning: Assigning None to a non-object variable named "::temp11"

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:38:45PM] RNPC: Periodic update check.

[09/04/2013 - 04:38:46PM] Error: Cannot call IsDoingFavor() on a None object, aborting function call

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:38:46PM] Warning: Assigning None to a non-object variable named "::temp11"

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:38:46PM] Error: Object reference has no 3D

stack:

[ (0001E68C)].Sound.Play() - "<native>" Line ?

[ (000375AD)].fxDustDropRandomSCRIPT.OnLoad() - "fxDustDropRandomSCRIPT.psc" Line 36

[09/04/2013 - 04:38:48PM] Error: Cannot call IsDoingFavor() on a None object, aborting function call

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:38:48PM] Warning: Assigning None to a non-object variable named "::temp11"

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:39:02PM] Error: Cannot call IsDoingFavor() on a None object, aborting function call

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:39:02PM] Warning: Assigning None to a non-object variable named "::temp11"

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:39:03PM] Error: Cannot call IsDoingFavor() on a None object, aborting function call

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:39:03PM] Warning: Assigning None to a non-object variable named "::temp11"

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:39:04PM] [DLC1VampireSleepScript <DLC1VampireSleep (02008E3B)>]PlayerActivateBed() IsCoffin =False

[09/04/2013 - 04:39:04PM] Error: Cannot call IsDoingFavor() on a None object, aborting function call

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:39:04PM] Warning: Assigning None to a non-object variable named "::temp11"

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:39:05PM] Error: Object reference has no 3D

stack:

[ (0001E68C)].Sound.Play() - "<native>" Line ?

[ (000375AE)].fxDustDropRandomSCRIPT.OnLoad() - "fxDustDropRandomSCRIPT.psc" Line 36

[09/04/2013 - 04:39:05PM] Error: Cannot call IsDoingFavor() on a None object, aborting function call

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:39:05PM] Warning: Assigning None to a non-object variable named "::temp11"

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:39:06PM] Error: Cannot call IsDoingFavor() on a None object, aborting function call

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:39:06PM] Warning: Assigning None to a non-object variable named "::temp11"

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:39:07PM] Error: Cannot call IsDoingFavor() on a None object, aborting function call

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:39:07PM] Warning: Assigning None to a non-object variable named "::temp11"

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:39:08PM] Error: Cannot call IsDoingFavor() on a None object, aborting function call

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:39:08PM] Warning: Assigning None to a non-object variable named "::temp11"

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:39:09PM] Error: Cannot call IsDoingFavor() on a None object, aborting function call

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:39:09PM] Warning: Assigning None to a non-object variable named "::temp11"

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:39:10PM] Error: Cannot call IsDoingFavor() on a None object, aborting function call

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:39:10PM] Warning: Assigning None to a non-object variable named "::temp11"

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:39:11PM] Error: Cannot call IsDoingFavor() on a None object, aborting function call

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:39:11PM] Warning: Assigning None to a non-object variable named "::temp11"

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:39:12PM] Error: Cannot call IsDoingFavor() on a None object, aborting function call

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:39:12PM] Warning: Assigning None to a non-object variable named "::temp11"

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:39:13PM] Error: Cannot call IsDoingFavor() on a None object, aborting function call

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:39:13PM] Warning: Assigning None to a non-object variable named "::temp11"

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:39:14PM] Error: Object reference has no 3D

stack:

[ (0001E68C)].Sound.Play() - "<native>" Line ?

[ (000375AF)].fxDustDropRandomSCRIPT.OnLoad() - "fxDustDropRandomSCRIPT.psc" Line 25

[09/04/2013 - 04:39:15PM] Error: Cannot call IsDoingFavor() on a None object, aborting function call

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:39:15PM] Warning: Assigning None to a non-object variable named "::temp11"

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:39:16PM] Error: Cannot call IsDoingFavor() on a None object, aborting function call

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:39:16PM] Warning: Assigning None to a non-object variable named "::temp11"

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:39:17PM] Error: Cannot call IsDoingFavor() on a None object, aborting function call

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:39:17PM] Warning: Assigning None to a non-object variable named "::temp11"

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:39:18PM] Error: Cannot call IsDoingFavor() on a None object, aborting function call

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:39:18PM] Warning: Assigning None to a non-object variable named "::temp11"

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:39:18PM] [DLC1VampireSleepScript <DLC1VampireSleep (02008E3B)>]PlayerActivateBed() IsCoffin =False

[09/04/2013 - 04:39:18PM] Error: Object reference has no 3D

stack:

[ (0001E68C)].Sound.Play() - "<native>" Line ?

[ (000375A1)].fxDustDropRandomSCRIPT.OnLoad() - "fxDustDropRandomSCRIPT.psc" Line 33

[09/04/2013 - 04:39:19PM] Error: Cannot call IsDoingFavor() on a None object, aborting function call

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:39:19PM] Warning: Assigning None to a non-object variable named "::temp11"

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:39:20PM] Error: Cannot call IsDoingFavor() on a None object, aborting function call

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:39:20PM] Warning: Assigning None to a non-object variable named "::temp11"

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:39:20PM] Error: Object reference has no 3D

stack:

[ (0001E68C)].Sound.Play() - "<native>" Line ?

[ (000375AE)].fxDustDropRandomSCRIPT.OnLoad() - "fxDustDropRandomSCRIPT.psc" Line 33

[09/04/2013 - 04:39:21PM] Error: Cannot call IsDoingFavor() on a None object, aborting function call

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:39:21PM] Warning: Assigning None to a non-object variable named "::temp11"

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:39:22PM] Error: Cannot call IsDoingFavor() on a None object, aborting function call

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:39:22PM] Warning: Assigning None to a non-object variable named "::temp11"

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:39:23PM] Error: Cannot call IsDoingFavor() on a None object, aborting function call

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:39:23PM] Warning: Assigning None to a non-object variable named "::temp11"

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:39:32PM] Error: Cannot call IsDoingFavor() on a None object, aborting function call

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:39:32PM] Warning: Assigning None to a non-object variable named "::temp11"

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:39:32PM] Error: Object reference has no 3D

stack:

[ (0001E68C)].Sound.Play() - "<native>" Line ?

[ (000375A2)].fxDustDropRandomSCRIPT.OnLoad() - "fxDustDropRandomSCRIPT.psc" Line 36

[09/04/2013 - 04:39:33PM] Error: Cannot call IsDoingFavor() on a None object, aborting function call

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:39:33PM] Warning: Assigning None to a non-object variable named "::temp11"

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:39:34PM] Error: Cannot call IsDoingFavor() on a None object, aborting function call

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:39:34PM] Warning: Assigning None to a non-object variable named "::temp11"

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:39:53PM] Error: Cannot call IsDoingFavor() on a None object, aborting function call

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:39:53PM] Warning: Assigning None to a non-object variable named "::temp11"

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:39:53PM] Error: Object reference has no 3D

stack:

[ (0001E68C)].Sound.Play() - "<native>" Line ?

[ (000375AD)].fxDustDropRandomSCRIPT.OnLoad() - "fxDustDropRandomSCRIPT.psc" Line 25

[09/04/2013 - 04:39:54PM] Error: Cannot call IsDoingFavor() on a None object, aborting function call

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:39:54PM] Warning: Assigning None to a non-object variable named "::temp11"

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:39:55PM] Error: Cannot call IsDoingFavor() on a None object, aborting function call

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:39:55PM] Warning: Assigning None to a non-object variable named "::temp11"

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:39:56PM] RNPC: Periodic update check.

[09/04/2013 - 04:39:56PM] Error: Cannot call IsDoingFavor() on a None object, aborting function call

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:39:56PM] Warning: Assigning None to a non-object variable named "::temp11"

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:40:42PM] Error: Cannot call IsDoingFavor() on a None object, aborting function call

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:40:42PM] Warning: Assigning None to a non-object variable named "::temp11"

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:40:44PM] Error: Cannot call IsDoingFavor() on a None object, aborting function call

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:40:44PM] Warning: Assigning None to a non-object variable named "::temp11"

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:40:45PM] Error: Cannot call IsDoingFavor() on a None object, aborting function call

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:40:45PM] Warning: Assigning None to a non-object variable named "::temp11"

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:40:45PM] Error: Object reference has no 3D

stack:

[ (0001E68C)].Sound.Play() - "<native>" Line ?

[ (000375AE)].fxDustDropRandomSCRIPT.OnLoad() - "fxDustDropRandomSCRIPT.psc" Line 25

[09/04/2013 - 04:40:47PM] Error: Cannot call IsDoingFavor() on a None object, aborting function call

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:40:47PM] Warning: Assigning None to a non-object variable named "::temp11"

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:40:50PM] Error: Cannot call IsDoingFavor() on a None object, aborting function call

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:40:50PM] Warning: Assigning None to a non-object variable named "::temp11"

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:40:51PM] Error: Cannot call IsDoingFavor() on a None object, aborting function call

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:40:51PM] Warning: Assigning None to a non-object variable named "::temp11"

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:40:52PM] Error: Cannot call IsDoingFavor() on a None object, aborting function call

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:40:52PM] Warning: Assigning None to a non-object variable named "::temp11"

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:40:52PM] [DLC1VampireSleepScript <DLC1VampireSleep (02008E3B)>]PlayerActivateBed() IsCoffin =False

[09/04/2013 - 04:40:53PM] Error: Cannot call IsDoingFavor() on a None object, aborting function call

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:40:53PM] Warning: Assigning None to a non-object variable named "::temp11"

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:40:53PM] Error: Object reference has no 3D

stack:

[ (0001E68C)].Sound.Play() - "<native>" Line ?

[ (000375AF)].fxDustDropRandomSCRIPT.OnLoad() - "fxDustDropRandomSCRIPT.psc" Line 25

[09/04/2013 - 04:40:54PM] Error: Cannot call IsDoingFavor() on a None object, aborting function call

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:40:54PM] Warning: Assigning None to a non-object variable named "::temp11"

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:40:55PM] Error: Cannot call IsDoingFavor() on a None object, aborting function call

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:40:55PM] Warning: Assigning None to a non-object variable named "::temp11"

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:40:56PM] Error: Cannot call IsDoingFavor() on a None object, aborting function call

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:40:56PM] Warning: Assigning None to a non-object variable named "::temp11"

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:40:56PM] Error: Object reference has no 3D

stack:

[ (0001E68C)].Sound.Play() - "<native>" Line ?

[ (000375AD)].fxDustDropRandomSCRIPT.OnLoad() - "fxDustDropRandomSCRIPT.psc" Line 33

[09/04/2013 - 04:40:57PM] Error: Cannot call IsDoingFavor() on a None object, aborting function call

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:40:57PM] Warning: Assigning None to a non-object variable named "::temp11"

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:40:58PM] Error: Cannot call IsDoingFavor() on a None object, aborting function call

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:40:58PM] Warning: Assigning None to a non-object variable named "::temp11"

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:40:59PM] Error: Cannot call IsDoingFavor() on a None object, aborting function call

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:40:59PM] Warning: Assigning None to a non-object variable named "::temp11"

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:41:00PM] Error: Cannot call IsDoingFavor() on a None object, aborting function call

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:41:00PM] Warning: Assigning None to a non-object variable named "::temp11"

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:41:01PM] Error: Cannot call IsDoingFavor() on a None object, aborting function call

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:41:01PM] Warning: Assigning None to a non-object variable named "::temp11"

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:41:02PM] Error: Cannot call IsDoingFavor() on a None object, aborting function call

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:41:02PM] Warning: Assigning None to a non-object variable named "::temp11"

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:41:03PM] Error: Cannot call IsDoingFavor() on a None object, aborting function call

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:41:03PM] Warning: Assigning None to a non-object variable named "::temp11"

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:41:03PM] Error: Object reference has no 3D

stack:

[ (0001E68C)].Sound.Play() - "<native>" Line ?

[ (000375A1)].fxDustDropRandomSCRIPT.OnLoad() - "fxDustDropRandomSCRIPT.psc" Line 25

[09/04/2013 - 04:41:04PM] Error: Cannot call IsDoingFavor() on a None object, aborting function call

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:41:04PM] Warning: Assigning None to a non-object variable named "::temp11"

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:41:05PM] Error: Cannot call IsDoingFavor() on a None object, aborting function call

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:41:05PM] Warning: Assigning None to a non-object variable named "::temp11"

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:41:06PM] Error: Cannot call IsDoingFavor() on a None object, aborting function call

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:41:06PM] Warning: Assigning None to a non-object variable named "::temp11"

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:41:07PM] Error: Cannot call IsDoingFavor() on a None object, aborting function call

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:41:07PM] Warning: Assigning None to a non-object variable named "::temp11"

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:41:07PM] Error: Object reference has no 3D

stack:

[ (0001E68C)].Sound.Play() - "<native>" Line ?

[ (000375AF)].fxDustDropRandomSCRIPT.OnLoad() - "fxDustDropRandomSCRIPT.psc" Line 33

[09/04/2013 - 04:41:08PM] Error: Cannot call IsDoingFavor() on a None object, aborting function call

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:41:08PM] Warning: Assigning None to a non-object variable named "::temp11"

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:41:08PM] Error: Object reference has no 3D

stack:

[ (0001E68C)].Sound.Play() - "<native>" Line ?

[ (000375AD)].fxDustDropRandomSCRIPT.OnLoad() - "fxDustDropRandomSCRIPT.psc" Line 33

[09/04/2013 - 04:41:08PM] Error: Object reference has no 3D

stack:

[ (0001E68C)].Sound.Play() - "<native>" Line ?

[ (000375A2)].fxDustDropRandomSCRIPT.OnLoad() - "fxDustDropRandomSCRIPT.psc" Line 33

[09/04/2013 - 04:41:09PM] Error: Cannot call IsDoingFavor() on a None object, aborting function call

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:41:09PM] Warning: Assigning None to a non-object variable named "::temp11"

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:41:10PM] Error: Cannot call IsDoingFavor() on a None object, aborting function call

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:41:10PM] Warning: Assigning None to a non-object variable named "::temp11"

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:41:10PM] Error: Object reference has no 3D

stack:

[ (0001E68C)].Sound.Play() - "<native>" Line ?

[ (000375AE)].fxDustDropRandomSCRIPT.OnLoad() - "fxDustDropRandomSCRIPT.psc" Line 25

[09/04/2013 - 04:41:11PM] Error: Cannot call IsDoingFavor() on a None object, aborting function call

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:41:11PM] Warning: Assigning None to a non-object variable named "::temp11"

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:41:12PM] Error: Cannot call IsDoingFavor() on a None object, aborting function call

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:41:12PM] Warning: Assigning None to a non-object variable named "::temp11"

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:41:13PM] Error: Cannot call IsDoingFavor() on a None object, aborting function call

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:41:13PM] Warning: Assigning None to a non-object variable named "::temp11"

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:41:14PM] Error: Cannot call IsDoingFavor() on a None object, aborting function call

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:41:14PM] Warning: Assigning None to a non-object variable named "::temp11"

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:41:14PM] RNPC: Periodic update check.

[09/04/2013 - 04:41:15PM] Error: Cannot call IsDoingFavor() on a None object, aborting function call

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:41:15PM] Warning: Assigning None to a non-object variable named "::temp11"

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:41:16PM] Error: Cannot call IsDoingFavor() on a None object, aborting function call

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:41:16PM] Warning: Assigning None to a non-object variable named "::temp11"

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:41:17PM] Error: Cannot call IsDoingFavor() on a None object, aborting function call

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:41:17PM] Warning: Assigning None to a non-object variable named "::temp11"

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:41:18PM] Error: Cannot call IsDoingFavor() on a None object, aborting function call

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:41:18PM] Warning: Assigning None to a non-object variable named "::temp11"

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:41:19PM] Error: Cannot call IsDoingFavor() on a None object, aborting function call

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:41:19PM] Warning: Assigning None to a non-object variable named "::temp11"

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:41:20PM] Error: Cannot call IsDoingFavor() on a None object, aborting function call

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:41:20PM] Warning: Assigning None to a non-object variable named "::temp11"

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:41:21PM] Error: Cannot call IsDoingFavor() on a None object, aborting function call

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:41:21PM] Warning: Assigning None to a non-object variable named "::temp11"

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:41:22PM] Error: Cannot call IsDoingFavor() on a None object, aborting function call

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:41:22PM] Warning: Assigning None to a non-object variable named "::temp11"

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:41:23PM] Error: Cannot call IsDoingFavor() on a None object, aborting function call

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:41:23PM] Warning: Assigning None to a non-object variable named "::temp11"

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:41:24PM] Error: Cannot call IsDoingFavor() on a None object, aborting function call

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:41:24PM] Warning: Assigning None to a non-object variable named "::temp11"

stack:

[aaSex (08000D62)].aasexscript.OnUpdate() - "aaSexScript.psc" Line 44

[09/04/2013 - 04:41:27PM] VM is freezing...

[09/04/2013 - 04:41:27PM] VM is frozen

 

 

 

 

 

Why didn't you make a separate topic about your problem? It is is no way relevant to Steve40's scripts.

Edited by vlaka
Link to comment
Share on other sites

@jdavisson10: that warning happens if the author removes a variable from their script while updating the code. The old scripts baked into your save will complain when they can't find the old variable. It's harmless.
Link to comment
Share on other sites

  • 2 weeks later...

I'm not %100 positive but old code searching for a variable can be removed by SKSE. I believe I've read SKSE will clean up old scripts recalling a certain objects but VERY slowly. You can try by adding this

 

In folder: Data\SKSE create a .txt file and rename it to SKSE.ini

Open this file and add this;

[General]
ClearInvalidRegistrations=1

Save & Close the file

Also if you have a plugin folder, copy and paste one in there too just to make sure.

Link to comment
Share on other sites

  • Recently Browsing   0 members

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