[Bug 36802] warn:winmm:get_mmioFromProfile can't find SystemSound

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Jul 2 11:32:34 CDT 2014


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

Sagawa <sagawa.aki+winebugs at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |sagawa.aki+winebugs at gmail.c
                   |                            |om

--- Comment #3 from Sagawa <sagawa.aki+winebugs at 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.

-- 
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