I have tried wine 1.6.2 32 bit on CentOS 6 i686 and 1.7.50 32 bit in CentOS 6 x86_64 VM, both have the same problem.
I have a server written in Delphi using Asta. When the server run in wine, sending large among of data (over 18K bytes, not exact data) will have data lost. I use tcpdump to captured the data sent, it seems the socket cannot send all the data but with no socket error. The program seems to think that all data were sent but wine win socket did not.
Any one come across similar problem and have any suggestion how I can proceed in debugging. Obviously, the program is running very fine in Windows.
Thanks in advance if any one can help.
Wine socket send large data problem
Re: Wine socket send large data problem
Retest in 1.7.52, and if the problem persists, file a bug.
Re: Wine socket send large data problem
I have just tested with 1.7.52, problem still exist. I will test by using Ubuntu and see if this make a different. Meanwhile, I will file a bug.