The value of ESP was not properly saved across a function..

Post » Mon Nov 28, 2016 3:10 pm

SKSE plugin of doom. I tried passing bool, CTD no error. I tried passing int from papyrus to UInt32 in SKSE...CTD. I tried passing float from papyrus to float in SKSE, at least I got an error message this time. What gives? How the heck can I pass my SKSE plugin a flag without crashing? I have registered my functions, declared the variable types and names that I'm passing, but I'm not having any success.

User avatar
Roy Harris
 
Posts: 3463
Joined: Tue Sep 11, 2007 8:58 pm

Post » Mon Nov 28, 2016 6:01 pm

seems the problem might be in arguments being passed between voce and jni.h. Need to dig some more.

User avatar
jess hughes
 
Posts: 3382
Joined: Tue Oct 24, 2006 8:10 pm


Return to V - Skyrim