Fotogen Posted May 28, 2013 Posted May 28, 2013 Bug: SexLab (v1.01) gets frozen in function StartSex.  Reason:  - ready variable gets set to false (line 102), but does not get set to true before all return statements. Because of that StartSex() gets stuck the next time it is called. Save is 'broken' at this point.  This happens in lines :  - 142       if first != last         _DebugTrace("StartSex","sexActors="+sexActors,"Failed to start animation; duplicate actor found in list")         return -3      endIf - 169    if anims.Length < 1      _DebugTrace("StartSex","sexActors="+sexActors+", anims="+anims,"Failed to start animation; no valid animations found")      return -4   endIf Adding "ready = true" before "return" helps with freeze.  Still haven't found out why it wont load anims. Â
Ashal Posted May 31, 2013 Posted May 31, 2013 Good catch, and a major enough one that I'll fix it asap and release a hotfix patch shortly. Thanks.
Kalla Lightheart Posted August 20, 2013 Posted August 20, 2013 that sounds like the problem i am having. if the patch has been made, can i get the link to it? thanks!
TnTTnT Posted August 20, 2013 Posted August 20, 2013 Should be fixed already consider this problem report from v1.01 and the latest version are 1.15b. http://www.loverslab.com/files/file/150-skyrim-sexlab-sex-animation-framework-v115b-updated-0811/
Recommended Posts
Archived
This topic is now archived and is closed to further replies.