SunnyTheCat Posted May 15, 2013 Share Posted May 15, 2013 Getting game freezes when shooting stuff with a soul trap bow. The last line of papyrus log reads: [Actor < (ActorID)>] is, in fact, dead, But the TrapSoul check failed or came back false What should I do? Link to comment Share on other sites More sharing options...
SunnyTheCat Posted May 16, 2013 Author Share Posted May 16, 2013 Anyone? Link to comment Share on other sites More sharing options...
SunnyTheCat Posted May 18, 2013 Author Share Posted May 18, 2013 Bump ... Can any good soul help me with this please? Link to comment Share on other sites More sharing options...
SunnyTheCat Posted May 24, 2013 Author Share Posted May 24, 2013 Bump I'm also getting this [05/24/2013 - 11:53:51AM] warning: Property xxxsneakTouchOfCalamity on script xxxMagicSneak attached to Active effect 20 on (00000014) cannot be initialized because the script no longer contains that property[05/24/2013 - 11:53:51AM] warning: Property xxxsneaktouchofcalamitysneakmessage on script xxxMagicSneak attached to Active effect 20 on (00000014) cannot be initialized because the script no longer contains that property[05/24/2013 - 11:53:51AM] warning: Property xxxsneakArcaneAssassin on script xxxMagicSneak attached to Active effect 20 on (00000014) cannot be initialized because the script no longer contains that property[05/24/2013 - 11:53:51AM] Error: Unable to call GetTargetActor - no native object bound to the script object, or object is of incorrect typestack:[None].xxxBowHitStagger.GetTargetActor() - "<native>" Line ?[None].xxxBowHitStagger.OnHit() - "xxxBowHitStagger.psc" Line 6[05/24/2013 - 11:53:51AM] Error: Unable to call GetTargetActor - no native object bound to the script object, or object is of incorrect typestack:[None].xxxBowHitStagger.GetTargetActor() - "<native>" Line ?[None].xxxBowHitStagger.OnHit() - "xxxBowHitStagger.psc" Line 6[05/24/2013 - 11:53:53AM] Error: Unable to call GetTargetActor - no native object bound to the script object, or object is of incorrect typestack:[None].xxxBowHitStagger.GetTargetActor() - "<native>" Line ?[None].xxxBowHitStagger.OnHit() - "xxxBowHitStagger.psc" Line 6[05/24/2013 - 11:53:54AM] Error: Unable to call GetTargetActor - no native object bound to the script object, or object is of incorrect typestack:[None].xxxBowHitStagger.GetTargetActor() - "<native>" Line ?[None].xxxBowHitStagger.OnHit() - "xxxBowHitStagger.psc" Line 6[05/24/2013 - 11:53:54AM] Error: Unable to call GetTargetActor - no native object bound to the script object, or object is of incorrect typestack:[None].xxxBowHitStagger.GetTargetActor() - "<native>" Line ?[None].xxxBowHitStagger.OnHit() - "xxxBowHitStagger.psc" Line 6[05/24/2013 - 11:53:54AM] Error: Unable to call GetTargetActor - no native object bound to the script object, or object is of incorrect typestack:[None].xxxBowHitStagger.GetTargetActor() - "<native>" Line ?[None].xxxBowHitStagger.OnHit() - "xxxBowHitStagger.psc" Line 6[05/24/2013 - 11:53:55AM] Error: Cannot call HasPerk() on a None object, aborting function callstack:[ (040320F6)].TrapBear.checkPerks() - "TrapBear.psc" Line 94[ (040320F6)].TrapBear.OnTriggerEnter() - "TrapBear.psc" Line ?[05/24/2013 - 11:53:55AM] warning: Assigning None to a non-object variable named "::temp8"stack:[ (040320F6)].TrapBear.checkPerks() - "TrapBear.psc" Line 94[ (040320F6)].TrapBear.OnTriggerEnter() - "TrapBear.psc" Line ?[05/24/2013 - 11:53:56AM] [magicsoultrapfxscript <None>] is finishing[05/24/2013 - 11:53:56AM] [Actor < (04024FB3)>] is, in fact, dead, But the TrapSoul check failed or came back false Any good soul to help me in this dire need? Link to comment Share on other sites More sharing options...
prod80 Posted May 24, 2013 Share Posted May 24, 2013 Does that bow have any other enchanments besides soul trap? If there is it can be that the other enchanment killed the actor before soultrap can be triggered (its the same for killmoves I suppose). which returns '[Actor < (04024FB3)>] is, in fact, dead, But the TrapSoul check failed or came back false' Does this only happen with Soul trap bows or also regular bows or other soultrap weapons?Put this in your console to test: playerenchantobject 557f5 5B452 - this will give you a soultrap only steelswordPut this one to test as well: playerenchantobject 557f5 5B452 4605C - same weapon with shock damage as well As to why the game freezes? No idea, but I dont think it's related to that papyrus line. See if you can put it on soultrap... Link to comment Share on other sites More sharing options...
EnaiSiaion Posted May 24, 2013 Share Posted May 24, 2013 (edited) All of the xxxSomething script errors are SkyRe errors, but from looking at them, they seem to be 100% harmless except for the log spam they generate. The actual crash may also be a SkyRe thing: http://forums.nexusmods.com/index.php?/topic/563161-t3nd0s-perk-overhaul/page-2747&do=findComment&comment=8069741 Edited May 24, 2013 by EnaiSiaion Link to comment Share on other sites More sharing options...
SunnyTheCat Posted May 24, 2013 Author Share Posted May 24, 2013 Hmmm... In fact, I do have an extra effect. I picked one of the perks in Enchanting (added by SkyRe) that allows to enhance arrows with fire / frost / lightning. Could it be that an actor dies before an arrow reaches them, thus causing this bug? Link to comment Share on other sites More sharing options...
prod80 Posted May 24, 2013 Share Posted May 24, 2013 Enchanments do dmg before weapons... so if the weapon has soul trap and a heavy enchanment, it may happen the actor is dead&gone before soultrap can trap it. Soultrap will not apply to the dmg done by the other enchanment, even tho it makes no sense when they are both on the same weapon/projectile But, that still does not say why the game freezes, just explains why the soultrap came up empty... @EnaiSiaion: I hope you do realize you linked a post which was also made by ungvaar? Seems he's the only one with this issue so I doubt it's SkyRe related (am using SkyRe for the past god knows how long without a single issue) @ungvaar: can you post a bit more info, like a log (recog./unrecog. plugins) from BOSS? Link to comment Share on other sites More sharing options...
SunnyTheCat Posted May 24, 2013 Author Share Posted May 24, 2013 Sure. LOG: [05/24/2013 - 11:26:59AM] Papyrus log opened (PC)[05/24/2013 - 11:26:59AM] Update budget: 800.000000ms (Extra tasklet budget: 800.000000ms, Load screen budget: 2000.000000ms)[05/24/2013 - 11:26:59AM] Memory page: 128 (min) 512 (max) 76800 (max total)[05/24/2013 - 11:27:04AM] Cannot open store for class "dlc1scwispwallscript", missing file?[05/24/2013 - 11:27:04AM] Cannot open store for class "DLC2BenthicLurkerFXSCRIPT", missing file?[05/24/2013 - 11:27:05AM] Cannot open store for class "PF__01018802", missing file?[05/24/2013 - 11:27:05AM] Error: Unable to bind script PF__01018802 to (12018802) because their base types do not match[05/24/2013 - 11:27:05AM] Cannot open store for class "PF__01022031", missing file?[05/24/2013 - 11:27:05AM] Error: Unable to bind script PF__01022031 to (12022031) because their base types do not match[05/24/2013 - 11:27:07AM] Cannot open store for class "tweakfollowerscript", missing file?[05/24/2013 - 11:27:09AM] Error: Unable to bind script DLC2WaterScript to (0401AAD8) because their base types do not match[05/24/2013 - 11:27:33AM] warning: Property WhitePhialBaseObject on script MS12WhitePhialScript attached to alias WhitePhialPotion on quest MS12PostQuest (001010AA) cannot be initialized because the script no longer contains that property[05/24/2013 - 11:27:33AM] Error: Property backupAlias on script SwapAliasOnDeath attached to alias Innkeeper on quest DialogueFalkreath (0004D78E) cannot be bound because <NULL alias> (15) on <NULL quest> (0004D78E) is not the right type[05/24/2013 - 11:27:33AM] Error: Property backupAlias on script SwapAliasOnDeath attached to alias Tavernkeeper on quest DialogueDragonBridge (000212AB) cannot be bound because <NULL alias> (13) on <NULL quest> (000212AB) is not the right type[05/24/2013 - 11:27:33AM] Error: Property Compatibility on script _de_clothingmonitor_1_7 attached to alias DE_Player on quest _DE_Main_1_6 (12015CAE) cannot be bound because alias _DE_CompatibilityPlayer on quest _DE_Compatibility (120286F3) is not the right type[05/24/2013 - 11:27:33AM] Error: Property Compatibility on script _DE_WaterDetect attached to alias DE_Player on quest _DE_Main_1_6 (12015CAE) cannot be bound because alias _DE_CompatibilityPlayer on quest _DE_Compatibility (120286F3) is not the right type[05/24/2013 - 11:27:33AM] Error: Property Compatibility on script _de_getcampinglegal attached to alias DE_Player on quest _DE_Main_1_6 (12015CAE) cannot be bound because alias _DE_CompatibilityPlayer on quest _DE_Compatibility (120286F3) is not the right type[05/24/2013 - 11:27:33AM] warning: Property BalokTrainingScenes on script Balo_PF_BalokSCCaptStartTrain_020A09B3 attached to (550A09B3) cannot be initialized because the script no longer contains that property[05/24/2013 - 11:27:33AM] warning: Property BalokCaptainTrainingScene on script Balo_PF_BalokSCCaptStartTrain_020A09B3 attached to (550A09B3) cannot be initialized because the script no longer contains that property[05/24/2013 - 11:27:33AM] warning: Property CollegeFaction on script QF_MQ205_0002D516 attached to MQ205 (0002D516) cannot be initialized because the script no longer contains that property[05/24/2013 - 11:27:33AM] warning: Property Alias_Vald on script QF_FreeformValdDebt_000C04BA attached to FreeformValdDebt (000C04BA) cannot be initialized because the script no longer contains that property[05/24/2013 - 11:27:33AM] warning: Property DriftshadeSanctuary01 on script QF_C02_0001CEF5 attached to C04 (0001CEF5) cannot be initialized because the script no longer contains that property[05/24/2013 - 11:27:33AM] warning: Property DriftshadeSanctuary02 on script QF_C02_0001CEF5 attached to C04 (0001CEF5) cannot be initialized because the script no longer contains that property[05/24/2013 - 11:27:33AM] warning: Property DriftshadeSanctuaryLocation on script QF_C02_0001CEF5 attached to C04 (0001CEF5) cannot be initialized because the script no longer contains that property[05/24/2013 - 11:27:33AM] warning: Property Alias_USKPMarksContainer on script QF_FreeformRiften11_00041F91 attached to FreeformRiften11 (00041F91) cannot be initialized because the script no longer contains that property[05/24/2013 - 11:27:33AM] warning: Property USKPDraugrEnableMarker on script QF_FreeformSoljundsSinkholeA_0006136B attached to FreeformSoljundsSinkholeA (0006136B) cannot be initialized because the script no longer contains that property[05/24/2013 - 11:27:33AM] Error: Property BalokCaptainTrainingScene on script Balo_PF_BalokImpGuardCaptTrai_02027D4C attached to (55027D4C) cannot be bound because <NULL form> (5509F96D) is not the right type[05/24/2013 - 11:27:33AM] warning: Property ImperialRace on script QF_MQ102_0004E50D attached to MQ102 (0004E50D) cannot be initialized because the script no longer contains that property[05/24/2013 - 11:27:33AM] warning: Property MT_FormList_IFTargetActor on script c01questscript attached to C01 (0006E803) cannot be initialized because the script no longer contains that property[05/24/2013 - 11:27:33AM] warning: Property pTG05KarliahInvisibilitySpell on script QF_TG05_00021551 attached to TG05 (00021551) cannot be initialized because the script no longer contains that property[05/24/2013 - 11:27:33AM] VM is freezing...[05/24/2013 - 11:27:33AM] VM is frozen[05/24/2013 - 11:27:33AM] Reverting game...[05/24/2013 - 11:27:33AM] Error: Unable to bind script PF__01018802 to (12018802) because their base types do not match[05/24/2013 - 11:27:33AM] Error: Unable to bind script DLC2WaterScript to (0401AAD8) because their base types do not match[05/24/2013 - 11:27:33AM] Error: Unable to bind script PF__01022031 to (12022031) because their base types do not match[05/24/2013 - 11:27:33AM] warning: Property CollegeFaction on script QF_MQ205_0002D516 attached to MQ205 (0002D516) cannot be initialized because the script no longer contains that property[05/24/2013 - 11:27:33AM] Error: Property backupAlias on script SwapAliasOnDeath attached to alias Innkeeper on quest DialogueFalkreath (0004D78E) cannot be bound because <NULL alias> (15) on <NULL quest> (0004D78E) is not the right type[05/24/2013 - 11:27:33AM] warning: Property DriftshadeSanctuary01 on script QF_C02_0001CEF5 attached to C04 (0001CEF5) cannot be initialized because the script no longer contains that property[05/24/2013 - 11:27:33AM] warning: Property DriftshadeSanctuary02 on script QF_C02_0001CEF5 attached to C04 (0001CEF5) cannot be initialized because the script no longer contains that property[05/24/2013 - 11:27:33AM] warning: Property DriftshadeSanctuaryLocation on script QF_C02_0001CEF5 attached to C04 (0001CEF5) cannot be initialized because the script no longer contains that property[05/24/2013 - 11:27:33AM] warning: Property Alias_USKPMarksContainer on script QF_FreeformRiften11_00041F91 attached to FreeformRiften11 (00041F91) cannot be initialized because the script no longer contains that property[05/24/2013 - 11:27:33AM] Error: Property BalokCaptainTrainingScene on script Balo_PF_BalokImpGuardCaptTrai_02027D4C attached to (55027D4C) cannot be bound because <NULL form> (5509F96D) is not the right type[05/24/2013 - 11:27:33AM] warning: Property MT_FormList_IFTargetActor on script c01questscript attached to C01 (0006E803) cannot be initialized because the script no longer contains that property[05/24/2013 - 11:27:33AM] warning: Property BalokTrainingScenes on script Balo_PF_BalokSCCaptStartTrain_020A09B3 attached to (550A09B3) cannot be initialized because the script no longer contains that property[05/24/2013 - 11:27:33AM] warning: Property BalokCaptainTrainingScene on script Balo_PF_BalokSCCaptStartTrain_020A09B3 attached to (550A09B3) cannot be initialized because the script no longer contains that property[05/24/2013 - 11:27:33AM] warning: Property WhitePhialBaseObject on script MS12WhitePhialScript attached to alias WhitePhialPotion on quest MS12PostQuest (001010AA) cannot be initialized because the script no longer contains that property[05/24/2013 - 11:27:33AM] warning: Property pTG05KarliahInvisibilitySpell on script QF_TG05_00021551 attached to TG05 (00021551) cannot be initialized because the script no longer contains that property[05/24/2013 - 11:27:34AM] Error: Property backupAlias on script SwapAliasOnDeath attached to alias Tavernkeeper on quest DialogueDragonBridge (000212AB) cannot be bound because <NULL alias> (13) on <NULL quest> (000212AB) is not the right type[05/24/2013 - 11:27:34AM] warning: Property ImperialRace on script QF_MQ102_0004E50D attached to MQ102 (0004E50D) cannot be initialized because the script no longer contains that property[05/24/2013 - 11:27:34AM] warning: Property Alias_Vald on script QF_FreeformValdDebt_000C04BA attached to FreeformValdDebt (000C04BA) cannot be initialized because the script no longer contains that property[05/24/2013 - 11:27:34AM] warning: Property USKPDraugrEnableMarker on script QF_FreeformSoljundsSinkholeA_0006136B attached to FreeformSoljundsSinkholeA (0006136B) cannot be initialized because the script no longer contains that property[05/24/2013 - 11:27:36AM] warning: Property Act_DoActionOnlyOnce on script DLC2dunNchardakPedestalScript attached to (0401D4C9) cannot be initialized because the script no longer contains that property[05/24/2013 - 11:27:36AM] warning: Property DLC2crSprigganBurntFlames on script DLC2BurtSpigganFXScript attached to (0403A5FC) cannot be initialized because the script no longer contains that property[05/24/2013 - 11:27:36AM] warning: Property DLC2crSprigganBurntFlames on script DLC2BurtSpigganFXScript attached to (04029680) cannot be initialized because the script no longer contains that property[05/24/2013 - 11:27:48AM] Loading game...[05/24/2013 - 11:27:48AM] Cannot open store for class "ToL_Core", missing file?[05/24/2013 - 11:27:48AM] warning: Unable to get type ToL_Core referenced by the save game. Objects of this type will not be loaded.[05/24/2013 - 11:27:48AM] warning: Could not find type ToL_Core in the type table in save[05/24/2013 - 11:27:49AM] VM is thawing...[05/24/2013 - 11:27:49AM] ================================================[ Moonlight Tales ]===============================================[05/24/2013 - 11:27:49AM] Performing compatibility check. Ignore the papyrus warnings that may appear bellow. [05/24/2013 - 11:27:49AM] ) ( _ _ ) ( [05/24/2013 - 11:27:49AM] (( _ { ˇˇ-; Awoooooooooooooooooooo! ;-ˇˇ } _ )) [05/24/2013 - 11:27:49AM] )).-' {{ ;'` `'; '-.(( [05/24/2013 - 11:27:49AM] ( ( ;._ \ // _.; ) ) [05/24/2013 - 11:27:49AM] ================================================[ Moonlight Tales ]===============================================[05/24/2013 - 11:27:49AM] ============================================[Frostfall: Warning Start]============================================[05/24/2013 - 11:27:49AM] [05/24/2013 - 11:27:49AM] Frostfall is now performing compatibility checks. Papyrus warnings about missing or [05/24/2013 - 11:27:49AM] unloaded files may follow. This is NORMAL and can be ignored. [05/24/2013 - 11:27:49AM] [05/24/2013 - 11:27:49AM] ============================================[Frostfall: Warning Start]============================================[05/24/2013 - 11:27:49AM] Error: File "Wyrmstooth.esp" does not exist or is not currently loaded.stack:<unknown self>.Game.GetFormFromFile() - "<native>" Line ?[alias _DE_CompatibilityPlayer on quest _DE_Compatibility (120286F3)]._de_compatibility.RunStartupCheck() - "_DE_Compatibility.psc" Line 362[alias _DE_CompatibilityPlayer on quest _DE_Compatibility (120286F3)]._de_compatibility.OnPlayerLoadGame() - "_DE_Compatibility.psc" Line 247[05/24/2013 - 11:27:49AM] 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 (120286F3)]._de_compatibility.RunStartupCheck() - "_DE_Compatibility.psc" Line 445[alias _DE_CompatibilityPlayer on quest _DE_Compatibility (120286F3)]._de_compatibility.OnPlayerLoadGame() - "_DE_Compatibility.psc" Line 247[05/24/2013 - 11:27:49AM] 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 (120286F3)]._de_compatibility.RunStartupCheck() - "_DE_Compatibility.psc" Line 478[alias _DE_CompatibilityPlayer on quest _DE_Compatibility (120286F3)]._de_compatibility.OnPlayerLoadGame() - "_DE_Compatibility.psc" Line 247[05/24/2013 - 11:27:49AM] 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 (120286F3)]._de_compatibility.RunStartupCheck() - "_DE_Compatibility.psc" Line 500[alias _DE_CompatibilityPlayer on quest _DE_Compatibility (120286F3)]._de_compatibility.OnPlayerLoadGame() - "_DE_Compatibility.psc" Line 247[05/24/2013 - 11:27:49AM] Error: File "Cloaks.esp" does not exist or is not currently loaded.stack:<unknown self>.Game.GetFormFromFile() - "<native>" Line ?[alias _DE_CompatibilityPlayer on quest _DE_Compatibility (120286F3)]._de_compatibility.GetCOSPluginLoaded() - "_DE_Compatibility.psc" Line 2231[alias _DE_CompatibilityPlayer on quest _DE_Compatibility (120286F3)]._de_compatibility.RunStartupCheck() - "_DE_Compatibility.psc" Line 544[alias _DE_CompatibilityPlayer on quest _DE_Compatibility (120286F3)]._de_compatibility.OnPlayerLoadGame() - "_DE_Compatibility.psc" Line 247[05/24/2013 - 11:27:49AM] Error: File "Cloaks - Player Only.esp" does not exist or is not currently loaded.stack:<unknown self>.Game.GetFormFromFile() - "<native>" Line ?[alias _DE_CompatibilityPlayer on quest _DE_Compatibility (120286F3)]._de_compatibility.GetCOSPluginLoaded() - "_DE_Compatibility.psc" Line 2233[alias _DE_CompatibilityPlayer on quest _DE_Compatibility (120286F3)]._de_compatibility.RunStartupCheck() - "_DE_Compatibility.psc" Line 544[alias _DE_CompatibilityPlayer on quest _DE_Compatibility (120286F3)]._de_compatibility.OnPlayerLoadGame() - "_DE_Compatibility.psc" Line 247[05/24/2013 - 11:27:49AM] Error: File "Cloaks - No Imperial.esp" does not exist or is not currently loaded.stack:<unknown self>.Game.GetFormFromFile() - "<native>" Line ?[alias _DE_CompatibilityPlayer on quest _DE_Compatibility (120286F3)]._de_compatibility.GetCOSPluginLoaded() - "_DE_Compatibility.psc" Line 2235[alias _DE_CompatibilityPlayer on quest _DE_Compatibility (120286F3)]._de_compatibility.RunStartupCheck() - "_DE_Compatibility.psc" Line 544[alias _DE_CompatibilityPlayer on quest _DE_Compatibility (120286F3)]._de_compatibility.OnPlayerLoadGame() - "_DE_Compatibility.psc" Line 247[05/24/2013 - 11:27:49AM] Error: File "Cloaks - Dawnguard.esp" does not exist or is not currently loaded.stack:<unknown self>.Game.GetFormFromFile() - "<native>" Line ?[alias _DE_CompatibilityPlayer on quest _DE_Compatibility (120286F3)]._de_compatibility.GetCOSDGPluginLoaded() - "_DE_Compatibility.psc" Line 2252[alias _DE_CompatibilityPlayer on quest _DE_Compatibility (120286F3)]._de_compatibility.RunStartupCheck() - "_DE_Compatibility.psc" Line 564[alias _DE_CompatibilityPlayer on quest _DE_Compatibility (120286F3)]._de_compatibility.OnPlayerLoadGame() - "_DE_Compatibility.psc" Line 247[05/24/2013 - 11:27:49AM] Error: File "Cloaks - Player Only - Dawnguard.esp" does not exist or is not currently loaded.stack:<unknown self>.Game.GetFormFromFile() - "<native>" Line ?[alias _DE_CompatibilityPlayer on quest _DE_Compatibility (120286F3)]._de_compatibility.GetCOSDGPluginLoaded() - "_DE_Compatibility.psc" Line 2254[alias _DE_CompatibilityPlayer on quest _DE_Compatibility (120286F3)]._de_compatibility.RunStartupCheck() - "_DE_Compatibility.psc" Line 564[alias _DE_CompatibilityPlayer on quest _DE_Compatibility (120286F3)]._de_compatibility.OnPlayerLoadGame() - "_DE_Compatibility.psc" Line 247[05/24/2013 - 11:27:49AM] Error: File "Cloaks - No Imperial - Dawnguard.esp" does not exist or is not currently loaded.stack:<unknown self>.Game.GetFormFromFile() - "<native>" Line ?[alias _DE_CompatibilityPlayer on quest _DE_Compatibility (120286F3)]._de_compatibility.GetCOSDGPluginLoaded() - "_DE_Compatibility.psc" Line 2256[alias _DE_CompatibilityPlayer on quest _DE_Compatibility (120286F3)]._de_compatibility.RunStartupCheck() - "_DE_Compatibility.psc" Line 564[alias _DE_CompatibilityPlayer on quest _DE_Compatibility (120286F3)]._de_compatibility.OnPlayerLoadGame() - "_DE_Compatibility.psc" Line 247[05/24/2013 - 11:27:49AM] 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 (120286F3)]._de_compatibility.RunStartupCheck() - "_DE_Compatibility.psc" Line 587[alias _DE_CompatibilityPlayer on quest _DE_Compatibility (120286F3)]._de_compatibility.OnPlayerLoadGame() - "_DE_Compatibility.psc" Line 247[05/24/2013 - 11:27:49AM] 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 (120286F3)]._de_compatibility.RunStartupCheck() - "_DE_Compatibility.psc" Line 630[alias _DE_CompatibilityPlayer on quest _DE_Compatibility (120286F3)]._de_compatibility.OnPlayerLoadGame() - "_DE_Compatibility.psc" Line 247[05/24/2013 - 11:27:50AM] InitWidgetLoader()[05/24/2013 - 11:27:50AM] Error: File "MM_BeluaSangunaireRevisited.esp" does not exist or is not currently loaded.stack:<unknown self>.Game.GetFormFromFile() - "<native>" Line ?<unknown self>.huntersvisionutilityscript.GetFormlistFromMod() - "HuntersVisionUtilityScript.psc" Line 10<unknown self>.huntersvisionutilityscript.GetBeluaVampireLordLevitateSpellsList() - "HuntersVisionUtilityScript.psc" Line 19<unknown self>.huntersvisionutilityscript.AddToBSRSpells() - "HuntersVisionUtilityScript.psc" Line 51[GophersHuntersVisionQuest (67000800)].huntersvisionmaintainancescript.Maintenance() - "HuntersVisionMaintainanceScript.psc" Line 45[alias Player on quest GophersHuntersVisionQuest (67000800)].HuntersVisionLoadScript.OnPlayerLoadGame() - "HuntersVisionLoadScript.psc" Line 10[05/24/2013 - 11:27:50AM] Error: File "MM_BeluaSangunaireRevisited.esp" does not exist or is not currently loaded.stack:<unknown self>.Game.GetFormFromFile() - "<native>" Line ?<unknown self>.huntersvisionutilityscript.GetFormlistFromMod() - "HuntersVisionUtilityScript.psc" Line 10<unknown self>.huntersvisionutilityscript.GetBeluaVampireLordWalkingSpellsList() - "HuntersVisionUtilityScript.psc" Line 23<unknown self>.huntersvisionutilityscript.AddToBSRSpells() - "HuntersVisionUtilityScript.psc" Line 52[GophersHuntersVisionQuest (67000800)].huntersvisionmaintainancescript.Maintenance() - "HuntersVisionMaintainanceScript.psc" Line 45[alias Player on quest GophersHuntersVisionQuest (67000800)].HuntersVisionLoadScript.OnPlayerLoadGame() - "HuntersVisionLoadScript.psc" Line 10[05/24/2013 - 11:27:50AM] Error: File "MM_BeluaSangunaireRevisited.esp" does not exist or is not currently loaded.stack:<unknown self>.Game.GetFormFromFile() - "<native>" Line ?<unknown self>.huntersvisionutilityscript.GetFormlistFromMod() - "HuntersVisionUtilityScript.psc" Line 10<unknown self>.huntersvisionutilityscript.GetBeluaVampireLordLevitateSpellsList() - "HuntersVisionUtilityScript.psc" Line 19<unknown self>.huntersvisionutilityscript.AddToBSRSpells() - "HuntersVisionUtilityScript.psc" Line 51[GophersHuntersVisionQuest (67000800)].huntersvisionmaintainancescript.Maintenance() - "HuntersVisionMaintainanceScript.psc" Line 46[alias Player on quest GophersHuntersVisionQuest (67000800)].HuntersVisionLoadScript.OnPlayerLoadGame() - "HuntersVisionLoadScript.psc" Line 10[05/24/2013 - 11:27:50AM] Error: File "MM_BeluaSangunaireRevisited.esp" does not exist or is not currently loaded.stack:<unknown self>.Game.GetFormFromFile() - "<native>" Line ?<unknown self>.huntersvisionutilityscript.GetFormlistFromMod() - "HuntersVisionUtilityScript.psc" Line 10<unknown self>.huntersvisionutilityscript.GetBeluaVampireLordWalkingSpellsList() - "HuntersVisionUtilityScript.psc" Line 23<unknown self>.huntersvisionutilityscript.AddToBSRSpells() - "HuntersVisionUtilityScript.psc" Line 52[GophersHuntersVisionQuest (67000800)].huntersvisionmaintainancescript.Maintenance() - "HuntersVisionMaintainanceScript.psc" Line 46[alias Player on quest GophersHuntersVisionQuest (67000800)].HuntersVisionLoadScript.OnPlayerLoadGame() - "HuntersVisionLoadScript.psc" Line 10[05/24/2013 - 11:27:50AM] SkyRe Traveller_Rank1 [Perk < (3A08DCAA)>][05/24/2013 - 11:27:50AM] SkyRe Traveller_Rank2 [Perk < (3A08E232)>][05/24/2013 - 11:27:50AM] SkyRe Traveller_Rank3 [Perk < (3A08E234)>][05/24/2013 - 11:27:50AM] SkyRe Traveller_Rank4 [Perk < (3A08E235)>][05/24/2013 - 11:27:50AM] SkyRe Traveller_Rank5 [Perk < (3A08E236)>][05/24/2013 - 11:27:50AM] SkyRe Forestry_Rank1 [Perk < (41002F9F)>][05/24/2013 - 11:27:50AM] SkyRe Forestry_Rank2 [Perk < (41002FA0)>][05/24/2013 - 11:27:50AM] SkyRe Forestry_Rank3 [Perk < (41002FA1)>][05/24/2013 - 11:27:50AM] SkyRe GlacialSwimmer [Perk < (41002FA3)>][05/24/2013 - 11:27:50AM] SkyRe Windbreaker [Perk < (41002FA4)>][05/24/2013 - 11:27:50AM] SkyRe WellInsulated [Perk < (41002FA5)>][05/24/2013 - 11:27:50AM] ============================================[ Frostfall: Warning End ]============================================[05/24/2013 - 11:27:50AM] [05/24/2013 - 11:27:50AM] Frostfall compatibility check complete. [05/24/2013 - 11:27:50AM] [05/24/2013 - 11:27:50AM] ============================================[ Frostfall: Warning End ]============================================[05/24/2013 - 11:27:50AM] Error: File "AmazingFollowerTweaks.esp" does not exist or is not currently loaded.stack:<unknown self>.Game.GetFormFromFile() - "<native>" Line ?[alias MT_Player on quest MT_Quest_PlayerFramework (6800AA05)].MT_Ref_CompatibilityScript.MT_Compatibility() - "MT_Ref_CompatibilityScript.psc" Line 56[alias MT_Player on quest MT_Quest_PlayerFramework (6800AA05)].MT_Ref_CompatibilityScript.OnPlayerLoadGame() - "MT_Ref_CompatibilityScript.psc" Line 31[05/24/2013 - 11:27:50AM] Error: File "RaceCompatibility.esm" does not exist or is not currently loaded.stack:<unknown self>.Game.GetFormFromFile() - "<native>" Line ?[alias MT_Player on quest MT_Quest_PlayerFramework (6800AA05)].MT_Ref_CompatibilityScript.MT_Compatibility() - "MT_Ref_CompatibilityScript.psc" Line 60[alias MT_Player on quest MT_Quest_PlayerFramework (6800AA05)].MT_Ref_CompatibilityScript.OnPlayerLoadGame() - "MT_Ref_CompatibilityScript.psc" Line 31[05/24/2013 - 11:27:51AM] [05/24/2013 - 11:27:51AM] =====Wet and Cold is refreshing itself and searching for addons. Any errors below are harmless.=====[05/24/2013 - 11:27:51AM] [05/24/2013 - 11:27:51AM] Error: File "1nivWICCloaksCRAFT.esp" does not exist or is not currently loaded.stack:<unknown self>.Game.GetFormFromFile() - "<native>" Line ?[_WetQuest (24000D63)]._wetquestscript.Maintenance() - "_WetQuestScript.psc" Line 217[alias Player on quest _WetQuest (24000D63)]._WetPlayerAlias.OnPlayerLoadGame() - "_WetPlayerAlias.psc" Line 29[05/24/2013 - 11:27:51AM] Error: File "Cloaks.esp" does not exist or is not currently loaded.stack:<unknown self>.Game.GetFormFromFile() - "<native>" Line ?[_WetQuest (24000D63)]._wetquestscript.Maintenance() - "_WetQuestScript.psc" Line 228[alias Player on quest _WetQuest (24000D63)]._WetPlayerAlias.OnPlayerLoadGame() - "_WetPlayerAlias.psc" Line 29[05/24/2013 - 11:27:51AM] Error: File "Cloaks - No Imperial.esp" does not exist or is not currently loaded.stack:<unknown self>.Game.GetFormFromFile() - "<native>" Line ?[_WetQuest (24000D63)]._wetquestscript.Maintenance() - "_WetQuestScript.psc" Line 230[alias Player on quest _WetQuest (24000D63)]._WetPlayerAlias.OnPlayerLoadGame() - "_WetPlayerAlias.psc" Line 29[05/24/2013 - 11:27:51AM] Error: File "Cloaks - Player Only.esp" does not exist or is not currently loaded.stack:<unknown self>.Game.GetFormFromFile() - "<native>" Line ?[_WetQuest (24000D63)]._wetquestscript.Maintenance() - "_WetQuestScript.psc" Line 232[alias Player on quest _WetQuest (24000D63)]._WetPlayerAlias.OnPlayerLoadGame() - "_WetPlayerAlias.psc" Line 29[05/24/2013 - 11:27:51AM] Error: File "WetandCold - Ashes.esp" does not exist or is not currently loaded.stack:<unknown self>.Game.GetFormFromFile() - "<native>" Line ?[_WetQuest (24000D63)]._wetquestscript.Maintenance() - "_WetQuestScript.psc" Line 273[alias Player on quest _WetQuest (24000D63)]._WetPlayerAlias.OnPlayerLoadGame() - "_WetPlayerAlias.psc" Line 29[05/24/2013 - 11:27:51AM] Error: File "Wyrmstooth.esp" does not exist or is not currently loaded.stack:<unknown self>.Game.GetFormFromFile() - "<native>" Line ?[_WetQuest (24000D63)]._wetquestscript.Maintenance() - "_WetQuestScript.psc" Line 291[alias Player on quest _WetQuest (24000D63)]._WetPlayerAlias.OnPlayerLoadGame() - "_WetPlayerAlias.psc" Line 29[05/24/2013 - 11:27:51AM] Error: File "getSnowy.esp" does not exist or is not currently loaded.stack:<unknown self>.Game.GetFormFromFile() - "<native>" Line ?[_WetQuest (24000D63)]._wetquestscript.Maintenance() - "_WetQuestScript.psc" Line 351[alias Player on quest _WetQuest (24000D63)]._WetPlayerAlias.OnPlayerLoadGame() - "_WetPlayerAlias.psc" Line 29[05/24/2013 - 11:27:51AM] Error: File "ClimatesOfTamriel-WinterEdition.esp" does not exist or is not currently loaded.stack:<unknown self>.Game.GetFormFromFile() - "<native>" Line ?[_WetQuest (24000D63)]._wetquestscript.Maintenance() - "_WetQuestScript.psc" Line 357[alias Player on quest _WetQuest (24000D63)]._WetPlayerAlias.OnPlayerLoadGame() - "_WetPlayerAlias.psc" Line 29[05/24/2013 - 11:27:51AM] ================================================[ Moonlight Tales ]===============================================[05/24/2013 - 11:27:51AM] Compatibility check complete. [05/24/2013 - 11:27:51AM] ================================================[ Moonlight Tales ]===============================================[05/24/2013 - 11:27:52AM] [05/24/2013 - 11:27:52AM] =====Wet and Cold is finished refreshing itself and searching for addons!=====[05/24/2013 - 11:27:52AM] [05/24/2013 - 11:27:53AM] >>=======> Hunterborn is running compatibility checks.[05/24/2013 - 11:27:53AM] >>=======> Ignore Papyrus errors about missing files, immediately below.[05/24/2013 - 11:27:53AM] >>=======> Hunterborn compatibility checks are complete.[05/24/2013 - 11:28:26AM] [DLC2MQ06PlayerScript <alias Player on quest DLC2MQ06 (040179D7)>] akOldLoc=[Location < (0403A1E7)>][05/24/2013 - 11:28:28AM] [dlc2tamedragonscript <DLC2TameDragon (040179E2)>] ReleaseDragon[05/24/2013 - 11:28:28AM] Error: Cannot call GetActorValue() on a None object, aborting function callstack:[DLC2TameDragon (040179E2)].dlc2tamedragonscript.ReleaseDragon() - "DLC2TameDragonScript.psc" Line 166[DLC2MQ06 (040179D7)].DLC2_QF_DLC2MQ07_020179D7.Fragment_10() - "DLC2_QF_DLC2MQ07_020179D7.psc" Line 311[05/24/2013 - 11:28:28AM] warning: Assigning None to a non-object variable named "::temp37"stack:[DLC2TameDragon (040179E2)].dlc2tamedragonscript.ReleaseDragon() - "DLC2TameDragonScript.psc" Line 166[DLC2MQ06 (040179D7)].DLC2_QF_DLC2MQ07_020179D7.Fragment_10() - "DLC2_QF_DLC2MQ07_020179D7.psc" Line 311[05/24/2013 - 11:28:28AM] Error: Cannot call SetActorValue() on a None object, aborting function callstack:[DLC2TameDragon (040179E2)].dlc2tamedragonscript.ReleaseDragon() - "DLC2TameDragonScript.psc" Line 167[DLC2MQ06 (040179D7)].DLC2_QF_DLC2MQ07_020179D7.Fragment_10() - "DLC2_QF_DLC2MQ07_020179D7.psc" Line 311[05/24/2013 - 11:28:28AM] [dlc2tamedragonscript <DLC2TameDragon (040179E2)>] TryToReleaseDragon 2[05/24/2013 - 11:28:28AM] Error: Cannot call IsBeingRidden() on a None object, aborting function callstack:[DLC2TameDragon (040179E2)].dlc2tamedragonscript.TryToReleaseDragon() - "DLC2TameDragonScript.psc" Line 192[DLC2TameDragon (040179E2)].dlc2tamedragonscript.ReleaseDragon() - "DLC2TameDragonScript.psc" Line 169[DLC2MQ06 (040179D7)].DLC2_QF_DLC2MQ07_020179D7.Fragment_10() - "DLC2_QF_DLC2MQ07_020179D7.psc" Line 311[05/24/2013 - 11:28:28AM] warning: Assigning None to a non-object variable named "::temp48"stack:[DLC2TameDragon (040179E2)].dlc2tamedragonscript.TryToReleaseDragon() - "DLC2TameDragonScript.psc" Line 192[DLC2TameDragon (040179E2)].dlc2tamedragonscript.ReleaseDragon() - "DLC2TameDragonScript.psc" Line 169[DLC2MQ06 (040179D7)].DLC2_QF_DLC2MQ07_020179D7.Fragment_10() - "DLC2_QF_DLC2MQ07_020179D7.psc" Line 311[05/24/2013 - 11:28:28AM] Error: Cannot call SetRestrained() on a None object, aborting function callstack:[DLC2TameDragon (040179E2)].dlc2tamedragonscript.TryToReleaseDragon() - "DLC2TameDragonScript.psc" Line 194[DLC2TameDragon (040179E2)].dlc2tamedragonscript.ReleaseDragon() - "DLC2TameDragonScript.psc" Line 169[DLC2MQ06 (040179D7)].DLC2_QF_DLC2MQ07_020179D7.Fragment_10() - "DLC2_QF_DLC2MQ07_020179D7.psc" Line 311[05/24/2013 - 11:28:28AM] Error: alias DragonReleased on quest DLC2TameDragon (040179E2): Cannot force the alias's reference to a None reference.stack:[alias DragonReleased on quest DLC2TameDragon (040179E2)].DLC2TameDragonAliasScript.ForceRefTo() - "<native>" Line ?[DLC2TameDragon (040179E2)].dlc2tamedragonscript.TryToReleaseDragon() - "DLC2TameDragonScript.psc" Line 196[DLC2TameDragon (040179E2)].dlc2tamedragonscript.ReleaseDragon() - "DLC2TameDragonScript.psc" Line 169[DLC2MQ06 (040179D7)].DLC2_QF_DLC2MQ07_020179D7.Fragment_10() - "DLC2_QF_DLC2MQ07_020179D7.psc" Line 311[05/24/2013 - 11:28:28AM] Error: Cannot call IsHostileToActor() on a None object, aborting function callstack:[DLC2TameDragon (040179E2)].dlc2tamedragonscript.TryToReleaseDragon() - "DLC2TameDragonScript.psc" Line 198[DLC2TameDragon (040179E2)].dlc2tamedragonscript.ReleaseDragon() - "DLC2TameDragonScript.psc" Line 169[DLC2MQ06 (040179D7)].DLC2_QF_DLC2MQ07_020179D7.Fragment_10() - "DLC2_QF_DLC2MQ07_020179D7.psc" Line 311[05/24/2013 - 11:28:28AM] warning: Assigning None to a non-object variable named "::temp48"stack:[DLC2TameDragon (040179E2)].dlc2tamedragonscript.TryToReleaseDragon() - "DLC2TameDragonScript.psc" Line 198[DLC2TameDragon (040179E2)].dlc2tamedragonscript.ReleaseDragon() - "DLC2TameDragonScript.psc" Line 169[DLC2MQ06 (040179D7)].DLC2_QF_DLC2MQ07_020179D7.Fragment_10() - "DLC2_QF_DLC2MQ07_020179D7.psc" Line 311[05/24/2013 - 11:28:28AM] [dlc2tamedragonscript <DLC2TameDragon (040179E2)>] normal release, fly away before releasing[05/24/2013 - 11:28:28AM] [DLC2_SF_DLC2TameDragonRelease_0201BD7E < (0401BD7E)>] SCENE START[05/24/2013 - 11:28:31AM] VM is freezing...[05/24/2013 - 11:28:31AM] VM is frozen[05/24/2013 - 11:28:32AM] Saving game...[05/24/2013 - 11:28:32AM] VM is thawing...[05/24/2013 - 11:28:41AM] [DLC2_SF_DLC2TameDragonRelease_0201BD7E < (0401BD7E)>] PHASE 1 DONE[05/24/2013 - 11:28:41AM] [DLC2_SF_DLC2TameDragonRelease_0201BD7E < (0401BD7E)>] SCENE DONE[05/24/2013 - 11:28:41AM] FinishRelease: dragon=None[05/24/2013 - 11:28:41AM] Error: Cannot call SetActorValue() on a None object, aborting function callstack:[DLC2TameDragon (040179E2)].dlc2tamedragonscript.FinishRelease() - "DLC2TameDragonScript.psc" Line 229[ (0401BD7E)].DLC2_SF_DLC2TameDragonRelease_0201BD7E.Fragment_1() - "DLC2_SF_DLC2TameDragonRelease_0201BD7E.psc" Line 26[05/24/2013 - 11:28:41AM] Error: Cannot call GetActorValue() on a None object, aborting function callstack:[DLC2TameDragon (040179E2)].dlc2tamedragonscript.FinishRelease() - "DLC2TameDragonScript.psc" Line 230[ (0401BD7E)].DLC2_SF_DLC2TameDragonRelease_0201BD7E.Fragment_1() - "DLC2_SF_DLC2TameDragonRelease_0201BD7E.psc" Line 26[05/24/2013 - 11:28:41AM] warning: Assigning None to a non-object variable named "::temp54"stack:[DLC2TameDragon (040179E2)].dlc2tamedragonscript.FinishRelease() - "DLC2TameDragonScript.psc" Line 230[ (0401BD7E)].DLC2_SF_DLC2TameDragonRelease_0201BD7E.Fragment_1() - "DLC2_SF_DLC2TameDragonRelease_0201BD7E.psc" Line 26[05/24/2013 - 11:28:41AM] [dlc2tamedragonscript <DLC2TameDragon (040179E2)>] FinishRelease - variable01=0.000000[05/24/2013 - 11:28:41AM] Error: Cannot call RemoveSpell() on a None object, aborting function callstack:[DLC2TameDragon (040179E2)].dlc2tamedragonscript.FinishRelease() - "DLC2TameDragonScript.psc" Line 232[ (0401BD7E)].DLC2_SF_DLC2TameDragonRelease_0201BD7E.Fragment_1() - "DLC2_SF_DLC2TameDragonRelease_0201BD7E.psc" Line 26[05/24/2013 - 11:28:41AM] warning: Assigning None to a non-object variable named "::temp56"stack:[DLC2TameDragon (040179E2)].dlc2tamedragonscript.FinishRelease() - "DLC2TameDragonScript.psc" Line 232[ (0401BD7E)].DLC2_SF_DLC2TameDragonRelease_0201BD7E.Fragment_1() - "DLC2_SF_DLC2TameDragonRelease_0201BD7E.psc" Line 26[05/24/2013 - 11:28:41AM] [dlc2tamedragonscript <DLC2TameDragon (040179E2)>] FinishRelease - dragon NOT teammate[05/24/2013 - 11:28:41AM] Error: Cannot call SetPlayerTeammate() on a None object, aborting function callstack:[DLC2TameDragon (040179E2)].dlc2tamedragonscript.FinishRelease() - "DLC2TameDragonScript.psc" Line 238[ (0401BD7E)].DLC2_SF_DLC2TameDragonRelease_0201BD7E.Fragment_1() - "DLC2_SF_DLC2TameDragonRelease_0201BD7E.psc" Line 26[05/24/2013 - 11:28:41AM] Error: Cannot call SetCrimeFaction() on a None object, aborting function callstack:[DLC2TameDragon (040179E2)].dlc2tamedragonscript.FinishRelease() - "DLC2TameDragonScript.psc" Line 239[ (0401BD7E)].DLC2_SF_DLC2TameDragonRelease_0201BD7E.Fragment_1() - "DLC2_SF_DLC2TameDragonRelease_0201BD7E.psc" Line 26[05/24/2013 - 11:28:41AM] Error: Cannot call EvaluatePackage() on a None object, aborting function callstack:[DLC2TameDragon (040179E2)].dlc2tamedragonscript.FinishRelease() - "DLC2TameDragonScript.psc" Line 240[ (0401BD7E)].DLC2_SF_DLC2TameDragonRelease_0201BD7E.Fragment_1() - "DLC2_SF_DLC2TameDragonRelease_0201BD7E.psc" Line 26[05/24/2013 - 11:30:34AM] VM is freezing...[05/24/2013 - 11:30:34AM] VM is frozen[05/24/2013 - 11:30:36AM] Saving game...[05/24/2013 - 11:30:36AM] VM is thawing...[05/24/2013 - 11:30:37AM] Error: Property IsOutdoorsIsPrecip not found on _wetquestscript. Aborting call and returning Nonestack:[Active effect 48 on (00000014)]._WetUpdate.CheckInteriorUpdate() - "_WetUpdate.psc" Line 119[Active effect 48 on (00000014)]._WetUpdate.OnLocationChange() - "_WetUpdate.psc" Line ?[05/24/2013 - 11:30:37AM] Error: Property IsOutdoorsIsPrecip not found on _wetquestscript. Aborting call and returning Nonestack:[None]._WetUpdate.OnEffectFinish() - "_WetUpdate.psc" Line ?[05/24/2013 - 11:30:38AM] Error: Unable to call RegisterForSingleUpdate - no native object bound to the script object, or object is of incorrect typestack:[None]._WetUpdate.RegisterForSingleUpdate() - "<native>" Line ?[None]._WetUpdate.OnLocationChange() - "_WetUpdate.psc" Line ?[05/24/2013 - 11:30:44AM] VM is freezing...[05/24/2013 - 11:30:44AM] VM is frozen[05/24/2013 - 11:30:45AM] Saving game...[05/24/2013 - 11:30:46AM] VM is thawing...[05/24/2013 - 11:32:49AM] Info: *Achievement 34 awarded - a winnar is you!*[05/24/2013 - 11:32:53AM] Info: *Achievement 34 awarded - a winnar is you!*[05/24/2013 - 11:33:00AM] Info: *Achievement 34 awarded - a winnar is you!*[05/24/2013 - 11:33:00AM] Info: *Achievement 34 awarded - a winnar is you!*[05/24/2013 - 11:33:01AM] Info: *Achievement 34 awarded - a winnar is you!*[05/24/2013 - 11:33:01AM] Info: *Achievement 34 awarded - a winnar is you!*[05/24/2013 - 11:33:01AM] Info: *Achievement 34 awarded - a winnar is you!*[05/24/2013 - 11:33:15AM] Info: *Achievement 34 awarded - a winnar is you!*[05/24/2013 - 11:33:15AM] Info: *Achievement 34 awarded - a winnar is you!*[05/24/2013 - 11:33:15AM] Info: *Achievement 34 awarded - a winnar is you!*[05/24/2013 - 11:33:17AM] Info: *Achievement 34 awarded - a winnar is you!*[05/24/2013 - 11:33:17AM] Info: *Achievement 34 awarded - a winnar is you!*[05/24/2013 - 11:33:21AM] Info: *Achievement 34 awarded - a winnar is you!*[05/24/2013 - 11:33:29AM] Info: *Achievement 34 awarded - a winnar is you!*[05/24/2013 - 11:34:26AM] VM is freezing...[05/24/2013 - 11:34:26AM] VM is frozen[05/24/2013 - 11:34:27AM] Saving game...[05/24/2013 - 11:34:27AM] VM is thawing...[05/24/2013 - 11:36:21AM] Info: *Achievement 34 awarded - a winnar is you!*[05/24/2013 - 11:36:29AM] Info: *Achievement 34 awarded - a winnar is you!*[05/24/2013 - 11:36:34AM] Info: *Achievement 34 awarded - a winnar is you!*[05/24/2013 - 11:36:39AM] Info: *Achievement 34 awarded - a winnar is you!*[05/24/2013 - 11:36:47AM] Info: *Achievement 34 awarded - a winnar is you!*[05/24/2013 - 11:36:53AM] Info: *Achievement 34 awarded - a winnar is you!*[05/24/2013 - 11:36:57AM] Info: *Achievement 34 awarded - a winnar is you!*[05/24/2013 - 11:37:05AM] Info: *Achievement 34 awarded - a winnar is you!*[05/24/2013 - 11:37:13AM] Info: *Achievement 34 awarded - a winnar is you!*[05/24/2013 - 11:37:18AM] VM is freezing...[05/24/2013 - 11:37:18AM] VM is frozen[05/24/2013 - 11:37:20AM] Saving game...[05/24/2013 - 11:37:20AM] VM is thawing...[05/24/2013 - 11:38:28AM] VM is freezing...[05/24/2013 - 11:38:28AM] VM is frozen[05/24/2013 - 11:38:29AM] Reverting game...[05/24/2013 - 11:38:29AM] Error: Unable to bind script PF__01018802 to (12018802) because their base types do not match[05/24/2013 - 11:38:29AM] Error: Unable to bind script DLC2WaterScript to (0401AAD8) because their base types do not match[05/24/2013 - 11:38:29AM] Error: Unable to bind script PF__01022031 to (12022031) because their base types do not match[05/24/2013 - 11:38:30AM] Loading game...[05/24/2013 - 11:38:30AM] warning: Property CollegeFaction on script QF_MQ205_0002D516 attached to MQ205 (0002D516) cannot be initialized because the script no longer contains that property[05/24/2013 - 11:38:30AM] Error: Property backupAlias on script SwapAliasOnDeath attached to alias Innkeeper on quest DialogueFalkreath (0004D78E) cannot be bound because <NULL alias> (15) on <NULL quest> (0004D78E) is not the right type[05/24/2013 - 11:38:30AM] warning: Property DriftshadeSanctuary01 on script QF_C02_0001CEF5 attached to C04 (0001CEF5) cannot be initialized because the script no longer contains that property[05/24/2013 - 11:38:30AM] warning: Property DriftshadeSanctuary02 on script QF_C02_0001CEF5 attached to C04 (0001CEF5) cannot be initialized because the script no longer contains that property[05/24/2013 - 11:38:30AM] warning: Property DriftshadeSanctuaryLocation on script QF_C02_0001CEF5 attached to C04 (0001CEF5) cannot be initialized because the script no longer contains that property[05/24/2013 - 11:38:30AM] warning: Property Alias_USKPMarksContainer on script QF_FreeformRiften11_00041F91 attached to FreeformRiften11 (00041F91) cannot be initialized because the script no longer contains that property[05/24/2013 - 11:38:30AM] Error: Property BalokCaptainTrainingScene on script Balo_PF_BalokImpGuardCaptTrai_02027D4C attached to (55027D4C) cannot be bound because <NULL form> (5509F96D) is not the right type[05/24/2013 - 11:38:30AM] warning: Property MT_FormList_IFTargetActor on script c01questscript attached to C01 (0006E803) cannot be initialized because the script no longer contains that property[05/24/2013 - 11:38:30AM] warning: Property BalokTrainingScenes on script Balo_PF_BalokSCCaptStartTrain_020A09B3 attached to (550A09B3) cannot be initialized because the script no longer contains that property[05/24/2013 - 11:38:30AM] warning: Property BalokCaptainTrainingScene on script Balo_PF_BalokSCCaptStartTrain_020A09B3 attached to (550A09B3) cannot be initialized because the script no longer contains that property[05/24/2013 - 11:38:30AM] warning: Property WhitePhialBaseObject on script MS12WhitePhialScript attached to alias WhitePhialPotion on quest MS12PostQuest (001010AA) cannot be initialized because the script no longer contains that property[05/24/2013 - 11:38:30AM] warning: Property pTG05KarliahInvisibilitySpell on script QF_TG05_00021551 attached to TG05 (00021551) cannot be initialized because the script no longer contains that property[05/24/2013 - 11:38:30AM] warning: Property USKPDraugrEnableMarker on script QF_FreeformSoljundsSinkholeA_0006136B attached to FreeformSoljundsSinkholeA (0006136B) cannot be initialized because the script no longer contains that property[05/24/2013 - 11:38:30AM] warning: Property Alias_Vald on script QF_FreeformValdDebt_000C04BA attached to FreeformValdDebt (000C04BA) cannot be initialized because the script no longer contains that property[05/24/2013 - 11:38:30AM] Error: Property backupAlias on script SwapAliasOnDeath attached to alias Tavernkeeper on quest DialogueDragonBridge (000212AB) cannot be bound because <NULL alias> (13) on <NULL quest> (000212AB) is not the right type[05/24/2013 - 11:38:30AM] warning: Property ImperialRace on script QF_MQ102_0004E50D attached to MQ102 (0004E50D) cannot be initialized because the script no longer contains that property[05/24/2013 - 11:38:30AM] warning: Unable to get type ToL_Core referenced by the save game. Objects of this type will not be loaded.[05/24/2013 - 11:38:31AM] warning: Could not find type ToL_Core in the type table in save[05/24/2013 - 11:38:31AM] VM is thawing...[05/24/2013 - 11:38:31AM] ================================================[ Moonlight Tales ]===============================================[05/24/2013 - 11:38:31AM] Performing compatibility check. Ignore the papyrus warnings that may appear bellow. [05/24/2013 - 11:38:31AM] ) ( _ _ ) ( [05/24/2013 - 11:38:31AM] (( _ { ˇˇ-; Awoooooooooooooooooooo! ;-ˇˇ } _ )) [05/24/2013 - 11:38:31AM] )).-' {{ ;'` `'; '-.(( [05/24/2013 - 11:38:31AM] ( ( ;._ \ // _.; ) ) [05/24/2013 - 11:38:31AM] ================================================[ Moonlight Tales ]===============================================[05/24/2013 - 11:38:31AM] ============================================[Frostfall: Warning Start]============================================[05/24/2013 - 11:38:31AM] [05/24/2013 - 11:38:31AM] Frostfall is now performing compatibility checks. Papyrus warnings about missing or [05/24/2013 - 11:38:31AM] unloaded files may follow. This is NORMAL and can be ignored. [05/24/2013 - 11:38:31AM] [05/24/2013 - 11:38:31AM] ============================================[Frostfall: Warning Start]============================================[05/24/2013 - 11:38:31AM] Error: File "Wyrmstooth.esp" does not exist or is not currently loaded.stack:<unknown self>.Game.GetFormFromFile() - "<native>" Line ?[alias _DE_CompatibilityPlayer on quest _DE_Compatibility (120286F3)]._de_compatibility.RunStartupCheck() - "_DE_Compatibility.psc" Line 362[alias _DE_CompatibilityPlayer on quest _DE_Compatibility (120286F3)]._de_compatibility.OnPlayerLoadGame() - "_DE_Compatibility.psc" Line 247[05/24/2013 - 11:38:31AM] 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 (120286F3)]._de_compatibility.RunStartupCheck() - "_DE_Compatibility.psc" Line 445[alias _DE_CompatibilityPlayer on quest _DE_Compatibility (120286F3)]._de_compatibility.OnPlayerLoadGame() - "_DE_Compatibility.psc" Line 247[05/24/2013 - 11:38:31AM] 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 (120286F3)]._de_compatibility.RunStartupCheck() - "_DE_Compatibility.psc" Line 478[alias _DE_CompatibilityPlayer on quest _DE_Compatibility (120286F3)]._de_compatibility.OnPlayerLoadGame() - "_DE_Compatibility.psc" Line 247[05/24/2013 - 11:38:31AM] 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 (120286F3)]._de_compatibility.RunStartupCheck() - "_DE_Compatibility.psc" Line 500[alias _DE_CompatibilityPlayer on quest _DE_Compatibility (120286F3)]._de_compatibility.OnPlayerLoadGame() - "_DE_Compatibility.psc" Line 247[05/24/2013 - 11:38:31AM] Error: File "Cloaks.esp" does not exist or is not currently loaded.stack:<unknown self>.Game.GetFormFromFile() - "<native>" Line ?[alias _DE_CompatibilityPlayer on quest _DE_Compatibility (120286F3)]._de_compatibility.GetCOSPluginLoaded() - "_DE_Compatibility.psc" Line 2231[alias _DE_CompatibilityPlayer on quest _DE_Compatibility (120286F3)]._de_compatibility.RunStartupCheck() - "_DE_Compatibility.psc" Line 544[alias _DE_CompatibilityPlayer on quest _DE_Compatibility (120286F3)]._de_compatibility.OnPlayerLoadGame() - "_DE_Compatibility.psc" Line 247[05/24/2013 - 11:38:31AM] Error: File "Cloaks - Player Only.esp" does not exist or is not currently loaded.stack:<unknown self>.Game.GetFormFromFile() - "<native>" Line ?[alias _DE_CompatibilityPlayer on quest _DE_Compatibility (120286F3)]._de_compatibility.GetCOSPluginLoaded() - "_DE_Compatibility.psc" Line 2233[alias _DE_CompatibilityPlayer on quest _DE_Compatibility (120286F3)]._de_compatibility.RunStartupCheck() - "_DE_Compatibility.psc" Line 544[alias _DE_CompatibilityPlayer on quest _DE_Compatibility (120286F3)]._de_compatibility.OnPlayerLoadGame() - "_DE_Compatibility.psc" Line 247[05/24/2013 - 11:38:31AM] Error: File "Cloaks - No Imperial.esp" does not exist or is not currently loaded.stack:<unknown self>.Game.GetFormFromFile() - "<native>" Line ?[alias _DE_CompatibilityPlayer on quest _DE_Compatibility (120286F3)]._de_compatibility.GetCOSPluginLoaded() - "_DE_Compatibility.psc" Line 2235[alias _DE_CompatibilityPlayer on quest _DE_Compatibility (120286F3)]._de_compatibility.RunStartupCheck() - "_DE_Compatibility.psc" Line 544[alias _DE_CompatibilityPlayer on quest _DE_Compatibility (120286F3)]._de_compatibility.OnPlayerLoadGame() - "_DE_Compatibility.psc" Line 247[05/24/2013 - 11:38:31AM] Error: File "Cloaks - Dawnguard.esp" does not exist or is not currently loaded.stack:<unknown self>.Game.GetFormFromFile() - "<native>" Line ?[alias _DE_CompatibilityPlayer on quest _DE_Compatibility (120286F3)]._de_compatibility.GetCOSDGPluginLoaded() - "_DE_Compatibility.psc" Line 2252[alias _DE_CompatibilityPlayer on quest _DE_Compatibility (120286F3)]._de_compatibility.RunStartupCheck() - "_DE_Compatibility.psc" Line 564[alias _DE_CompatibilityPlayer on quest _DE_Compatibility (120286F3)]._de_compatibility.OnPlayerLoadGame() - "_DE_Compatibility.psc" Line 247[05/24/2013 - 11:38:31AM] Error: File "Cloaks - Player Only - Dawnguard.esp" does not exist or is not currently loaded.stack:<unknown self>.Game.GetFormFromFile() - "<native>" Line ?[alias _DE_CompatibilityPlayer on quest _DE_Compatibility (120286F3)]._de_compatibility.GetCOSDGPluginLoaded() - "_DE_Compatibility.psc" Line 2254[alias _DE_CompatibilityPlayer on quest _DE_Compatibility (120286F3)]._de_compatibility.RunStartupCheck() - "_DE_Compatibility.psc" Line 564[alias _DE_CompatibilityPlayer on quest _DE_Compatibility (120286F3)]._de_compatibility.OnPlayerLoadGame() - "_DE_Compatibility.psc" Line 247[05/24/2013 - 11:38:31AM] Error: File "Cloaks - No Imperial - Dawnguard.esp" does not exist or is not currently loaded.stack:<unknown self>.Game.GetFormFromFile() - "<native>" Line ?[alias _DE_CompatibilityPlayer on quest _DE_Compatibility (120286F3)]._de_compatibility.GetCOSDGPluginLoaded() - "_DE_Compatibility.psc" Line 2256[alias _DE_CompatibilityPlayer on quest _DE_Compatibility (120286F3)]._de_compatibility.RunStartupCheck() - "_DE_Compatibility.psc" Line 564[alias _DE_CompatibilityPlayer on quest _DE_Compatibility (120286F3)]._de_compatibility.OnPlayerLoadGame() - "_DE_Compatibility.psc" Line 247[05/24/2013 - 11:38:31AM] 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 (120286F3)]._de_compatibility.RunStartupCheck() - "_DE_Compatibility.psc" Line 587[alias _DE_CompatibilityPlayer on quest _DE_Compatibility (120286F3)]._de_compatibility.OnPlayerLoadGame() - "_DE_Compatibility.psc" Line 247[05/24/2013 - 11:38:31AM] 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 (120286F3)]._de_compatibility.RunStartupCheck() - "_DE_Compatibility.psc" Line 630[alias _DE_CompatibilityPlayer on quest _DE_Compatibility (120286F3)]._de_compatibility.OnPlayerLoadGame() - "_DE_Compatibility.psc" Line 247[05/24/2013 - 11:38:31AM] InitWidgetLoader()[05/24/2013 - 11:38:31AM] Error: File "MM_BeluaSangunaireRevisited.esp" does not exist or is not currently loaded.stack:<unknown self>.Game.GetFormFromFile() - "<native>" Line ?<unknown self>.huntersvisionutilityscript.GetFormlistFromMod() - "HuntersVisionUtilityScript.psc" Line 10<unknown self>.huntersvisionutilityscript.GetBeluaVampireLordLevitateSpellsList() - "HuntersVisionUtilityScript.psc" Line 19<unknown self>.huntersvisionutilityscript.AddToBSRSpells() - "HuntersVisionUtilityScript.psc" Line 51[GophersHuntersVisionQuest (67000800)].huntersvisionmaintainancescript.Maintenance() - "HuntersVisionMaintainanceScript.psc" Line 45[alias Player on quest GophersHuntersVisionQuest (67000800)].HuntersVisionLoadScript.OnPlayerLoadGame() - "HuntersVisionLoadScript.psc" Line 10[05/24/2013 - 11:38:31AM] Error: File "MM_BeluaSangunaireRevisited.esp" does not exist or is not currently loaded.stack:<unknown self>.Game.GetFormFromFile() - "<native>" Line ?<unknown self>.huntersvisionutilityscript.GetFormlistFromMod() - "HuntersVisionUtilityScript.psc" Line 10<unknown self>.huntersvisionutilityscript.GetBeluaVampireLordWalkingSpellsList() - "HuntersVisionUtilityScript.psc" Line 23<unknown self>.huntersvisionutilityscript.AddToBSRSpells() - "HuntersVisionUtilityScript.psc" Line 52[GophersHuntersVisionQuest (67000800)].huntersvisionmaintainancescript.Maintenance() - "HuntersVisionMaintainanceScript.psc" Line 45[alias Player on quest GophersHuntersVisionQuest (67000800)].HuntersVisionLoadScript.OnPlayerLoadGame() - "HuntersVisionLoadScript.psc" Line 10[05/24/2013 - 11:38:31AM] Error: File "MM_BeluaSangunaireRevisited.esp" does not exist or is not currently loaded.stack:<unknown self>.Game.GetFormFromFile() - "<native>" Line ?<unknown self>.huntersvisionutilityscript.GetFormlistFromMod() - "HuntersVisionUtilityScript.psc" Line 10<unknown self>.huntersvisionutilityscript.GetBeluaVampireLordLevitateSpellsList() - "HuntersVisionUtilityScript.psc" Line 19<unknown self>.huntersvisionutilityscript.AddToBSRSpells() - "HuntersVisionUtilityScript.psc" Line 51[GophersHuntersVisionQuest (67000800)].huntersvisionmaintainancescript.Maintenance() - "HuntersVisionMaintainanceScript.psc" Line 46[alias Player on quest GophersHuntersVisionQuest (67000800)].HuntersVisionLoadScript.OnPlayerLoadGame() - "HuntersVisionLoadScript.psc" Line 10[05/24/2013 - 11:38:31AM] Error: File "MM_BeluaSangunaireRevisited.esp" does not exist or is not currently loaded.stack:<unknown self>.Game.GetFormFromFile() - "<native>" Line ?<unknown self>.huntersvisionutilityscript.GetFormlistFromMod() - "HuntersVisionUtilityScript.psc" Line 10<unknown self>.huntersvisionutilityscript.GetBeluaVampireLordWalkingSpellsList() - "HuntersVisionUtilityScript.psc" Line 23<unknown self>.huntersvisionutilityscript.AddToBSRSpells() - "HuntersVisionUtilityScript.psc" Line 52[GophersHuntersVisionQuest (67000800)].huntersvisionmaintainancescript.Maintenance() - "HuntersVisionMaintainanceScript.psc" Line 46[alias Player on quest GophersHuntersVisionQuest (67000800)].HuntersVisionLoadScript.OnPlayerLoadGame() - "HuntersVisionLoadScript.psc" Line 10[05/24/2013 - 11:38:31AM] SkyRe Traveller_Rank1 [Perk < (3A08DCAA)>][05/24/2013 - 11:38:31AM] SkyRe Traveller_Rank2 [Perk < (3A08E232)>][05/24/2013 - 11:38:31AM] SkyRe Traveller_Rank3 [Perk < (3A08E234)>][05/24/2013 - 11:38:31AM] SkyRe Traveller_Rank4 [Perk < (3A08E235)>][05/24/2013 - 11:38:31AM] SkyRe Traveller_Rank5 [Perk < (3A08E236)>][05/24/2013 - 11:38:31AM] SkyRe Forestry_Rank1 [Perk < (41002F9F)>][05/24/2013 - 11:38:31AM] SkyRe Forestry_Rank2 [Perk < (41002FA0)>][05/24/2013 - 11:38:31AM] SkyRe Forestry_Rank3 [Perk < (41002FA1)>][05/24/2013 - 11:38:31AM] SkyRe GlacialSwimmer [Perk < (41002FA3)>][05/24/2013 - 11:38:31AM] SkyRe Windbreaker [Perk < (41002FA4)>][05/24/2013 - 11:38:31AM] SkyRe WellInsulated [Perk < (41002FA5)>][05/24/2013 - 11:38:31AM] ============================================[ Frostfall: Warning End ]============================================[05/24/2013 - 11:38:31AM] [05/24/2013 - 11:38:31AM] Frostfall compatibility check complete. [05/24/2013 - 11:38:31AM] [05/24/2013 - 11:38:31AM] ============================================[ Frostfall: Warning End ]============================================[05/24/2013 - 11:38:31AM] Error: File "AmazingFollowerTweaks.esp" does not exist or is not currently loaded.stack:<unknown self>.Game.GetFormFromFile() - "<native>" Line ?[alias MT_Player on quest MT_Quest_PlayerFramework (6800AA05)].MT_Ref_CompatibilityScript.MT_Compatibility() - "MT_Ref_CompatibilityScript.psc" Line 56[alias MT_Player on quest MT_Quest_PlayerFramework (6800AA05)].MT_Ref_CompatibilityScript.OnPlayerLoadGame() - "MT_Ref_CompatibilityScript.psc" Line 31[05/24/2013 - 11:38:31AM] Error: File "RaceCompatibility.esm" does not exist or is not currently loaded.stack:<unknown self>.Game.GetFormFromFile() - "<native>" Line ?[alias MT_Player on quest MT_Quest_PlayerFramework (6800AA05)].MT_Ref_CompatibilityScript.MT_Compatibility() - "MT_Ref_CompatibilityScript.psc" Line 60[alias MT_Player on quest MT_Quest_PlayerFramework (6800AA05)].MT_Ref_CompatibilityScript.OnPlayerLoadGame() - "MT_Ref_CompatibilityScript.psc" Line 31[05/24/2013 - 11:38:32AM] [05/24/2013 - 11:38:32AM] =====Wet and Cold is refreshing itself and searching for addons. Any errors below are harmless.=====[05/24/2013 - 11:38:32AM] [05/24/2013 - 11:38:32AM] Error: File "1nivWICCloaksCRAFT.esp" does not exist or is not currently loaded.stack:<unknown self>.Game.GetFormFromFile() - "<native>" Line ?[_WetQuest (24000D63)]._wetquestscript.Maintenance() - "_WetQuestScript.psc" Line 217[alias Player on quest _WetQuest (24000D63)]._WetPlayerAlias.OnPlayerLoadGame() - "_WetPlayerAlias.psc" Line 29[05/24/2013 - 11:38:32AM] Error: File "Cloaks.esp" does not exist or is not currently loaded.stack:<unknown self>.Game.GetFormFromFile() - "<native>" Line ?[_WetQuest (24000D63)]._wetquestscript.Maintenance() - "_WetQuestScript.psc" Line 228[alias Player on quest _WetQuest (24000D63)]._WetPlayerAlias.OnPlayerLoadGame() - "_WetPlayerAlias.psc" Line 29[05/24/2013 - 11:38:32AM] Error: File "Cloaks - No Imperial.esp" does not exist or is not currently loaded.stack:<unknown self>.Game.GetFormFromFile() - "<native>" Line ?[_WetQuest (24000D63)]._wetquestscript.Maintenance() - "_WetQuestScript.psc" Line 230[alias Player on quest _WetQuest (24000D63)]._WetPlayerAlias.OnPlayerLoadGame() - "_WetPlayerAlias.psc" Line 29[05/24/2013 - 11:38:32AM] Error: File "Cloaks - Player Only.esp" does not exist or is not currently loaded.stack:<unknown self>.Game.GetFormFromFile() - "<native>" Line ?[_WetQuest (24000D63)]._wetquestscript.Maintenance() - "_WetQuestScript.psc" Line 232[alias Player on quest _WetQuest (24000D63)]._WetPlayerAlias.OnPlayerLoadGame() - "_WetPlayerAlias.psc" Line 29[05/24/2013 - 11:38:32AM] Error: File "WetandCold - Ashes.esp" does not exist or is not currently loaded.stack:<unknown self>.Game.GetFormFromFile() - "<native>" Line ?[_WetQuest (24000D63)]._wetquestscript.Maintenance() - "_WetQuestScript.psc" Line 273[alias Player on quest _WetQuest (24000D63)]._WetPlayerAlias.OnPlayerLoadGame() - "_WetPlayerAlias.psc" Line 29[05/24/2013 - 11:38:32AM] Error: File "Wyrmstooth.esp" does not exist or is not currently loaded.stack:<unknown self>.Game.GetFormFromFile() - "<native>" Line ?[_WetQuest (24000D63)]._wetquestscript.Maintenance() - "_WetQuestScript.psc" Line 291[alias Player on quest _WetQuest (24000D63)]._WetPlayerAlias.OnPlayerLoadGame() - "_WetPlayerAlias.psc" Line 29[05/24/2013 - 11:38:32AM] Error: File "getSnowy.esp" does not exist or is not currently loaded.stack:<unknown self>.Game.GetFormFromFile() - "<native>" Line ?[_WetQuest (24000D63)]._wetquestscript.Maintenance() - "_WetQuestScript.psc" Line 351[alias Player on quest _WetQuest (24000D63)]._WetPlayerAlias.OnPlayerLoadGame() - "_WetPlayerAlias.psc" Line 29[05/24/2013 - 11:38:32AM] Error: File "ClimatesOfTamriel-WinterEdition.esp" does not exist or is not currently loaded.stack:<unknown self>.Game.GetFormFromFile() - "<native>" Line ?[_WetQuest (24000D63)]._wetquestscript.Maintenance() - "_WetQuestScript.psc" Line 357[alias Player on quest _WetQuest (24000D63)]._WetPlayerAlias.OnPlayerLoadGame() - "_WetPlayerAlias.psc" Line 29[05/24/2013 - 11:38:32AM] ================================================[ Moonlight Tales ]===============================================[05/24/2013 - 11:38:32AM] Compatibility check complete. [05/24/2013 - 11:38:32AM] ================================================[ Moonlight Tales ]===============================================[05/24/2013 - 11:38:33AM] [05/24/2013 - 11:38:33AM] =====Wet and Cold is finished refreshing itself and searching for addons!=====[05/24/2013 - 11:38:33AM] [05/24/2013 - 11:38:34AM] >>=======> Hunterborn is running compatibility checks.[05/24/2013 - 11:38:34AM] >>=======> Ignore Papyrus errors about missing files, immediately below.[05/24/2013 - 11:38:34AM] >>=======> Hunterborn compatibility checks are complete.[05/24/2013 - 11:39:03AM] VM is freezing...[05/24/2013 - 11:39:03AM] VM is frozen[05/24/2013 - 11:39:05AM] Saving game...[05/24/2013 - 11:39:05AM] VM is thawing...[05/24/2013 - 11:40:01AM] warning: Property xxxsneakTouchOfCalamity on script xxxMagicSneak attached to Active effect 4 on (0403AA27) cannot be initialized because the script no longer contains that property[05/24/2013 - 11:40:01AM] warning: Property xxxsneaktouchofcalamitysneakmessage on script xxxMagicSneak attached to Active effect 4 on (0403AA27) cannot be initialized because the script no longer contains that property[05/24/2013 - 11:40:01AM] warning: Property xxxsneakArcaneAssassin on script xxxMagicSneak attached to Active effect 4 on (0403AA27) cannot be initialized because the script no longer contains that property[05/24/2013 - 11:40:01AM] Error: HasPerk called with invalid Perkstack:[ (00000014)].Actor.HasPerk() - "<native>" Line ?[Active effect 4 on (0403AA27)].xxxMagicSneak.OnEffectStart() - "xxxMagicSneak.psc" Line 13[05/24/2013 - 11:40:01AM] [magicsoultrapfxscript <None>] is finishing[05/24/2013 - 11:40:01AM] [Actor < (0403AA27)>] is, in fact, dead. Play soul trap visFX[05/24/2013 - 11:40:07AM] VM is freezing...[05/24/2013 - 11:40:07AM] VM is frozen[05/24/2013 - 11:40:08AM] Saving game...[05/24/2013 - 11:40:08AM] VM is thawing...[05/24/2013 - 11:40:50AM] warning: Property xxxsneakTouchOfCalamity on script xxxMagicSneak attached to Active effect 4 on (0403AA4C) cannot be initialized because the script no longer contains that property[05/24/2013 - 11:40:50AM] warning: Property xxxsneaktouchofcalamitysneakmessage on script xxxMagicSneak attached to Active effect 4 on (0403AA4C) cannot be initialized because the script no longer contains that property[05/24/2013 - 11:40:50AM] warning: Property xxxsneakArcaneAssassin on script xxxMagicSneak attached to Active effect 4 on (0403AA4C) cannot be initialized because the script no longer contains that property[05/24/2013 - 11:40:50AM] Error: HasPerk called with invalid Perkstack:[ (00000014)].Actor.HasPerk() - "<native>" Line ?[Active effect 4 on (0403AA4C)].xxxMagicSneak.OnEffectStart() - "xxxMagicSneak.psc" Line 13[05/24/2013 - 11:40:50AM] [magicsoultrapfxscript <None>] is finishing[05/24/2013 - 11:40:50AM] [Actor < (0403AA4C)>] is, in fact, dead. Play soul trap visFX[05/24/2013 - 11:41:02AM] VM is freezing...[05/24/2013 - 11:41:02AM] VM is frozen[05/24/2013 - 11:41:03AM] Saving game...[05/24/2013 - 11:41:04AM] VM is thawing...[05/24/2013 - 11:41:15AM] warning: Property xxxsneakTouchOfCalamity on script xxxMagicSneak attached to Active effect 4 on (0403AA47) cannot be initialized because the script no longer contains that property[05/24/2013 - 11:41:15AM] warning: Property xxxsneaktouchofcalamitysneakmessage on script xxxMagicSneak attached to Active effect 4 on (0403AA47) cannot be initialized because the script no longer contains that property[05/24/2013 - 11:41:15AM] warning: Property xxxsneakArcaneAssassin on script xxxMagicSneak attached to Active effect 4 on (0403AA47) cannot be initialized because the script no longer contains that property[05/24/2013 - 11:41:16AM] [magicsoultrapfxscript <None>] is finishing[05/24/2013 - 11:41:16AM] [Actor < (0403AA47)>] is, in fact, dead. Play soul trap visFX[05/24/2013 - 11:41:38AM] Error: Cannot call GetStage() on a None object, aborting function callstack:[item 12 in container (00000014)].RendLongbow.OnEquipped() - "RendLongbow.psc" Line 10[05/24/2013 - 11:41:38AM] warning: Assigning None to a non-object variable named "::temp2"stack:[item 12 in container (00000014)].RendLongbow.OnEquipped() - "RendLongbow.psc" Line 10[05/24/2013 - 11:41:38AM] Error: None is not a valid inventory itemstack:[ (00000014)].Actor.GetItemCount() - "<native>" Line ?[item 12 in container (00000014)].RendLongbow.OnEquipped() - "RendLongbow.psc" Line 11[05/24/2013 - 11:41:38AM] Error: Cannot add None to a containerstack:[ (00000014)].Actor.RemoveItem() - "<native>" Line ?[item 12 in container (00000014)].RendLongbow.OnEquipped() - "RendLongbow.psc" Line 12[05/24/2013 - 11:41:55AM] VM is freezing...[05/24/2013 - 11:41:55AM] VM is frozen[05/24/2013 - 11:41:56AM] Saving game...[05/24/2013 - 11:41:56AM] VM is thawing...[05/24/2013 - 11:42:14AM] warning: Property xxxsneakTouchOfCalamity on script xxxMagicSneak attached to Active effect 4 on (0403D31D) cannot be initialized because the script no longer contains that property[05/24/2013 - 11:42:14AM] warning: Property xxxsneaktouchofcalamitysneakmessage on script xxxMagicSneak attached to Active effect 4 on (0403D31D) cannot be initialized because the script no longer contains that property[05/24/2013 - 11:42:14AM] warning: Property xxxsneakArcaneAssassin on script xxxMagicSneak attached to Active effect 4 on (0403D31D) cannot be initialized because the script no longer contains that property[05/24/2013 - 11:42:15AM] [magicsoultrapfxscript <None>] is finishing[05/24/2013 - 11:42:15AM] [Actor < (0403D31D)>] is, in fact, dead. Play soul trap visFX[05/24/2013 - 11:42:48AM] VM is freezing...[05/24/2013 - 11:42:48AM] VM is frozen[05/24/2013 - 11:42:48AM] Saving game...[05/24/2013 - 11:42:49AM] VM is thawing...[05/24/2013 - 11:42:49AM] [dlc2pillarscript <DLC2Pillar (0401C4E4)>]OnSleepStart[05/24/2013 - 11:42:56AM] Error: Cannot call GetReference() on a None object, aborting function callstack:[DLC2WB01 (040209AE)].dlc2wb01questscript.ClearTorkild() - "DLC2WB01QuestScript.psc" Line 18[DLC2WESL01 (04034025)].QF_DLC2WESL01_02034025.Fragment_3() - "QF_DLC2WESL01_02034025.psc" Line 90[05/24/2013 - 11:42:56AM] Error: Cannot call AddItem() on a None object, aborting function callstack:[DLC2WB01 (040209AE)].dlc2wb01questscript.ClearTorkild() - "DLC2WB01QuestScript.psc" Line 18[DLC2WESL01 (04034025)].QF_DLC2WESL01_02034025.Fragment_3() - "QF_DLC2WESL01_02034025.psc" Line 90[05/24/2013 - 11:42:56AM] Error: Cannot call Disable() on a None object, aborting function callstack:[alias Actor1 on quest DLC2WESL01 (04034025)].wealiasscript.OnUnload() - "WEAliasScript.psc" Line 145[05/24/2013 - 11:43:19AM] Egg running OnLoad()[DLC2ExplodingSpiderEggSCRIPT < (04030F79)>][05/24/2013 - 11:43:21AM] warning: Property xxxsneakTouchOfCalamity on script xxxMagicSneak attached to Active effect 5 on (FF001EA0) cannot be initialized because the script no longer contains that property[05/24/2013 - 11:43:21AM] warning: Property xxxsneaktouchofcalamitysneakmessage on script xxxMagicSneak attached to Active effect 5 on (FF001EA0) cannot be initialized because the script no longer contains that property[05/24/2013 - 11:43:21AM] warning: Property xxxsneakArcaneAssassin on script xxxMagicSneak attached to Active effect 5 on (FF001EA0) cannot be initialized because the script no longer contains that property[05/24/2013 - 11:43:21AM] warning: Property xxxsneakTouchOfCalamity on script xxxMagicSneak attached to Active effect 10 on (FF001EA0) cannot be initialized because the script no longer contains that property[05/24/2013 - 11:43:21AM] warning: Property xxxsneaktouchofcalamitysneakmessage on script xxxMagicSneak attached to Active effect 10 on (FF001EA0) cannot be initialized because the script no longer contains that property[05/24/2013 - 11:43:21AM] warning: Property xxxsneakArcaneAssassin on script xxxMagicSneak attached to Active effect 10 on (FF001EA0) cannot be initialized because the script no longer contains that property[05/24/2013 - 11:43:22AM] [magicsoultrapfxscript <None>] is finishing[05/24/2013 - 11:43:22AM] [Actor < (FF001EA0)>] is, in fact, dead, But the TrapSoul check failed or came back false[05/24/2013 - 11:43:24AM] warning: Property xxxsneakTouchOfCalamity on script xxxMagicSneak attached to Active effect 9 on (FF001EA0) cannot be initialized because the script no longer contains that property[05/24/2013 - 11:43:24AM] warning: Property xxxsneaktouchofcalamitysneakmessage on script xxxMagicSneak attached to Active effect 9 on (FF001EA0) cannot be initialized because the script no longer contains that property[05/24/2013 - 11:43:24AM] warning: Property xxxsneakArcaneAssassin on script xxxMagicSneak attached to Active effect 9 on (FF001EA0) cannot be initialized because the script no longer contains that property[05/24/2013 - 11:43:25AM] [magicsoultrapfxscript <None>] is finishing[05/24/2013 - 11:43:25AM] [Actor < (FF001EA0)>] is, in fact, dead, But the TrapSoul check failed or came back false[05/24/2013 - 11:43:56AM] warning: Property xxxsneakTouchOfCalamity on script xxxMagicSneak attached to Active effect 6 on (FF0017C4) cannot be initialized because the script no longer contains that property[05/24/2013 - 11:43:56AM] warning: Property xxxsneaktouchofcalamitysneakmessage on script xxxMagicSneak attached to Active effect 6 on (FF0017C4) cannot be initialized because the script no longer contains that property[05/24/2013 - 11:43:56AM] warning: Property xxxsneakArcaneAssassin on script xxxMagicSneak attached to Active effect 6 on (FF0017C4) cannot be initialized because the script no longer contains that property[05/24/2013 - 11:43:58AM] warning: Property xxxsneakTouchOfCalamity on script xxxMagicSneak attached to Active effect 7 on (FF001E38) cannot be initialized because the script no longer contains that property[05/24/2013 - 11:43:58AM] warning: Property xxxsneaktouchofcalamitysneakmessage on script xxxMagicSneak attached to Active effect 7 on (FF001E38) cannot be initialized because the script no longer contains that property[05/24/2013 - 11:43:58AM] warning: Property xxxsneakArcaneAssassin on script xxxMagicSneak attached to Active effect 7 on (FF001E38) cannot be initialized because the script no longer contains that property[05/24/2013 - 11:43:59AM] warning: Property xxxsneakTouchOfCalamity on script xxxMagicSneak attached to Active effect 7 on (FF001E38) cannot be initialized because the script no longer contains that property[05/24/2013 - 11:43:59AM] warning: Property xxxsneaktouchofcalamitysneakmessage on script xxxMagicSneak attached to Active effect 7 on (FF001E38) cannot be initialized because the script no longer contains that property[05/24/2013 - 11:43:59AM] warning: Property xxxsneakArcaneAssassin on script xxxMagicSneak attached to Active effect 7 on (FF001E38) cannot be initialized because the script no longer contains that property[05/24/2013 - 11:44:01AM] VM is freezing...[05/24/2013 - 11:44:01AM] VM is frozen[05/24/2013 - 11:44:02AM] Saving game...[05/24/2013 - 11:44:02AM] VM is thawing...[05/24/2013 - 11:44:05AM] warning: Property xxxsneakTouchOfCalamity on script xxxMagicSneak attached to Active effect 7 on (FF0017C4) cannot be initialized because the script no longer contains that property[05/24/2013 - 11:44:05AM] warning: Property xxxsneaktouchofcalamitysneakmessage on script xxxMagicSneak attached to Active effect 7 on (FF0017C4) cannot be initialized because the script no longer contains that property[05/24/2013 - 11:44:05AM] warning: Property xxxsneakArcaneAssassin on script xxxMagicSneak attached to Active effect 7 on (FF0017C4) cannot be initialized because the script no longer contains that property[05/24/2013 - 11:44:08AM] warning: Property xxxsneakTouchOfCalamity on script xxxMagicSneak attached to Active effect 8 on (FF0017C4) cannot be initialized because the script no longer contains that property[05/24/2013 - 11:44:08AM] warning: Property xxxsneaktouchofcalamitysneakmessage on script xxxMagicSneak attached to Active effect 8 on (FF0017C4) cannot be initialized because the script no longer contains that property[05/24/2013 - 11:44:08AM] warning: Property xxxsneakArcaneAssassin on script xxxMagicSneak attached to Active effect 8 on (FF0017C4) cannot be initialized because the script no longer contains that property[05/24/2013 - 11:44:08AM] warning: Property xxxsneakTouchOfCalamity on script xxxMagicSneak attached to Active effect 9 on (FF0017C4) cannot be initialized because the script no longer contains that property[05/24/2013 - 11:44:08AM] warning: Property xxxsneaktouchofcalamitysneakmessage on script xxxMagicSneak attached to Active effect 9 on (FF0017C4) cannot be initialized because the script no longer contains that property[05/24/2013 - 11:44:08AM] warning: Property xxxsneakArcaneAssassin on script xxxMagicSneak attached to Active effect 9 on (FF0017C4) cannot be initialized because the script no longer contains that property[05/24/2013 - 11:44:10AM] [magicsoultrapfxscript <None>] is finishing[05/24/2013 - 11:44:10AM] [Actor < (FF0017C4)>] is, in fact, dead, But the TrapSoul check failed or came back false[05/24/2013 - 11:44:11AM] warning: Property xxxsneakTouchOfCalamity on script xxxMagicSneak attached to Active effect 8 on (FF001E38) cannot be initialized because the script no longer contains that property[05/24/2013 - 11:44:11AM] warning: Property xxxsneaktouchofcalamitysneakmessage on script xxxMagicSneak attached to Active effect 8 on (FF001E38) cannot be initialized because the script no longer contains that property[05/24/2013 - 11:44:11AM] warning: Property xxxsneakArcaneAssassin on script xxxMagicSneak attached to Active effect 8 on (FF001E38) cannot be initialized because the script no longer contains that property[05/24/2013 - 11:44:20AM] warning: Property xxxsneakTouchOfCalamity on script xxxMagicSneak attached to Active effect 15 on (FF001E38) cannot be initialized because the script no longer contains that property[05/24/2013 - 11:44:20AM] warning: Property xxxsneaktouchofcalamitysneakmessage on script xxxMagicSneak attached to Active effect 15 on (FF001E38) cannot be initialized because the script no longer contains that property[05/24/2013 - 11:44:20AM] warning: Property xxxsneakArcaneAssassin on script xxxMagicSneak attached to Active effect 15 on (FF001E38) cannot be initialized because the script no longer contains that property[05/24/2013 - 11:44:23AM] Error: Unable to call RegisterForSingleUpdate - no native object bound to the script object, or object is of incorrect typestack:[None].xxxLevelAVWithinInterval.RegisterForSingleUpdate() - "<native>" Line ?[None].xxxLevelAVWithinInterval.OnUpdate() - "xxxLevelAVWithinInterval.psc" Line 18[05/24/2013 - 11:44:26AM] warning: Property xxxsneakTouchOfCalamity on script xxxMagicSneak attached to Active effect 15 on (FF001E38) cannot be initialized because the script no longer contains that property[05/24/2013 - 11:44:26AM] warning: Property xxxsneaktouchofcalamitysneakmessage on script xxxMagicSneak attached to Active effect 15 on (FF001E38) cannot be initialized because the script no longer contains that property[05/24/2013 - 11:44:26AM] warning: Property xxxsneakArcaneAssassin on script xxxMagicSneak attached to Active effect 15 on (FF001E38) cannot be initialized because the script no longer contains that property[05/24/2013 - 11:44:27AM] [magicsoultrapfxscript <None>] is finishing[05/24/2013 - 11:44:27AM] [Actor < (FF001E38)>] is, in fact, dead, But the TrapSoul check failed or came back false[05/24/2013 - 11:44:37AM] Error: No Spell or Shout passed to HasSpellstack:[ (00000014)].Actor.HasSpell() - "<native>" Line ?[None].xxxENCArcaneArcheryToggle.OnEffectStart() - "xxxENCArcaneArcheryToggle.psc" Line 14[05/24/2013 - 11:45:50AM] Error: (0403A23D): has no 3d, and so cannot have its motion type changed.stack:[ (0403A23D)].PhysicsTrap.SetMotionType() - "<native>" Line ?[ (0403A23D)].PhysicsTrap.OnCellAttach() - "PhysicsTrap.psc" Line 94[05/24/2013 - 11:45:50AM] Error: (0403A23B): has no 3d, and so cannot have its motion type changed.stack:[ (0403A23B)].PhysicsTrap.SetMotionType() - "<native>" Line ?[ (0403A23B)].PhysicsTrap.OnCellAttach() - "PhysicsTrap.psc" Line 94[05/24/2013 - 11:45:50AM] Error: (0403A23A): has no 3d, and so cannot have its motion type changed.stack:[ (0403A23A)].PhysicsTrap.SetMotionType() - "<native>" Line ?[ (0403A23A)].PhysicsTrap.OnCellAttach() - "PhysicsTrap.psc" Line 94[05/24/2013 - 11:45:50AM] Error: (0403A239): has no 3d, and so cannot have its motion type changed.stack:[ (0403A239)].PhysicsTrap.SetMotionType() - "<native>" Line ?[ (0403A239)].PhysicsTrap.OnCellAttach() - "PhysicsTrap.psc" Line 94[05/24/2013 - 11:45:50AM] Error: (0403A23C): has no 3d, and so cannot have its motion type changed.stack:[ (0403A23C)].PhysicsTrap.SetMotionType() - "<native>" Line ?[ (0403A23C)].PhysicsTrap.OnCellAttach() - "PhysicsTrap.psc" Line 94[05/24/2013 - 11:45:50AM] Error: (04026C59): has no 3d, and so cannot have its motion type changed.stack:[ (04026C59)].SoundTrap.SetMotionType() - "<native>" Line ?[ (04026C59)].SoundTrap.OnCellAttach() - "SoundTrap.psc" Line ?[05/24/2013 - 11:45:50AM] Error: (04026C5A): has no 3d, and so cannot have its motion type changed.stack:[ (04026C5A)].SoundTrap.SetMotionType() - "<native>" Line ?[ (04026C5A)].SoundTrap.OnCellAttach() - "SoundTrap.psc" Line ?[05/24/2013 - 11:45:50AM] Error: (04032129): has no 3d, and so cannot have its motion type changed.stack:[ (04032129)].SoundTrap.SetMotionType() - "<native>" Line ?[ (04032129)].SoundTrap.OnCellAttach() - "SoundTrap.psc" Line ?[05/24/2013 - 11:45:50AM] Error: (0403212A): has no 3d, and so cannot have its motion type changed.stack:[ (0403212A)].SoundTrap.SetMotionType() - "<native>" Line ?[ (0403212A)].SoundTrap.OnCellAttach() - "SoundTrap.psc" Line ?[05/24/2013 - 11:45:50AM] Error: (04032131): has no 3d, and so cannot have its motion type changed.stack:[ (04032131)].SoundTrap.SetMotionType() - "<native>" Line ?[ (04032131)].SoundTrap.OnCellAttach() - "SoundTrap.psc" Line ?[05/24/2013 - 11:45:50AM] Error: (04032132): has no 3d, and so cannot have its motion type changed.stack:[ (04032132)].SoundTrap.SetMotionType() - "<native>" Line ?[ (04032132)].SoundTrap.OnCellAttach() - "SoundTrap.psc" Line ?[05/24/2013 - 11:45:50AM] Error: (04032134): has no 3d, and so cannot have its motion type changed.stack:[ (04032134)].SoundTrap.SetMotionType() - "<native>" Line ?[ (04032134)].SoundTrap.OnCellAttach() - "SoundTrap.psc" Line ?[05/24/2013 - 11:45:50AM] Error: (0403213A): has no 3d, and so cannot have its motion type changed.stack:[ (0403213A)].SoundTrap.SetMotionType() - "<native>" Line ?[ (0403213A)].SoundTrap.OnCellAttach() - "SoundTrap.psc" Line ?[05/24/2013 - 11:45:51AM] VM is freezing...[05/24/2013 - 11:45:51AM] VM is frozen[05/24/2013 - 11:45:52AM] Saving game...[05/24/2013 - 11:45:52AM] VM is thawing...[05/24/2013 - 11:46:24AM] Error: (FF001E77): Failed to send event Revive for unspecified reasons.stack:[ (FF001E77)].Actor.PlaySubGraphAnimation() - "<native>" Line ?[Active effect 1 on (FF001E77)].SprigganFXSCRIPT.OnEnterBleedout() - "SprigganFXSCRIPT.psc" Line 66[05/24/2013 - 11:46:58AM] Info: *Achievement 34 awarded - a winnar is you!*[05/24/2013 - 11:47:04AM] VM is freezing...[05/24/2013 - 11:47:04AM] VM is frozen[05/24/2013 - 11:47:04AM] Saving game...[05/24/2013 - 11:47:05AM] VM is thawing...[05/24/2013 - 11:47:05AM] Error: Cannot call Disable() on a None object, aborting function callstack:[ (550CCD45)].BalokLightTimerInn.onBeginState() - "BalokLightTimerInn.psc" Line 48[ (550CCD45)].BalokLightTimerInn.GotoState() - "Form.psc" Line ?[ (550CCD45)].BalokLightTimerInn.OnUpdateGameTime() - "BalokLightTimerInn.psc" Line ?[05/24/2013 - 11:47:05AM] Error: Cannot call Disable() on a None object, aborting function callstack:[ (550CCD36)].BalokLightTimerInn.onBeginState() - "BalokLightTimerInn.psc" Line 48[ (550CCD36)].BalokLightTimerInn.GotoState() - "Form.psc" Line ?[ (550CCD36)].BalokLightTimerInn.OnUpdateGameTime() - "BalokLightTimerInn.psc" Line ?[05/24/2013 - 11:47:05AM] Error: Cannot call Disable() on a None object, aborting function callstack:[ (550CE3DF)].BalokLightTimerInn.onBeginState() - "BalokLightTimerInn.psc" Line 48[ (550CE3DF)].BalokLightTimerInn.GotoState() - "Form.psc" Line ?[ (550CE3DF)].BalokLightTimerInn.OnUpdateGameTime() - "BalokLightTimerInn.psc" Line ?[05/24/2013 - 11:47:05AM] Error: Cannot call Disable() on a None object, aborting function callstack:[ (550CE3DC)].BalokLightTimerInn.onBeginState() - "BalokLightTimerInn.psc" Line 48[ (550CE3DC)].BalokLightTimerInn.GotoState() - "Form.psc" Line ?[ (550CE3DC)].BalokLightTimerInn.OnUpdateGameTime() - "BalokLightTimerInn.psc" Line ?[05/24/2013 - 11:47:05AM] Error: Cannot call Disable() on a None object, aborting function callstack:[ (550CE3E0)].BalokLightTimerInn.onBeginState() - "BalokLightTimerInn.psc" Line 48[ (550CE3E0)].BalokLightTimerInn.GotoState() - "Form.psc" Line ?[ (550CE3E0)].BalokLightTimerInn.OnUpdateGameTime() - "BalokLightTimerInn.psc" Line ?[05/24/2013 - 11:47:06AM] Error: Cannot call Disable() on a None object, aborting function callstack:[alias Adventurer on quest WEJS26 (00105D12)].wealiasscript.OnUnload() - "WEAliasScript.psc" Line 145[05/24/2013 - 11:47:23AM] Error: Unable to call GetParentCell - no native object bound to the script object, or object is of incorrect typestack:[<NULL form> (0403A5FA)].masterambushscript.GetParentCell() - "<native>" Line ?[<NULL form> (0403A5FA)].masterambushscript.OnGetUp() - "masterAmbushScript.psc" Line ?[05/24/2013 - 11:47:23AM] Error: Unable to call Is3DLoaded - no native object bound to the script object, or object is of incorrect typestack:[<NULL form> (0403A5FA)].DLC2BurtSpigganFXScript.Is3DLoaded() - "<native>" Line ?[<NULL form> (0403A5FA)].DLC2BurtSpigganFXScript.OnGetUp() - "DLC2BurtSpigganFXScript.psc" Line ?[05/24/2013 - 11:47:23AM] warning: Assigning None to a non-object variable named "::temp4"stack:[<NULL form> (0403A5FA)].DLC2BurtSpigganFXScript.OnGetUp() - "DLC2BurtSpigganFXScript.psc" Line ?[05/24/2013 - 11:50:48AM] VM is freezing...[05/24/2013 - 11:50:48AM] VM is frozen[05/24/2013 - 11:50:49AM] Saving game...[05/24/2013 - 11:50:49AM] VM is thawing...[05/24/2013 - 11:51:04AM] Error: Unable to call GetParentCell - no native object bound to the script object, or object is of incorrect typestack:[<NULL form> (0403A5E8)].masterambushscript.GetParentCell() - "<native>" Line ?[<NULL form> (0403A5E8)].masterambushscript.OnGetUp() - "masterAmbushScript.psc" Line ?[05/24/2013 - 11:51:04AM] Error: Unable to call Is3DLoaded - no native object bound to the script object, or object is of incorrect typestack:[<NULL form> (0403A5E8)].DLC2BurtSpigganFXScript.Is3DLoaded() - "<native>" Line ?[<NULL form> (0403A5E8)].DLC2BurtSpigganFXScript.OnGetUp() - "DLC2BurtSpigganFXScript.psc" Line ?[05/24/2013 - 11:51:04AM] Error: Unable to call GetParentCell - no native object bound to the script object, or object is of incorrect typestack:[<NULL form> (0403A5EC)].masterambushscript.GetParentCell() - "<native>" Line ?[<NULL form> (0403A5EC)].masterambushscript.OnGetUp() - "masterAmbushScript.psc" Line ?[05/24/2013 - 11:51:04AM] Error: Unable to call Is3DLoaded - no native object bound to the script object, or object is of incorrect typestack:[<NULL form> (0403A5EC)].DLC2BurtSpigganFXScript.Is3DLoaded() - "<native>" Line ?[<NULL form> (0403A5EC)].DLC2BurtSpigganFXScript.OnGetUp() - "DLC2BurtSpigganFXScript.psc" Line ?[05/24/2013 - 11:51:04AM] warning: Assigning None to a non-object variable named "::temp4"stack:[<NULL form> (0403A5E8)].DLC2BurtSpigganFXScript.OnGetUp() - "DLC2BurtSpigganFXScript.psc" Line ?[05/24/2013 - 11:51:04AM] warning: Assigning None to a non-object variable named "::temp4"stack:[<NULL form> (0403A5EC)].DLC2BurtSpigganFXScript.OnGetUp() - "DLC2BurtSpigganFXScript.psc" Line ?[05/24/2013 - 11:51:10AM] VM is freezing...[05/24/2013 - 11:51:10AM] VM is frozen[05/24/2013 - 11:51:11AM] Saving game...[05/24/2013 - 11:51:11AM] VM is thawing...[05/24/2013 - 11:52:04AM] VM is freezing...[05/24/2013 - 11:52:04AM] VM is frozen[05/24/2013 - 11:52:05AM] Saving game...[05/24/2013 - 11:52:05AM] VM is thawing...[05/24/2013 - 11:52:20AM] [magicsoultrapfxscript <None>] is finishing[05/24/2013 - 11:52:20AM] [Actor < (FF0015CC)>] is, in fact, dead. Play soul trap visFX[05/24/2013 - 11:52:28AM] warning: Property xxxsneakTouchOfCalamity on script xxxMagicSneak attached to Active effect 2 on (FF001E77) cannot be initialized because the script no longer contains that property[05/24/2013 - 11:52:28AM] warning: Property xxxsneaktouchofcalamitysneakmessage on script xxxMagicSneak attached to Active effect 2 on (FF001E77) cannot be initialized because the script no longer contains that property[05/24/2013 - 11:52:28AM] warning: Property xxxsneakArcaneAssassin on script xxxMagicSneak attached to Active effect 2 on (FF001E77) cannot be initialized because the script no longer contains that property[05/24/2013 - 11:52:28AM] Error: HasPerk called with invalid Perkstack:[ (00000014)].Actor.HasPerk() - "<native>" Line ?[Active effect 2 on (FF001E77)].xxxMagicSneak.OnEffectStart() - "xxxMagicSneak.psc" Line 13[05/24/2013 - 11:52:32AM] [magicsoultrapfxscript <None>] is finishing[05/24/2013 - 11:52:32AM] [Actor < (FF001E77)>] is, in fact, dead. Play soul trap visFX[05/24/2013 - 11:52:50AM] VM is freezing...[05/24/2013 - 11:52:50AM] VM is frozen[05/24/2013 - 11:52:51AM] Saving game...[05/24/2013 - 11:52:51AM] VM is thawing...[05/24/2013 - 11:53:08AM] VM is freezing...[05/24/2013 - 11:53:08AM] VM is frozen[05/24/2013 - 11:53:09AM] Saving game...[05/24/2013 - 11:53:09AM] VM is thawing...[05/24/2013 - 11:53:25AM] [magicsoultrapfxscript <None>] is finishing[05/24/2013 - 11:53:25AM] [Actor < (04024FB5)>] is, in fact, dead, But the TrapSoul check failed or came back false[05/24/2013 - 11:53:40AM] warning: Property xxxsneakTouchOfCalamity on script xxxMagicSneak attached to Active effect 4 on (04024FB6) cannot be initialized because the script no longer contains that property[05/24/2013 - 11:53:40AM] warning: Property xxxsneaktouchofcalamitysneakmessage on script xxxMagicSneak attached to Active effect 4 on (04024FB6) cannot be initialized because the script no longer contains that property[05/24/2013 - 11:53:40AM] warning: Property xxxsneakArcaneAssassin on script xxxMagicSneak attached to Active effect 4 on (04024FB6) cannot be initialized because the script no longer contains that property[05/24/2013 - 11:53:40AM] Error: HasPerk called with invalid Perkstack:[ (00000014)].Actor.HasPerk() - "<native>" Line ?[Active effect 4 on (04024FB6)].xxxMagicSneak.OnEffectStart() - "xxxMagicSneak.psc" Line 13[05/24/2013 - 11:53:44AM] [magicsoultrapfxscript <None>] is finishing[05/24/2013 - 11:53:44AM] [Actor < (04024FB6)>] is, in fact, dead, But the TrapSoul check failed or came back false[05/24/2013 - 11:53:51AM] warning: Property xxxsneakTouchOfCalamity on script xxxMagicSneak attached to Active effect 20 on (00000014) cannot be initialized because the script no longer contains that property[05/24/2013 - 11:53:51AM] warning: Property xxxsneaktouchofcalamitysneakmessage on script xxxMagicSneak attached to Active effect 20 on (00000014) cannot be initialized because the script no longer contains that property[05/24/2013 - 11:53:51AM] warning: Property xxxsneakArcaneAssassin on script xxxMagicSneak attached to Active effect 20 on (00000014) cannot be initialized because the script no longer contains that property[05/24/2013 - 11:53:51AM] Error: Unable to call GetTargetActor - no native object bound to the script object, or object is of incorrect typestack:[None].xxxBowHitStagger.GetTargetActor() - "<native>" Line ?[None].xxxBowHitStagger.OnHit() - "xxxBowHitStagger.psc" Line 6[05/24/2013 - 11:53:51AM] Error: Unable to call GetTargetActor - no native object bound to the script object, or object is of incorrect typestack:[None].xxxBowHitStagger.GetTargetActor() - "<native>" Line ?[None].xxxBowHitStagger.OnHit() - "xxxBowHitStagger.psc" Line 6[05/24/2013 - 11:53:53AM] Error: Unable to call GetTargetActor - no native object bound to the script object, or object is of incorrect typestack:[None].xxxBowHitStagger.GetTargetActor() - "<native>" Line ?[None].xxxBowHitStagger.OnHit() - "xxxBowHitStagger.psc" Line 6[05/24/2013 - 11:53:54AM] Error: Unable to call GetTargetActor - no native object bound to the script object, or object is of incorrect typestack:[None].xxxBowHitStagger.GetTargetActor() - "<native>" Line ?[None].xxxBowHitStagger.OnHit() - "xxxBowHitStagger.psc" Line 6[05/24/2013 - 11:53:54AM] Error: Unable to call GetTargetActor - no native object bound to the script object, or object is of incorrect typestack:[None].xxxBowHitStagger.GetTargetActor() - "<native>" Line ?[None].xxxBowHitStagger.OnHit() - "xxxBowHitStagger.psc" Line 6[05/24/2013 - 11:53:54AM] Error: Unable to call GetTargetActor - no native object bound to the script object, or object is of incorrect typestack:[None].xxxBowHitStagger.GetTargetActor() - "<native>" Line ?[None].xxxBowHitStagger.OnHit() - "xxxBowHitStagger.psc" Line 6[05/24/2013 - 11:53:55AM] Error: Cannot call HasPerk() on a None object, aborting function callstack:[ (040320F6)].TrapBear.checkPerks() - "TrapBear.psc" Line 94[ (040320F6)].TrapBear.OnTriggerEnter() - "TrapBear.psc" Line ?[05/24/2013 - 11:53:55AM] warning: Assigning None to a non-object variable named "::temp8"stack:[ (040320F6)].TrapBear.checkPerks() - "TrapBear.psc" Line 94[ (040320F6)].TrapBear.OnTriggerEnter() - "TrapBear.psc" Line ?[05/24/2013 - 11:53:56AM] [magicsoultrapfxscript <None>] is finishing[05/24/2013 - 11:53:56AM] [Actor < (04024FB3)>] is, in fact, dead, But the TrapSoul check failed or came back false Boss log:These plugins are recognised by BOSS and have been sorted according to its masterlist. Please read any attached messages and act on any that require action. Skyrim.esm ActiveUpdate.esm ActiveBash Tag suggestion(s): {{BASH: Delev, Relev}}Dawnguard.esm ActiveBash Tag suggestion(s): {{BASH: Delev, Relev}}HearthFires.esm ActiveDragonborn.esm ActiveApachiiHair.esm ActiveSkyrim Project Optimization - Full Version.esm ActiveClimatesOfTamriel.esm ActiveKet_ARMONIZER_v2.esm ActiveNight Eye Overhaul.esm ActiveOmegared99-Compilation.esm ActiveSPIKE.esm ActiveTravellersOfSkyrim.esm Activeprisonerfix.esp ActiveUnofficial Skyrim Patch.esp ActiveBash Tag suggestion(s): {{BASH: Delev, Relev}}Unofficial Dawnguard Patch.esp ActiveBash Tag suggestion(s): {{BASH: Delev, Relev}}Unofficial Hearthfire Patch.esp ActiveUnofficial Dragonborn Patch.esp ActiveBash Tag suggestion(s): {{BASH: Delev}}Chesko_Frostfall.esp ActiveBetter Dynamic Snow.esp ActiveMorning Fogs.esp ActiveDark Dungeons for ENB.esp ActiveStaticMeshImprovementMod.esp ActiveStaticMeshImprovementMod-DragonbornTernFix.esp ActiveDead Body Collision.esp ActiveExpensive Investments.esp ActiveOblivion Gates v3 - Skyrim + Dawnguard DLC.espOblivion Gates v3 without Markers - Skyrim + Dawnguard DLC.esp ActiveReal Wildlife Skyrim 0.1.esp ActiveBash Tag suggestion(s): {{BASH: Delev}}See Your Neighbor.esp ActiveSkyrim Flora Overhaul.esp ActiveTravellersOfSkyrim - Vanilla.esp ActiveVariedGuards.esp ActiveDYNAVISION Dynamic Depth of Field.esp ActiveNote: Make sure you have not switched DoF off in your ini file. If you don't see any effect, open you Skyrimprefs.ini and look for 'bDoDepthOfField'. Make sure it is set to 1.IMAGINATOR - Visual Control for Skyrim.espRaceMenu.esp ActiveRaceMenuPlugin.esp ActiveNote: RaceMenuPlugin is optional and provides support to alter Height, Breast, Glute and Biceps. If you experience issues with it, disable RaceMenuPlugin.esp and inform the author.vAutosaveManager.esp ActiveWetandCold.esp ActiveSkyUI.esp ActiveiHUD.esp ActiveLessIntrusiveHUD.esp Active1nivWICCloaks.esp ActiveBash Tag suggestion(s): {{BASH: Relev}}DragonbornArmorFix.esp Activehothtrooper44_ArmorCompilation.esp ActiveBash Tag suggestion(s): {{BASH: Delev, Relev}}Omegared99-WeaponSets.esp ActiveWandererarmor.esp ActiveDr_Bandolier.esp ActiveDr_BandolierDG.esp ActiveIA6npc01.esp ActiveBandolierForNPCMasterFile.esp ActiveBandolierForNPCsWIC_V2.esp ActiveBandolierForNPCsCheaperBandoliers_BalancedWeight_Dawnguard.esp ActiveERSO 03 - Mighty Dragons Unleveled DB.esp ActiveNote: Use only one ERSO 03 file.ERSO 03.5 - New Dragon Loots.esp ActiveBash Tag suggestion(s): {{BASH: Relev, Delev}}Note: Use only one ERSO 03.5 file.ERSO 04 - Mighty Odahviing.esp ActiveERSO 04.2 - Mighty Durnehviir.esp ActiveERSO 05 - Dovah Holy Book.esp ActiveERSO 06 - Wait More Time Dragon Encounter x2.0.esp ActiveERSO 07 - Slighty Mighty Dragon Priests.esp ActiveNote: Use only one ERSO 07 file.ERSO 09 - Vendor Trainer Quest-giver protected USKP.espNote: Use only one ERSO 09 file.SkyRe_Main.esp ActiveBash Tag suggestion(s): {{BASH: Relev, Delev}}Note: If lockpicikng is not work then try to delete 'interface\lockpickingmenu.swf'Note: If you have a problem with aiming try to install this mod.Note: To make aiming easier, recommend to add the following lines to Skyrim.ini:Note: [Actor]Note: fVisibleNavmeshMoveDist=12288.0000Note: [Combat]Note: f1PArrowTiltUpAngle=0.64Note: f3PArrowTiltUpAngle=0.64Note: fMagnetismStrafeHeadingMult=0.0Note: fMagnetismLookingMult=0.0SkyRe_Combat.esp ActiveSkyRe_CraftingFix.esp ActiveSkyRe_EncounterZones.esp ActiveSkyRe_EnemyAI.esp ActiveSkyRe_EnemyScaling.esp ActiveBash Tag suggestion(s): {{BASH: Relev}}SkyRe_StandingStones.esp ActiveSkyRe_Survivalism.esp ActiveUnique Uniques.esp ActiveESFCompanions.esp ActiveHouseOfHorrorsAlternateEnding.esp ActiveLocalizedGuildJobs.esp ActiveRun For Your Lives.esp ActiveWhen Vampires Attack.esp ActiveSkyrim border control.esp Activewhiterun spruce by revan1199.esp ActiveAncientDBarmorTSedition.esp ActiveBetterQuestObjectives.esp ActiveBetterQuestObjectives-ESFCompanionsPatch.esp ActiveBetterQuestObjectives-SkyRePatch.esp ActiveHeadtracking.esp ActiveHT_traveltax.esp ActiveImmersive Weapons.esp ActiveBash Tag suggestion(s): {{BASH: Delev}}Ket_ARMONIZER_LListsNPC.esp ActiveBash Tag suggestion(s): {{BASH: Delev}}dD - Enhanced Blood Main.esp ActivedD-Dragonborn-Dawnguard-EBT Patch.esp ActiveaMidianborn_Skyforge_Weapons.esp ActiveHelgen Reborn.esp ActiveImpeREAL Empire - Unique Cities - Falkreath.esp ActiveDetailed Cities.esp ActiveSoundPropagationOverhaul.esp ActiveCinematicFireFX.esp ActiveRealistic Lighting Overhaul - Dungeons.esp ActiveRealistic Lighting Overhaul - Dawnguard Interiors.esp ActiveRealistic Lighting Overhaul - Major City Exteriors.esp ActiveRealistic Lighting Overhaul - Major City Interiors.esp ActiveRealistic Lighting Overhaul - Minor Cities and Town Interiors.esp ActiveClimatesOfTamriel-Dungeons-Hardcore.esp ActiveWarning: Due to conflicts between Sounds of Skyrim - The Dungeons and ClimatesOfTamriel-Dungeons-Hardcore.esp it is recommended you use the appropriate compatibility patch found here.Incompatible with: Realistic Lighting OverhaulClimatesOfTamriel-Nights-Level-5.esp ActivedD - Realistic Ragdoll Force - Realistic.esp ActiveNote: Ragdolls will conflict with other mods that change the skeleton.nif. Check Custom Skeleton Replacers for compatibly with other skeleton.nif.RealisticNeedsandDiseases.esp ActiveRND_Dawnguard-Patch.esp ActiveRND_HearthFires-Patch.esp ActiveRND_RWS-Patch.esp ActiveRND_USKP-Patch.esp ActiveRND_Dragonborn-Patch.esp ActivePredator Vision.esp ActiveBrevi_MoonlightTales.esp ActiveBetterQuestObjectives-MoonlightPatch.esp ActiveBFSEffects.esp ActiveDeadlySpellImpacts.esp ActiveNight Eye Overhaul.esp ActiveNoSneakAttackSound.esp ActiveACE BYOG.esp ActiveABT - Faster Bolts Improved +100%.esp ActiveABT - Faster Arrows Improved +100%.esp ActiveBrows.esp ActiveNo NPC Greetings.esp ActivemjhKhajiitSpeak.esp ActiveNote: This mod overwrites all dialogue enable only when playing Khajiit.mjhKhajiitSpeakDLC - Dawnguard.esp ActiveNote: This mod overwrites all dialogue enable only when playing Khajiit.mjhKhajiitSpeakDLC - Hearthfire.esp ActiveNote: This mod overwrites all dialogue enable only when playing Khajiit.mjhKhajiitSpeakDLC - Dragonborn.esp ActivemjhKhajiitSpeakMod - Expensive Investments.esp ActivemjhKhajiitSpeakMod - Localized Thieves Guild Jobs.esp ActivemjhKhajiitSpeakMod - NPC Bartering.esp ActivemjhKhajiitSpeakMod - Realistic Needs And Diseases.esp ActiveKhajiitSenseOfSmell.esp ActiveSkyRe_Races.esp Activeethereal_elven_overhaul.espIncompatible with: SkyRe Races. A compatibility patch is available here.Contains dirty edits: 6 ITM, 0 UDR records. Needs TES5Edit cleaning. A cleaning guide is available here.Purewaters.esp ActivePurewatersDG.esp ActivePurewatersDB.esp ActiveRND_PureWaters-Patch.esp ActiveWarburg's 3D Paper World Map - Texture 3.esp ActiveWarburg's 3D Paper World Map - Dawnguard.esp ActiveBashed Patch, 0.espLLI.espReProccer.esp ActiveReProccerNONPLAYERfix.esp ActiveReProccerDragonborn.esp Active UNRECOGNIZED:DYNAVISION Dynamic Depth of Field2.espexpensivetraining.esp ActiveHunterborn.esp ActiveHunterborn_Dawnguard-Patch.esp ActiveHunterborn_Frostfall-Patch.esp ActiveHunterborn_RND-Patch.esp ActiveNEO Brighter Default 250.esp ActiveNPCs Redone.esp ActiveUniqueWeaponsRedone.esp ActiveNo More Glowing Edges.esp ActiveHeavyChitinShield.esp Active Link to comment Share on other sites More sharing options...
prod80 Posted May 24, 2013 Share Posted May 24, 2013 Cant see anything in there related to your freezes, besides a few known incompatibilities/load order issues between your lighting mods... not counting the mods I just dont know (like LLI.esp). Just a silly thought... can you make a backup copy of your save game to try some stuff? Maybe you can remove the perk for the fire/frost/shock arrows? Use help "perkname" to figure out the perk ID number and then player.removeperk <id> for each one you have. You can also type help "respec" to get the respec potion ID, then player.additem <ID> ... drink it, wait a day or 2 in game and you get your perks reset... then reskill and not put them into those enchanment, perhaps that's easier. Maybe even disable SkyRe completely to see if it's even SkyRe's fault...Follow whatever procedure is on Skyrim Redone page, maybe you even have to start a new game... (or perhaps the Respec potion can solve some things) you can then console yourself the weapon and soustones for soul trap and see if it still locks stuff up with SkyRe. It will be a pain to find this one I'm afraid :S Link to comment Share on other sites More sharing options...
Recommended Posts