https://bugs.winehq.org/show_bug.cgi?id=49515
--- Comment #10 from Matthew Toseland toad@amphibian.dyndns.org --- I appreciate that you might see any remaining issues as a different bug. However if you have any further input so I can verify the fix that'd be great.
The remaining problem: - It runs a web server on a random localhost port. - This works, it serves an EXE of some kind. - The client side executable connects to localhost, then closes the connection without doing any I/O AFAICS. The full strace log is 700MB, snippet:
[pid 159812] connect(169, {sa_family=AF_INET, sin_port=htons(44519), sin_addr=inet_addr("127.0.0.1")}, 16 <unfinished ...> ... [pid 159812] <... connect resumed>) = -1 EINPROGRESS (Operation now in progress) ... [pid 159812] close(169 <unfinished ...>
+relay or even +wintrust seem to kill the app completely, so a bit stuck...