I've tried everything. I have about 50 mods, none of them alter Whiterun in any way. I've made the SKSE patch with a skse.ini and raised the memory. Decreased actor/item/etc. fade. Nothing helped. Every time I get near the companions who are fighting the giant, I get a CTD. I used LOOT and tes5 edit.

My load order:

GameMode=Skyrim Skyrim.esm Update.esm Unofficial Skyrim Patch.esp Dawnguard.esm=1 Unofficial Dawnguard Patch.esp HearthFires.esm Unofficial Hearthfire Patch.esp Dragonborn.esm Unofficial Dragonborn Patch.esp ETaC - RESOURCES.esm RSkyrimChildren.esm ETaC - Complete.esp 3DNPC.esp Guard Dialogue Overhaul.esp Hothtrooper44_ArmorCompilation.esp Hothtrooper44_Armor_Ecksstra.esp SkyUI.esp RaceMenu.esp RaceMenuPlugin.esp RaceMenuOverlays.esp Cloaks.esp SoSFC-LF.esp UFO - Ultimate Follower Overhaul.esp SofiaFollower.esp HoldBorderBanners.esp VioLens.esp Dodge Mod.esp PrinceandPauperRS.esp RSChildren - Complete.esp RSChildren_PatchUSKP.esp SameWalkRunSpeedsLite.esp FCO - Follower Commentary Overhaul.esp DineWithFollowers.esp 360WalkandRunPlus-RunBackwardSpeedAdjust.esp Faction Crossbows.esp CardGame.esp SleepTight.esp 1nivWICCloaks.esp 1nivWICSkyCloaksPatch.esp Sleeved Guards.esp Immersive detection of NPC.esp All Geared Up.esp Action Combat.esp BlackHorseCourier.esp Convenient Horses.esp Alternate Start - Live Another Life.esp 

Even the slightest help would be very much appreciated.

7

1 Answer

Run Skyrim three or four times to get three or four logs, then look at the last couple lines in each file. If the same script is showing up in each crash, for example the ehs_staggerControl.psc script mentioned in the log you linked to, then the crash has something to do with that script. If it's not the same script every time, then it's not a script issue, or it's just a matter of too many scripts running at the same time. Other possible crash causes could include memory problems (for example, increasing uGridsToLoad beyond what your system can handle) or corrupt save files.

ehs_staggerControl.psc seems to be from the Every Hit Staggers or Every Hit Staggers Extended mods. It is also linked to another mod called Action Combat. which I see you have installed. If that is the script that shows up in every crash log, then that's the mod responsible.

4