ObiNoBeat Posted September 22, 2024 Posted September 22, 2024 Still learning how to read these but any help is greatly appreciated crash-2024-09-22-01-18-38.log
traison Posted September 22, 2024 Posted September 22, 2024 It crashed because it tried to dereference RDI which at the time of the crash was 0x168. Not a null pointer, but perhaps some corrupted data or bad arithmetics. The issue is in "0_FemaleeyesLyu" of the facegen mesh of reference id 0xFF001229 "Riften Guard" in form id 0x00042245 "RiftenCitySouth". Find the mod altering that facegen mesh and replace or remove either the file or the entire mod. You can rebuild facegen meshes in the CK by selecting the actor and pressing the hidden hotkey: Ctrl + F4. Note however that unless your mods are exactly the same as those used by the original author, your faces will look different.
ObiNoBeat Posted September 22, 2024 Author Posted September 22, 2024 13 hours ago, traison said: It crashed because it tried to dereference RDI which at the time of the crash was 0x168. Not a null pointer, but perhaps some corrupted data or bad arithmetics. The issue is in "0_FemaleeyesLyu" of the facegen mesh of reference id 0xFF001229 "Riften Guard" in form id 0x00042245 "RiftenCitySouth". Find the mod altering that facegen mesh and replace or remove either the file or the entire mod. You can rebuild facegen meshes in the CK by selecting the actor and pressing the hidden hotkey: Ctrl + F4. Note however that unless your mods are exactly the same as those used by the original author, your faces will look different. Got it! You have no idea how much I appreciate this!
ObiNoBeat Posted October 6, 2024 Author Posted October 6, 2024 So the issue popped up again only this time I have no idea what mod is altering the facegen mesh crash-2024-10-06-02-57-21.log crash-2024-10-06-04-18-28.log
traison Posted October 6, 2024 Posted October 6, 2024 (edited) Both logs: Same issue as before, except it seems you may have uninstalled or changed something since then. Reference id 0xFF0013BD "Riften Guard" has an issue with its facegen mesh. Reference id 0xFF00116C "Rift Guard" has an issue with its facegen mesh. Look these reference ids up in xEdit. Find the NPC_ records these references point to. Note down their form ids, and remove the mod index (zero the first first byte). Go to meshes\actors\character\facegendata\facegeom. Since you're using MO2 you need to use the Data tab on the right. Search through each mod until you find the ones providing the files for the form ids you found earlier. With MO2 you can just type the form id into the filter box. Example: [02] FaarokTheNorseGodFollower.esp (16610D8E) \ Cell \ Block 1 \ Sub-Block 4 \ 00016789 <WindhelmCandlehearthHall> \ Temporary \ 020012D7 [02] FaarokTheNorseGodFollower.esp (16610D8E) \ Non-Player Character (Actor) \ 02000D6B <00_Faarok_Follower> 02000d6b -> 00000d6b - "...\Meshes\Actors\Character\FaceGenData\FaceGeom\FaarokTheNorseGodFollower.esp\00000D6B.nif" Edit: If you can't find those reference ids with xEdit, then get More Informative Console and: prid FF0013BD Look up its form id using MIC. prid FF00116C Look up its form id using MIC. Edited October 6, 2024 by traison
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