"Mike Engelhardt" pmte@concentric.net writes:
All this time the worker thread, having done a SendMessage() and not a PostMessage(), is frozen waiting for the return value of the number of points so it can decide where to try again or continue. The scheme that I'm using has been extensively debugged and used under 95,98,Me,NT,2K, and XP. But under wine, the worker thread doesn't freeze when it calls SendMessage() but keeps executing.
This definitely doesn't sound right. If you have a chance, could you please do a --debugmsg +server,+message trace showing the problem? That would help a lot in tracking this down.