Jump to content

ctd with "EXCEPTION_ACCESS_VIOLATION" caused at sexlabutil.dll


Recommended Posts

The crash did indeed occur in SexLabUtil.dll. It tried to dereference RDX, which was 0x0 at the time of the crash - a null pointer. The issue seems to have originated from Papyrus, more specifically sslActorAlias.AttachMarker(), at or around sslActorAlias.psc:1872. The native function had the following signature: NativeFunction3<StaticFunctionTag,bool,Actor *,TESObjectREFR *,float>*, i.e. Actor reference, Object reference, and a floating point number. I suspect one of the first 2 arguments (actor or object ref) was the equivalent of null in Papyrus.

 

So, with that ramble out of the way, check for mods replacing sslActorAlias.pex and remove them. If that doesn't solve it, I'll need the exact version of SL you're using to either trace the issue back to its source in Papyrus or device a fix/workaround to prevent the crash.

 

Edit: Also...

5 hours ago, tortugaatomica24 said:

already tried downloading a new dll and replacing but it

 

...this sounds scary, put the original dll back. 😁

Edited by traison
Link to comment
On 3/16/2024 at 6:24 AM, traison said:

The crash did indeed occur in SexLabUtil.dll. It tried to dereference RDX, which was 0x0 at the time of the crash - a null pointer. The issue seems to have originated from Papyrus, more specifically sslActorAlias.AttachMarker(), at or around sslActorAlias.psc:1872. The native function had the following signature: NativeFunction3<StaticFunctionTag,bool,Actor *,TESObjectREFR *,float>*, i.e. Actor reference, Object reference, and a floating point number. I suspect one of the first 2 arguments (actor or object ref) was the equivalent of null in Papyrus.

 

So, with that ramble out of the way, check for mods replacing sslActorAlias.pex and remove them. If that doesn't solve it, I'll need the exact version of SL you're using to either trace the issue back to its source in Papyrus or device a fix/workaround to prevent the crash.

 

Edit: Also...

 

...this sounds scary, put the original dll back. 😁

from what I see the only mod with sslactoralias.pex is the sexlab utils, the sexlab framework version I'm using is the 1.66b for the skyrim 1.6.1170 version

Link to comment

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more information, see our Privacy Policy & Terms of Use