http://bugs.winehq.org/show_bug.cgi?id=5388
Summary: wsaErrno errno 11, (Resource temporarily unavailable) Product: Wine Version: 0.9.15. Platform: PC URL: http://appdb.winehq.org/appview.php?appId=2409 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-net AssignedTo: wine-bugs@winehq.org ReportedBy: boeser.wolff@web.de
Im still trying to get Mankind to run under Linux. One thing I recently stumbled upon was a winsock trace, that looks suspicious to me. I can only guess what keeps Mankind from running, but I suspect either a bug in the application itself (most likely), a bug in wine's networking or filename handling... After having a look at that, I tested wether a simple thing like ping does work. I used the freeware program 'hs-ping' - by HollerSoft, found in a software database at t-online.de. It does work to ping loopback and any other host. I also tried hr-ping, which did not work, but I did not want to investigate that. The point is: Networking works, as I also see wine's logs: Mankind can create a socket, resolve a hostname, connect to it and receive data. Im now wondering about 'wsaErrno errno 11' and the 'to (nil) in 'WSASendTo socket 0010, wsabuf 0x7d64e060, nbufs 1, flags 0, to (nil), tolen 0, ovl (nil), func (nil)'. Does this work as expected?