<br><br><div><span class="gmail_quote">On 5/5/06, <b class="gmail_sendername">Daniel Skorka</b> &lt;<a href="mailto:skorka@gmx.net">skorka@gmx.net</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Vincente Aggrippino &lt;<a href="mailto:vaggrippino@gmail.com">vaggrippino@gmail.com</a>&gt; wrote:<br>&gt;&nbsp;&nbsp; - A directory that looks like a .wine directory is created, but the<br>&gt;&nbsp;&nbsp; directory name is suffixed with a dash and a seemingly random string.&nbsp;&nbsp;For
<br>&gt;&nbsp;&nbsp; example: .wine-d7DD26<br><br>That's a temporary directory that will be renamed to .wine when<br>wineprefixcreate is done.<br><br>&gt;&nbsp;&nbsp; - If I use strace -p 11549, in this case, the system call it's hung on<br>
&gt;&nbsp;&nbsp; is &quot;recv(12, &quot;.&nbsp;&nbsp;I don't know if this is helpful at all.<br><br>A more complete strace of winecfg and wineprefixcreate would be helpful.</blockquote><div><br>Using <font size="1"><span style="font-family: courier new,monospace;">
strace -ff -o winecfg_trace winecfg</span></font>, the main trace file is 4M and the one for the wineprefixcreate PID is 37k.&nbsp; I could probably zip them up and make them a lot smaller, but is there a way to narrow it down?
<br><br>I know enough to look up system calls in their associated man pages, but that's about the extent of my system call knowledge.<br><ul><li>If I look at the main trace file, it's waiting for wineprefixcreate (via waitpid()) and wineprefixcreate is waiting for it's child.&nbsp; The last line just says &quot;waitpid(-1, &quot;, without the closing parentheses.
</li><li>winecreateprefix's child is running &quot;<font style="font-family: courier new,monospace;" size="1">rundll32.exe setupapi.dll,InstallHinfSection DefaultInstall 128 wine.inf</font>&quot; in the process listing and its trace file says it's waiting to receive something from file descriptor 11 (&quot;
<font style="font-family: courier new,monospace;" size="1">recv(11, </font>&quot;).</li><li>File descriptor 11 is where I stop understanding the man pages.&nbsp; It opens a socket connection like this: &quot;<font size="1"><span style="font-family: courier new,monospace;">
socket(PF_INET, SOCK_STREAM, IPPROTO_IP) = 11</span></font>&quot;</li></ul>Can I attach files to a mailing list?&nbsp; Is there a useful subset of the trace information that I can put into an email?<br></div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Daniel<br>_______________________________________________<br>wine-users mailing list<br><a href="mailto:wine-users@winehq.org">wine-users@winehq.org</a><br><a href="http://www.winehq.org/mailman/listinfo/wine-users">http://www.winehq.org/mailman/listinfo/wine-users
</a><br></blockquote></div><br><br>Thank you for your help.<br><br>-- Vince<br>