First; is this a Wine error number? 11001 The dialog box has the Wine logo in the upper left corner. Jim -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.winehq.org/pipermail/wine-users/attachments/20080106/569d6998/attachment.htm
That looks like the application reporting a WinSock error to me. 11001 means that it couldn't resolve the name of the machine to which the application was trying to connect. If this is happening with an old application when the program tries to file a report, perhaps the company no longer has a DNS entry for the machine that used to accept the reports. -J Jim Hall wrote:> First; is this a Wine error number? 11001 > The dialog box has the Wine logo in the upper left corner. > > Jim > ------------------------------------------------------------------------ > > _______________________________________________ > wine-users mailing list > wine-users at winehq.org > http://www.winehq.org/mailman/listinfo/wine-users >
On Sunday January 6 2008 22:52:22 Jim Hall wrote:> First; is this a Wine error number? 11001 > The dialog box has the Wine logo in the upper left corner.WINE logo is a default icon. It is used when an application didn't assign an icon to a dialog or window (by the way, Windows use Windows logo as a default icon if you didn't know). In other words it is very unlikely that dialog you see is from WINE itself. Most likely it is from your Windows application - it is very usual for Windows applications to display such meaningless garbage instead of useful error description. If problem you see doesn't happen on Windows but happens on WINE please file a bug report at http://bugs.winehq.org . Don't forget to describe steps to reproduce the bug you found and don't forget to mention name and version of your application. Thank you for using WINE.
On Jan 6, 2008 7:27 PM, James McKenzie <jjmckenzie51 at sprintpcs.com> wrote:> Jim Hall wrote: > > > > Could be. Here's the info that showed up in a different window. > > > > Uploading C:\s8.IL.PDP > > Using TCP/IP > > PGP API Version: November 27, 1996 > > Identifying pubkey folder : C:\IDIS > > Identifying pvtbkey folder : C:\IDIS > > WinSock 2.0 > > Connecting to IL:667 > > > Can you connect to the IL machine from Linux/UNIX? Can you use NSLOOKUP > (or equivilent) to lookup the IP address for this machine? BTW, I > looked up the purpose of port 667 and this looks to be an interesting > situation (disclose, for campaign contribution disclosure). Also, does > the IDIS subdirectory exist in the drive_c directory with files? > > James McKenzie > >If I did nslookup correctly this is what I got (on my computer). nslookup IL:667 Server: 205.171.3.65 Address: 205.171.3.65#53 ** server can't find IL:667: NXDOMAIN Yes, very interesting. Highly proprietary campaign finance reporting program. Yes the directory exists. The program works fine except for this. The user has a working DSL connection, so Wine should be happy, right? Wine version is 0.9.52. Jim -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.winehq.org/pipermail/wine-users/attachments/20080106/f07f711e/attachment.htm
On Jan 6, 2008 8:22 PM, James McKenzie <jjmckenzie51 at sprintpcs.com> wrote:> Jim Hall wrote: > > > > If I did nslookup correctly this is what I got (on my computer). > > > > nslookup IL:667 > > Server: 205.171.3.65 <http://205.171.3.65> > > Address: 205.171.3.65#53 > > > > ** server can't find IL:667: NXDOMAIN > You should try > > nslookup IL > > It appeared that you added the port and your DNS server did not like it. > > This should return an IP address. If it does not, then you may need to > talk to the person who configures this service. > > > Yes, very interesting. Highly proprietary campaign finance reporting > > program. > Ok. I will also guess that this program is not available to the general > public. > > > > Yes the directory exists. The program works fine except for this. The > > user has a working DSL connection, so Wine should be happy, right? > > Wine version is 0.9.52. > > > Yes. If there is any access to the 'outside' world through this > connection, you should be able to startup iexpore.exe and access cnn.com > or another site and view it. Even access to an internal site should work. > > >I got hold of the states tech support. There response was a lot better that I expected. Upshot: This is considered to be an old program and they're working on a replacement that won't have this problem. For now, the program has MS internet protocols hard coded in it. The line in the error msg that says "WinSock 2.0" is the key. Is there any way to get Wine to provide this service? Jim -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.winehq.org/pipermail/wine-users/attachments/20080110/9316519f/attachment.htm