Jump to content
  • 0

Common CTDs, Freezes, ILS and memory issues


Question

Posted

 

  Reveal hidden contents

 

 

This is the easiest solution to the memory issue.

 

Install this manually into the "Skyrim" folder(with the TESV.exe)

SKSE Plugin Preloader

Install this manually by moving the SKSE folder into the "Skyrim\Data\" folder

Crash fixes

 

Then open the "Skyrim\Data\SKSE\Plugins\CrashFixPlugin.ini"

Modify the "UseOSAllocators=0" to "UseOSAllocators=1"

Save.

 

You should be good now.

 

I'd recommend removing the old methods of heap modification, ENBoost is fine.

 

[spoiler=Old Post]

I made this sticky because there is a sudden up-rise in CTD relating to the memory tweaks not working. It is flooding The General forum and has kind of spread to the memory blocks log mod topic

 

If you are curious how the memory tweaks work, there is an amazing post by keith over here.

 

There are several reasons for one to CTD or freeze but the most common one is that the SSME/Memory Patch 3.0/SKSE memory tweaks are not applying for some reason.

NOTE: SSME is no longer needed and should be removed and replaced with the SKSE Memory Tweaks.

Safety load is also not needed anymore and may cause unexpected issues.

 

 

First, please copy and paste the following into your SKSE.ini file

Make sure your ini is located as such ...\Skyrim\Data\SKSE\SKSE.ini

If you follow STEP check this out.

[General]
ClearInvalidRegistrations=1

[Memory]
DefaultHeapInitialAllocMB=768
ScrapHeapSizeMB=256

To find out if your memory tweaks are working correctly, download and install Memory Blocks Log.

Run the game through MO, I would recommend fully loading into the game but the main menu will suffice. After which close out of the game and open MO again if it closed on you. Go to the overwrite folder and navigate to the "SKSE\plugins\" folder and open up the memoryblockslog.log.

 

Your log should look similar to this:

logging of blocks enabled
logging max values only
Timer disabled
Block1 Block2
512MB 256MB

However, people that experience a lot of crashing will have something like the following:

logging of blocks enabled
logging max values only
Timer disabled
Block1 Block2
256MB 256MB

The most common "fix" is to open the "Modify Executables" window by clicking the gears on  the top part of MO and select the SKSE executable and add the Argument 

-forcesteamloader

It should then look something like this.

ForceSteamLoader.png

After which, click the modify button and then relaunch the game through MO then close it and make the comparison again. 

 

If your results did not change then make a post below, otherwise search for topics that already exist in the General forum. If your particular issue does not already exist then make a new topic and there will be someone to answer your questions.

 

  • +1 3

Recommended Posts

  • 0
Posted

Keep in mind, there are some discrepancies between STEP guides/wikis from what I say, take it with a grain of salt but I am super picky when it comes to minor/"nonissue" issues/bugs.

I try to provide valid info that I can remember, if something is incorrect, speak your mind(with source).

 

To put it in simple terms, youre virtually running out of memory due to fragmentation.

By this I mean the game attempts to allocate a new larger block but fails because there isnt a big enough contiguous block to fit it.

meh is still trying to figure a better method out out but I have switched back to the SKSE mem tweaks until this issue is resolved.

If you look through the crash fixes ini you should be able to find various lines

UseOSAllocators=1
AlignHeapAllocate=1
CustomMemoryBlock=1
MemoryInfoConsole=1

Use the first three to enable a different method by using small blocks rather than one large one.

The last line is to observe what is the most appropriate value for 

CustomMemoryBlockTotalSizeMb=

I believe I read something on that that the % in the console should be about than 80% maximum.

There is no specific size but I would recommend keeping it an even number but I don't know if it matters.

Some find the default to be good but other found that they need to up it to 90 but when I tested it briefly my guess would be over 128 with the specific setup I was using.

 

 

As ENBoost, the values don't really matter anymore well, for me at least.

I only see that the higher I set 

ReservedMemorySizeMb=

the more VRAM is unnecessarily consumed. (I have 6GB)

As for the other line 

VideoMemorySizeMb=

it does matter to know where the limit for memory is.

Too high and you'll stutter due to hardware limit and it doesnt know to free up resources. I leave it at the lowest possible value.

Too low and you'll stutter for no reason and it'll free resources when they do not need to be free'd. I leave 

AutodetectVideoMemorySize=true

enabled as it produces identical numbers to hand calculation and I couldn't be asked to change it when switching between win7 and my main win10 which produce 22528 and 4096(BAD!), respectively.

 

Anyhow, I would encourage experimentation.

Today, skyrim should not crash.

But on if you are somewhat responsible with modding habits and the mods are done in an appropriate way. I haven't in 60+ hrs, in 1-14hr sessions.

  • 0
Posted

Just want to post this so it might keep one or two other people from going insane:

 

If you have Win10 and use Crash Fixes but still have totally random crashes, use a timer (or check beginning/end of your logs) to see if the crashes happen every 15 minutes exactly. If they do, it's likely caused by the touch keyboard and handwriting panel service in Windows 10.
 
To stop the virtual keyboard service and keep it from starting again, type services in the taskbar, click services, go down to touch keyboard and handwriting service, right click and stop it, and then rightclick>properties and select "disabled" for "startup type."
 
Thanks to steam user Krayzi who originally figured this out. It's been a constant problem for me for over a year after trying everything under the Sun.
 
Also, if you have reeeeaaaally long load times, it can be because of the recommended STEP ENB windowed settings and various performance monitors (or even just having task manager open with those settings). 
  • 0
Posted (edited)
  On 8/10/2016 at 4:58 PM, dunc001 said:

So what alternative windowed settings would you recommend?

I wouldn't recommend an alternative, they're the best way to play with windowed mode, being able to alt-tab and such. But if you're having like 3 minute load times it could be because a monitoring program somehow clashes with these settings. I can reproduce it 100% just by having task manager open. This may be win10 only, or something to do with my graphics card specifically, so I'm just giving general advice for anyone having this problem.

Edited by jackarbiter
  • 0
Posted
  On 8/10/2016 at 4:18 PM, jackarbiter said:

 

Just want to post this so it might keep one or two other people from going insane:

 

If you have Win10 and use Crash Fixes but still have totally random crashes, use a timer (or check beginning/end of your logs) to see if the crashes happen every 15 minutes exactly. If they do, it's likely caused by the touch keyboard and handwriting panel service in Windows 10.
 
To stop the virtual keyboard service and keep it from starting again, type services in the taskbar, click services, go down to touch keyboard and handwriting service, right click and stop it, and then rightclick>properties and select "disabled" for "startup type."
 
Thanks to steam user Krayzi who originally figured this out. It's been a constant problem for me for over a year after trying everything under the Sun.
 
Also, if you have reeeeaaaally long load times, it can be because of the recommended STEP ENB windowed settings and various performance monitors (or even just having task manager open with those settings). 

 

I wouldn't see why they would cause crashes but I can say that I run win10 in desktop mode and I haven't had any unusual issues.

  • 0
Posted (edited)

Hello all. I'm in need of some professional help with constant CTDs in my game. I've modded Skyrim before, and I'm aware of how to clean, sort, and make dynamic patches. But even with those my game continuously crashes for reasons that I can't fathom.

I got a new computer (i7-6700k, GTX 1070, 16 gigs of Ram, Win 7), and its my first time using an ENB+ENBoost. I followed GamerPoet's guides on Youtube to clean/merge patches, as well as using Skyproc patchers. I used Slothability's ENB+ENBoost guide to install my ENB (Vivid Weathers' ENB) and ENBoost. I've also followed the STEP guide for setting up my Skyrim.ini and Skyrimpref.ini.

 

I've tried using the Crash Fixes+SKSE Preloader, but it really isn't helping. I'm at a lost at what more I can do to stop my game to going bonkers. As far as I can tell, all of the mods I've installed are working as Intended. The thing is, it doesn't always crash; I can play for hours without a single crash, or I can crash instantly on start-up or loading a game, or every 5 minutes. I tried using the SKSE-log  to debug, but I've recently found out that its not reliable. I've restarted the game from scratch with a new load order, and new patches each time. Reinstalled all of my mods from scratch. Verified game cache, then re-cleaned the official DLCs and Update.esm. No help. I have no idea what more I can do.

 

Below is my list of mods, sorted using LOOT (with a couple of exceptions):
 

 

  Reveal hidden contents

 

 

Here are my SKSE.ini:

 

  Reveal hidden contents

 

 

This is my ENBLocal.ini

 

 

  Reveal hidden contents

 

 

HD Textures used:

 

Official Hi-res Pack (not active)

Skyrime HD - Lite

AmidianBorn - Book of Silence (Weapons, Armor, Dragonborn)

AmidianBorn Landscapes

AmidianBorn Caves and Mines

AmidianBorn-Immersive Armors

AmidianBorn Woodposts

Rustic HD Textures (various)

 

Thank you all for your help.

Edited by Amuscaria
  • 0
Posted
  On 9/8/2016 at 5:09 PM, Amuscaria said:

Hello all. I'm in need of some professional help with constant CTDs in my game. I've modded Skyrim before, and I'm aware of how to clean, sort, and make dynamic patches. But even with those my game continuously crashes for reasons that I can't fathom.

I got a new computer (i7-6700k, GTX 1070, 16 gigs of Ram, Win 7), and its my first time using an ENB+ENBoost. I followed GamerPoet's guides on Youtube to clean/merge patches, as well as using Skyproc patchers. I used Slothability's ENB+ENBoost guide to install my ENB (Vivid Weathers' ENB) and ENBoost. I've also followed the STEP guide for setting up my Skyrim.ini and Skyrimpref.ini.

 

I've tried using the Crash Fixes+SKSE Preloader, but it really isn't helping. I'm at a lost at what more I can do to stop my game to going bonkers. As far as I can tell, all of the mods I've installed are working as Intended. The thing is, it doesn't always crash; I can play for hours without a single crash, or I can crash instantly on start-up or loading a game, or every 5 minutes. I tried using the SKSE-log  to debug, but I've recently found out that its not reliable. I've restarted the game from scratch with a new load order, and new patches each time. Reinstalled all of my mods from scratch. Verified game cache, then re-cleaned the official DLCs and Update.esm. No help. I have no idea what more I can do.

 

Below is my list of mods, sorted using LOOT (with a couple of exceptions):

 

 

  Reveal hidden contents

 

 

Here are my SKSE.ini:

 

  Reveal hidden contents

 

 

This is my ENBLocal.ini

 

 

  Reveal hidden contents

 

 

HD Textures used:

 

Official Hi-res Pack (not active)

Skyrime HD - Lite

AmidianBorn - Book of Silence (Weapons, Armor, Dragonborn)

AmidianBorn Landscapes

AmidianBorn Caves and Mines

AmidianBorn-Immersive Armors

AmidianBorn Woodposts

Rustic HD Textures (various)

 

Thank you all for your help.

To find out if your memory tweaks are working correctly, download and install Memory Blocks Log.
Run the game through MO, I would recommend fully loading into the game but the main menu will suffice. After which close out of the game and open MO again if it closed on you. Go to the overwrite folder and navigate to the "SKSE\plugins\" folder and open up the memoryblockslog.log.
Upload it to something like pastebin and post here.
  • 0
Posted (edited)

Here is the paste bin for the Memory Log. I'm assuming it is working since the first block is 512, and not 256. 

 

https://pastebin.com/HtDWiGmQ

Also note that I completely reinstalled all my mods, and it turns out I had 2 versions of the same mod installed, as well as missing a compatibility patch for Vivid Weathers and AOS2. Not sure if that was the source of my issues or not.

Looking at my SKSE logs however, I'm still getting a TON of errors:

 

https://pastebin.com/Nv3VKbjE

 

I'm going to verify game cache again and see if I accidentally screwed some of the official files up.

Edited by Amuscaria
  • 0
Posted

So that giant page of Errors in Papayrus won't have any game-impact? I didn't get those before. Not sure what happened.

I was using Crash Fixes, but didn't help (probably made crashes even worse). Opening the map crashes the game sometimes, but disabling Atlas Map markers and the ETAC Atlas Patch seemed to have fixed it. I tried changing the settings as it suggested on the mod page - didn't help.

  • 0
Posted
  On 9/9/2016 at 12:53 AM, Amuscaria said:

So that giant page of Errors in Papayrus won't have any game-impact? I didn't get those before. Not sure what happened.

 

I was using Crash Fixes, but didn't help (probably made crashes even worse). Opening the map crashes the game sometimes, but disabling Atlas Map markers and the ETAC Atlas Patch seemed to have fixed it. I tried changing the settings as it suggested on the mod page - didn't help.

Not directly, like I said, its not a crash log.

 

That doesnt make any sense my guess is either your save is borked or youre running an old version of SKGE.

Don't alter any settings from Crash fixes. You could also have compounded some issues.

  • 0
Posted

Huh... I uninstalled Skyrim Reloaded and some previous problems I had went away - stuttering at full-screen when moving (with Enhanced Camera), my FOV being locked at 90, and some other problems.

Still getting a ton of Errors from Papyrus when starting a new game, though. I really don't know what I'm doing wrong anymore. 

  • 0
Posted
  On 9/9/2016 at 2:19 AM, Amuscaria said:

Huh... I uninstalled Skyrim Reloaded and some previous problems I had went away - stuttering at full-screen when moving (with Enhanced Camera), my FOV being locked at 90, and some other problems.

 

Still getting a ton of Errors from Papyrus when starting a new game, though. I really don't know what I'm doing wrong anymore. 

Okay, listen, papyrus is not a crash log. If you don't know what youre doing, its probably best to disable papyrus logging as it is possible to misinterpret what is an issue and what isnt an issue.

It is used for mod authors to see how or what their scripts are doing. When the mod is released, most of this useful information is striped out for performance and cleanliness reasons.

There is a small chance that there is something in there that may(probably not) cause any issue.

Most issues are not easily fixed by google-ing them, some are but definitely not all.

 

I've played with crash fixes, my save was okay after a 100+ hours, I only had 4 explainable crashes which were alt-tabbing(I was doing weird things in the background), magic effect(now fixed in CF) and a mesh(something with smim carriages, seems to be fine now).

 

Slow down and read the docs, the "issues" you listed are some side-effects of SKGE.

SKGE has an issue with 1.5 where the game would crash, especially when trying to open the map.

FOV being locked is a side-effect for a fix. Here is a snip directly from the manual.

  Quote

 

FoV = 90.0

Sets the field of view angle in degrees. Min=60.0; Max=120.0; 0.0=Disable overriding; Recommended=90.0.

Stuttering is not an issue that Im going to help with as it can be vastly different for everyone. I spent a day or so trying different settings and eventually came to my own conclusion which didnt hold true to my current build.

 

All I can say is slow down and think. The information is somewhat out there but it requires some poking and prodding.

  • 0
Posted

Thanks. It's indeed Skyrim Reloaded/SKGE

And I wasn't saying Papyrus log was a crash log. I was just worried with all those errors, that I had installed a mod wrong, or forgot to put in some compatibility patch (which happens a lot). 

 

Either way, I haven't had a crash from map-spamming so far. 

Thanks for the help! :)

  • 0
Posted

Update: It wasn't Skyrim Reloaded (although it did help with some other issues)

 

-Game crashes 50% of the time when the main menu shows up. Disabling the ENB (removing the .dll file) stops this. Not to mention make the load times much faster. No idea what its happening. It always crashes when loading games sometimes.

 

-Game still crashes from time to time with the map. The only map mod I have is A Quality World Map. Not sure if there is a conflict with VIVID weathers or not, but crashes are most common in Winterhold when its snowing. I set the SkyrimCrash Fixes to use a crash log, but it doesn't record anything. The game simply CTDs without warning.

 

-I've gotten a couple of crashes from a corrupted NIF. Looking on Reddit states that both Immersive Armors and Immersive Creatures have a couple of messed up nifs (Dwarven Mage Gauntlets for IA, and Goblin Rocks from SIC). I turned off the distribution for that piece of armor in IA, and the Goblin spawns in SIC. Not sure if it will help.

 

I forgot to mention that I was using a number of mods that doesn't have an ESP earlier:

-Better Stealing

-FNIS Behaviors

-FNIS PCEA2 (have a lot of custom animations)

-Simply Bigger Trees (and a larger tree LOD)

 

I checked with Save Game cleaner, and my game doesn't have orphaned scripts or anything.

 

Not sure what else I can do. I can't go 20 minutes without a CTD, and that is if my game gets to the main menu at all or is able to load the saved games.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

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

Important Information

By using this site, you agree to our Guidelines, Privacy Policy, and Terms of Use.