Gravel97 Posted February 24, 2023 Posted February 24, 2023 Hello, I'm a bit too dumb to figure out the root cause here, I downloaded a crash logger and from the looks of it I think spriggin's might be the problem but I dunno if that's correct or not https://pastebin.com/bHSPJzLx Sorry if it is a mess or whatever, I have 0 clue what I'm doing, thanks for any help.
Heroine HoneyCrotch Posted February 24, 2023 Posted February 24, 2023 Im not on SE, but I felt curious about crash logger so I looked at it and felt my version of dumb, didnt understand shitz but I seen you load order in there and you should move skeleton(xpmse) that is just under MNC to just above MNC, dont know if that is part of your current problem but should be done either way. 1
Gravel97 Posted February 24, 2023 Author Posted February 24, 2023 12 minutes ago, Heroine HoneyCrotch said: Im not on SE, but I felt curious about crash logger so I looked at it and felt my version of dumb, didnt understand shitz but I seen you load order in there and you should move skeleton(xpmse) that is just under MNC to just above MNC, dont know if that is part of your current problem but should be done either way. Will give it a go and will give a shout on how it goes thanks for the advice!
Gravel97 Posted February 24, 2023 Author Posted February 24, 2023 18 minutes ago, Gravel97 said: Will give it a go and will give a shout on how it goes thanks for the advice! aaaand no dice sadly still least the load order is better I think maybe.... crash-2023-02-24-12-07-00.log
traison Posted February 24, 2023 Posted February 24, 2023 Still smells like a skeleton problem. More specifically, a spriggan skeleton that has a reference to old HDT PE. Since PE is mentioned, it could be an LE mesh. Those may work on SE/AE, but I've also seen them CTD. If you're having trouble locating the file, use something like Notepad++ and search for "Spriggan" in all files named "skeleton.nif". This can be automated.
Gravel97 Posted February 24, 2023 Author Posted February 24, 2023 3 minutes ago, traison said: Still smells like a skeleton problem. More specifically, a spriggan skeleton that has a reference to old HDT PE. Since PE is mentioned, it could be an LE mesh. Those may work on SE/AE, but I've also seen them CTD. If you're having trouble locating the file, use something like Notepad++ and search for "Spriggan" in all files named "skeleton.nif". This can be automated. IF you could dumb it down for me I would appreciate it, but I do understand that maybe your saying it's a HDT problem which might make sense I'ma check out that avenue n see what i dig up
traison Posted February 24, 2023 Posted February 24, 2023 SMP yes potentially but only because it's high up in the call stack. It shouldn't be reacting to PE hints in nif files. I think this is more a problem of you having a spriggan mesh that was made for Skyrim LE, on your SE/AE game. You can easily disable SMP to test. But if it changes nothing then it's time to hunt down that spriggan mesh. Notepad++ for that if you don't know what mods you have affecting spriggans.
Gravel97 Posted February 24, 2023 Author Posted February 24, 2023 23 minutes ago, traison said: SMP yes potentially but only because it's high up in the call stack. It shouldn't be reacting to PE hints in nif files. I think this is more a problem of you having a spriggan mesh that was made for Skyrim LE, on your SE/AE game. You can easily disable SMP to test. But if it changes nothing then it's time to hunt down that spriggan mesh. Notepad++ for that if you don't know what mods you have affecting spriggans. welp I tried deactivating; creatures framework, morenastycritters, female enemy monster aesthetics leveled encounters and briefly HDT, dunno what else could be messing with spriggans
Gravel97 Posted February 25, 2023 Author Posted February 25, 2023 11 hours ago, traison said: What version of RaceMenu do you have? 0.4.19.14 apparently
traison Posted February 25, 2023 Posted February 25, 2023 skee64.dll+00449A1 appears to be somewhere in skse64\skse64_common\BranchTrampoline.cpp. Not that that helps much at the moment. The spriggan that appears to be causing you issues is outside Evergreen Grove? Inspect these records: [00] Skyrim.esm (7CAB85A9) \ Worldspace \ 0000003C <Tamriel> \ Block -1, -1 \ Sub-Block -2, -3 \ 00009BE0 <EvergreenGroveExterior> \ Temporary \ 0002C79D [00] Skyrim.esm (7CAB85A9) \ Non-Player Character (Actor) \ 0002B710 <LvlSpriggan> [00] Skyrim.esm (7CAB85A9) \ Leveled NPC \ 0010EC84 <LCharSpriggan> [00] Skyrim.esm (7CAB85A9) \ Non-Player Character (Actor) \ 00023AB9 <EncSpriggan> [00] Skyrim.esm (7CAB85A9) \ Non-Player Character (Actor) \ 000F3905 <EncSprigganMatron> [00] Skyrim.esm (7CAB85A9) \ Race \ 00013204 <SprigganRace> [00] Skyrim.esm (7CAB85A9) \ Race \ 000F3903 <SprigganMatronRace> Then, unless their paths were changed, inspect these files: meshes\actors\spriggan\character assets\skeleton.nif meshes\actors\spriggan\character assets\spriggan.nif meshes\actors\spriggan\character assets\sprigganmatron.nif If with all these files reverted back to vanilla it's still crashing then the spriggan was just a false-positive. In that case you need to get it to crash a couple of times more, preferably doing something else: going in a different direction from Riverwood, or approaching the Evergreen Grove from different directions.
Gravel97 Posted February 26, 2023 Author Posted February 26, 2023 18 hours ago, traison said: skee64.dll+00449A1 appears to be somewhere in skse64\skse64_common\BranchTrampoline.cpp. Not that that helps much at the moment. The spriggan that appears to be causing you issues is outside Evergreen Grove? Inspect these records: [00] Skyrim.esm (7CAB85A9) \ Worldspace \ 0000003C <Tamriel> \ Block -1, -1 \ Sub-Block -2, -3 \ 00009BE0 <EvergreenGroveExterior> \ Temporary \ 0002C79D [00] Skyrim.esm (7CAB85A9) \ Non-Player Character (Actor) \ 0002B710 <LvlSpriggan> [00] Skyrim.esm (7CAB85A9) \ Leveled NPC \ 0010EC84 <LCharSpriggan> [00] Skyrim.esm (7CAB85A9) \ Non-Player Character (Actor) \ 00023AB9 <EncSpriggan> [00] Skyrim.esm (7CAB85A9) \ Non-Player Character (Actor) \ 000F3905 <EncSprigganMatron> [00] Skyrim.esm (7CAB85A9) \ Race \ 00013204 <SprigganRace> [00] Skyrim.esm (7CAB85A9) \ Race \ 000F3903 <SprigganMatronRace> Then, unless their paths were changed, inspect these files: meshes\actors\spriggan\character assets\skeleton.nif meshes\actors\spriggan\character assets\spriggan.nif meshes\actors\spriggan\character assets\sprigganmatron.nif If with all these files reverted back to vanilla it's still crashing then the spriggan was just a false-positive. In that case you need to get it to crash a couple of times more, preferably doing something else: going in a different direction from Riverwood, or approaching the Evergreen Grove from different directions. uhhh how do i do that? again I'm bit of a dumb dumb so the technical stuff goes right over my head sorry
traison Posted February 26, 2023 Posted February 26, 2023 5 hours ago, Gravel97 said: uhhh how do i do that? again I'm bit of a dumb dumb so the technical stuff goes right over my head sorry xEdit for plugin record inspection. Your mod manager for everything file related.
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