Steelwaffle357 Posted January 28, 2025 Posted January 28, 2025 I get CTDs when I engage in battle, here's my modlist and crash log. crash-2025-01-28-14-31-39.log plugins.txt
traison Posted January 28, 2025 Posted January 28, 2025 The crash occured because it tried to dereference RCX, which at the time of the crash was set to 0xBED9FFCD. So this is not a null pointer, but rather some bad data or arhithmetic gone wrong. It has something to do with a mesh with a BSFadeNode called "BloodSprayDustyImpact01". Its a physics-enabled particle, and SMP may have been remotely involved. Disable SMP and test again. If the problem doesn't go away, search through all nif files in all mods (including within BSA archives) for "BloodSprayDustyImpact01". When you find the file(s) containing it, query your mod manager for the mod(s) that provide these and remove or otherwise change them. Notepad++ can find it. I've made a CLI application that can do the search as well. Available upon request. 1
Steelwaffle357 Posted February 2, 2025 Author Posted February 2, 2025 I solved the problem a few days ago, but I forgot which mod I removed to fix it. Thank you.
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