http://bugs.winehq.org/show_bug.cgi?id=36802
Sagawa sagawa.aki+winebugs@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |sagawa.aki+winebugs@gmail.c | |om
--- Comment #3 from Sagawa sagawa.aki+winebugs@gmail.com --- Hello Joe, I'll look into this issue. I'll prepare a patch in a few days later.
In detail, your application log shows a strange usage of PlaySound.
trace:winmm:MULTIMEDIA_PlaySound pszSound='0x197878' hmod=(nil) fdwSound=00010001
fdwSound (0x00010001 = SND_ALIAS | SND_ASYNC) means pszSound is an alias of system event, not a file name. If the alias name isn't found in your profile (registry or win.ini), the behaviour is not well documented. So, Wine does nothing. However, Windows treats it as a file name then.