heartunderfart Posted November 12, 2022 Posted November 12, 2022 can anyone please help me indentify what the problem is here, my game crashes as soon as the bethesda logo appears. I'll a attach the crash file below. would be seriously nice if one could help me out, as I am super new to modding. crash-2022-11-12-00-05-05.log
Demonwolf218 Posted November 12, 2022 Posted November 12, 2022 What changes did you make to your load order before this issue occurred? Did you update Skyrim? If you didn't make any changes then just restart your computer and try again.
traison Posted November 12, 2022 Posted November 12, 2022 (edited) Well that is unusual. The crash appears to have occured while processing the player reference. Assuming the call stack is correct, it happened in a thread proc as well which is something I don't recall seeing before. The player reference is not defined in any official plugin, it's hardcoded in Skyrim.exe as far as I know. Load your entire load order in xEdit and make sure nothing is overriding the player reference object (0x14) defined in Skyrim.exe. Just in case this is a thing that can be done. Check the race records for changes. I think nord is the default race at the start of the game, unless you have a mod that changes it. Check or remove any custom skeletons and body meshes. Disable racemenu, physics mods and other such things. Try issuing this command from the main menu before starting a new game: "coc riverwood01". Disable all skse plugins you don't absolutely need for the game to function past where it's crashing now. Disregard any issues it may cause in the future, for now. Edited November 12, 2022 by traison
heartunderfart Posted November 12, 2022 Author Posted November 12, 2022 7 hours ago, traison said: Well that is unusual. The crash appears to have occured while processing the player reference. Assuming the call stack is correct, it happened in a thread proc as well which is something I don't recall seeing before. The player reference is not defined in any official plugin, it's hardcoded in Skyrim.exe as far as I know. Load your entire load order in xEdit and make sure nothing is overriding the player reference object (0x14) defined in Skyrim.exe. Just in case this is a thing that can be done. Check the race records for changes. I think nord is the default race at the start of the game, unless you have a mod that changes it. Check or remove any custom skeletons and body meshes. Disable racemenu, physics mods and other such things. Try issuing this command from the main menu before starting a new game: "coc riverwood01". Disable all skse plugins you don't absolutely need for the game to function past where it's crashing now. Disregard any issues it may cause in the future, for now. honestly since I am super new to modding, I have no idea how to do any of these things. I deleted the mods I installed yesterday and now it does not crash anymore. which is sad cause I did want to use them. but whatever I guess. Thanks anyway!
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