Jump to content

Bug: SexLab frozen if it can't load animations


Recommended Posts

Posted

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.

 

Posted

Good catch, and a major enough one that I'll fix it asap and release a hotfix patch shortly. Thanks.

  • 2 months later...

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

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