[Bug 21277] python's test_winsound test fails

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Aug 4 18:30:49 CDT 2010


http://bugs.winehq.org/show_bug.cgi?id=21277


Dan Kegel <dank at kegel.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dank at kegel.com




--- Comment #5 from Dan Kegel <dank at kegel.com>  2010-08-04 18:30:49 ---
You can reproduce a similar problem by creating foo.c containing

#include <windows.h>
int main(int argc, char **argv)
{
    PlaySound(SND_ALIAS_SYSTEMDEFAULT, NULL, SND_ALIAS_ID);
}

and then doing
  i686-pc-mingw32-gcc foo.c -lwinmm
or
  winegcc foo.c -lwinmm
and running the resulting binary.  No sound comes out.  Running with 
WINEDEBUG=+winmm shows

warn:winmm:get_mmioFromProfile can't find SystemSound=L"SystemDefault" !

Should we change description to "Wine needs to provide system sound .wav
files?"

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list