[Bug 29168] Star Wars: The Old Republic game client hangs at intro splash

wine-bugs at winehq.org wine-bugs at winehq.org
Fri Dec 30 18:18:23 CST 2011


http://bugs.winehq.org/show_bug.cgi?id=29168

--- Comment #64 from Dorek Biglari <dbiglari at gmail.com> 2011-12-30 18:18:23 CST ---
Created attachment 38190
  --> http://bugs.winehq.org/attachment.cgi?id=38190
a list of all the ws2_32 calls in the swtor.exe process

This file was generated using a proxy ws2_32.dll that passes calls into ws2_32
on to the real ws2_32 in c:\windows\system32, and logs the calls and the
returns and return types.  I added *'s around the function name which can be
ignored.

Running this file through cat, and grepping out the unique function names, I
generated a list of all the functions used in swtor.exe:

cat ws2_32_pid_6024.calls | gawk ' { print $3 } ' | sort | uniq

*__WSAFDIsSet*
*accept*
*bind*
*closesocket*
*connect*
*freeaddrinfo*
*getaddrinfo*
*gethostbyname*
*gethostname*
*getpeername*
*getsockname*
*getsockopt*
*htonl*
*htons*
*inet_addr*
*ioctlsocket*
*listen*
*ntohl*
*ntohs*
*select*
*setsockopt*
*shutdown*
*WSAAddressToStringA*
*WSAGetLastError*
*WSARecv*
*WSASend*
*WSASetLastError*
*WSASocketA*
*WSASocketW*
*WSAStartup*

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list