<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=iso-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
<small>Andreas Mohr wrote :</small>
<blockquote cite="mid20041118142130.GA26078@rhlx01.fht-esslingen.de"
 type="cite">
  <pre wrap="">Hi,

On Thu, Nov 18, 2004 at 02:30:55PM +0100, R&eacute;mi Assailly wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">I tested a software ( a monopoly game ) and the error was that a sound 
was still playing so I think that is not a wine bug.
Before submitting this patch to wine-patches I would like to know what 
do you think about it, what should be WARN, FIXME, if choosing ERR to 
all is correct or if some cases are useless.
    </pre>
  </blockquote>
  <pre wrap=""><!---->Way too big, please use
#define SND_ERR(err, text) \
        case err: \
          SOMETRACE( text "\n"); \
          break;

A sound still playing could easily be a winmm bug, not only a card driver bug...

Andreas Mohr
  </pre>
</blockquote>
<small>I think it is not a wine bug because :<br>
* there are 8 "players"<br>
* the error occures only with two ( shoe and iron )<br>
<br>
Sorry, I do not understand what you advise me to do. Could you send me
an example using an error ?<br>
If there is a wine error I think this patch will be a good way to debug
it.</small>
</body>
</html>