Wine socket send large data problem

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
geraldme
Newbie
Newbie
Posts: 2
Joined: Tue Oct 06, 2015 10:28 am

Wine socket send large data problem

Post by geraldme »

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.
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: Wine socket send large data problem

Post by dimesio »

Retest in 1.7.52, and if the problem persists, file a bug.
geraldme
Newbie
Newbie
Posts: 2
Joined: Tue Oct 06, 2015 10:28 am

Re: Wine socket send large data problem

Post by geraldme »

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.
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: Wine socket send large data problem

Post by dimesio »

Locked