Shadichero3276 Posted April 3 Posted April 3 Please help, here is my crash log, I have tried to fix this for days, but no hope : https://pastebin.com/KsnnkBdd
traison Posted April 3 Posted April 3 This crash was indirectly caused by OAR. ModernStaggerLock.dll was also involved.
Shadichero3276 Posted April 3 Author Posted April 3 1 hour ago, traison said: This crash was indirectly caused by OAR. ModernStaggerLock.dll was also involved. Yeah, But how can i fixed it ? Do i need to use older version of OAR or Ostim ?
traison Posted April 3 Posted April 3 (edited) 54 minutes ago, Shadichero3276 said: But how can i fixed it ? If you're asking for a real fix to this issue then that probably starts by identifying the exact conditions in which this crash occurs, so that the code in OAR can check for it before altering the behaviour graph or injecting events. For instance, maybe the crash occurs when OAR tries to change the idle animation while Ostim is also messing with the behaviour graph in some way. You'll most likely need the following: A debugger. A disassembler. Extensive knowledge of the x86-64 Assembly language and common compiler patterns and behaviours. Debugger trap bypass software. (optional) DRM removal tools. A PDB file for your version of Skyrim. The OAR source code. The toolchain and dependencies to compile the OAR source code. If Ostim contains a dll, and its scene starting code is in it, you may need the source code and dependencies for this as well. The ability to build custom supporting software is almost always helpful in projects like these; any competent language works here. Edit: and if it turns out that ModernStaggerLock.dll is a key player in this then the source code for that may be needed too. If you're asking for a workaround, then some people have had success by going through their OAR rules and disabling the most prominent ones and the ones that could potentially be activating at the same time the crash is occuring. Edited April 3 by traison
Shadichero3276 Posted April 3 Author Posted April 3 I tried disable Modern Stagger Lock and it fixed it ! But how can I keep it ? It's a very important mod for me
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