On Jan 6, 2008 7:22 PM, James McKenzie &lt;<a href="mailto:jjmckenzie51@sprintpcs.com">jjmckenzie51@sprintpcs.com</a>&gt; wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d">Evil Jay wrote:<br>&gt; That looks like the application reporting a WinSock error to me. &nbsp;11001<br>&gt; means that it couldn&#39;t resolve the name of the machine to which the<br>&gt; application was trying to connect. &nbsp;If this is happening with an old
<br>&gt; application when the program tries to file a report, perhaps the company<br>&gt; no longer has a DNS entry for the machine that used to accept the reports.<br>&gt;<br>&gt; -J<br>&gt;<br></div>Troubleshooting steps to take in this case is to open a terminal session
<br>and use nslookup to see if the machine&#39;s name can be resolved using<br>network DNS resources. &nbsp;If this is so, then it is time to run the<br>program with<br>Winedebug=+winsock wine program.exe &gt;WHOut_program.exe.log
<br>2&gt;WHErr_program.exe.log<br>from the directory where program.exe is installed and not from the wine<br>program directory. &nbsp;This will create two log files in the program<br>directory. &nbsp;The first is output from Wine that is not shown on the
<br>screen and the second is program errors from Wine. &nbsp;If winsock is not<br>connecting, the error log should give you some idea of what is<br>happening. &nbsp;It could be possible that Wine cannot connect to the<br>Linux/UNIX Internet services because the user running Wine is not
<br>allowed to do so.<br><br>Hopefully, this will help troubleshoot the problem. &nbsp;If you are unable<br>to figure out what is happening, please open a bug report on the Wine<br>Bugzilla. &nbsp;Please do include the name of the program, if it a
<br>downloadable version is available, the version of Linux/UNIX that you<br>are using, and most importantly, the version of Wine you are using. &nbsp;If<br>you are not using Wine 0.9.52, please attempt to get and use it first
<br>before filing the report as your problem may be solved with this version.<br><font color="#888888"><br>James McKenzie<br><br></font></blockquote></div><br><br><br>I&#39;ll try this tomorrow when I can get to the machine.
<br><br>Jim<br>