tommy58029 Posted May 21, 2025 Posted May 21, 2025 So my skyrim is constantly crashing with this "Unhandled exception "EXCEPTION_ACCESS_VIOLATION" at 0xXXXXXXXX4AC7 MenuMaid2.dll+0004AC7" I feel like menumaid2 wanted to load this plugin at 4AC7 on the stack but always failed. Can I trace it back to the source? 2025-05-20-23-40-14.log 2025-05-20-23-44-30.log
traison Posted May 21, 2025 Posted May 21, 2025 This crash most likely came from Papyrus. Something tried to call a function (perhaps called "RegisterMod") in MenuMaid2.dll, and MenuMaid2.dll has a bug in it which crashed the game. It tried to dereference RBX, which was 0x0 at the time of the crash. So basically there's a missing null pointer check somewhere in that dll. Switch to Crash Logger if you want more.
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