Cannaisseur Posted October 30, 2025 Posted October 30, 2025 I finally updated my Skyrim to 1.6.1170, but now I'm crashing after a second or 2 of the game running. I notice that i keep getting this same error thrown: (Access Violation: Tried to read memory at 0x7FF826862588) But can't figure out what's causing it. I've attached the last few crash logs. crash-2025-10-30-16-17-50.log crash-2025-10-30-16-32-28.log crash-2025-10-30-16-47-40.log
traison Posted October 30, 2025 Posted October 30, 2025 (edited) crash-2025-10-30-16-47-40.log crash-2025-10-30-16-17-50.log Same issue as here. crash-2025-10-30-16-32-28.log It crashed because it tried to dereference the result of RAX+RCX, both of which were 0 - one of them should have been a valid pointer to an object most likely. This is practically a null pointer issue. It's having issues with form id 0x0003E24A (topic info) "Nargh!". Script notes field contains the following: "wordless grunt of exertion as you blow a sword blow". Not sure whose "sword" Bethesda was blowing or for what reason, I guess that's none of our business, but it looks like there's an issue with some NPC damage sounds. Check this record in xEdit, make note of all mods altering it and what they're doing. If one of them removes a field, or changes a field to contain an unresolvable reference then that's your problem. Find the associated fuz (voice) file, and query your mod manager for which mod provides it. Remove the mod and test again. Edited October 30, 2025 by traison 1
Cannaisseur Posted October 30, 2025 Author Posted October 30, 2025 2 hours ago, traison said: crash-2025-10-30-16-47-40.log crash-2025-10-30-16-17-50.log Same issue as here. crash-2025-10-30-16-32-28.log It crashed because it tried to dereference the result of RAX+RCX, both of which were 0 - one of them should have been a valid pointer to an object most likely. This is practically a null pointer issue. It's having issues with form id 0x0003E24A (topic info) "Nargh!". Script notes field contains the following: "wordless grunt of exertion as you blow a sword blow". Not sure whose "sword" Bethesda was blowing or for what reason, I guess that's none of our business, but it looks like there's an issue with some NPC damage sounds. Check this record in xEdit, make note of all mods altering it and what they're doing. If one of them removes a field, or changes a field to contain an unresolvable reference then that's your problem. Find the associated fuz (voice) file, and query your mod manager for which mod provides it. Remove the mod and test again. Idk if people on this website tell you this but you're the GOAT. Also I isolated the mod causing the crash to be Skyclimb. There's actually already a fix for it on Nexus already. 1
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now