Eric Pouech eric.pouech@wanadoo.fr writes:
this patch is a rewrite of the playsound functions those were a bit buggy and proved to fail in some multi-threaded environments the attached patch should take care of that snip
When selecting a menu-item in MSVC++ 6.0, the loop in MULTIMEDIA_PlaySound() never ends on my system (Debian unstable, no soundcard) as well as on another system (Debian unstable, soundblaster installed).
Things worked fine with revision 1.51 of mmsystem.c. Unfortunately, I haven't been able to trace exactly what is going wrong. I will, of course, supply more details when I find something remarkable.
Should I report bugs with respect to patches using Bugzilla, or is wine-devel sufficient? I noticed Bugzilla only allows me to select real Wine releases, i.e. 20020509, and not a CVS revision of a certain file.
Regards,
--- Tijs van Bakel tijs@connectux.com wrote:
Should I report bugs with respect to patches using Bugzilla, or is wine-devel sufficient? I noticed Bugzilla only allows me to select real Wine releases, i.e. 20020509, and not a CVS revision of a certain file.
It is better to report to Bugzilla. Don't worry about Wine version dropdown. Mention your Wine version in comments.
Andriy Palamarchuk
__________________________________________________ Do You Yahoo!? LAUNCH - Your Yahoo! Music Experience http://launch.yahoo.com
Tijs van Bakel a écrit :
Eric Pouech eric.pouech@wanadoo.fr writes:
this patch is a rewrite of the playsound functions those were a bit buggy and proved to fail in some multi-threaded environments the attached patch should take care of that snip
When selecting a menu-item in MSVC++ 6.0, the loop in MULTIMEDIA_PlaySound() never ends on my system (Debian unstable, no soundcard) as well as on another system (Debian unstable, soundblaster installed).
add to the post on bugzilla also a trace of running wine with --debugmsg +mmsys
TIA