buxxuc30 Posted November 22, 2024 Posted November 22, 2024 I've been having a decently stable playthrough until this frost cavern map. Tried SL with a frost troll and it went okay until the 2nd one. I gave it a few retries and have been inconsistently getting ctd issue (sometimes during next stage, sometimes when changing animation, sometimes upon start) so I'm not sure what could be the cause. Things work well with human and other creatures, so I think it could be just the trolls? Could someone please have a look at these crash logs and let me know the possible causes and if there's a fix for it? Thank you in advance. crash-2024-11-22-22-28-04.log crash-2024-11-22-22-40-51.log crash-2024-11-22-22-52-38.log
traison Posted November 23, 2024 Posted November 23, 2024 All these crashes occured in SexLabUtil.dll. Unfortunately the callstack was unwound incorrectly. It tried to dereference R8 which at the time of all 3 crashes was 0xa0 which is not a valid address. It's not a null pointer, so this is probably corrupted data or arithmetics gone wrong. Simply put there's a bug in that dll. The callstack may have looked something like this: [0] SexLabUtil.dll+0122620 (faulting offset) [1] SexLabUtil.dll+004FE65 [2] SexLabUtil.dll+004E901 [3] SexLabUtil.dll+004FC45 [4] SexLabUtil.dll+0054136 [5] SkyrimSE.exe+32580C4 ... Options? Find another version of SexLabUtil.dll which is compatible with your game version. Try to do something about the Troll meshes to see if it gets around the issue. If the source code is available for this, fix the code and compile a new dll. If there is no code then a bytecode patch would be needed.
buxxuc30 Posted November 24, 2024 Author Posted November 24, 2024 On 11/23/2024 at 7:50 AM, traison said: All these crashes occured in SexLabUtil.dll. Unfortunately the callstack was unwound incorrectly. It tried to dereference R8 which at the time of all 3 crashes was 0xa0 which is not a valid address. It's not a null pointer, so this is probably corrupted data or arithmetics gone wrong. Simply put there's a bug in that dll. The callstack may have looked something like this: [0] SexLabUtil.dll+0122620 (faulting offset) [1] SexLabUtil.dll+004FE65 [2] SexLabUtil.dll+004E901 [3] SexLabUtil.dll+004FC45 [4] SexLabUtil.dll+0054136 [5] SkyrimSE.exe+32580C4 ... Options? Find another version of SexLabUtil.dll which is compatible with your game version. Try to do something about the Troll meshes to see if it gets around the issue. If the source code is available for this, fix the code and compile a new dll. If there is no code then a bytecode patch would be needed. Thank you so much for the clear instructions!
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