Jump to content

Unable to lunch game after adding Sexlab framework for vr


Recommended Posts

Posted

So no clue if I made this right but I haven't been able to even load my game after I added some mods. These are the only logs for my crashes. Any idea how to fix? It does this even when I remove those newer mods as well.
Ive tried to reinstall skyrim, c+++, the comand prompt sfc /scannow but nothing happens. I always just get, "Unhandled exception "EXCEPTION_ACCESS_VIOLATION" at 0x7FF8B70AC7E2 ucrtbase.dll+002C7E2 movzx r8d, byte ptr [r10]"

https://pastebin.com/KrdzEcw0 - Crashlog
https://pastebin.com/mnZcz7r0 - sksevr.log

Posted
36 minutes ago, furry_dem0n said:

sfc /scannow

 

As far as I know this command does one thing: Makes sure your core Windows system will start once it has gotten past the bootloader. It may not even guarantee you get a desktop, not sure. Unfortunately this command also runs the risk of restoring an older version of a component while its at it, though I don't know how common that is. If you're an avid user of sfc you should look into the dism command that refreshes the source files it uses to minimize this risk. Anyhow, it would be very unlikely for any of this to have anything to do with what Skyrim is or isn't doing.

 

43 minutes ago, furry_dem0n said:

Unhandled exception "EXCEPTION_ACCESS_VIOLATION" at 0x7FF8B70AC7E2 ucrtbase.dll+002C7E2 movzx r8d, byte ptr [r10]

 

At this stage I would not assume that you managed to stumble upon a bug in a widely used framework like this, so the problem is most likely elsewhere. It is more likely SkyrimVR.exe fed this function an invalid argument. In this case the code tried to dereference the value in the R10 register, which at the time of the crash was 0x1. While that does not look like a traditional null pointer, it is still a pointer to a bogus memory address.

 

49 minutes ago, furry_dem0n said:

I haven't been able to even load my game after I added some mods.

 

This crash log doesn't look like you attempted to load a save, so I'm going to assume what you mean by "load my game" is actually start the game. The stack *almost* looks like you were missing a master mod, or didn't have BEES. So that's where I'd start with this one.

Posted
2 hours ago, traison said:

didn't have BEES

Thanks so much for pointing me here, I thought you meant normal just BEES but it was the VR ESL one lower. It finally works after 3 solid days of trying to find fixes. Thank you so much!!!!

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...