Jump to content

kane4355

Members
  • Posts

    293
  • Joined

  • Last visited

Nexus Mods Profile

About kane4355

Profile Fields

  • Country
    None

kane4355's Achievements

Community Regular

Community Regular (8/14)

  • First Post
  • Collaborator Rare
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

0

Reputation

  1. Hello I am trying to create a script that will reset an exterior cell (IE flora or consumables that grow in this room) upon the player's exit from the world. Is this even possible? I used the below script for an interior cell, which it doesn't even work like it is supposed to for an interior cell to reset the mines and used it on the exterior and still no luck. Am I writing the script wrong AND is it possible for it to work on a world? Scriptname DKTriggerResetMineScript extends ObjectReference {Triggerzone to reset mine cell} Cell Property DKa01 Auto Event OnTriggerEnter (objectReference activateRef) if activateRef == Game.GetPlayer() DKa01.Reset() endif endEvent And I mean it doesn't work because the interior cell does not reset instantly. Is there a wait timer for the reset or upon reset is it supposed to reset everything within the cell instantly? items in the interior cell include several mine locations for the player to mine. i want them to reset upon the player exiting, giving the player an endless supply of ore. I want this to happen also for the exterior cell that has numerous flora for the player to pick. upon exiting the world, the cells reset allowing for the player to have endless supply of flora for alchemy and cooking.
  2. Okay so never mind i fixed the issue! apparently i missed some actors that were created in my mod from another mod that was a dependency that I had to remove. The error and crash i was getting was because I removed the mod from load and dependency but files still existed from its previous meld. For those who read this if you ever have a crash issue at start up screen make sure you check that you removed EVERYTHING before uploading.
  3. I am trying to figure out why my mod is causing skyrim to crash when my mod is loaded. I have narrowed it down to my mod between deselecting ALL mods and having only my mod available to turning everything off and only having the baseline skyrim loaded. I have checked it with TES5edit and it loads perfectly fine. I have also cleaned it with TES5edit and TESVsnip. recently I was contacted by an admin to remove certain files from my mod from other users who were banned for various reasons. I went through cleaning my mod removing a dependancy and certain textures, files and meshes belonging to my mod. I made sure I went through the creation kit and dropped the file path links to those files within the creation kit. I also have no errors other than navmesh (which have been there from the start) when i load up the creation kit. i had previous errors and I went one by one fixing them. Most of them were either having an NPC in a faction but had no crime faction to having multiple unique actors in two different places. All issues fixed! I did use TESVsnip to remove the dependacy from the header but I went back into the creation kit to fix the Form ID count in the header and it was fine. I have even checked to make sure the load order was fine and everything. I cant figure this out. this is what the crash log says but it doesn't give any specifics: [03/29/2013 - 11:52:48AM] Papyrus log opened (PC) [03/29/2013 - 11:52:48AM] error: Native function SetDontMove in empty state could find no matching function on linked type Actor. Function will not be bound. [03/29/2013 - 11:52:48AM] Update budget: 1.200000ms (Extra tasklet budget: 1.200000ms, Load screen budget: 500.000000ms) [03/29/2013 - 11:52:48AM] Memory page: 128 (min) 512 (max) -1294967296 (max total) what does that mean?! is it my mod causing this or is it something to do with skyrim when a mod is loaded??? My mod is set to hidden until I can get this issue fixed. Anyone's help in this is greatly appreciated.
  4. I know the feeling. I spent a lot of time off the creation kit with the issue of my mod. Need anymore help let me know!
  5. Yea they will have asterisk. However you need to make sure you are not altering vanilla objects as it will change t throughout the whole game and cause serious issues with players using your mod. Also you need to rename them and not create new. If these are indeed objects that are vanilla that you altered just verify their base object setting and uncheck it.
  6. I didn't look through cells just the objects themselves in the object window (the base objects are what matter). I looked through statics and moveable statics as they are the only objects in the game that have that option in their base objects but you can double check everything.
  7. What I did was go through every static I altered or made and added "DK" to the front. Then I went to ALL on the object window and did a filter for anything with DK in it. I went through all the base objects settings that started with DK and made sure tha the "Show on World map" was unchecked. Once I did this the crash issue went away. So it definitely was for my mod that issue.
  8. I was wondering the same thing - however it was not about save games. My mod does alter the world of tamriel a bit and even one vanilla interior cell. Anyone who has played my mod knows I've made some hanged to a good sized portion of tamriel. But I have made it clean - no alterations to needed things such as quests or areas involved in quests. The tip of the mountain northwest of white run was perfect (right above the Molag bal shrine). When the mod was first altered, as in the area of tamriel that I altered and removed stuff, the crash never happened. It was towards the end when creating my interiors did it happen. Also with save games, I am testing the mod without a prior save game. All I do is COC from the main menu to whatever area or cell I need to go to, I don't load a save game. Plus the mod forum for my mod has a bunch of people who use my mod over various (if not all) save games report a crash with the map.
  9. I am not using any beta. I haven't vouched for any and only use what steam automatically downloads to update.
  10. this is what i have done so far: 1. scrubbed all statics to remove the data option: "show on local" map and removed it from references from both world spaces and interiors that share the same base object 2. removed ALL files associated with adding to or altering the LOD all together, in which case also removes the ability to see the castle on the world view map. 3. Placed north markers in every cell to orientate the maps to see if that was the issue 4. Checked skyrim.ini and skyrimpreferences.ini and removed the data lines that alter or change the map 5. opened up the crash logger during a crash and here is the log; [10/19/2012 - 05:07:41PM] Papyrus log opened (PC) [10/19/2012 - 05:07:41PM] error: Native function RegisterForKey in empty state could find no matching function on linked type Form. Function will not be bound. [10/19/2012 - 05:07:41PM] error: Native function UnregisterFromKey in empty state could find no matching function on linked type Form. Function will not be bound. [10/19/2012 - 05:07:41PM] error: Native function UnregisterFromAllKeys in empty state could find no matching function on linked type Form. Function will not be bound. [10/19/2012 - 05:07:41PM] error: Native function RegisterForMenu in empty state could find no matching function on linked type Form. Function will not be bound. [10/19/2012 - 05:07:41PM] error: Native function UnregisterFromMenu in empty state could find no matching function on linked type Form. Function will not be bound. [10/19/2012 - 05:07:41PM] error: Native function UnregisterFromAllMenus in empty state could find no matching function on linked type Form. Function will not be bound. [10/19/2012 - 05:07:41PM] error: Native function RegisterForModEvent in empty state could find no matching function on linked type Form. Function will not be bound. [10/19/2012 - 05:07:41PM] error: Native function SendModEvent in empty state could find no matching function on linked type Form. Function will not be bound. [10/19/2012 - 05:07:41PM] error: Native function UnregisterFromModEvent in empty state could find no matching function on linked type Form. Function will not be bound. [10/19/2012 - 05:07:41PM] error: Native function UnregisterFromAllModEvents in empty state could find no matching function on linked type Form. Function will not be bound. [10/19/2012 - 05:07:41PM] error: Native function GetNthWordOfPower in empty state could find no matching function on linked type Shout. Function will not be bound. [10/19/2012 - 05:07:41PM] error: Native function GetNthSpell in empty state could find no matching function on linked type Shout. Function will not be bound. [10/19/2012 - 05:07:41PM] error: Native function GetNthRecoveryTime in empty state could find no matching function on linked type Shout. Function will not be bound. [10/19/2012 - 05:07:41PM] error: Native function SetNthWordOfPower in empty state could find no matching function on linked type Shout. Function will not be bound. [10/19/2012 - 05:07:41PM] error: Native function SetNthSpell in empty state could find no matching function on linked type Shout. Function will not be bound. [10/19/2012 - 05:07:41PM] error: Native function SetNthRecoveryTime in empty state could find no matching function on linked type Shout. Function will not be bound. [10/19/2012 - 05:07:41PM] Update budget: 1.200000ms (Extra tasklet budget: 1.200000ms, Load screen budget: 500.000000ms) [10/19/2012 - 05:07:41PM] Memory page: 128 (min) 512 (max) -1294967296 (max total) [10/19/2012 - 05:07:55PM] Cannot open store for class "I5KQuest01trigger", missing file? [10/19/2012 - 05:07:55PM] error: Unable to bind script I5KQuest01trigger to I5KQuest01 (02023297) because their base types do not match [10/19/2012 - 05:08:05PM] error: Property LevelersIngredientAddMSG on script LevelersIngredientPotScript attached to (11044F85) cannot be bound because <NULL form> (1100C532) is not the right type [10/19/2012 - 05:08:05PM] error: Property LevelersIngredientAddMSG on script LevelersIngredientPotScript attached to (11044F84) cannot be bound because <NULL form> (1100C532) is not the right type [10/19/2012 - 05:08:05PM] error: Property LevelersBathHealMSG on script LevelersTriggerBathScript attached to (1105A03B) cannot be bound because <NULL form> (11022314) is not the right type [10/19/2012 - 05:08:05PM] error: Property LevelersCureDisease on script LevelersTriggerBathScript attached to (1105A03B) cannot be bound because <NULL form> (110086BF) is not the right type [10/19/2012 - 05:08:05PM] error: Property LevelersIngredientAddMSG on script LevelersIngredientPotScript attached to (110456B2) cannot be bound because <NULL form> (1100C532) is not the right type [10/19/2012 - 05:08:05PM] error: Property LevelersIngredientAddMSG on script LevelersIngredientPotScript attached to (110456B3) cannot be bound because <NULL form> (1100C532) is not the right type [10/19/2012 - 05:08:05PM] error: Property LevelersIngredientAddMSG on script LevelersIngredientPotScript attached to (110456B0) cannot be bound because <NULL form> (1100C532) is not the right type [10/19/2012 - 05:08:05PM] error: Property defaultLackTheItemMSG on script LevelersDisplayDaedricWpnScript attached to (1100CD91) cannot be bound because <NULL form> (11010E73) is not the right type [10/19/2012 - 05:08:05PM] error: Property LevelersIngredientAddMSG on script LevelersIngredientPotScript attached to (11044F86) cannot be bound because <NULL form> (1100C532) is not the right type [10/19/2012 - 05:08:05PM] error: Property LevelersIngredientAddMSG on script LevelersIngredientPotScript attached to (11044F82) cannot be bound because <NULL form> (1100C532) is not the right type [10/19/2012 - 05:08:05PM] error: Property LevelersIngredientAddMSG on script LevelersIngredientPotScript attached to (110456B5) cannot be bound because <NULL form> (1100C532) is not the right type [10/19/2012 - 05:08:05PM] error: Property LevelersIngredientAddMSG on script LevelersIngredientPotScript attached to (110456B4) cannot be bound because <NULL form> (1100C532) is not the right type [10/19/2012 - 05:08:05PM] error: Property LevelersIngredientAddMSG on script LevelersIngredientPotScript attached to (110456B7) cannot be bound because <NULL form> (1100C532) is not the right type [10/19/2012 - 05:08:05PM] error: Property LevelersIngredientAddMSG on script LevelersIngredientPotScript attached to (11044F80) cannot be bound because <NULL form> (1100C532) is not the right type [10/19/2012 - 05:08:05PM] error: Property LevelersIngredientAddMSG on script LevelersIngredientPotScript attached to (11044F81) cannot be bound because <NULL form> (1100C532) is not the right type [10/19/2012 - 05:08:05PM] error: Property LevelersIngredientAddMSG on script LevelersIngredientPotScript attached to (110456BC) cannot be bound because <NULL form> (1100C532) is not the right type [10/19/2012 - 05:08:05PM] error: Property LevelersIngredientAddMSG on script LevelersIngredientPotScript attached to (11044F8B) cannot be bound because <NULL form> (1100C532) is not the right type [10/19/2012 - 05:08:05PM] error: Property LevelersIngredientAddMSG on script LevelersIngredientPotScript attached to (11044F8A) cannot be bound because <NULL form> (1100C532) is not the right type [10/19/2012 - 05:08:05PM] error: Property LevelersIngredientAddMSG on script LevelersIngredientPotScript attached to (110456C2) cannot be bound because <NULL form> (1100C532) is not the right type [10/19/2012 - 05:08:05PM] error: Property DKQICturrghostmove01 on script PF_DKQICturrmove07_0205EBAA attached to (1105EBAA) cannot be bound because <NULL form> (1105EBA4) is not the right type [10/19/2012 - 05:08:05PM] error: Property LevelersIngredientAddMSG on script LevelersIngredientPotScript attached to (110456C1) cannot be bound because <NULL form> (1100C532) is not the right type [10/19/2012 - 05:08:05PM] error: Property LevelersIngredientAddMSG on script LevelersIngredientPotScript attached to (11044F89) cannot be bound because <NULL form> (1100C532) is not the right type [10/19/2012 - 05:08:05PM] error: Property LevelersIngredientAddMSG on script LevelersIngredientPotScript attached to (110456C0) cannot be bound because <NULL form> (1100C532) is not the right type [10/19/2012 - 05:08:05PM] error: Property DKRAGghostdisable01 on script PF_DKQICRAGghostmove05_0205E478 attached to (1105E478) cannot be bound because <NULL form> (1105E472) is not the right type [10/19/2012 - 05:08:05PM] error: Property LevelersIngredientAddMSG on script LevelersIngredientPotScript attached to (11044F88) cannot be bound because <NULL form> (1100C532) is not the right type [10/19/2012 - 05:08:05PM] error: Property LevelersIngredientAddMSG on script LevelersIngredientPotScript attached to (110456BE) cannot be bound because <NULL form> (1100C532) is not the right type [10/19/2012 - 05:08:05PM] error: Property LevelersIngredientAddMSG on script LevelersIngredientPotScript attached to (110456BF) cannot be bound because <NULL form> (1100C532) is not the right type [10/19/2012 - 05:08:05PM] error: Property LevelersIngredientAddMSG on script LevelersIngredientPotScript attached to (110456BB) cannot be bound because <NULL form> (1100C532) is not the right type [10/19/2012 - 05:08:05PM] error: Property LevelersIngredientAddMSG on script LevelersIngredientPotScript attached to (110456BA) cannot be bound because <NULL form> (1100C532) is not the right type [10/19/2012 - 05:08:05PM] error: Property LevelersIngredientAddMSG on script LevelersIngredientPotScript attached to (11044F8C) cannot be bound because <NULL form> (1100C532) is not the right type [10/19/2012 - 05:08:05PM] error: Property LevelersIngredientAddMSG on script LevelersIngredientPotScript attached to (110456C4) cannot be bound because <NULL form> (1100C532) is not the right type [10/19/2012 - 05:08:05PM] error: Property LevelersIngredientAddMSG on script LevelersIngredientPotScript attached to (11044F8D) cannot be bound because <NULL form> (1100C532) is not the right type [10/19/2012 - 05:08:05PM] error: Property LevelersIngredientAddMSG on script LevelersIngredientPotScript attached to (110456C6) cannot be bound because <NULL form> (1100C532) is not the right type [10/19/2012 - 05:08:05PM] error: Property LevelersIngredientAddMSG on script LevelersIngredientPotScript attached to (11044F8E) cannot be bound because <NULL form> (1100C532) is not the right type [10/19/2012 - 05:08:05PM] error: Property LevelersIngredientAddMSG on script LevelersIngredientPotScript attached to (110456C7) cannot be bound because <NULL form> (1100C532) is not the right type [10/19/2012 - 05:08:05PM] error: Property LevelersIngredientAddMSG on script LevelersIngredientPotScript attached to (11044F8F) cannot be bound because <NULL form> (1100C532) is not the right type [10/19/2012 - 05:08:06PM] error: Property LevelersIngredientAddMSG on script LevelersIngredientPotScript attached to (110456B9) cannot be bound because <NULL form> (1100C532) is not the right type [10/19/2012 - 05:08:06PM] error: Property LevelersIngredientAddMSG on script LevelersIngredientPotScript attached to (110456B8) cannot be bound because <NULL form> (1100C532) is not the right type [10/19/2012 - 05:08:06PM] error: Property MyClawStatic on script LevelersClawTriggerScript attached to (1105B5C8) cannot be bound because <NULL form> (110108EE) is not the right type [10/19/2012 - 05:08:06PM] error: Property LevelersLackTheItemMSG on script LevelersClawTriggerScript attached to (1105B5C8) cannot be bound because <NULL form> (11010E73) is not the right type [10/19/2012 - 05:08:06PM] error: Property MyClawStatic on script LevelersClawTriggerScript attached to (1105B5C9) cannot be bound because <NULL form> (110108F0) is not the right type [10/19/2012 - 05:08:06PM] error: Property LevelersLackTheItemMSG on script LevelersClawTriggerScript attached to (1105B5C9) cannot be bound because <NULL form> (11010E73) is not the right type [10/19/2012 - 05:08:06PM] error: Property defaultLackTheItemMSG on script LevelersDisplayDaedricWpnScript attached to (1100CD8D) cannot be bound because <NULL form> (11010E73) is not the right type [10/19/2012 - 05:08:06PM] error: Property defaultLackTheItemMSG on script LevelersDisplayDaedricWpnScript attached to (1100CD8C) cannot be bound because <NULL form> (11010E73) is not the right type [10/19/2012 - 05:08:06PM] error: Property LevelersIngredientAddMSG on script LevelersIngredientPotScript attached to (110456C5) cannot be bound because <NULL form> (1100C532) is not the right type [10/19/2012 - 05:08:06PM] error: Property defaultLackTheItemMSG on script LevelersDisplayDaedricWpnScript attached to (1100CD8F) cannot be bound because <NULL form> (11010E73) is not the right type [10/19/2012 - 05:08:06PM] error: Property LevelersIngredientAddMSG on script LevelersIngredientPotScript attached to (110456AC) cannot be bound because <NULL form> (1100C532) is not the right type [10/19/2012 - 05:08:06PM] error: Property MyClawStatic on script LevelersClawTriggerScript attached to (1105B5CA) cannot be bound because <NULL form> (110108EF) is not the right type [10/19/2012 - 05:08:06PM] error: Property LevelersLackTheItemMSG on script LevelersClawTriggerScript attached to (1105B5CA) cannot be bound because <NULL form> (11010E73) is not the right type [10/19/2012 - 05:08:06PM] error: Property myDoor on script MS06rotatingDoorSCRIPT attached to (1104F0DD) cannot be bound because <NULL form> (1104F0DA) is not the right type [10/19/2012 - 05:08:06PM] error: Property MyClawStatic on script LevelersClawTriggerScript attached to (1105B5CB) cannot be bound because <NULL form> (110108F3) is not the right type [10/19/2012 - 05:08:06PM] error: Property LevelersLackTheItemMSG on script LevelersClawTriggerScript attached to (1105B5CB) cannot be bound because <NULL form> (11010E73) is not the right type [10/19/2012 - 05:08:06PM] error: Property LevelersIngredientAddMSG on script LevelersIngredientPotScript attached to (110456AE) cannot be bound because <NULL form> (1100C532) is not the right type [10/19/2012 - 05:08:06PM] error: Property MyClawStatic on script LevelersClawTriggerScript attached to (1105B5CE) cannot be bound because <NULL form> (110108ED) is not the right type [10/19/2012 - 05:08:06PM] error: Property LevelersLackTheItemMSG on script LevelersClawTriggerScript attached to (1105B5CE) cannot be bound because <NULL form> (11010E73) is not the right type [10/19/2012 - 05:08:06PM] error: Property LevelersIngredientAddMSG on script LevelersIngredientPotScript attached to (110456D2) cannot be bound because <NULL form> (1100C532) is not the right type [10/19/2012 - 05:08:06PM] error: Property LevelersIngredientAddMSG on script LevelersIngredientPotScript attached to (11045669) cannot be bound because <NULL form> (1100C532) is not the right type [10/19/2012 - 05:08:06PM] error: Property LevelersIngredientAddMSG on script LevelersIngredientPotScript attached to (11045668) cannot be bound because <NULL form> (1100C532) is not the right type [10/19/2012 - 05:08:06PM] error: Property LevelersIngredientAddMSG on script LevelersIngredientPotScript attached to (11044F87) cannot be bound because <NULL form> (1100C532) is not the right type [10/19/2012 - 05:08:06PM] error: Property ItemsToTransfer on script LevelersCleanItemScript attached to (1104B5B3) cannot be bound because <NULL form> (1101CB31) is not the right type [10/19/2012 - 05:08:06PM] error: Property ThisContainer on script LevelersCleanItemScript attached to (1104B5B3) cannot be bound because <NULL form> (11000DEE) is not the right type [10/19/2012 - 05:08:06PM] error: Property LevelersAutoSortCleanMSG on script LevelersCleanItemScript attached to (1104B5B3) cannot be bound because <NULL form> (110055E5) is not the right type [10/19/2012 - 05:08:06PM] error: Property LevelersContMMiscREF on script LevelersButton37MiscScript attached to (1104B5B3) cannot be bound because <NULL form> (11000DEE) is not the right type [10/19/2012 - 05:08:06PM] error: Property LevelersIngredientAddMSG on script LevelersIngredientPotScript attached to (110456D4) cannot be bound because <NULL form> (1100C532) is not the right type [10/19/2012 - 05:08:06PM] error: Property controllerScript on script dunValthumeResurrection attached to (1105C666) cannot be bound because <NULL form> (1105C65E) is not the right type [10/19/2012 - 05:08:06PM] error: Property master on script dunLabyrinthianMaskBustSCRIPT attached to (1103E913) cannot be bound because <NULL form> (1103D48C) is not the right type [10/19/2012 - 05:08:06PM] error: Property master on script dunLabyrinthianMaskBustSCRIPT attached to (1103E911) cannot be bound because <NULL form> (1103D48C) is not the right type [10/19/2012 - 05:08:06PM] error: Property LevelersIngredientAddMSG on script LevelersIngredientPotScript attached to (110456D6) cannot be bound because <NULL form> (1100C532) is not the right type [10/19/2012 - 05:08:06PM] error: Property LevelersIngredientAddMSG on script LevelersIngredientPotScript attached to (110456D7) cannot be bound because <NULL form> (1100C532) is not the right type [10/19/2012 - 05:08:06PM] error: Property master on script dunLabyrinthianMaskBustSCRIPT attached to (1103DB5D) cannot be bound because <NULL form> (1103D48C) is not the right type [10/19/2012 - 05:08:06PM] error: Property master on script dunLabyrinthianMaskBustSCRIPT attached to (1103E915) cannot be bound because <NULL form> (1103D48C) is not the right type [10/19/2012 - 05:08:06PM] error: Property master on script dunLabyrinthianMaskBustSCRIPT attached to (1103E917) cannot be bound because <NULL form> (1103D48C) is not the right type [10/19/2012 - 05:08:06PM] error: Property master on script dunLabyrinthianMaskBustSCRIPT attached to (1103E91B) cannot be bound because <NULL form> (1103D48C) is not the right type [10/19/2012 - 05:08:06PM] error: Property master on script dunLabyrinthianMaskBustSCRIPT attached to (1103E91F) cannot be bound because <NULL form> (1103D48C) is not the right type [10/19/2012 - 05:08:06PM] error: Property defaultLackTheItemMSG on script LevelersDisplayElderScrollScript attached to (1105B5F8) cannot be bound because <NULL form> (11010E73) is not the right type [10/19/2012 - 05:08:06PM] error: Property ElderScroll on script LevelersDisplayElderScrollScript attached to (1105B5F8) cannot be bound because <NULL form> (1100A77D) is not the right type [10/19/2012 - 05:08:06PM] error: Property defaultLackTheItemMSG on script LevelersButton89MaskScript attached to (1105B5D0) cannot be bound because <NULL form> (11010E73) is not the right type [10/19/2012 - 05:08:06PM] error: Property LevelersIngredientAddMSG on script LevelersIngredientPotScript attached to (1104566B) cannot be bound because <NULL form> (1100C532) is not the right type [10/19/2012 - 05:08:06PM] error: Property MyClawStatic on script LevelersClawTriggerScript attached to (1105B5C4) cannot be bound because <NULL form> (110108EB) is not the right type [10/19/2012 - 05:08:06PM] error: Property LevelersLackTheItemMSG on script LevelersClawTriggerScript attached to (1105B5C4) cannot be bound because <NULL form> (11010E73) is not the right type [10/19/2012 - 05:08:06PM] error: Property MyItemToShowREF on script LevelersButton89ClavicusScript attached to (1105B5AD) cannot be bound because <NULL form> (110129FD) is not the right type [10/19/2012 - 05:08:06PM] error: Property LevelersLackTheItemMSG on script LevelersButton89ClavicusScript attached to (1105B5AD) cannot be bound because <NULL form> (11010E73) is not the right type [10/19/2012 - 05:08:06PM] error: Property defaultLackTheItemMSG on script LevelersDisplayDaedricWpnScript attached to (1100CD90) cannot be bound because <NULL form> (11010E73) is not the right type [10/19/2012 - 05:08:06PM] error: Property defaultLackTheItemMSG on script LevelersDisplayDaedricWpnScript attached to (1100CD8E) cannot be bound because <NULL form> (11010E73) is not the right type [10/19/2012 - 05:08:06PM] error: Property defaultLackTheItemMSG on script LevelersDisplayDaedricWpnScript attached to (1100CD8B) cannot be bound because <NULL form> (11010E73) is not the right type [10/19/2012 - 05:08:06PM] error: Property LevelersIngredientAddMSG on script LevelersIngredientPotScript attached to (11044F83) cannot be bound because <NULL form> (1100C532) is not the right type [10/19/2012 - 05:08:06PM] error: Property LevelersIngredientAddMSG on script LevelersIngredientPotScript attached to (11045660) cannot be bound because <NULL form> (1100C532) is not the right type [10/19/2012 - 05:08:06PM] error: Property LevelersIngredientAddMSG on script LevelersIngredientPotScript attached to (11045661) cannot be bound because <NULL form> (1100C532) is not the right type [10/19/2012 - 05:08:06PM] error: Property LevelersIngredientAddMSG on script LevelersIngredientPotScript attached to (11045664) cannot be bound because <NULL form> (1100C532) is not the right type [10/19/2012 - 05:08:06PM] error: Property LevelersIngredientAddMSG on script LevelersIngredientPotScript attached to (11045665) cannot be bound because <NULL form> (1100C532) is not the right type [10/19/2012 - 05:08:06PM] error: Property MyClawStatic on script LevelersClawTriggerScript attached to (1105B5CD) cannot be bound because <NULL form> (110108F5) is not the right type [10/19/2012 - 05:08:06PM] error: Property LevelersLackTheItemMSG on script LevelersClawTriggerScript attached to (1105B5CD) cannot be bound because <NULL form> (11010E73) is not the right type [10/19/2012 - 05:08:06PM] error: Property LevelersIngredientAddMSG on script LevelersIngredientPotScript attached to (1104566C) cannot be bound because <NULL form> (1100C532) is not the right type [10/19/2012 - 05:08:06PM] error: Property LevelersIngredientAddMSG on script LevelersIngredientPotScript attached to (110456AF) cannot be bound because <NULL form> (1100C532) is not the right type [10/19/2012 - 05:08:06PM] error: Property LevelersIngredientAddMSG on script LevelersIngredientPotScript attached to (110456B1) cannot be bound because <NULL form> (1100C532) is not the right type [10/19/2012 - 05:08:06PM] error: Property LevelersIngredientAddMSG on script LevelersIngredientPotScript attached to (110456B6) cannot be bound because <NULL form> (1100C532) is not the right type [10/19/2012 - 05:08:06PM] error: Property LevelersIngredientAddMSG on script LevelersIngredientPotScript attached to (110456BD) cannot be bound because <NULL form> (1100C532) is not the right type [10/19/2012 - 05:08:06PM] error: Property LevelersIngredientAddMSG on script LevelersIngredientPotScript attached to (110456C3) cannot be bound because <NULL form> (1100C532) is not the right type [10/19/2012 - 05:08:06PM] error: Property LevelersIngredientAddMSG on script LevelersIngredientPotScript attached to (110456C8) cannot be bound because <NULL form> (1100C532) is not the right type [10/19/2012 - 05:08:06PM] error: Property LevelersIngredientAddMSG on script LevelersIngredientPotScript attached to (110456C9) cannot be bound because <NULL form> (1100C532) is not the right type [10/19/2012 - 05:08:06PM] error: Property LevelersIngredientAddMSG on script LevelersIngredientPotScript attached to (110456CA) cannot be bound because <NULL form> (1100C532) is not the right type [10/19/2012 - 05:08:06PM] error: Property LevelersIngredientAddMSG on script LevelersIngredientPotScript attached to (110456CB) cannot be bound because <NULL form> (1100C532) is not the right type [10/19/2012 - 05:08:06PM] error: Property LevelersIngredientAddMSG on script LevelersIngredientPotScript attached to (110456CC) cannot be bound because <NULL form> (1100C532) is not the right type [10/19/2012 - 05:08:06PM] error: Property LevelersIngredientAddMSG on script LevelersIngredientPotScript attached to (110456CD) cannot be bound because <NULL form> (1100C532) is not the right type [10/19/2012 - 05:08:06PM] error: Property LevelersIngredientAddMSG on script LevelersIngredientPotScript attached to (110456CE) cannot be bound because <NULL form> (1100C532) is not the right type [10/19/2012 - 05:08:06PM] error: Property LevelersIngredientAddMSG on script LevelersIngredientPotScript attached to (110456CF) cannot be bound because <NULL form> (1100C532) is not the right type [10/19/2012 - 05:08:06PM] error: Property LevelersIngredientAddMSG on script LevelersIngredientPotScript attached to (110456D0) cannot be bound because <NULL form> (1100C532) is not the right type [10/19/2012 - 05:08:06PM] error: Property LevelersIngredientAddMSG on script LevelersIngredientPotScript attached to (110456D1) cannot be bound because <NULL form> (1100C532) is not the right type [10/19/2012 - 05:08:06PM] error: Property LevelersIngredientAddMSG on script LevelersIngredientPotScript attached to (110456D3) cannot be bound because <NULL form> (1100C532) is not the right type [10/19/2012 - 05:08:06PM] error: Property LevelersIngredientAddMSG on script LevelersIngredientPotScript attached to (110456D5) cannot be bound because <NULL form> (1100C532) is not the right type [10/19/2012 - 05:08:06PM] error: Property LevelersIngredientAddMSG on script LevelersIngredientPotScript attached to (110456DC) cannot be bound because <NULL form> (1100C532) is not the right type [10/19/2012 - 05:08:06PM] error: Property LevelersIngredientAddMSG on script LevelersIngredientPotScript attached to (110456E7) cannot be bound because <NULL form> (1100C532) is not the right type [10/19/2012 - 05:08:06PM] error: Property LevelersIngredientAddMSG on script LevelersIngredientPotScript attached to (11045E52) cannot be bound because <NULL form> (1100C532) is not the right type [10/19/2012 - 05:08:06PM] error: Property LevelersIngredientAddMSG on script LevelersIngredientPotScript attached to (11045E53) cannot be bound because <NULL form> (1100C532) is not the right type [10/19/2012 - 05:08:06PM] error: Property MyClawStatic on script LevelersClawTriggerScript attached to (1105B5CC) cannot be bound because <NULL form> (110108F4) is not the right type [10/19/2012 - 05:08:06PM] error: Property LevelersLackTheItemMSG on script LevelersClawTriggerScript attached to (1105B5CC) cannot be bound because <NULL form> (11010E73) is not the right type [10/19/2012 - 05:08:06PM] error: Property LevelersIngredientAddMSG on script LevelersIngredientPotScript attached to (110456E3) cannot be bound because <NULL form> (1100C532) is not the right type [10/19/2012 - 05:08:06PM] error: Property LevelersIngredientAddMSG on script LevelersIngredientPotScript attached to (110456E2) cannot be bound because <NULL form> (1100C532) is not the right type [10/19/2012 - 05:08:06PM] error: Property LevelersIngredientAddMSG on script LevelersIngredientPotScript attached to (110456DD) cannot be bound because <NULL form> (1100C532) is not the right type [10/19/2012 - 05:08:06PM] error: Property LevelersIngredientAddMSG on script LevelersIngredientPotScript attached to (1104565F) cannot be bound because <NULL form> (1100C532) is not the right type [10/19/2012 - 05:08:06PM] error: Property MyClawStatic on script LevelersClawTriggerScript attached to (1105B5C5) cannot be bound because <NULL form> (110108EC) is not the right type [10/19/2012 - 05:08:06PM] error: Property LevelersLackTheItemMSG on script LevelersClawTriggerScript attached to (1105B5C5) cannot be bound because <NULL form> (11010E73) is not the right type [10/19/2012 - 05:08:06PM] error: Property LevelersIngredientAddMSG on script LevelersIngredientPotScript attached to (11045662) cannot be bound because <NULL form> (1100C532) is not the right type [10/19/2012 - 05:08:06PM] error: Property LevelersIngredientAddMSG on script LevelersIngredientPotScript attached to (11045663) cannot be bound because <NULL form> (1100C532) is not the right type [10/19/2012 - 05:08:06PM] error: Property LevelersIngredientAddMSG on script LevelersIngredientPotScript attached to (110456DF) cannot be bound because <NULL form> (1100C532) is not the right type [10/19/2012 - 05:08:06PM] error: Property LevelersIngredientAddMSG on script LevelersIngredientPotScript attached to (110456DE) cannot be bound because <NULL form> (1100C532) is not the right type [10/19/2012 - 05:08:06PM] error: Property master on script dunLabyrinthianMaskBustSCRIPT attached to (1103E919) cannot be bound because <NULL form> (1103D48C) is not the right type [10/19/2012 - 05:08:06PM] error: Property LevelersIngredientAddMSG on script LevelersIngredientPotScript attached to (110456E1) cannot be bound because <NULL form> (1100C532) is not the right type [10/19/2012 - 05:08:06PM] error: Property LevelersIngredientAddMSG on script LevelersIngredientPotScript attached to (110456E0) cannot be bound because <NULL form> (1100C532) is not the right type [10/19/2012 - 05:08:06PM] error: Property LevelersIngredientAddMSG on script LevelersIngredientPotScript attached to (110456DA) cannot be bound because <NULL form> (1100C532) is not the right type [10/19/2012 - 05:08:06PM] error: Property LevelersIngredientAddMSG on script LevelersIngredientPotScript attached to (110456DB) cannot be bound because <NULL form> (1100C532) is not the right type [10/19/2012 - 05:08:06PM] error: Property LevelersIngredientAddMSG on script LevelersIngredientPotScript attached to (110456E4) cannot be bound because <NULL form> (1100C532) is not the right type [10/19/2012 - 05:08:06PM] error: Property LevelersIngredientAddMSG on script LevelersIngredientPotScript attached to (110456E5) cannot be bound because <NULL form> (1100C532) is not the right type [10/19/2012 - 05:08:06PM] error: Property master on script dunLabyrinthianMaskBustSCRIPT attached to (1103E91D) cannot be bound because <NULL form> (1103D48C) is not the right type [10/19/2012 - 05:08:06PM] error: Property LevelersIngredientAddMSG on script LevelersIngredientPotScript attached to (11045667) cannot be bound because <NULL form> (1100C532) is not the right type [10/19/2012 - 05:08:06PM] error: Property LevelersIngredientAddMSG on script LevelersIngredientPotScript attached to (11045666) cannot be bound because <NULL form> (1100C532) is not the right type [10/19/2012 - 05:08:06PM] error: Property LevelersIngredientAddMSG on script LevelersIngredientPotScript attached to (110456E6) cannot be bound because <NULL form> (1100C532) is not the right type [10/19/2012 - 05:08:06PM] error: Property LevelersIngredientAddMSG on script LevelersIngredientPotScript attached to (110456D8) cannot be bound because <NULL form> (1100C532) is not the right type [10/19/2012 - 05:08:06PM] error: Property LevelersIngredientAddMSG on script LevelersIngredientPotScript attached to (11044F90) cannot be bound because <NULL form> (1100C532) is not the right type [10/19/2012 - 05:08:06PM] error: Property LevelersIngredientAddMSG on script LevelersIngredientPotScript attached to (110456D9) cannot be bound because <NULL form> (1100C532) is not the right type [10/19/2012 - 05:08:24PM] PATCH 1.6 QUEST HAS STARTED [10/19/2012 - 05:08:24PM] PATCH 1.5 QUEST HAS STARTED [10/19/2012 - 05:08:38PM] PATCH 1.4 QUEST HAS STARTED [10/19/2012 - 05:08:38PM] Patch Script is working [10/19/2012 - 05:08:38PM] player does not meet criteria [10/19/2012 - 05:08:41PM] error: Property BloodFX on script zbloodnpcbleed attached to Active effect 2 on (00000014) cannot be bound because <NULL form> (0402DF26) is not the right type [10/19/2012 - 05:08:42PM] error: Property BloodFX on script zbloodnpcbleed attached to Active effect 1 on (00091918) cannot be bound because <NULL form> (0402DF26) is not the right type [10/19/2012 - 05:08:42PM] error: Property BloodFX on script zbloodnpcbleed attached to Active effect 1 on (0001A699) cannot be bound because <NULL form> (0402DF26) is not the right type [10/19/2012 - 05:08:42PM] error: Property BloodFX on script zbloodnpcbleed attached to Active effect 1 on (0001A66E) cannot be bound because <NULL form> (0402DF26) is not the right type [10/19/2012 - 05:08:42PM] error: Property BloodFX on script zbloodnpcbleed attached to Active effect 1 on (000D7505) cannot be bound because <NULL form> (0402DF26) is not the right type [10/19/2012 - 05:08:42PM] error: Property BloodFX on script zbloodnpcbleed attached to Active effect 1 on (000813BA) cannot be bound because <NULL form> (0402DF26) is not the right type [10/19/2012 - 05:08:42PM] error: Property BloodFX on script zbloodnpcbleed attached to Active effect 1 on (0001A671) cannot be bound because <NULL form> (0402DF26) is not the right type [10/19/2012 - 05:09:18PM] VM is freezing... [10/19/2012 - 05:09:18PM] VM is frozen [10/19/2012 - 05:09:19PM] Saving game... [10/19/2012 - 05:09:19PM] VM is thawing... [10/19/2012 - 05:09:20PM] error: (0003A15B): cannot start scene because its parent quest was not running. stack: [ (0003A15B)].Scene.start() - "<native>" Line ? [ (00107055)].StartSceneTriggerSpecificTime.OnTriggerEnter() - "StartSceneTriggerSpecificTime.psc" Line 41 [10/19/2012 - 05:09:22PM] error: Property BloodFX on script zbloodnpcbleed attached to Active effect 1 on (000CDD73) cannot be bound because <NULL form> (0402DF26) is not the right type [10/19/2012 - 05:09:22PM] error: Property BloodFX on script zbloodnpcbleed attached to Active effect 1 on (00037081) cannot be bound because <NULL form> (0402DF26) is not the right type [10/19/2012 - 05:09:22PM] error: Property BloodFX on script zbloodnpcbleed attached to Active effect 1 on (0002C90F) cannot be bound because <NULL form> (0402DF26) is not the right type [10/19/2012 - 05:09:22PM] error: Property BloodFX on script zbloodnpcbleed attached to Active effect 1 on (001000F7) cannot be bound because <NULL form> (0402DF26) is not the right type [10/19/2012 - 05:09:22PM] error: Property BloodFX on script zbloodnpcbleed attached to Active effect 1 on (0001A675) cannot be bound because <NULL form> (0402DF26) is not the right type [10/19/2012 - 05:09:22PM] error: Property BloodFX on script zbloodnpcbleed attached to Active effect 1 on (0001A6A4) cannot be bound because <NULL form> (0402DF26) is not the right type [10/19/2012 - 05:09:22PM] error: Property BloodFX on script zbloodnpcbleed attached to Active effect 1 on (0001A69A) cannot be bound because <NULL form> (0402DF26) is not the right type [10/19/2012 - 05:09:22PM] error: Property BloodFX on script zbloodnpcbleed attached to Active effect 1 on (0010E2B6) cannot be bound because <NULL form> (0402DF26) is not the right type [10/19/2012 - 05:09:23PM] error: Property BloodFX on script zbloodnpcbleed attached to Active effect 1 on (0001A680) cannot be bound because <NULL form> (0402DF26) is not the right type [10/19/2012 - 05:09:23PM] error: Property BloodFX on script zbloodnpcbleed attached to Active effect 1 on (0001A684) cannot be bound because <NULL form> (0402DF26) is not the right type [10/19/2012 - 05:09:24PM] error: Property BloodFX on script zbloodnpcbleed attached to Active effect 1 on (0001A689) cannot be bound because <NULL form> (0402DF26) is not the right type [10/19/2012 - 05:09:24PM] error: Property BloodFX on script zbloodnpcbleed attached to Active effect 1 on (0001A67C) cannot be bound because <NULL form> (0402DF26) is not the right type [10/19/2012 - 05:09:24PM] error: Property BloodFX on script zbloodnpcbleed attached to Active effect 1 on (0001A66C) cannot be bound because <NULL form> (0402DF26) is not the right type [10/19/2012 - 05:09:24PM] error: Property BloodFX on script zbloodnpcbleed attached to Active effect 1 on (0001A68C) cannot be bound because <NULL form> (0402DF26) is not the right type [10/19/2012 - 05:09:24PM] error: Property BloodFX on script zbloodnpcbleed attached to Active effect 1 on (0001A697) cannot be bound because <NULL form> (0402DF26) is not the right type [10/19/2012 - 05:09:24PM] error: Property BloodFX on script zbloodnpcbleed attached to Active effect 1 on (0001A682) cannot be bound because <NULL form> (0402DF26) is not the right type [10/19/2012 - 05:09:24PM] error: Property BloodFX on script zbloodnpcbleed attached to Active effect 1 on (0001A66A) cannot be bound because <NULL form> (0402DF26) is not the right type [10/19/2012 - 05:09:24PM] error: Property BloodFX on script zbloodnpcbleed attached to Active effect 1 on (0001A69F) cannot be bound because <NULL form> (0402DF26) is not the right type [10/19/2012 - 05:09:24PM] error: Property BloodFX on script zbloodnpcbleed attached to Active effect 1 on (00037080) cannot be bound because <NULL form> (0402DF26) is not the right type [10/19/2012 - 05:09:24PM] error: Property BloodFX on script zbloodnpcbleed attached to Active effect 1 on (0010EBAF) cannot be bound because <NULL form> (0402DF26) is not the right type [10/19/2012 - 05:09:25PM] error: Property BloodFX on script zbloodnpcbleed attached to Active effect 1 on (0003704B) cannot be bound because <NULL form> (0402DF26) is not the right type [10/19/2012 - 05:09:25PM] error: Property BloodFX on script zbloodnpcbleed attached to Active effect 1 on (00037070) cannot be bound because <NULL form> (0402DF26) is not the right type [10/19/2012 - 05:09:25PM] error: Property BloodFX on script zbloodnpcbleed attached to Active effect 1 on (00037057) cannot be bound because <NULL form> (0402DF26) is not the right type [10/19/2012 - 05:09:25PM] error: Property BloodFX on script zbloodnpcbleed attached to Active effect 1 on (0001A67B) cannot be bound because <NULL form> (0402DF26) is not the right type [10/19/2012 - 05:09:25PM] error: Property BloodFX on script zbloodnpcbleed attached to Active effect 1 on (0003704E) cannot be bound because <NULL form> (0402DF26) is not the right type [10/19/2012 - 05:09:25PM] error: Property BloodFX on script zbloodnpcbleed attached to Active effect 1 on (00037058) cannot be bound because <NULL form> (0402DF26) is not the right type [10/19/2012 - 05:09:25PM] error: Property BloodFX on script zbloodnpcbleed attached to Active effect 1 on (0001A693) cannot be bound because <NULL form> (0402DF26) is not the right type [10/19/2012 - 05:09:25PM] error: Property BloodFX on script zbloodnpcbleed attached to Active effect 1 on (0001A683) cannot be bound because <NULL form> (0402DF26) is not the right type [10/19/2012 - 05:09:25PM] error: Property BloodFX on script zbloodnpcbleed attached to Active effect 1 on (00038258) cannot be bound because <NULL form> (0402DF26) is not the right type [10/19/2012 - 05:09:25PM] error: Property BloodFX on script zbloodnpcbleed attached to Active effect 1 on (0001A66B) cannot be bound because <NULL form> (0402DF26) is not the right type [10/19/2012 - 05:09:39PM] error: Property BloodFX on script zbloodnpcbleed attached to Active effect 1 on (0001A687) cannot be bound because <NULL form> (0402DF26) is not the right type [10/19/2012 - 05:12:26PM] VM is freezing... [10/19/2012 - 05:12:26PM] VM is frozen [10/19/2012 - 05:12:27PM] Saving game... [10/19/2012 - 05:12:28PM] VM is thawing... [10/19/2012 - 05:12:30PM] error: Property BloodFX on script zbloodnpcbleed attached to Active effect 1 on (00091918) cannot be bound because <NULL form> (0402DF26) is not the right type [10/19/2012 - 05:12:30PM] error: Property BloodFX on script zbloodnpcbleed attached to Active effect 1 on (000813BA) cannot be bound because <NULL form> (0402DF26) is not the right type [10/19/2012 - 05:12:30PM] error: Property BloodFX on script zbloodnpcbleed attached to Active effect 1 on (0001A671) cannot be bound because <NULL form> (0402DF26) is not the right type [10/19/2012 - 05:12:30PM] error: Property BloodFX on script zbloodnpcbleed attached to Active effect 1 on (000D7505) cannot be bound because <NULL form> (0402DF26) is not the right type [10/19/2012 - 05:12:30PM] error: Property BloodFX on script zbloodnpcbleed attached to Active effect 1 on (0001A699) cannot be bound because <NULL form> (0402DF26) is not the right type [10/19/2012 - 05:12:30PM] error: Property BloodFX on script zbloodnpcbleed attached to Active effect 1 on (0001A66E) cannot be bound because <NULL form> (0402DF26) is not the right type [10/19/2012 - 05:12:52PM] player does not meet criteria [10/19/2012 - 05:15:15PM] [default2StateActivator < (1104E704)>] Enabling Collision [10/19/2012 - 05:15:15PM] [default2StateActivator < (1104E678)>] Enabling Collision [10/19/2012 - 05:15:15PM] [default2StateActivator < (11038241)>] Enabling Collision [10/19/2012 - 05:15:15PM] error: Cannot call Play() on a None object, aborting function call stack: [Active effect 1 on (11051A85)].FXSkeletonNecroScript.OnEffectStart() - "FXSkeletonNecroScript.psc" Line 14 [10/19/2012 - 05:15:15PM] error: Cannot call Play() on a None object, aborting function call stack: [Active effect 1 on (1104E5F5)].FXSkeletonNecroScript.OnEffectStart() - "FXSkeletonNecroScript.psc" Line 14 [10/19/2012 - 05:15:16PM] The player's life is now enriched! [10/19/2012 - 05:15:17PM] error: Cannot call Premature() on a None object, aborting function call stack: [C00 (0004B2D9)].companionshousekeepingscript.CycleRadiantQuests() - "CompanionsHousekeepingScript.psc" Line 697 [C00 (0004B2D9)].companionshousekeepingscript.SetUpCompanions() - "CompanionsHousekeepingScript.psc" Line 334 [C00 (0004B2D9)].QF_C00_0004B2D9.Fragment_0() - "QF_C00_0004B2D9.psc" Line 346 [10/19/2012 - 05:15:17PM] warning: Assigning None to a non-object variable named "::temp18" stack: [C00 (0004B2D9)].companionshousekeepingscript.CycleRadiantQuests() - "CompanionsHousekeepingScript.psc" Line 697 [C00 (0004B2D9)].companionshousekeepingscript.SetUpCompanions() - "CompanionsHousekeepingScript.psc" Line 334 [C00 (0004B2D9)].QF_C00_0004B2D9.Fragment_0() - "QF_C00_0004B2D9.psc" Line 346 [10/19/2012 - 05:15:17PM] error: Cannot call Premature() on a None object, aborting function call stack: [C00 (0004B2D9)].companionshousekeepingscript.CycleRadiantQuests() - "CompanionsHousekeepingScript.psc" Line 701 [C00 (0004B2D9)].companionshousekeepingscript.SetUpCompanions() - "CompanionsHousekeepingScript.psc" Line 334 [C00 (0004B2D9)].QF_C00_0004B2D9.Fragment_0() - "QF_C00_0004B2D9.psc" Line 346 [10/19/2012 - 05:15:17PM] warning: Assigning None to a non-object variable named "::temp22" stack: [C00 (0004B2D9)].companionshousekeepingscript.CycleRadiantQuests() - "CompanionsHousekeepingScript.psc" Line 701 [C00 (0004B2D9)].companionshousekeepingscript.SetUpCompanions() - "CompanionsHousekeepingScript.psc" Line 334 [C00 (0004B2D9)].QF_C00_0004B2D9.Fragment_0() - "QF_C00_0004B2D9.psc" Line 346 [10/19/2012 - 05:15:17PM] error: Cannot call Premature() on a None object, aborting function call stack: [C00 (0004B2D9)].companionshousekeepingscript.CycleRadiantQuests() - "CompanionsHousekeepingScript.psc" Line 705 [C00 (0004B2D9)].companionshousekeepingscript.SetUpCompanions() - "CompanionsHousekeepingScript.psc" Line 334 [C00 (0004B2D9)].QF_C00_0004B2D9.Fragment_0() - "QF_C00_0004B2D9.psc" Line 346 [10/19/2012 - 05:15:17PM] warning: Assigning None to a non-object variable named "::temp20" stack: [C00 (0004B2D9)].companionshousekeepingscript.CycleRadiantQuests() - "CompanionsHousekeepingScript.psc" Line 705 [C00 (0004B2D9)].companionshousekeepingscript.SetUpCompanions() - "CompanionsHousekeepingScript.psc" Line 334 [C00 (0004B2D9)].QF_C00_0004B2D9.Fragment_0() - "QF_C00_0004B2D9.psc" Line 346 [10/19/2012 - 05:15:17PM] error: Cannot call Premature() on a None object, aborting function call stack: [C00 (0004B2D9)].companionshousekeepingscript.CycleRadiantQuests() - "CompanionsHousekeepingScript.psc" Line 709 [C00 (0004B2D9)].companionshousekeepingscript.SetUpCompanions() - "CompanionsHousekeepingScript.psc" Line 334 [C00 (0004B2D9)].QF_C00_0004B2D9.Fragment_0() - "QF_C00_0004B2D9.psc" Line 346 [10/19/2012 - 05:15:17PM] warning: Assigning None to a non-object variable named "::temp23" stack: [C00 (0004B2D9)].companionshousekeepingscript.CycleRadiantQuests() - "CompanionsHousekeepingScript.psc" Line 709 [C00 (0004B2D9)].companionshousekeepingscript.SetUpCompanions() - "CompanionsHousekeepingScript.psc" Line 334 [C00 (0004B2D9)].QF_C00_0004B2D9.Fragment_0() - "QF_C00_0004B2D9.psc" Line 346 [10/19/2012 - 05:15:18PM] error: Cannot call Premature() on a None object, aborting function call stack: [C00 (0004B2D9)].companionshousekeepingscript.CycleRadiantQuests() - "CompanionsHousekeepingScript.psc" Line 697 [C00 (0004B2D9)].companionshousekeepingscript.SetUpCompanions() - "CompanionsHousekeepingScript.psc" Line 344 [C00 (0004B2D9)].QF_C00_0004B2D9.Fragment_0() - "QF_C00_0004B2D9.psc" Line 346 [10/19/2012 - 05:15:18PM] warning: Assigning None to a non-object variable named "::temp18" stack: [C00 (0004B2D9)].companionshousekeepingscript.CycleRadiantQuests() - "CompanionsHousekeepingScript.psc" Line 697 [C00 (0004B2D9)].companionshousekeepingscript.SetUpCompanions() - "CompanionsHousekeepingScript.psc" Line 344 [C00 (0004B2D9)].QF_C00_0004B2D9.Fragment_0() - "QF_C00_0004B2D9.psc" Line 346 [10/19/2012 - 05:15:18PM] error: Cannot call Premature() on a None object, aborting function call stack: [C00 (0004B2D9)].companionshousekeepingscript.CycleRadiantQuests() - "CompanionsHousekeepingScript.psc" Line 701 [C00 (0004B2D9)].companionshousekeepingscript.SetUpCompanions() - "CompanionsHousekeepingScript.psc" Line 344 [C00 (0004B2D9)].QF_C00_0004B2D9.Fragment_0() - "QF_C00_0004B2D9.psc" Line 346 [10/19/2012 - 05:15:18PM] warning: Assigning None to a non-object variable named "::temp22" stack: [C00 (0004B2D9)].companionshousekeepingscript.CycleRadiantQuests() - "CompanionsHousekeepingScript.psc" Line 701 [C00 (0004B2D9)].companionshousekeepingscript.SetUpCompanions() - "CompanionsHousekeepingScript.psc" Line 344 [C00 (0004B2D9)].QF_C00_0004B2D9.Fragment_0() - "QF_C00_0004B2D9.psc" Line 346 [10/19/2012 - 05:15:18PM] error: Cannot call Premature() on a None object, aborting function call stack: [C00 (0004B2D9)].companionshousekeepingscript.CycleRadiantQuests() - "CompanionsHousekeepingScript.psc" Line 705 [C00 (0004B2D9)].companionshousekeepingscript.SetUpCompanions() - "CompanionsHousekeepingScript.psc" Line 344 [C00 (0004B2D9)].QF_C00_0004B2D9.Fragment_0() - "QF_C00_0004B2D9.psc" Line 346 [10/19/2012 - 05:15:18PM] warning: Assigning None to a non-object variable named "::temp20" stack: [C00 (0004B2D9)].companionshousekeepingscript.CycleRadiantQuests() - "CompanionsHousekeepingScript.psc" Line 705 [C00 (0004B2D9)].companionshousekeepingscript.SetUpCompanions() - "CompanionsHousekeepingScript.psc" Line 344 [C00 (0004B2D9)].QF_C00_0004B2D9.Fragment_0() - "QF_C00_0004B2D9.psc" Line 346 [10/19/2012 - 05:15:18PM] error: Cannot call Premature() on a None object, aborting function call stack: [C00 (0004B2D9)].companionshousekeepingscript.CycleRadiantQuests() - "CompanionsHousekeepingScript.psc" Line 709 [C00 (0004B2D9)].companionshousekeepingscript.SetUpCompanions() - "CompanionsHousekeepingScript.psc" Line 344 [C00 (0004B2D9)].QF_C00_0004B2D9.Fragment_0() - "QF_C00_0004B2D9.psc" Line 346 [10/19/2012 - 05:15:18PM] warning: Assigning None to a non-object variable named "::temp23" stack: [C00 (0004B2D9)].companionshousekeepingscript.CycleRadiantQuests() - "CompanionsHousekeepingScript.psc" Line 709 [C00 (0004B2D9)].companionshousekeepingscript.SetUpCompanions() - "CompanionsHousekeepingScript.psc" Line 344 [C00 (0004B2D9)].QF_C00_0004B2D9.Fragment_0() - "QF_C00_0004B2D9.psc" Line 346 the above is especially interesting because i never ever altered or played with any companion scripts. Also, the above statement about the blood does play into an effect possibly. i do get an error when loading DKfinal01 in the creation kit, using the blood dragon from Skyrim monster mods. but the dragon seems to work fine so i ignore it. And how dows this effect cause the map to crash? In this specific event i wanted to see if anything would fix or pinpoint the problem and I think i have. not all of my cells have this problem. First from main menu i opened the console and typed "coc whiterunbanneredmare". i walked ouutside to load the exterior cell for whiterun, opened up the map and pressed "L" to see the llocal map. worked fine. i then went back inside and oepned up the map and the local map displayed fine. i then opened the console and typed "coc DKhjaljaredshouse" bringing me to one of my small cells. i then opened up the map and it worked just as fine. So i then went to one of the maps I KNOW crashes which was DKfinal01. As soon as i pressed M the game crashed. This doesnt really tell me that the problem is at DKfinal01, there are over 30 cells i would need to test.
  11. is there anyway i can use tesVedit to pinpoint the error causing the crash?
  12. I am still working on thee statics but I definitely know that the skyrim.ini mapmenu option is NOT the cause. i went back to a default .ini and it still crashed. the default .ini did not even have the mapmenu option in it. does this need to be done to ALL statics even ones in world cells? the option tick says you can toggle it as long as the reference is in a sky cell. I have left ones alone that are in world cells, making sure they have their own base object ID and do not conflict with ones in interior cells. i will also look at removing the tick mark entirely for all base objects but i wanted to know if this is what you did also.
  13. i tried looking at some of the static items. unfortunately i have about 35+ interior cells to go through so it is time consuming and a lot of them have quite a lot of static items. i know the option is under the base object data and would effect ALL statics using that base object. is there a way for me to find in the creation kit a way to sort base objects i have created or edited and check their properties? also, the skyrim.ini file, would you have the default data that would go int eh map menu section so i can test that theory?
  14. removing the LOD is the same as removing the bits for the 3D map. the files that alter the 3D map are the level 32 meshes and textures. and thus, removing those does not fix the problem.
  15. I been having a huge issue with my mod causing the game to crash when a map is loaded in an interior cell. i cannot seem to find the issue myself and have researched online to no avail. My mod does alter the files used to create the 3D world map, but the world map does not crash anytime you load it, its the local map in an interior cell. i am about to test whether these files are effecting this. Anyone ever have this issue with their mod or know a solution? Edit: removing the LOD files DOES NOT fix the problem. Edit: loading my mod as only a mod file does not work.
×
×
  • Create New...