ARO57 Posted February 6, 2022 Posted February 6, 2022 I get a CTD when i try to go outside so i check the crash logger: Skyrim SSE v1.6.353 CrashLoggerSSE v1.0.0 Unhandled exception "EXCEPTION_ACCESS_VIOLATION" at 0x7FF725599090 does this help for me to see which mod it cause? thats under the unhandled exception: PROBABLE CALL STACK: REGISTERS: RAX 0x18 (size_t) RCX 0x7FF694C90000 (void*) RDX 0x2D11F6DBFA0 (void*) RBX 0x2D11F6DBFA0 (void*) RSP 0xEEC22FDB50 (void*) RBP 0xEEC22FDC90 (void*) RSI 0xEEC22FDFE0 (void*) RDI 0xEEC22FDBF8 (void*) R8 0x7FF725599090 (size_t) R9 0xEEC22FDBF8 (void*) R10 0x2 (size_t) R11 0x2D11F6DBFA0 (void*) R12 0x7FF697C82AD0 (void* -> SkyrimSE.exe+2FF2AD0) R13 0xEEC22FE000 (void*) R14 0x2D11F6DBFA0 (void*) R15 0xEEC22FDFE0 (void*) STACK: [RSP+0 ] 0x2D11F6DB560 (StructArrayImplementation::Object*) [RSP+8 ] 0x7FF69568A28A (void* -> SkyrimSE.exe+09FA28A) [RSP+10 ] 0x2D11FD649A0 (char*) "hkbBehaviorGraph"
qalavix Posted February 7, 2022 Posted February 7, 2022 Registers probably will not help, as that's an assembly/machinelanguage item (VERY low level programming). "Possible relevant objects' is more useful. 'Framework version' and 'Application info' (near the top of the log) are useful in confirming what you are actually running (SE or LE? SE or AE?) That's about all _I_ can tell you.
3reaker Posted February 7, 2022 Posted February 7, 2022 The section that's most likely to tell you which mod it is would be the bit between PROBABLE CALL STACK: and REGISTERS: which, as you can see, is empty, which means that the crash logger was unable to guess what the stack of calling fuctions was. An access violation error means that something tried to read/write something that it did not have permission for. That might be as simple as writing to a file in Program Files that was protected / read-only, or might be trying to use the contents of an area of memory that is outside of the valid address space for the calling code (this is ususally caused by using an uninitialised or corrupt memory pointer. But basically, nope, there absolutely nothing in the snippet that you posted that is likely to help identify what mod caused it. General advice * you're on 1.6.353, which is the current steam version of AE, so make sure that you definitely have the AE versions of any mods that have one, and are not running anything that the mods own support thread says doesn't work in AE. * revert whatever changes you made around the time it started happening * If you've recently removed any mods, reinstall them or use a save cleaner to try to fix your savegame
ARO57 Posted February 8, 2022 Author Posted February 8, 2022 thanks for the help, so in the last crashlogger is this: PROBABLE CALL STACK: [0] 0x7FF74CA972D0 SkyrimSE.exe+0C072D0 -> 67399+0xD0 [1] 0x0000E71CF940 but i think i cant find out which mods these are right? it should be all correct with my ae version and other mods
3reaker Posted February 8, 2022 Posted February 8, 2022 37 minutes ago, ARO57 said: PROBABLE CALL STACK: [0] 0x7FF74CA972D0 SkyrimSE.exe+0C072D0 -> 67399+0xD0 [1] 0x0000E71CF940 That's actually executing code in SkyrimSE.exe at the time, then, so the code is probably good, but the data it is operating on is not. Have you tried a save-game cleaner? Other than that, all I can advise is the general process for finding this kind of thing. * revert whatever changes you made around the time it started happening * If you've recently removed any mods, reinstall them or use a save cleaner to try to fix your savegame * if all else fails, remove mods one at a time until you find it, or go back to nothing, and restore mods in small groups util it breaks again. It's not fun, and can take a long time, but sometimes there just aren't any shortcuts.
ARO57 Posted February 10, 2022 Author Posted February 10, 2022 no i dont tried a save game cleaner but now i will thanks for the tipps
ARO57 Posted February 10, 2022 Author Posted February 10, 2022 when i start a new game play, i have the same problem if i open the door in the whiterun tavern i got a ctd i can load my old save files a little bit but if i walk more or open a door i get an ctd its not with alll save games but with the most until i want to go outside i got ctd
Recommended Posts
Archived
This topic is now archived and is closed to further replies.