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

wine-bugs at winehq.org wine-bugs at winehq.org
Sat Dec 17 19:03:17 CST 2011


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

--- Comment #41 from Bruno Jesus <00cpxxx at gmail.com> 2011-12-17 19:03:17 CST ---
Here they are:

    Data: 03160000001511000000080000006e2d0b19469c9db9
    [Length: 22]

My theory is that wine is not receiving this data because I can't see it in the
winsock log. Do you have strace installed? We need to check if the application
received the bytes.

If you have strace you can run:
strace wine <app.exe> 2>&1 | grep 'socket\|connect\|recv\|poll\|close' >
/tmp/reallylong.txt

I'm looking for a recv() call that returns that 22 bytes. If it's not there
wine is really not receiving the data and the app is timing out and quitting.

-- 
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