Jump to content

How to debug CTD


Recommended Posts

Posted
1 hour ago, yatol said:

not because you can't read it nobody can...

exemple

 

that's a ram ctd, because whatever he put in the enb settings, or something else settings, is no good

how i know that?


EXCEPTION_RECORD:  ffffffff -- (.exr 0xffffffffffffffff)
ExceptionAddress: 00f81917 (TESV+0x00b81917)
   ExceptionCode: c0000005 (Access violation)

EXCEPTION_PARAMETER1:  00000000

EXCEPTION_PARAMETER2:  00000000

READ_ADDRESS:  00000000 

by putting that in google...

https://www.google.fr/search?source=hp&ei=zEvpW6XaOoqCacHeong&q=ExceptionCode+Access+violation&oq=ExceptionCode+Access+violation&gs_l=psy-ab.3..0i13i30k1l2j0i22i10i30k1j0i8i13i30k1l4j0i8i13i10i30k1j0i8i13i30k1l2.7743.15125.0.16002.3.3.0.0.0.0.224.432.1j1j1.3.0....0...1c.1j2.64.psy-ab..0.3.429...0i13k1j0i10i30k1.0.CL_x-v2EclM

26 janv. 2005 - So, what is an access violation,

let's go with that

 

 

Computers have limits, they cannot divide a number by zero, nor read memory that isnt there, (and lots of other things).

The operating system knows that programmers make mistakes, and make a special DMZ/No mans land at address 00000000 through address 0000FFFF, so that programs who try to reference NULL (a C programming way of saying Zero or Empty) will fail, rather than corrupt themselves and die horribly after corrupting your data.

 

So, what is an access violation, a C0000005? This is the translated #GP code the fault handler raises, which the operating system displays as an 'Access Violation', whos numerical form is c thousand 5. Its the operating system telling you that a program has malfunctioned and tried to reference no mans land. It has nothing specific to do with any particular program, or a brand of software, this is straight from the CPU and kernel of the operating system.

 

there's probably some sites with the list of exceptioncode and whatever that mean, if some feel like putting something not useless in that topic (as for asking someone else to type your error in google for you.... we aren't bethesda tech support....)

 

I know all that, I'm a retired IT tech. I had a 'discussion' with a guy a few days ago who was adamant that what was actually a memory address was an error code for too many animations.

Now you tell me how any of that crash dump stuff helps fix the problem with Skyrim. Far easier to fix Skyrim problems with a description of what the problem is and where it occurs and accompanied by a load order.

Posted
1 hour ago, Grey Cloud said:

 

Now you tell me how any of that crash dump stuff helps fix the problem with Skyrim. Far easier to fix Skyrim problems with a description of what the problem is and where it occurs and accompanied by a load order

TESV+0x00b81917

the exceptioncode happened when skyrim.exe was loading xx b81917

doesn't matter what xx b81917 is for a ram ctd

for a skeleton ctd, conflict ctd, or something else ctd, going directly to b81917 once you have xx, that save time

 

 

Posted
35 minutes ago, Grey Cloud said:

So have you solved the OP's problem?

that's above...

" that's a ram ctd, because whatever he put in the enb settings, or something else settings, is no good"

 

what does you step have about that

https://wiki.step-project.com/STEP:2.10.0

https://wiki.step-project.com/Guide:ENBlocal_INI/Memory

Download Boris's VRamSizeTest tool, run VRamSizeDX9.exe

ok, let's run that thing

181112112546288431.jpg

have neither 11gb ram neither 11gb vram

181112114131966056.jpg

the 2gb you leave for windows, it's ram, not gpu ram

same for skyrim.exe, that is unlikely to still need 2gb with the textures in enbhost.exe

 

for me that setting, it's the ram allocated to enbhost.exe

and ReservedMemorySizeMb, it's the ram enbhost.exe keep for swapping

 

you have 4gb ram

you give 4gb to enbhost.exe

you need 1.5gb where you are

you enter a new area that is 500 mb of textures not in your ram

game won't unload anything to load those new textures, you gave 1gb to reserved, 4-1=3, it's above 1.5

but there's windows and skyrim you forgot

and you may get above 4gb before loading those 500mb

and that's a ram ctd

thanks to all those topics that say to put this or that because the one that wrote it think it's good

 

putting stupid value may not matter if you never reach your max ram

if you can reach it, it's another story

 

 

Posted

And your point was what? Anyone with any sense knows that Skyrim and its memory handling are the main cause of CTDs.

 

1 hour ago, yatol said:

have neither 11gb ram neither 11gb vram

 

It doesn't say that you have.

Posted
7 hours ago, Grey Cloud said:

And your point was what? Anyone with any sense knows that Skyrim and its memory handling are the main cause of CTDs.

anyone with any sense got rid of ram ctd by using enb (with or without the graphical stuff)

not much people with sense on that topic

 

maybe they like to crash so much they just can't play without them

maybe they are wasting their time doing useless stuff, like i was doing from oblivion to the last version of cwo i tried, because in some topics x or y were saying run loot, do this to the ini, keep bsa or whatever, useless stuff

 

there's everything you have to fix in that errors.txt crap kit generate from your load order

and a lot of lines that can be ignored

dialog start with "   blabla" it's in that errors.txt

armor is sbp 33 and draugr race don't have sbp 33 (game load that on the draugr without problem, same for sbp 49 on your nord, sbp in race... older game leftovers?)

faction x hostile to y and faction y not hostile to x (imperial soldier don't know x or y is hostile before he attack, guard don't know x is a forsworn or vampire before he attack, that's not an error it's giving the first hit to one faction)

 

with just skyrim.esm, that errors.txt don't have much stuff

with dawnguard and dragonborn... (bethesda don't know about that error.txt too?)

 

here's another one that waste his stuff with useless stuff

https://www.loverslab.com/topic/111028-random-ctds/

he random ctd near town? town need more ram than interiors

if you have a lot of custom armors with an inventory nif to load what it look like in inventory, you need much more ram for that than just equipping one of those custom armors, so you can ram ctd when you open inventory in ram hungry area

bet that's just more ram ctd, as usual

when you ctd because armor replacer of a npc is no good, because mod x overwrite mod y navmesh edit in that area, because decapited corpse from your save are a problem with racemenu dll.... you don't random ctd, you ctd everytime you get there, until you fix the problem (or remove the mod with the problem , then say somewhere that mod a problem, while the problem was just a missing patch between that mod and another one)

 

  • 2 weeks later...
Posted
8 hours ago, Varamayne said:

that's not a crash dump... why don't you go that thing topic to read how to read that?

 

Registers
{
  AX:       0x0                (NULL)
  BX:       0x2C               (u8):[44]
  CX:       0xFFFFFFFF         (u32):[4294967295]
  DX:       0x0                (NULL)
  SI:       0x1F907EA4090      (BSXAudio2GameSound*)
  DI:       0x1F98EAB3980      (BSXAudio2DataSrc*)
  BP:       0x42AB3FFC00       (void*)
  SP:       0x42AB3FFB58       (void*)
  IP:       0x7FF66D150133     (SkyrimSE.exe+C00133) (void*)
  R8:       0x10               (u8):[16]
  R9:       0x1F98EAB3980      (BSXAudio2DataSrc*)
  R10:      0x0                (NULL)
  R11:      0x246              (u16):[582]

  R12:      0x1F9BE137888      (char*) ","

 

null, void, audiodata?

bet there was no ram left when the game tried to load some sound file

skyrimse.exe? isn't there a section for that?

and isn't it empty since there's no crash with nothing special edition^^

Posted

Maybe someone can help me here. Everytime i load a savefile everythings works fine. Then i can play for hours without any crash. But when i try (at any time) to load the same save or any other save aigan (for a second time) my game crashes.

 

FAULTING_IP:
ntdll!RtlFreeHeap+64
77682144 807bff05 cmp byte ptr [ebx-1],5

EXCEPTION_RECORD: ffffffff -- (.exr 0xffffffffffffffff)
ExceptionAddress: 77682144 (ntdll!RtlFreeHeap+0x00000064)
ExceptionCode: c0000005 (Access violation)
ExceptionFlags: 00000000
NumberParameters: 2
Parameter[0]: 00000000
Parameter[1]: 8c0146ff
Attempt to read from address 8c0146ff

PROCESS_NAME: TESV.exe

ERROR_CODE: (NTSTATUS) 0xc0000005 - The instruction at "0x%08lx" referenced memory at "0x%08lx". The memory could not be "%s".

EXCEPTION_CODE: (NTSTATUS) 0xc0000005 - The instruction at "0x%08lx" referenced memory at "0x%08lx". The memory could not be "%s".

EXCEPTION_PARAMETER1: 00000000

EXCEPTION_PARAMETER2: 8c0146ff

READ_ADDRESS: 8c0146ff

FOLLOWUP_IP:
ntdll!RtlFreeHeap+64
77682144 807bff05 cmp byte ptr [ebx-1],5

ADDITIONAL_DEBUG_TEXT: Followup set based on attribute [Is_ChosenCrashFollowupThread] from Frame:[0] on thread:[PSEUDO_THREAD]

LAST_CONTROL_TRANSFER: from 7768491a to 77682144

FAULTING_THREAD: ffffffff

DEFAULT_BUCKET_ID: STACKIMMUNE

PRIMARY_PROBLEM_CLASS: STACKIMMUNE

BUGCHECK_STR: APPLICATION_FAULT_STACKIMMUNE_INVALID_POINTER_READ

STACK_TEXT:
00000000 00000000 tesv.exe!Unknown+0x0

 

My modlist:

 

Skyrim.esm
Update.esm
Dawnguard.esm
HearthFires.esm
Dragonborn.esm
Lanterns Of Skyrim - All In One - Main.esm
Unofficial Skyrim Legendary Edition Patch.esp
Skyrim Project Optimization - Full Version.esm
ApachiiHair.esm
ApachiiHairFemales.esm
BSAssets.esm
BSHeartland.esm
BS_DLC_patch.esp
RSkyrimChildren.esm
SGHairPackBase.esm
hdtHighHeel.esm
Heels Sound.esm
Apachii_DivineEleganceStore.esm
KameleonArmor.esm
Clothing & Clutter Fixes.esp
Relationship Dialogue Overhaul.esp
Hothtrooper44_ArmorCompilation.esp
Hothtrooper44_Armor_Ecksstra.esp
Guard Dialogue Overhaul.esp
blessarmors.esp
10XCarryWeight.esp
ABT - Faster Arrows Improved +25%.esp
ABT - Faster Bolts Improved +25%.esp
Summermyst - Enchantments of Skyrim.esp
AMB Glass Variants Lore.esp
EnhancedLightsandFX.esp
LegacyoftheDragonborn.esp
AOS.esp
Duel - Combat Realism.esp
Combat Evolved.esp
dD - Enhanced Blood Main.esp
AOS2_EBT Patch.esp
Unique Uniques.esp
AOS2_Unique Uniques Patch.esp
AcquisitiveSoulGemMultithreaded.esp
UIExtensions.esp
AddItemMenuLE.esp
AlchemistJournal.esp
Sacrosanct - Vampires of Skyrim.esp
TTYM - Think to Yourself Messages.esp
Andromeda - Unique Standing Stones of Skyrim.esp
Auto Unequip Ammo.esp
BHWarPaints.esp
BS-TheHag_Overlays.esp
BS-TheHag_WarPaints.esp
BSHeartland - Meshes.esp
BSHeartland - Textures.esp
Cherry's Eyes.esp
Chesko_WearableLantern.esp
Differently Ebony.esp
DovahBlingJewelryReplacer.esp
SkyUI.esp
Dual Sheath Redux.esp
SkyTweak.esp
DynamicPotions.esp
EpisodeParallax.esp
FISS.esp
FNIS.esp
FNISSexyMove.esp
Facelight.esp
Female Skin Universalizer.esp
GenesisOfSolstheim.esp
HDT Female Hairstyles.esp
HDTHair_Luckystars_Standalone.esp
Headtracking.esp
HeimskrUseHome.esp
JKs Skyrim.esp
KJ Tattoos 2K.esp
KS Hairdos - HDT.esp
Kai's Lipstick.esp
KrittaKitty_horses_uniqueFrost.esp
3DNPC.esp
mnWallbaskets.esp
DeadlyDragons.esp
AOS2_DD Patch.esp
Book Covers Skyrim.esp
RealisticWaterTwo.esp
AOS2_RealisticWaterTwo Patch.esp
SoundsofSkyrimComplete.esp
Real Wildlife Skyrim 0.1.esp
Beasts of Tamriel.esp
Skyrim Immersive Creatures.esp
Undriel_QuaintRavenRock.esp
Skyrim Immersive Creatures - DLC2.esp
GM_SnazzyHDNobleBedsMix.esp
CinematicFireFX.esp
DiverseDragonsCollection3.esp
DDC3-DD patch.esp
LindsMerEyes.esp
MLPSoulGems.esp
Maevan2EyeBrows.esp
Modern Brawl Bug Fix.esp
TradeBarter.esp
NIOVHH.esp
NewMikanEyes.esp
PoisoningExtended.esp
RSChildren.esp
RSChildren Patch - BS Bruma.esp
RSChildren Patch - USLEEP.esp
RavenWP3.esp
RavenWarpaints.esp
RavensWarpaint2.esp
RaceMenu.esp
RaceMenuMorphsCBBE.esp
RaceMenuPlugin.esp
Remodeled Armor - Vanilla Replacer - Dawnguard.esp
Remodeled Armor - Vanilla Replacer - Dragonborn.esp
Remodeled Armor - Vanilla Replacer.esp
SGHairPackAIO.esp
SMIM-Bruma-Patch.esp
SMIM-DungeonsCliffsIceSkirts.esp
SMIM-FarmhouseFlickeringFix.esp
SSoB.esp
Skyrim 2017 TPTC - Parallax Maps.esp
Skyrim HD Tribute - Roads.esp
Skyrim Particle Patch for ENB - Flame Atronach Fix.esp
Vivid Weathers.esp
SoS_AOS2_Patch.esp
SoS_VividWeathers_Patch.esp
Soulgem merchants sells Black Soul Gems.esp
TheCoenaculiCBBE.esp
Thief skills rebalance for Ordinator.esp
TrueBrows.esp
UltimateDragons.esp
UnreadBooksGlow.esp
iHUD.esp
XPMSE.esp
dD-DG-DB-Immersive Creatures EBT Patch.esp
hothtrooper44_ArmorPatch.esp
Skyrim Immersive Creatures - Patch.esp
BFT Ships and Carriages.esp
TheChoiceIsYours.esp
ClefJ's Half Moon Mill- No Home Ver.esp
DarkwaterKeep.esp
RealisticWaterTwo - Legendary.esp
Inigo.esp
Skysan_ELFX_SMIM_Fix.esp
Diamond Bluff Settlement.esp
ClefJ's Dragon Bridge.esp
ClefJShorsStone.esp
ClefJ's Anga's Mill.esp
Populated Lands Roads Paths Legendary.esp
SofiaFollower.esp
AmazingFollowerTweaks.esp
Immersive Weapons.esp
Animal Tweaks.esp
High Level Enemies - SIC.esp
Rebirth Monster.esp
Rebirth Monster - USLEEP Patch.esp
Rebirth Monster - SIC Patch.esp
Rebirth Monster - HLE SIC Patch.esp
Animallica.esp
Animallica - Real Wildlife Loot.esp
Better Skill and Quest Books Names.esp
OverflowingEnchant.esp
Enchanter Tools Expanded.esp
EnchantmentPower.esp
More Interesting Loot for Skyrim.esp
Rebirth Monster - Animal Tweaks Patch.esp
Rebirth Monster - Clothing & Clutter Fixes Patch.esp
Rebirth Monster - Immersive Weapons Patch.esp
Unique Grasses_clippingfixer.esp
aMidianborn_Skyforge_Weapons.esp
[dint] BDO_Witch_DreamingStars.esp
XXBlessLorienHH.esp
XXZhumoyiHH.esp
Apachii_DivineEleganceStore_Patch.esp
ForgottenCity.esp
Immersive Citizens - AI Overhaul Lite.esp
suspiciouscityguards.esp
Skyrim Flora Overhaul.esp
Verdant - A Skyrim Grass Plugin.esp
SpecialFlora.esp
Dark Envoy.esp
Apocalypse - The Spell Package.esp
Emfy Cleric Robes.esp
Mavari Armor.esp
CleanArrowPlayer.esp
Imperious - Races of Skyrim.esp
Realistic AI Detection 2 Lite.esp
StrangeRunes.esp
[Dint]BDO_MilrenFedora.esp
Celes Nightingale Armor.esp
FranklyHDImperialArmorsAndWeapons.esp
Adler_by_NINI.esp
Gwelda Dawnguard Armor.esp
Gwelda Red Riding Hood.esp
KameleonArmor.esp
Nini Stuff 2.0.esp
NS_HuntingGroundsOutfit.esp
Silver Fox.esp
Sithis Armour.esp
TrissArmorRetextured.esp
XXsandrineHH.esp
zzArmormashups.esp
AmazingFollowerTweaks-3DNPC.esp
Better Stealth AI for Followers.esp
Celtic Music in Skyrim - Dungeons v1.1.esp
Celtic_Music_In_Skyrim_v2.1.esp
RDO - iAFT Patch.esp
RDO - USLEEP Patch.esp
Ordinator - Perks of Skyrim.esp
Apocalypse - Ordinator Compatibility Patch.esp
Alternate Start - Live Another Life.esp
ELFXEnhancer.esp
SoS_ELFX+Enhancer_Patch.esp
Bashed Patch, 0.esp
Dual Sheath Redux Patch.esp
DynDOLOD.esp

 

 

Posted

This happens when I put SMP-PE on in my MO load list, anyone knows what to do ? 

Spoiler

TRIAGER: Could not open triage file : e:\dump_analysis\program\triage\guids.ini, error 2
*** WARNING: Unable to verify timestamp for hdtHighHeelNative.dll
*** ERROR: Module load completed but symbols could not be loaded for hdtHighHeelNative.dll
*** WARNING: Unable to verify timestamp for XAudio2_6.dll
*** WARNING: Unable to verify timestamp for nvd3dum.dll
*** ERROR: Module load completed but symbols could not be loaded for nvd3dum.dll
TRIAGER: Could not open triage file : e:\dump_analysis\program\triage\modclass.ini, error 2
GetUrlPageData2 (WinHttp) failed: 12029.
*** The OS name list needs to be updated! Unknown Windows version: 10.0 ***

FAULTING_IP: 
hdtPhysicsExtensions+b0fb30
5627fb30 0000            add     byte ptr [eax],al

EXCEPTION_RECORD:  ffffffff -- (.exr 0xffffffffffffffff)
ExceptionAddress: 5627fb30 (hdtPhysicsExtensions+0x00b0fb30)
   ExceptionCode: c0000005 (Access violation)
  ExceptionFlags: 00000000
NumberParameters: 2
   Parameter[0]: 00000001
   Parameter[1]: 00000000
Attempt to write to address 00000000

DEFAULT_BUCKET_ID:  NULL_POINTER_WRITE

PROCESS_NAME:  TESV.exe

ERROR_CODE: (NTSTATUS) 0xc0000005 - The instruction at "0x%08lx" referenced memory at "0x%08lx". The memory could not be "%s".

EXCEPTION_CODE: (NTSTATUS) 0xc0000005 - The instruction at "0x%08lx" referenced memory at "0x%08lx". The memory could not be "%s".

EXCEPTION_PARAMETER1:  00000001

EXCEPTION_PARAMETER2:  00000000

WRITE_ADDRESS:  00000000 

FOLLOWUP_IP: 
hdtPhysicsExtensions+b0fb30
5627fb30 0000            add     byte ptr [eax],al

FAULTING_THREAD:  000020ac

PRIMARY_PROBLEM_CLASS:  NULL_POINTER_WRITE

BUGCHECK_STR:  APPLICATION_FAULT_NULL_POINTER_WRITE

LAST_CONTROL_TRANSFER:  from 00cd5a49 to 5627fb30

STACK_TEXT:  
WARNING: Stack unwind information not available. Following frames may be wrong.
0019f878 00cd5a49 00000000 15e03108 15e03484 hdtPhysicsExtensions+0xb0fb30
00000000 00000000 00000000 00000000 00000000 TESV+0x8d5a49


STACK_COMMAND:  ~0s; .ecxr ; kb

SYMBOL_STACK_INDEX:  0

SYMBOL_NAME:  hdtPhysicsExtensions+b0fb30

FOLLOWUP_NAME:  MachineOwner

MODULE_NAME: hdtPhysicsExtensions

IMAGE_NAME:  hdtPhysicsExtensions.dll

DEBUG_FLR_IMAGE_TIMESTAMP:  53108655

FAILURE_BUCKET_ID:  NULL_POINTER_WRITE_c0000005_hdtPhysicsExtensions.dll!Unknown

BUCKET_ID:  APPLICATION_FAULT_NULL_POINTER_WRITE_hdtPhysicsExtensions+b0fb30

WATSON_STAGEONE_URL:  http://watson.microsoft.com/StageOne/TESV_exe/1_9_32_0/51437ce5/hdtPhysicsExtensions_dll/0_0_0_0/53108655/c0000005/00b0fb30.htm?Retriage=1

Followup: MachineOwner
---------


This free analysis is provided by OSR Open Systems Resources, Inc.
Want a deeper understanding of crash dump analysis? Check out our 
Windows Kernel Debugging and Crash Dump Analysis Seminar (opens in new tab/window)

Hide DivLoaded Module List


start    end        module name
00400000 01d88000   TESV     TESV.exe    
01ec0000 01ed6000   XINPUT1_3 XINPUT1_3.dll
023b0000 02e67000   d3d9     d3d9.dll    
10000000 10047000   binkw32  binkw32.dll 
3b400000 3b41e000   steam_api steam_api.dll
54ac0000 54ad7000   usp10    usp10.dll   
54ae0000 54f2a000   d3dx9_40 d3dx9_40.dll
54f30000 54f42000   enbhelper enbhelper.dll
54f50000 54fde000   XAudio2_6 XAudio2_6.dll
54fe0000 55003000   ActivationPerkMenuFix ActivationPerkMenuFix.dll
55010000 55059000   AddItemMenuLE AddItemMenuLE.dll
55060000 550b4000   AdditionalTechniques AdditionalTechniques.dll
550c0000 550fe000   AnimSpeedPlugin AnimSpeedPlugin.dll
55100000 5511b000   BugFixPlugin BugFixPlugin.dll
55120000 5518d000   CharacterMakingExtender_plugin CharacterMakingExtender_plugin.dll
55190000 55226000   chargen  chargen.dll 
55230000 5524f000   DoubleJumpPlugin DoubleJumpPlugin.dll
55250000 55280000   DP_Extender DP_Extender.dll
55280000 553c1000   ExATKDataPlugin ExATKDataPlugin.dll
553d0000 554ee000   fiss     fiss.dll    
554f0000 5553b000   Fuz_Ro_D_oh Fuz Ro D'oh.dll
55540000 55566000   gamepadevents gamepadevents.dll
55570000 55597000   gotobed_plugin gotobed_plugin.dll
555a0000 556ad000   GrimyTools GrimyTools.dll
556b0000 556d9000   havok_fix havok_fix.dll
556e0000 55729000   hdtHighHeelNative hdtHighHeelNative.dll
55730000 55765000   HdtInvisibilityFix HdtInvisibilityFix.dll
55770000 56330000   hdtPhysicsExtensions hdtPhysicsExtensions.dll
56330000 56537000   D3DCOMPILER_43 D3DCOMPILER_43.dll
58670000 586ac000   CONCRT140 CONCRT140.dll
586b0000 586d4000   hdtSkyrimMemPatch hdtSkyrimMemPatch.dll
586e0000 5872f000   InsertAttackData InsertAttackData.dll
58730000 58746000   ItemChargePlugin ItemChargePlugin.dll
58750000 58773000   JaxonzConsolePlugIn JaxonzConsolePlugIn.dll
58780000 58796000   LipSyncFix LipSyncFix.dll
587a0000 587d0000   Lockon   Lockon.dll  
587d0000 588b1000   MagExtender MagExtender.dll
588c0000 588fc000   MfgConsole MfgConsole.dll
58900000 589d1000   nioverride nioverride.dll
589e0000 58a10000   OneTweak OneTweak.dll
58a10000 58a55000   RandomIdleAnimationPlugin RandomIdleAnimationPlugin.dll
58a60000 58ac9000   SchlongsOfSkyrim SchlongsOfSkyrim.dll
58ad0000 58b62000   SexLabUtil SexLabUtil.dll
58b70000 58b92000   showRaceMenu_preCacheKiller showRaceMenu_preCacheKiller.dll
58ba0000 58c8e000   skyrim_kindof_minimap skyrim_kindof_minimap.dll
58c90000 58d84000   StorageUtil StorageUtil.dll
58d90000 58db4000   SupersizeMe SupersizeMe.dll
58dc0000 58de5000   TissHeadTrack TissHeadTrack.dll
58df0000 58e17000   tkplugin tkplugin.dll
58e20000 58e45000   to_your_face to_your_face.dll
58e50000 58f35000   skse_1_9_32 skse_1_9_32.dll
58f40000 58fb7000   CrashFixPlugin CrashFixPlugin.dll
58fc0000 59131000   usvfs_x86 usvfs_x86.dll
59140000 59325000   D3DX9_42_59140000 D3DX9_42.dll
59330000 5952f000   d3dx9_43 d3dx9_43.dll
59530000 595b6000   TextInputFramework TextInputFramework.dll
595c0000 596ab000   Windows_UI Windows.UI.dll
596b0000 597bf000   AudioSes AudioSes.dll
597c0000 59877000   Nahimic3DevProps2 Nahimic3DevProps2.dll
5add0000 5ae10000   UltimateCombat UltimateCombat.dll
5ae10000 5ae68000   NahimicOSD NahimicOSD.dll
5c2e0000 5c2f6000   LoadGameFix LoadGameFix.dll
5c300000 5c337000   dinput8  dinput8.dll 
5c340000 5c381000   d3dx9_42 d3dx9_42.dll
60ef0000 613f8000   d2d1     d2d1.dll    
61400000 6166a000   CoreUIComponents CoreUIComponents.dll
61670000 616ff000   CoreMessaging CoreMessaging.dll
61700000 61791000   inputhost inputhost.dll
628e0000 62951000   msvcp140 msvcp140.dll
634a0000 634be000   UltimateDragons UltimateDragons.dll
638c0000 63aea000   nvspcap  nvspcap.dll 
63c10000 63cba000   nvSCPAPI nvSCPAPI.dll
64150000 6422b000   WinTypes WinTypes.dll
64820000 649c3000   twinapi_appcore twinapi.appcore.dll
64d60000 64f89000   d3d11    d3d11.dll   
67ff0000 69071000   nvd3dum  nvd3dum.dll 
69f90000 6a101000   windowscodecs windowscodecs.dll
6a7e0000 6a7f5000   VCRUNTIME140 VCRUNTIME140.dll
6a8e0000 6a93e000   MMDevAPI MMDevAPI.dll
6a9f0000 6aa14000   dbgcore  dbgcore.dll 
6aa20000 6abaf000   dbghelp  dbghelp.dll 
6b470000 6b536000   nvldumd  nvldumd.dll 
6b540000 6b6b1000   d3d9_6b540000 d3d9.dll    
6b6c0000 6b764000   dxgi     dxgi.dll    
6bbb0000 6bc3e000   comctl32 comctl32.dll
6bf50000 6bf6e000   rmclient rmclient.dll
6c500000 6c508000   wsock32  wsock32.dll 
6ca50000 6ca57000   X3DAudio1_7 X3DAudio1_7.dll
70680000 706af000   rsaenh   rsaenh.dll  
70ce0000 70d06000   dwmapi   dwmapi.dll  
70ef0000 70f0b000   ProductInfo ProductInfo.dll
70ff0000 71016000   cryptnet cryptnet.dll
71020000 7103e000   gpapi    gpapi.dll   
73d60000 73d83000   devobj   devobj.dll  
73fc0000 73fe9000   ntmarta  ntmarta.dll 
74930000 74953000   WINMMBASE WINMMBASE.dll
74960000 74984000   winmm    winmm.dll   
74ba0000 74c1b000   uxtheme  uxtheme.dll 
74ca0000 74e1e000   propsys  propsys.dll 
74e60000 74e6b000   hid      hid.dll     
74ee0000 74ee8000   avrt     avrt.dll    
74f00000 74f08000   version  version.dll 
74f30000 74fcc000   apphelp  apphelp.dll 
75030000 7503a000   CRYPTBASE CRYPTBASE.dll
75040000 75060000   sspicli  sspicli.dll 
75060000 75077000   win32u   win32u.dll  
75110000 75191000   clbcatq  clbcatq.dll 
751a0000 751c3000   gdi32    gdi32.dll   
751d0000 7571d000   shell32  shell32.dll 
75720000 75765000   wintrust wintrust.dll
75770000 75d6a000   windows_storage windows.storage.dll
75d70000 75d89000   imagehlp imagehlp.dll
75d90000 75e8c000   ole32    ole32.dll   
75f00000 75f25000   imm32    imm32.dll   
75f30000 75fef000   rpcrt4   rpcrt4.dll  
75ff0000 75ff6000   psapi    psapi.dll   
76000000 76089000   SHCore   SHCore.dll  
760a0000 760bc000   profapi  profapi.dll 
760c0000 76140000   msvcp_win msvcp_win.dll
76140000 7614e000   msasn1   msasn1.dll  
76150000 762e9000   user32   user32.dll  
762f0000 7636e000   advapi32 advapi32.dll
76370000 7646a000   comdlg32 comdlg32.dll
76470000 765d6000   gdi32full gdi32full.dll
767b0000 7680f000   ws2_32   ws2_32.dll  
76810000 76a09000   KERNELBASE KERNELBASE.dll
76a10000 76b33000   ucrtbase ucrtbase.dll
76b40000 76b84000   shlwapi  shlwapi.dll 
76b90000 76c2b000   oleaut32 oleaut32.dll
76c30000 76d10000   kernel32 kernel32.dll
76d10000 76e4d000   msctf    msctf.dll   
76e50000 76e5f000   kernel_appcore kernel.appcore.dll
76e60000 76e79000   bcrypt   bcrypt.dll  
76e80000 76ee2000   bcryptPrimitives bcryptPrimitives.dll
76ef0000 77168000   combase  combase.dll 
77170000 77309000   crypt32  crypt32.dll 
77310000 77322000   cryptsp  cryptsp.dll 
77330000 773f0000   msvcrt   msvcrt.dll  
773f0000 7783b000   setupapi setupapi.dll
77840000 7787b000   cfgmgr32 cfgmgr32.dll
77880000 778d4000   powrprof powrprof.dll
778e0000 77959000   sechost  sechost.dll 
779d0000 77b6c000   ntdll    ntdll.dll   


 
Posted
2 hours ago, Sesoku said:

This happens when I put SMP-PE on in my MO load list, anyone knows what to do ? 

  Reveal hidden contents


TRIAGER: Could not open triage file : e:\dump_analysis\program\triage\guids.ini, error 2
*** WARNING: Unable to verify timestamp for hdtHighHeelNative.dll
*** ERROR: Module load completed but symbols could not be loaded for hdtHighHeelNative.dll
*** WARNING: Unable to verify timestamp for XAudio2_6.dll
*** WARNING: Unable to verify timestamp for nvd3dum.dll
*** ERROR: Module load completed but symbols could not be loaded for nvd3dum.dll
TRIAGER: Could not open triage file : e:\dump_analysis\program\triage\modclass.ini, error 2
GetUrlPageData2 (WinHttp) failed: 12029.
*** The OS name list needs to be updated! Unknown Windows version: 10.0 ***

FAULTING_IP: 
hdtPhysicsExtensions+b0fb30
5627fb30 0000            add     byte ptr [eax],al

EXCEPTION_RECORD:  ffffffff -- (.exr 0xffffffffffffffff)
ExceptionAddress: 5627fb30 (hdtPhysicsExtensions+0x00b0fb30)
   ExceptionCode: c0000005 (Access violation)
  ExceptionFlags: 00000000
NumberParameters: 2
   Parameter[0]: 00000001
   Parameter[1]: 00000000
Attempt to write to address 00000000

DEFAULT_BUCKET_ID:  NULL_POINTER_WRITE

PROCESS_NAME:  TESV.exe

ERROR_CODE: (NTSTATUS) 0xc0000005 - The instruction at "0x%08lx" referenced memory at "0x%08lx". The memory could not be "%s".

EXCEPTION_CODE: (NTSTATUS) 0xc0000005 - The instruction at "0x%08lx" referenced memory at "0x%08lx". The memory could not be "%s".

EXCEPTION_PARAMETER1:  00000001

EXCEPTION_PARAMETER2:  00000000

WRITE_ADDRESS:  00000000 

FOLLOWUP_IP: 
hdtPhysicsExtensions+b0fb30
5627fb30 0000            add     byte ptr [eax],al

FAULTING_THREAD:  000020ac

PRIMARY_PROBLEM_CLASS:  NULL_POINTER_WRITE

BUGCHECK_STR:  APPLICATION_FAULT_NULL_POINTER_WRITE

LAST_CONTROL_TRANSFER:  from 00cd5a49 to 5627fb30

STACK_TEXT:  
WARNING: Stack unwind information not available. Following frames may be wrong.
0019f878 00cd5a49 00000000 15e03108 15e03484 hdtPhysicsExtensions+0xb0fb30
00000000 00000000 00000000 00000000 00000000 TESV+0x8d5a49


STACK_COMMAND:  ~0s; .ecxr ; kb

SYMBOL_STACK_INDEX:  0

SYMBOL_NAME:  hdtPhysicsExtensions+b0fb30

FOLLOWUP_NAME:  MachineOwner

MODULE_NAME: hdtPhysicsExtensions

IMAGE_NAME:  hdtPhysicsExtensions.dll

DEBUG_FLR_IMAGE_TIMESTAMP:  53108655

FAILURE_BUCKET_ID:  NULL_POINTER_WRITE_c0000005_hdtPhysicsExtensions.dll!Unknown

BUCKET_ID:  APPLICATION_FAULT_NULL_POINTER_WRITE_hdtPhysicsExtensions+b0fb30

WATSON_STAGEONE_URL:  http://watson.microsoft.com/StageOne/TESV_exe/1_9_32_0/51437ce5/hdtPhysicsExtensions_dll/0_0_0_0/53108655/c0000005/00b0fb30.htm?Retriage=1

Followup: MachineOwner
---------


This free analysis is provided by OSR Open Systems Resources, Inc.
Want a deeper understanding of crash dump analysis? Check out our 
Windows Kernel Debugging and Crash Dump Analysis Seminar (opens in new tab/window)

Hide DivLoaded Module List



start    end        module name
00400000 01d88000   TESV     TESV.exe    
01ec0000 01ed6000   XINPUT1_3 XINPUT1_3.dll
023b0000 02e67000   d3d9     d3d9.dll    
10000000 10047000   binkw32  binkw32.dll 
3b400000 3b41e000   steam_api steam_api.dll
54ac0000 54ad7000   usp10    usp10.dll   
54ae0000 54f2a000   d3dx9_40 d3dx9_40.dll
54f30000 54f42000   enbhelper enbhelper.dll
54f50000 54fde000   XAudio2_6 XAudio2_6.dll
54fe0000 55003000   ActivationPerkMenuFix ActivationPerkMenuFix.dll
55010000 55059000   AddItemMenuLE AddItemMenuLE.dll
55060000 550b4000   AdditionalTechniques AdditionalTechniques.dll
550c0000 550fe000   AnimSpeedPlugin AnimSpeedPlugin.dll
55100000 5511b000   BugFixPlugin BugFixPlugin.dll
55120000 5518d000   CharacterMakingExtender_plugin CharacterMakingExtender_plugin.dll
55190000 55226000   chargen  chargen.dll 
55230000 5524f000   DoubleJumpPlugin DoubleJumpPlugin.dll
55250000 55280000   DP_Extender DP_Extender.dll
55280000 553c1000   ExATKDataPlugin ExATKDataPlugin.dll
553d0000 554ee000   fiss     fiss.dll    
554f0000 5553b000   Fuz_Ro_D_oh Fuz Ro D'oh.dll
55540000 55566000   gamepadevents gamepadevents.dll
55570000 55597000   gotobed_plugin gotobed_plugin.dll
555a0000 556ad000   GrimyTools GrimyTools.dll
556b0000 556d9000   havok_fix havok_fix.dll
556e0000 55729000   hdtHighHeelNative hdtHighHeelNative.dll
55730000 55765000   HdtInvisibilityFix HdtInvisibilityFix.dll
55770000 56330000   hdtPhysicsExtensions hdtPhysicsExtensions.dll
56330000 56537000   D3DCOMPILER_43 D3DCOMPILER_43.dll
58670000 586ac000   CONCRT140 CONCRT140.dll
586b0000 586d4000   hdtSkyrimMemPatch hdtSkyrimMemPatch.dll
586e0000 5872f000   InsertAttackData InsertAttackData.dll
58730000 58746000   ItemChargePlugin ItemChargePlugin.dll
58750000 58773000   JaxonzConsolePlugIn JaxonzConsolePlugIn.dll
58780000 58796000   LipSyncFix LipSyncFix.dll
587a0000 587d0000   Lockon   Lockon.dll  
587d0000 588b1000   MagExtender MagExtender.dll
588c0000 588fc000   MfgConsole MfgConsole.dll
58900000 589d1000   nioverride nioverride.dll
589e0000 58a10000   OneTweak OneTweak.dll
58a10000 58a55000   RandomIdleAnimationPlugin RandomIdleAnimationPlugin.dll
58a60000 58ac9000   SchlongsOfSkyrim SchlongsOfSkyrim.dll
58ad0000 58b62000   SexLabUtil SexLabUtil.dll
58b70000 58b92000   showRaceMenu_preCacheKiller showRaceMenu_preCacheKiller.dll
58ba0000 58c8e000   skyrim_kindof_minimap skyrim_kindof_minimap.dll
58c90000 58d84000   StorageUtil StorageUtil.dll
58d90000 58db4000   SupersizeMe SupersizeMe.dll
58dc0000 58de5000   TissHeadTrack TissHeadTrack.dll
58df0000 58e17000   tkplugin tkplugin.dll
58e20000 58e45000   to_your_face to_your_face.dll
58e50000 58f35000   skse_1_9_32 skse_1_9_32.dll
58f40000 58fb7000   CrashFixPlugin CrashFixPlugin.dll
58fc0000 59131000   usvfs_x86 usvfs_x86.dll
59140000 59325000   D3DX9_42_59140000 D3DX9_42.dll
59330000 5952f000   d3dx9_43 d3dx9_43.dll
59530000 595b6000   TextInputFramework TextInputFramework.dll
595c0000 596ab000   Windows_UI Windows.UI.dll
596b0000 597bf000   AudioSes AudioSes.dll
597c0000 59877000   Nahimic3DevProps2 Nahimic3DevProps2.dll
5add0000 5ae10000   UltimateCombat UltimateCombat.dll
5ae10000 5ae68000   NahimicOSD NahimicOSD.dll
5c2e0000 5c2f6000   LoadGameFix LoadGameFix.dll
5c300000 5c337000   dinput8  dinput8.dll 
5c340000 5c381000   d3dx9_42 d3dx9_42.dll
60ef0000 613f8000   d2d1     d2d1.dll    
61400000 6166a000   CoreUIComponents CoreUIComponents.dll
61670000 616ff000   CoreMessaging CoreMessaging.dll
61700000 61791000   inputhost inputhost.dll
628e0000 62951000   msvcp140 msvcp140.dll
634a0000 634be000   UltimateDragons UltimateDragons.dll
638c0000 63aea000   nvspcap  nvspcap.dll 
63c10000 63cba000   nvSCPAPI nvSCPAPI.dll
64150000 6422b000   WinTypes WinTypes.dll
64820000 649c3000   twinapi_appcore twinapi.appcore.dll
64d60000 64f89000   d3d11    d3d11.dll   
67ff0000 69071000   nvd3dum  nvd3dum.dll 
69f90000 6a101000   windowscodecs windowscodecs.dll
6a7e0000 6a7f5000   VCRUNTIME140 VCRUNTIME140.dll
6a8e0000 6a93e000   MMDevAPI MMDevAPI.dll
6a9f0000 6aa14000   dbgcore  dbgcore.dll 
6aa20000 6abaf000   dbghelp  dbghelp.dll 
6b470000 6b536000   nvldumd  nvldumd.dll 
6b540000 6b6b1000   d3d9_6b540000 d3d9.dll    
6b6c0000 6b764000   dxgi     dxgi.dll    
6bbb0000 6bc3e000   comctl32 comctl32.dll
6bf50000 6bf6e000   rmclient rmclient.dll
6c500000 6c508000   wsock32  wsock32.dll 
6ca50000 6ca57000   X3DAudio1_7 X3DAudio1_7.dll
70680000 706af000   rsaenh   rsaenh.dll  
70ce0000 70d06000   dwmapi   dwmapi.dll  
70ef0000 70f0b000   ProductInfo ProductInfo.dll
70ff0000 71016000   cryptnet cryptnet.dll
71020000 7103e000   gpapi    gpapi.dll   
73d60000 73d83000   devobj   devobj.dll  
73fc0000 73fe9000   ntmarta  ntmarta.dll 
74930000 74953000   WINMMBASE WINMMBASE.dll
74960000 74984000   winmm    winmm.dll   
74ba0000 74c1b000   uxtheme  uxtheme.dll 
74ca0000 74e1e000   propsys  propsys.dll 
74e60000 74e6b000   hid      hid.dll     
74ee0000 74ee8000   avrt     avrt.dll    
74f00000 74f08000   version  version.dll 
74f30000 74fcc000   apphelp  apphelp.dll 
75030000 7503a000   CRYPTBASE CRYPTBASE.dll
75040000 75060000   sspicli  sspicli.dll 
75060000 75077000   win32u   win32u.dll  
75110000 75191000   clbcatq  clbcatq.dll 
751a0000 751c3000   gdi32    gdi32.dll   
751d0000 7571d000   shell32  shell32.dll 
75720000 75765000   wintrust wintrust.dll
75770000 75d6a000   windows_storage windows.storage.dll
75d70000 75d89000   imagehlp imagehlp.dll
75d90000 75e8c000   ole32    ole32.dll   
75f00000 75f25000   imm32    imm32.dll   
75f30000 75fef000   rpcrt4   rpcrt4.dll  
75ff0000 75ff6000   psapi    psapi.dll   
76000000 76089000   SHCore   SHCore.dll  
760a0000 760bc000   profapi  profapi.dll 
760c0000 76140000   msvcp_win msvcp_win.dll
76140000 7614e000   msasn1   msasn1.dll  
76150000 762e9000   user32   user32.dll  
762f0000 7636e000   advapi32 advapi32.dll
76370000 7646a000   comdlg32 comdlg32.dll
76470000 765d6000   gdi32full gdi32full.dll
767b0000 7680f000   ws2_32   ws2_32.dll  
76810000 76a09000   KERNELBASE KERNELBASE.dll
76a10000 76b33000   ucrtbase ucrtbase.dll
76b40000 76b84000   shlwapi  shlwapi.dll 
76b90000 76c2b000   oleaut32 oleaut32.dll
76c30000 76d10000   kernel32 kernel32.dll
76d10000 76e4d000   msctf    msctf.dll   
76e50000 76e5f000   kernel_appcore kernel.appcore.dll
76e60000 76e79000   bcrypt   bcrypt.dll  
76e80000 76ee2000   bcryptPrimitives bcryptPrimitives.dll
76ef0000 77168000   combase  combase.dll 
77170000 77309000   crypt32  crypt32.dll 
77310000 77322000   cryptsp  cryptsp.dll 
77330000 773f0000   msvcrt   msvcrt.dll  
773f0000 7783b000   setupapi setupapi.dll
77840000 7787b000   cfgmgr32 cfgmgr32.dll
77880000 778d4000   powrprof powrprof.dll
778e0000 77959000   sechost  sechost.dll 
779d0000 77b6c000   ntdll    ntdll.dll   



 

Easy. Don't put SMP-PE in your MOload list.

Posted
1 hour ago, Grey Cloud said:

Easy. Don't put SMP-PE in your MOload list.

this have nothing to do with smp pe, whatever that is....

 

 

3 hours ago, Sesoku said:

This happens when I put SMP-PE on in my MO load list, anyone knows what to do ? 


EXCEPTION_RECORD:  ffffffff -- (.exr 0xffffffffffffffff)
ExceptionAddress: 5627fb30 (hdtPhysicsExtensions+0x00b0fb30)
   ExceptionCode: c0000005 (Access violation)


 

 

On 11/24/2018 at 7:23 PM, yatol said:

and here come another c0000005, even if there's what that mean above... or in google (where i found what that mean)

 

of course nobody can guess from your load order what you did to allow skyrim.exe to allocate ram that doesn't exist

most ram ctd it's enbhost.exe that is given 11gb when they have 8gb (you will ram ctd before getting to 8gb, skyrim.exe need ram too, windows need ram too)

there's other things that mess with ram, use none of them so no idea how you can ram ctd using that (and won't try that stuff to find out)

Posted
On 12/21/2017 at 12:25 AM, kasai409 said:

it's not a broken save game, it happens on a fresh character after 10-30 minutes.

It is possible that something in your game (mods) are damaging your save or game play.  If it occurs during a quest, action, interaction, location, etc and can be repeated it is difficult but not impossible (xxedit check the ID etc for conflicts) However if it is random it would be much harder. IN that case (and most cases for me) I just play with the load lorder and see where it goes wrong. In your case itn't that difficult since it happens in the game 10-30 minutes.

Posted
26 minutes ago, RitualClarity said:

It is possible that something in your game (mods) are damaging your save or game play.  If it occurs during a quest, action, interaction, location, etc and can be repeated it is difficult but not impossible (xxedit check the ID etc for conflicts) However if it is random it would be much harder. IN that case (and most cases for me) I just play with the load lorder and see where it goes wrong. In your case itn't that difficult since it happens in the game 10-30 minutes.

The post you are responding to is 12 months old.

Posted

I'm getting this as my crash log:

Spoiler

Crash Dump Analysis provided by OSR Open Systems Resources, Inc. (http://www.osr.com)
Online Crash Dump Analysis Service
See http://www.osronline.com for more information
Windows 8 Version 17134 MP (4 procs) Free x64
Product: WinNt, suite: SingleUserTS Personal
kernel32.dll version: 10.0.17134.12 (WinBuild.160101.0800)
Machine Name:
Debug session time: Sun Dec  2 11:21:35.000 2018 (UTC - 5:00)
System Uptime: not available
Process Uptime: 0 days 0:02:38.000
  Kernel time: 0 days 0:01:32.000
  User time: 0 days 0:02:19.000
TRIAGER: Could not open triage file : e:\dump_analysis\program\triage\oca.ini, error 2
TRIAGER: Could not open triage file : e:\dump_analysis\program\winxp\triage.ini, error 2
TRIAGER: Could not open triage file : e:\dump_analysis\program\triage\user.ini, error 2
*******************************************************************************
*                                                                             *
*                        Exception Analysis                                   *
*                                                                             *
*******************************************************************************

TRIAGER: Could not open triage file : e:\dump_analysis\program\triage\guids.ini, error 2
*** WARNING: Unable to verify timestamp for atidxx64.dll
*** ERROR: Module load completed but symbols could not be loaded for atidxx64.dll
*** WARNING: Unable to verify timestamp for XAudio2_7.dll
*** WARNING: Unable to verify timestamp for msvcp140.dll
TRIAGER: Could not open triage file : e:\dump_analysis\program\triage\modclass.ini, error 2
GetUrlPageData2 (WinHttp) failed: 12029.
*** The OS name list needs to be updated! Unknown Windows version: 10.0 ***

FAULTING_IP: 
SkyrimSE+1cb7a6
00007ff6`5345b7a6 498bbc2430010000 mov     rdi,qword ptr [r12+130h]

EXCEPTION_RECORD:  ffffffffffffffff -- (.exr 0xffffffffffffffff)
ExceptionAddress: 00007ff65345b7a6 (SkyrimSE+0x00000000001cb7a6)
   ExceptionCode: c0000005 (Access violation)
  ExceptionFlags: 00000000
NumberParameters: 2
   Parameter[0]: 0000000000000000
   Parameter[1]: 0000000000000130
Attempt to read from address 0000000000000130

DEFAULT_BUCKET_ID:  NULL_CLASS_PTR_READ

PROCESS_NAME:  SkyrimSE.exe

ERROR_CODE: (NTSTATUS) 0xc0000005 - The instruction at "0x%08lx" referenced memory at "0x%08lx". The memory could not be "%s".

EXCEPTION_CODE: (NTSTATUS) 0xc0000005 - The instruction at "0x%08lx" referenced memory at "0x%08lx". The memory could not be "%s".

EXCEPTION_PARAMETER1:  0000000000000000

EXCEPTION_PARAMETER2:  0000000000000130

READ_ADDRESS:  0000000000000130 

FOLLOWUP_IP: 
SkyrimSE+1cb7a6
00007ff6`5345b7a6 498bbc2430010000 mov     rdi,qword ptr [r12+130h]

FAULTING_THREAD:  00000000000030b4

PRIMARY_PROBLEM_CLASS:  NULL_CLASS_PTR_READ

BUGCHECK_STR:  APPLICATION_FAULT_NULL_CLASS_PTR_READ

LAST_CONTROL_TRANSFER:  from 0000000000000000 to 00007ff65345b7a6

STACK_TEXT:  
00000033`d9fff3d0 00000000`00000000 : 0000016c`61229910 0000016c`0a984818 0000016c`0000001d 00000000`00000000 : SkyrimSE+0x1cb7a6


SYMBOL_STACK_INDEX:  0

SYMBOL_NAME:  SkyrimSE+1cb7a6

FOLLOWUP_NAME:  MachineOwner

MODULE_NAME: SkyrimSE

IMAGE_NAME:  SkyrimSE.exe

DEBUG_FLR_IMAGE_TIMESTAMP:  5ba3f5fc

STACK_COMMAND:  ~29s; .ecxr ; kb

FAILURE_BUCKET_ID:  NULL_CLASS_PTR_READ_c0000005_SkyrimSE.exe!Unknown

BUCKET_ID:  X64_APPLICATION_FAULT_NULL_CLASS_PTR_READ_SkyrimSE+1cb7a6

WATSON_STAGEONE_URL:  http://watson.microsoft.com/StageOne/SkyrimSE_exe/1_0_0_0/5ba3f5fc/SkyrimSE_exe/1_0_0_0/5ba3f5fc/c0000005/001cb7a6.htm?Retriage=1

Followup: MachineOwner

Any ideas as to what this means? I opened the crash log in Visual Studio and it indicated that it was an error relating to something trying to read or write to a file that it didn't have permissions for.

Posted
Quote

EXCEPTION_RECORD:  ffffffff -- (.exr 0xffffffffffffffff)
ExceptionAddress: 00c66d63 (TESV+0x00866d63)
   ExceptionCode: c0000005 (Access violation)
  ExceptionFlags: 00000000
NumberParameters: 2
   Parameter[0]: 00000001
   Parameter[1]: 42ad0004
Attempt to write to address 42ad0004

 

Posted

Who knows how to solve this? CDTs when i traveling in any open location. 

Quote

TRIAGER: Could not open triage file : e:\dump_analysis\program\triage\guids.ini, error 2
*** WARNING: Unable to verify timestamp for TESV.exe
*** ERROR: Module load completed but symbols could not be loaded for TESV.exe
*** WARNING: Unable to verify timestamp for hdtPhysicsExtensions.dll
*** ERROR: Module load completed but symbols could not be loaded for hdtPhysicsExtensions.dll
*** WARNING: Unable to verify timestamp for JContainers.dll
*** ERROR: Module load completed but symbols could not be loaded for JContainers.dll
*** WARNING: Unable to verify timestamp for XAudio2_6.dll
*** WARNING: Unable to verify timestamp for atiumdag.dll
*** ERROR: Module load completed but symbols could not be loaded for atiumdag.dll
Unable to load image C:\Windows\System32\amdihk32.dll, Win32 error 0n2
*** WARNING: Unable to verify timestamp for amdihk32.dll
*** ERROR: Module load completed but symbols could not be loaded for amdihk32.dll
TRIAGER: Could not open triage file : e:\dump_analysis\program\triage\modclass.ini, error 2
GetUrlPageData2 (WinHttp) failed: 12029.
*** The OS name list needs to be updated! Unknown Windows version: 10.0 ***

FAULTING_IP: 
msvcrt!fastcopy_I+20
75d9a934 660f6f06        movdqa  xmm0,xmmword ptr [esi]

EXCEPTION_RECORD:  ffffffff -- (.exr 0xffffffffffffffff)
ExceptionAddress: 75d9a934 (msvcrt!fastcopy_I+0x00000020)
   ExceptionCode: c0000005 (Access violation)
  ExceptionFlags: 00000000
NumberParameters: 2
   Parameter[0]: 00000000
   Parameter[1]: 38db0000
Attempt to read from address 38db0000

DEFAULT_BUCKET_ID:  INVALID_POINTER_READ

PROCESS_NAME:  TESV.exe

ERROR_CODE: (NTSTATUS) 0xc0000005 - The instruction at "0x%08lx" referenced memory at "0x%08lx". The memory could not be "%s".

EXCEPTION_CODE: (NTSTATUS) 0xc0000005 - The instruction at "0x%08lx" referenced memory at "0x%08lx". The memory could not be "%s".

EXCEPTION_PARAMETER1:  00000000

EXCEPTION_PARAMETER2:  38db0000

READ_ADDRESS:  38db0000 

FOLLOWUP_IP: 
msvcrt!fastcopy_I+20
75d9a934 660f6f06        movdqa  xmm0,xmmword ptr [esi]

FAULTING_THREAD:  00001e9c

PRIMARY_PROBLEM_CLASS:  INVALID_POINTER_READ

BUGCHECK_STR:  APPLICATION_FAULT_INVALID_POINTER_READ

LAST_CONTROL_TRANSFER:  from 75d9a883 to 75d9a934

STACK_TEXT:  
53a1d994 75d9a883 fa3cae20 38db0000 00000800 msvcrt!fastcopy_I+0x20
53a1d9a4 00000000 00000000 69abc966 38db0000 msvcrt!_VEC_memcpy+0x52


SYMBOL_STACK_INDEX:  0

SYMBOL_NAME:  msvcrt!fastcopy_I+20

FOLLOWUP_NAME:  MachineOwner

MODULE_NAME: msvcrt

IMAGE_NAME:  msvcrt.dll

DEBUG_FLR_IMAGE_TIMESTAMP:  0

STACK_COMMAND:  ~33s; .ecxr ; kb

FAILURE_BUCKET_ID:  INVALID_POINTER_READ_c0000005_msvcrt.dll!fastcopy_I

BUCKET_ID:  APPLICATION_FAULT_INVALID_POINTER_READ_msvcrt!fastcopy_I+20

WATSON_STAGEONE_URL:  http://watson.microsoft.com/StageOne/TESV_exe/1_9_32_0/51437ce5/msvcrt_dll/7_0_17134_1/c5dd3631/c0000005/0008a934.htm?Retriage=1

 

Posted
Spoiler
4 minutes ago, Mubaraksa said:

Who knows how to solve this? CDTs when i traveling in any open location. 

 

 

 

At least on my laptop, your spoiler is so dark that it is unreadable.

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...