http://bugs.winehq.org/show_bug.cgi?id=16697
--- Comment #4 from Bruno Jesus 00cpxxx@gmail.com --- (In reply to comment #3)
Still present in 1.5.7. fixme:winsock:convert_socktype_w2u unhandled Windows socket type 5
The application attempts to create a SPX protocol socket, but that is not supported in linux kernel. Anyway I did some hacks and let it create the socket faking it as an IPX socket, it only bound the socket and read it's address, then closed the socket. In Windows it seems to do the same only, so hopefully that is not the cause.
Still in wine 1.7.11.