Jotasran Posted June 5, 2024 Posted June 5, 2024 Doesn't replicate but I've been getting odd crashes every so often. crash-2024-06-05-04-23-02.log
TheVolcanoGodess Posted June 5, 2024 Posted June 5, 2024 Can't say for sure what it could be, but judging by the probable call stack, there seems to be some issues with "edition - immersive weapons - cutting room floor.esp"
traison Posted June 5, 2024 Posted June 5, 2024 (edited) Well not being able to replicate the crash limits our testing capacity but perhaps if you keep posting crash logs as they occur we can find some common denominator. As for this first one... It seems it loaded meshes\effects\fxwaterfallthinspray2048.nif from a compressed archive (BSA) and eventually crashed because it tried to dereference RBX which is way outside any known module. It's not a null pointer so this something else, like maybe corrupted data or a calculation error, maybe a signed integer overflow. Anyhow, locate all BSA files and find out which ones provide that fxwaterfallthinspray2048.nif file then either consider removing that mod or otherwise changing that file. You could extract the BSA file that contains it (as long as its not the vanilla BSA) and see if that changes the situation any. You could also do a sanity check on that nif. See if it contains a node called "SLgCColCap01" (or partial match). If you know your way around NIFs you could attempt a fix on that node as its quite likely the one that caused it. Edited June 5, 2024 by traison
Jotasran Posted June 5, 2024 Author Posted June 5, 2024 (edited) Since the crash occurred in Legacy of the Dragborn museum, I opened up that mod's BSA but no such nif is there. Since TheVolcanoGoddess mentioned the other two mods I'll look at them... but... is there a faster way to identify what BSA that nif is in? Edit: Nevermind. I found it. It was actually in Water for ENB. I feel like messing with that is out of my depth but I'll see if it causes issues in the future. Edited June 5, 2024 by Jotasran
traison Posted June 6, 2024 Posted June 6, 2024 11 hours ago, Jotasran said: is there a faster way to identify what BSA that nif is in? For future BSA searching efforts: BSA Browser has a filter field, and it can load many BSA files at once. So what I do is set the filter to the file name I'm looking for, then open all suspicious BSAs and just click through them. If a file shows up in the file pane - that's a match.
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