http://bugs.winehq.org/show_bug.cgi?id=21277
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dank@kegel.com
--- Comment #5 from Dan Kegel dank@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?"