<BLOCKQUOTE style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #ff0000 2px solid">
<P>&gt; I'm trying to use winedbg to run the direct sound regression<BR>&gt; tests and have two questions:<BR>&gt; <BR>&gt; Execution stops when starting the first dsound.dll thread. Is<BR>&gt; this normal? Is the stack trace with no symbol information<BR>&gt; normal?</P>
<P>no, because of this in your trace </P>
<P>Couldn't initiate DbgHelp<BR>the only reason this fails is because dbghelp cannot get to the wine-loader in the running programm</P>
<P>try to set the env var WINELOADER to the {pk}loader (full path) you're using and check again</P>
<P>A+</P></BLOCKQUOTE>