Seiku123 Posted November 27, 2024 Posted November 27, 2024 my game crashes when I load saves by absolutely no reason and it just happens randomly in my game with random saves. I hate, and thanks in advance for the help. here is my crash log https://pastebin.com/cJVKx6jT
traison Posted November 27, 2024 Posted November 27, 2024 (edited) It crashed because it tried to dereference RDI, which at the time of the crash was 0x0. This is a null pointer. The crash occured in SKEE (RaceMenu), so there's a bug in it. The issue had something to do with form id 0x7 "Jin", last modified by "SHE_LorkhanPerspective.esp". Edit: and no that doesn't mean the issue is in SHE_LorkhanPerspective.esp, this is more likely to be some thing specific to SKEE like morphs, nioverride or texture overrides. Gonna have to throw the dll into a disassembler to know more, and for that I need the exact dll version you're using. Edited November 27, 2024 by traison
Seiku123 Posted November 28, 2024 Author Posted November 28, 2024 On 11/27/2024 at 6:28 AM, traison said: It crashed because it tried to dereference RDI, which at the time of the crash was 0x0. This is a null pointer. The crash occured in SKEE (RaceMenu), so there's a bug in it. The issue had something to do with form id 0x7 "Jin", last modified by "SHE_LorkhanPerspective.esp". Edit: and no that doesn't mean the issue is in SHE_LorkhanPerspective.esp, this is more likely to be some thing specific to SKEE like morphs, nioverride or texture overrides. Gonna have to throw the dll into a disassembler to know more, and for that I need the exact dll version you're using. My racemenu version is v0-4-16
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