• Show log

    Commit

  • Hash : 8a37848d
    Author : Sam Lantinga
    Date : 2019-06-08T13:41:46

    Fixed bug 4605 - WASAPI_WaitDevice hang
    
    Matt Brocklehurst
    
    We've noticed that if you are playing audio on Windows via the WASAPI interface and you unplug and reconnect the device a few times the program hangs.
    
    We've debugged the problem down to
    
    static void
    WASAPI_WaitDevice(_THIS)
    {
    
       ... snip ...
     if (WaitForSingleObjectEx(this->hidden->event, INFINITE, FALSE) == WAIT_OBJECT_0) {
       ... snip ...
    }
    
    This WaitForSingleObjectEx does not havbe a time out defined, so it hangs there forever.
    
    Our suggested fix we found was to include a time out of say 200mSec
    
    We have done quite a bit of testing with this fix in place on various hardware configurations and it seems to have resolved the issue.
    

  • Properties

  • Git HTTP https://git.kmx.io/kc3-lang/SDL.git
    Git SSH git@git.kmx.io:kc3-lang/SDL.git
    Public access ? public
    Description

    Fork of https://github.com/libsdl-org/SDL

    Users
    thodg_w kc3_lang_org thodg_l thodg_m www_kmx_io thodg
    Tags