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