hentaishinri Posted March 28, 2013 Author Share Posted March 28, 2013 what does that mean D:I'm not good with any of this stuff, I only know how to install mods and how to clean them (ripple taught me :biggrin:), but idk what that means -_-Have you checked where footprintsAddFootstepsScript, _WetCloakAttach, DuelAddAbilityScript these 3 scripts come from?how exactly do i do that :/ I'd still like to see your BOSS log, just because I have a fetish for BOSS logs, so humour me. I love that phrase, lol.ANyway, here you go, hope it helps Skyrim.esm ActiveUpdate.esm ActiveBash Tag suggestion(s): {{BASH: Delev, Relev}}Dawnguard.esm ActiveBash Tag suggestion(s): {{BASH: Delev, Relev}}HearthFires.esm ActiveDragonborn.esm ActiveSkyrim Project Optimization.esmSkyrim Project Optimization - Dawnguard.esmSkyrim Project Optimization - Dragonborn.esmSPIKE.esm ActiveBrawl Bugs CE.esp ActiveUnofficial Skyrim Patch.esp ActiveUnofficial Dawnguard Patch.esp ActiveUnofficial Hearthfire Patch.esp ActiveUnofficial Dragonborn Patch.espBetter Dynamic Snow.esp ActiveSoundPropagationOverhaul.esp ActiveDead Body Collision.espUnlimitedBookshelves.esp ActiveConvenient Horses.espAuto Unequip Ammo.espFootprints.esp ActiveWetandCold.espWetandCold - Ashes.espSkyUI.esp ActiveCloaks.esp ActiveCloaks - Dawnguard.esp Active1nivWICCloaks.esp ActiveBash Tag suggestion(s): {{BASH: Relev}}1nivWICSkyCloaksPatch.esp Activehothtrooper44_ArmorCompilation.esp ActiveBash Tag suggestion(s): {{BASH: Delev, Relev}}Unique Uniques.esp ActiveDeadlyDragons.esp ActiveBash Tag suggestion(s): {{BASH: Delev, Relev}}DeadlyDragonsArmory.esp ActiveDeadlyMonsters.esp ActiveRun For Your Lives.esp ActiveWhen Vampires Attack.esp Activewhiterun spruce by revan1199.esp ActiveAchieveThat.esp ActiveGuard Dialogue Overhaul.espHeadtracking.espImmersive Weapons.esp ActiveBash Tag suggestion(s): {{BASH: Delev}}Realistic werewolf speed.esp ActivedD - Enhanced Blood Main.esp ActivedD-Dragonborn-Dawnguard-EBT Patch.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.dovahkiinrelax.espDuel - Combat Realism.esp ActiveThe Dance of Death - Ultimate Edition.esp Active3DNPC.esp ActiveRealisticNeedsandDiseases.esp ActiveRND_Dawnguard-Patch.esp ActiveRND_HearthFires-Patch.esp ActiveRND_USKP-Patch.esp ActiveRND_Dragonborn-Patch.espUFO - Ultimate Follower Overhaul.esp ActiveNote: For safe install need dismiss all your followers, save, delete all included mods, load again, save and install UFO. For safe uninstall or update see special instructions on mod page.UFO - Dawnguard AddOn.esp ActiveUFO - Heartfire AddOn.esp ActiveWATER.esp ActiveWATER Plants.esp ActiveRND_Water-Patch.esp Active Link to comment Share on other sites More sharing options...
ragnaroklucifer Posted March 28, 2013 Share Posted March 28, 2013 (edited) Actually, the waiting time displayed (at least on my end) is '20 seconds', but it won't start and keeps asking me to sign up for a free account.Oh yea, it's 20 seconds . And yea I did not realise I'm logged in. lol how exactly do i do that :/Well, I use mod organizer so I can easily find which folder (mod) the script file belong to... Edited March 28, 2013 by ragnaroklucifer Link to comment Share on other sites More sharing options...
hentaishinri Posted March 28, 2013 Author Share Posted March 28, 2013 Actually, the waiting time displayed (at least on my end) is '20 seconds', but it won't start and keeps asking me to sign up for a free account.hrm, weird. idk.How about this one, through tinyupload?Direct download link(I hope, lol) Link to comment Share on other sites More sharing options...
hentaishinri Posted March 28, 2013 Author Share Posted March 28, 2013 how exactly do i do that :/Well, I use mod organizer so I can easily find which folder (mod) the script file belong to...well if u meant to search the mods folder - i just did. The only thing that came out was 'DuelAddAbilityScript' from 'Duel - combat realism' mod Link to comment Share on other sites More sharing options...
hentaishinri Posted March 28, 2013 Author Share Posted March 28, 2013 Just to let you know, I deleted my save games and I'm re-installing the game as we speak -_- I was just really raging when that CTD came up. I expect it to come up again anyway, so yea... Link to comment Share on other sites More sharing options...
IsharaMeradin Posted March 28, 2013 Share Posted March 28, 2013 The stack dumps in your papyrus log are due to too many calls to check the same event(s) on the same object at one time. I had similar stack dumps with a bag of holding mod that I'd been working on which used the OnItemAdded & OnItemRemoved events. I found if I moved items in large groups that I'd get stack dumps because not only was my mod checking the OnItemAdded & OnItemRemoved events so too was Hearthfire. In my case the game kept working, then again I didn't have as many stack dumps as frequently as your log indicates. I do not know if you've used these mods before. If you have, then it may be due to an update in one or more of the mods which changed how things were scripted. I do see evidence at the top of your log about missing scripts. That indicates uninstalled mods or updated mods that dropped scripts for some reason. Unfortunately that can cause some unintended side effects too. Since you are re-installing the game, I would recommend picking your mods with caution. Test them individually for any issues. Test them together for compatibility issues. Then when satisfied start a fully new game. Many issues are caused by changing mods mid-game and trying to continue playing. Not every mod can just be dropped out of the game. Sticking with a fixed load order & fixed versions for the life of a playthrough lends itself to a more stable game. Link to comment Share on other sites More sharing options...
hentaishinri Posted March 28, 2013 Author Share Posted March 28, 2013 The stack dumps in your papyrus log are due to too many calls to check the same event(s) on the same object at one time. I had similar stack dumps with a bag of holding mod that I'd been working on which used the OnItemAdded & OnItemRemoved events. I found if I moved items in large groups that I'd get stack dumps because not only was my mod checking the OnItemAdded & OnItemRemoved events so too was Hearthfire. In my case the game kept working, then again I didn't have as many stack dumps as frequently as your log indicates. I do not know if you've used these mods before. If you have, then it may be due to an update in one or more of the mods which changed how things were scripted. I do see evidence at the top of your log about missing scripts. That indicates uninstalled mods or updated mods that dropped scripts for some reason. Unfortunately that can cause some unintended side effects too. Since you are re-installing the game, I would recommend picking your mods with caution. Test them individually for any issues. Test them together for compatibility issues. Then when satisfied start a fully new game. Many issues are caused by changing mods mid-game and trying to continue playing. Not every mod can just be dropped out of the game. Sticking with a fixed load order & fixed versions for the life of a playthrough lends itself to a more stable game.Yes, these are the mods I've always been using (plus-minus a few added, but most of them I'm using for a long time.). The ctd started mostly with the unofficial patches. Al thought I already did that, I suppose it won't hurt to do it again, so I will install each of them individually and test them.. -sigh- it's going to be a long night... Link to comment Share on other sites More sharing options...
ripple Posted March 28, 2013 Share Posted March 28, 2013 (edited) [03/28/2013 - 05:21:44PM] Cannot open store for class USKP_YsoldaBelethorWorkaround", missing file? [03/28/2013 - 05:21:44PM] warning: Unable to get type USKP_YsoldaBelethorWorkaround referenced by the save game. Objects of this type will not be loaded. [03/28/2013 - 05:21:44PM] Cannot open store for class "USKP_QF_ChangeLocation06_02015A54", missing file? [03/28/2013 - 05:21:44PM] warning: Unable to get type USKP_QF_ChangeLocation06_02015A54 referenced by the save game. Objects of this type will not be loaded. [03/28/2013 - 05:21:45PM] warning: Could not find type USKP_QF_ChangeLocation06_02015A54 in the type table in save [03/28/2013 - 05:21:45PM] warning: Could not find type USKP_YsoldaBelethorWorkaround in the type table in saveHave you uninstalled anything? Have you, at any point, turned off USKP and made a savegame without it? [03/28/2013 - 05:23:24PM] Suspended stack count is over our warning threshold, dumping stacks: I would think this would be responsible for your CTDs only if too many scripts were suspended over a short period of time. Well...it does repeat a few times before your game finally choked.... I think you should delete the change you made to your ini. Papyrus is not good at handling anything large and increasing the value of 'MaxAllocatedMemoryBytes' isn't necessarily going to make the script engine perform better. I seem to recall reading a forum thread on this that I can't find any more, which eventually degenerated into a 'war' between the users who offered anecdotal 'evidence' on its performance improvements and the 'it's just a placebo effect...' folks. You can also try starting a new game without 'Duel' (I know you said you didn't want to trim the load order, but.....). You are using the Mod Organizer now, you don't need to 'reinstall' anything or 'clean install' the game (MO does not install mods into the game data folder, so the game data folder is/should be already 'clean). Just uninstall any mod(s) you don't want to use from the 'mod installed' menu in MO, rebuild your compatibility patches (e.g. Bashed Patch), then start a new game. And make sure all of your mods are updated to the latest version. If testing, just temporarily disable 'installed mods' by unchecking them. The mod plugin and any associated resources will no longer appear in the MO virtual data folder. And can you post your game ini files already? Edited March 28, 2013 by ripple Link to comment Share on other sites More sharing options...
ragnaroklucifer Posted March 29, 2013 Share Posted March 29, 2013 (edited) The stack dumps in your papyrus log are due to too many calls to check the same event(s) on the same object at one time. I had similar stack dumps with a bag of holding mod that I'd been working on which used the OnItemAdded & OnItemRemoved events. I found if I moved items in large groups that I'd get stack dumps because not only was my mod checking the OnItemAdded & OnItemRemoved events so too was Hearthfire. In my case the game kept working, then again I didn't have as many stack dumps as frequently as your log indicates. I do not know if you've used these mods before. If you have, then it may be due to an update in one or more of the mods which changed how things were scripted. I do see evidence at the top of your log about missing scripts. That indicates uninstalled mods or updated mods that dropped scripts for some reason. Unfortunately that can cause some unintended side effects too. Since you are re-installing the game, I would recommend picking your mods with caution. Test them individually for any issues. Test them together for compatibility issues. Then when satisfied start a fully new game. Many issues are caused by changing mods mid-game and trying to continue playing. Not every mod can just be dropped out of the game. Sticking with a fixed load order & fixed versions for the life of a playthrough lends itself to a more stable game.try removing those mods first. Then use SKSE to clearinvalidregistrations. And load those mods back. EDIT: since you deleted the game save, this wouldn't help anymore ... Edited March 29, 2013 by ragnaroklucifer Link to comment Share on other sites More sharing options...
hentaishinri Posted March 29, 2013 Author Share Posted March 29, 2013 (edited) [03/28/2013 - 05:21:44PM] Cannot open store for class USKP_YsoldaBelethorWorkaround", missing file? [03/28/2013 - 05:21:44PM] warning: Unable to get type USKP_YsoldaBelethorWorkaround referenced by the save game. Objects of this type will not be loaded. [03/28/2013 - 05:21:44PM] Cannot open store for class "USKP_QF_ChangeLocation06_02015A54", missing file? [03/28/2013 - 05:21:44PM] warning: Unable to get type USKP_QF_ChangeLocation06_02015A54 referenced by the save game. Objects of this type will not be loaded. [03/28/2013 - 05:21:45PM] warning: Could not find type USKP_QF_ChangeLocation06_02015A54 in the type table in save [03/28/2013 - 05:21:45PM] warning: Could not find type USKP_YsoldaBelethorWorkaround in the type table in saveHave you uninstalled anything? Have you, at any point, turned off USKP and made a savegame without it? [03/28/2013 - 05:23:24PM] Suspended stack count is over our warning threshold, dumping stacks: I would think this would be responsible for your CTDs only if too many scripts were suspended over a short period of time. Well...it does repeat a few times before your game finally choked.... I think you should delete the change you made to your ini. Papyrus is not good at handling anything large and increasing the value of 'MaxAllocatedMemoryBytes' isn't necessarily going to make the script engine perform better. I seem to recall reading a forum thread on this that I can't find any more, which eventually degenerated into a 'war' between the users who offered anecdotal 'evidence' on its performance improvements and the 'it's just a placebo effect...' folks. You can also try starting a new game without 'Duel' (I know you said you didn't want to trim the load order, but.....). You are using the Mod Organizer now, you don't need to 'reinstall' anything or 'clean install' the game (MO does not install mods into the game data folder, so the game data folder is/should be already 'clean). Just uninstall any mod(s) you don't want to use from the 'mod installed' menu in MO, rebuild your compatibility patches (e.g. Bashed Patch), then start a new game. And make sure all of your mods are updated to the latest version. If testing, just temporarily disable 'installed mods' by unchecking them. The mod plugin and any associated resources will no longer appear in the MO virtual data folder. And can you post your game ini files already?Thanks, ripple (again), for your input ^^.I'll try the game without 'Duel' and then I'll try it with it, see if any changes occur.Okay, geez, here are the ini files :biggrin: (you really love to be throughout, hm? Nothing wrong with that, actually, very objective)Skyrim.ini [General]sLanguage=ENGLISH uExterior Cell Buffer=36 [Display]fShadowLODMaxStartFade=1000.0fSpecularLODMaxStartFade=2000.0fLightLODMaxStartFade=3500.0iShadowMapResolutionPrimary=2048bAllowScreenshot=1 [Audio]fMusicDuckingSeconds=6.0fMusicUnDuckingSeconds=8.0fMenuModeFadeOutTime=3.0fMenuModeFadeInTime=1.0 [Grass]bAllowCreateGrass=1bAllowLoadGrass=0 [GeneralWarnings]SGeneralMasterMismatchWarning=One or more plugins could not find the correct versions of the master files they depend on. Errors may occur during load or game play. Check the "Warnings.txt" file for more information. [Archive]sResourceArchiveList=Skyrim - Misc.bsa, Skyrim - Shaders.bsa, Skyrim - Textures.bsa, Skyrim - Interface.bsa, Skyrim - Animations.bsa, Skyrim - Meshes.bsa, Skyrim - Sounds.bsasResourceArchiveList2=Skyrim - Voices.bsa, Skyrim - VoicesExtra.bsa [Combat]fMagnetismStrafeHeadingMult=0.0fMagnetismLookingMult=0.0 [Papyrus]fPostLoadUpdateTimeMS=500.0bEnableLogging=0bEnableTrace=0iMinMemoryPageSize=128iMaxMemoryPageSize=512iMaxAllocatedMemoryBytes=2147483647bLoadDebugInformation=0[Water]bReflectLODObjects=0bReflectLODLand=0bReflectSky=0bReflectLODTrees=0 SkyrimPrefs.ini [General]fBrightLightColorB=1.0000fBrightLightColorG=1.0000fBrightLightColorR=1.0000iStoryManagerLoggingEvent=-1bEnableStoryManagerLogging=0[imagespace]bDoDepthOfField=1iRadialBlurLevel=0[Display]iBlurDeferredShadowMask=0fInteriorShadowDistance=3000.0000fShadowDistance=2000iShadowMapResolutionSecondary=1024iShadowMapResolutionPrimary=2048iShadowSplitCount=2iMaxAnisotropy=1fLeafAnimDampenDistEnd=4600.0000fLeafAnimDampenDistStart=3600.0000fTreesMidLODSwitchDist=3600fGamma=1.0000iShadowFilter=3fDecalLOD2=1500.0000fDecalLOD1=1000.0000fSpecularLODStartFade=500fShadowLODStartFade=200.0000fLightLODStartFade=1700iTexMipMapMinimum=0iTexMipMapSkip=0bTransparencyMultisampling=0iWaterMultiSamples=0iMultiSample=1iShadowMode=3bTreesReceiveShadows=0bDrawLandShadows=0bDrawShadows=1bFull Screen=1iSize H=900iSize W=1440fMeshLODFadePercentDefault=1.2000fMeshLODFadeBoundDefault=256.0000fMeshLODLevel2FadeTreeDistance=2048.0000fMeshLODLevel1FadeTreeDistance=2844.0000fMeshLODLevel2FadeDist=1e+007fMeshLODLevel1FadeDist=1e+007iScreenShotIndex=2bShadowMaskZPrepass=0bMainZPrepass=0iMaxSkinDecalsPerFrame=10iMaxDecalsPerFrame=30sD3DDevice="ENB"bFXAAEnabled=0iShadowMapResolution=512fShadowBiasScale=0.5iShadowMaskQuarter=3iAdapter=0iPresentInterval=1[Grass]b30GrassVS=1fGrassStartFadeDistance=2000fGrassMaxStartFadeDistance=7000.0000fGrassMinStartFadeDistance=0.0000[Water]iWaterReflectHeight=512iWaterReflectWidth=512bUseWaterDisplacements=1bUseWaterRefractions=1bUseWaterReflections=1bUseWaterDepth=1[MAIN]bGamepadEnable=1bCrosshairEnabled=1fHUDOpacity=1.000bSaveOnPause=1bSaveOnTravel=1bSaveOnWait=1bSaveOnRest=1[GamePlay]bShowFloatingQuestMarkers=1bShowQuestMarkers=1iDifficulty=2[interface]bDialogueSubtitles=0bGeneralSubtitles=0[Controls]fGamepadHeadingSensitivity=1.0000fMouseHeadingSensitivity=0.0125bAlwaysRunByDefault=1bInvertYValues=0bGamePadRumble=1bMouseAcceleration=1[Particles]iMaxDesired=750[saveGame]fAutosaveEveryXMins=15.0000[AudioMenu]fAudioMasterVolume=1.0000fVal7=1.0000uID7=0fVal6=1.0000uID6=0fVal5=1.0000uID5=0fVal4=1.0000uID4=0fVal3=1.0000uID3=0fVal2=0.4000uID2=466532fVal1=1.0000uID1=554685fVal0=0.8000uID0=1007612[Clouds]fCloudLevel2Distance=262144.0000fCloudLevel1Distance=32768.0000fCloudLevel0Distance=16384.0000fCloudNearFadeDistance=9000.0000[TerrainManager]fTreeLoadDistance=12500fBlockMaximumDistance=75000fBlockLevel1Distance=25000fBlockLevel0Distance=15000fSplitDistanceMult=0.4bShowLODInEditor=0[NavMesh]fObstacleAlpha=0.5000fCoverSideHighAlpha=0.8000fCoverSideLowAlpha=0.6500fEdgeFullAlpha=1.0000fEdgeHighAlpha=0.7500fEdgeLowAlpha=0.5000fTriangleFullAlpha=0.7000fTriangleHighAlpha=0.3500fTriangleLowAlpha=0.2000fLedgeBoxHalfHeight=25.0000fEdgeDistFromVert=10.0000fEdgeThickness=10.0000fPointSize=2.5000[Trees]bRenderSkinnedTrees=1uiMaxSkinnedTreesToRender=20[Decals]uMaxDecals=250bDecals=1bSkinnedDecals=1uMaxSkinDecals=50uMaxSkinDecalsPerActor=40[LOD]fLODFadeOutMultObjects=6fLODFadeOutMultItems=5.5fLODFadeOutMultActors=8[Launcher]bEnableFileSelection=1bShowAllResolutions=1uLastAspectRatio=4[blurShaderHDR]bDoHighDynamicRange=1[blurShader]bUseBlurShader=0 Edit: I will restore the ini files to default and not mess with them, by your reference. Doing a clean start anyway, might as well do it right.And yes, I understand that MO doesn't store the files directly into skyrim folders... but I like to be throughout sometimes too xD Edited March 29, 2013 by hentaishinri Link to comment Share on other sites More sharing options...
Recommended Posts