https://bugs.winehq.org/show_bug.cgi?id=51401
Bug ID: 51401 Summary: 6.12-1 can't make server connections anymore Product: Wine-staging Version: 6.12 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: critical Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: winebugs@evolution-hosting.eu CC: leslie_alistair@hotmail.com, z.figura12@gmail.com Distribution: ---
Created attachment 70257 --> https://bugs.winehq.org/attachment.cgi?id=70257 working tcp connection
Game: Runes of Magic
with 6.12-1 the client can't connect it's version server any more. downgrade to 6.11-5 solved the issue instantly.
Steps to Reproduce:
update to 6-12 tcpdump -X -n -n host 194.187.19.180 (runewakers updateserver)
start the game
You see the connection, you see some tcp data, but your do not see ANY sign of a HTTP protocol and unencrypted port 80 connection should contain.
Conclusion: the connection fails on TCP/IP level before HTTP gets involved.
https://bugs.winehq.org/show_bug.cgi?id=51401
--- Comment #1 from winebugs@evolution-hosting.eu winebugs@evolution-hosting.eu --- Created attachment 70258 --> https://bugs.winehq.org/attachment.cgi?id=70258 not working connection tcpdump with 6.12
as you can see here, it does not work with 6.12 anymore.
https://bugs.winehq.org/show_bug.cgi?id=51401
--- Comment #2 from winebugs@evolution-hosting.eu winebugs@evolution-hosting.eu ---
6.12 sends 3 SYNs with 3 session ids, instead of just one SYN paket.
You can see the server reply SYN-ACK for all 3 SYN pakets comming in, but the stack things, that the first session id (in this case 831085749 ) is wrong, as the last SYN ID the stack sent, was 831085751.
The stack now resets the connections and that's it => complete fail.
https://bugs.winehq.org/show_bug.cgi?id=51401
Sveinar Søpler cybermax@dexter.no changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |cybermax@dexter.no
--- Comment #3 from Sveinar Søpler cybermax@dexter.no --- I suspect this is the same issue happening with Battle.net app (seemingly Agent.exe is unable to connect and update).
https://bugs.winehq.org/show_bug.cgi?id=51401
Gijs Vermeulen gijsvrm@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Severity|critical |normal Keywords| |download, regression URL| |https://gameforge.com/en-US | |/download Summary|6.12-1 can't make server |Runes of Magic can't |connections anymore |connect to server
--- Comment #4 from Gijs Vermeulen gijsvrm@gmail.com --- Rewording title a little. Not critical, see: https://wiki.winehq.org/Bugs#How_to_report
Is this issue reproducible with upstream wine (non-staging)?
Could you try to do a regression test? See: https://wiki.winehq.org/Regression_Testing
https://bugs.winehq.org/show_bug.cgi?id=51401
Gijs Vermeulen gijsvrm@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Runes of Magic can't |Runes of Magic can't |connect to server |connect to update server
https://bugs.winehq.org/show_bug.cgi?id=51401
winebugs@evolution-hosting.eu winebugs@evolution-hosting.eu changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|UNCONFIRMED |RESOLVED
--- Comment #5 from winebugs@evolution-hosting.eu winebugs@evolution-hosting.eu --- FIXED since it was opend