Jump to content

General Debugging log?


qaz1qaz1qa

Recommended Posts

IS there a general way to log what is causing my CTD - some program inside or outside of Skyrim LE?

 

I play fine for a while and then for no reason I CTD. It can be passing by a person commenting, Open Store, Press map or Journal. its seems just completely random. I disabled autosave 15Min but still have autosave on all other events. But I don't always CTD for autosave events just sometimes.

 

SO I need a way to log what is happening.

 

Sorry if this is on another thread as I searched and got too many hits that where not related to my question. Feel free to point me to it instead of typing the same thing here.

 

THank you in advance.

Link to comment
Share on other sites

You may be looking for this: https://www.nexusmods.com/skyrim/mods/72725

 

It'll intercept and nullify most uncaught exceptions.

It will log the content of assert pop ups, in data\SKSE\Plugins\CrashFixPluginLog.txt.

It will sometimes log the content of pop ups/errors that the game fails to display before CTDing.

 

In any case, if you should turn on logging and tracing in your skyrim.ini:

[Papyrus]

bEnableLogging=1

bEnableTrace=1

Beware: when using MO2, you must edit skyrim.ini through its special INI editor (in same menu as FNIS).

Link to comment
Share on other sites

Hmmm... while CrashFixes will fix many CTDs, the mod that catches uncaught exceptions is NVAC: https://www.nexusmods.com/newvegas/mods/53635 (and yes, it does work with Oldrim despite the name and description). And while I'm here, I'll also point out this mod: https://www.nexusmods.com/skyrim/mods/76747.

 

Here are all the CTD related mods I currently use:

 

 

Link to comment
Share on other sites

Wow it was hard finding this thread I creaded again. I swore I followed it.

Ok thanks for the replies and I did create a SKSE.INI

 

Crash fix is telling me that I have not added

[Memory]

DefaultHeapInitialAllocMB=768

 

But I have

 

Here is the content of my The Elder Scrolls V Skyrim Legendary Edition\Data\SKSE\SKSE.ini

  Reveal hidden contents

 

When I check the MemoryBlocksLog.log it only shows 256. And I am at this moment thinking this is the reason I crash. I play for a bit and then I crash when I reach 256

 

  Reveal hidden contents

 

 

I have not installed the other recommendations yet. One at a time till i find I have each step working.

Edited by qaz1qaz1qa
Link to comment
Share on other sites

  • Recently Browsing   0 members

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