[Bug 52429] New: Guild Wars: login not possible (regression)
https://bugs.winehq.org/show_bug.cgi?id=52429 Bug ID: 52429 Summary: Guild Wars: login not possible (regression) Product: Wine Version: 7.0-rc5 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs(a)winehq.org Reporter: gero45(a)mr-gero.de Distribution: ArchLinux Created attachment 71689 --> https://bugs.winehq.org/attachment.cgi?id=71689 log When trying to login into Guild Wars, it fails with an error code 011, that indicates that a wrong password was typed in or a connection to the corresponding server was not possible. I double-checked the password and even copy-pasted it, it did not work. Then I used an older version of Wine (6.5) (since this was reported as the last working version on AppDB) and it works. Thus I think this must be a regression. I will try out wine 7.0, when it is released on Arch Linux (sadly it is not yet). -- 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.
https://bugs.winehq.org/show_bug.cgi?id=52429 Gero <gero45(a)mr-gero.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |leslie_alistair(a)hotmail.com | |, z.figura12(a)gmail.com Product|Wine |Wine-staging Component|-unknown |-unknown -- 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.
https://bugs.winehq.org/show_bug.cgi?id=52429 --- Comment #1 from Zebediah Figura <z.figura12(a)gmail.com> --- Does the bug occur with upstream (non-staging) wine? -- 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.
https://bugs.winehq.org/show_bug.cgi?id=52429 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Guild Wars: login not |Guild Wars: login not |possible (regression) |possible Keywords| |regression -- 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.
https://bugs.winehq.org/show_bug.cgi?id=52429 --- Comment #2 from Gero <gero45(a)mr-gero.de> --- (In reply to Zebediah Figura from comment #1)
Does the bug occur with upstream (non-staging) wine?
I just tested it, and it seems to work with the regular wine version. Version 7.0rc5 from Arch Linux. I will test again with the staging version as well. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=52429 --- Comment #3 from Gero <gero45(a)mr-gero.de> --- (In reply to Gero from comment #2)
(In reply to Zebediah Figura from comment #1)
Does the bug occur with upstream (non-staging) wine?
I just tested it, and it seems to work with the regular wine version.
Version 7.0rc5 from Arch Linux.
I will test again with the staging version as well.
Update: wine-staging is still not working. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=52429 Tom D <dkamerad(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dkamerad(a)gmail.com --- Comment #4 from Tom D <dkamerad(a)gmail.com> --- Logging into Guild Wars works fine on Wine 7.13, however in 7.14 it does not work. It does not give the same error as the original reporter (011: bad password), instead there are other errors. 007: Connection lost, 042: Server Error, 242/249: Unable to connect to login servers. Some of these errors are instant, others are timeouts. I have bisected to commit 1e35966eb57db7060d0c459bc7aaac2f6cad7442 ( ntdll: Support SOCK_RAW / IPPROTO_ICMP fallback over SOCK_DGRAM. ) on July 4th. Up until this commit login was functionally instant. I didn't bisect wine-staging, but the problem is also present there. Apologies if this should've gone in a new report but this one was open and titled for the problem. OS: Arch Linux -- 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.
https://bugs.winehq.org/show_bug.cgi?id=52429 Alistair Leslie-Hughes <leslie_alistair(a)hotmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Regression SHA1| |1e35966eb57db7060d0c459bc7a | |aac2f6cad7442 Product|Wine-staging |Wine Component|-unknown |-unknown --- Comment #5 from Alistair Leslie-Hughes <leslie_alistair(a)hotmail.com> --- Moving to wine. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=52429 Paul Gofman <pgofman(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |pgofman(a)codeweavers.com --- Comment #6 from Paul Gofman <pgofman(a)codeweavers.com> --- Could you please attach WINEDEBUG=+pid,+loaddll,+timestamp,+winsock,+server log (compressed, uncut)? When reproducing the problem of course, from upstream Wine (not Staging). -- 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.
https://bugs.winehq.org/show_bug.cgi?id=52429 --- Comment #7 from Paul Gofman <pgofman(a)codeweavers.com> --- (In reply to Paul Gofman from comment #6)
Could you please attach WINEDEBUG=+pid,+loaddll,+timestamp,+winsock,+server log (compressed, uncut)? When reproducing the problem of course, from upstream Wine (not Staging).
Sorry, WINEDEBUG=+pid,+loaddll,+timestamp,+seh,+unwind,+winsock,+server -- 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.
https://bugs.winehq.org/show_bug.cgi?id=52429 Dmitry Skvortsov (Iglu47) <lvb.crd(a)protonmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lvb.crd(a)protonmail.com --- Comment #8 from Dmitry Skvortsov (Iglu47) <lvb.crd(a)protonmail.com> --- I ran into probably the same issue with Guild Wars 2 caused by https://gitlab.winehq.org/wine/wine/-/merge_requests/384 but in my case (probably a hardware dependency or something) the problem appears mainly in Wine-Staging I tried bisecting for patchsets, but the result is imprecise - unsetting ntdll-APC_Performance helps mostly (allowing me to almost always successfully log in), but this is not enough, because then inside the game there is a connection loss. I did some tests, it looks like exactly the same behavior (for my hardware) has Guild Wars 1 - I can login on vanilla Wine, but can't on Wine-Staging. because I can't reproduce the problem on vanilla Wine - I don't attach the log. My cpu is intel 4790k @Tom D could you share some information about your hardware as well? -- 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.
https://bugs.winehq.org/show_bug.cgi?id=52429 --- Comment #9 from Tom D <dkamerad(a)gmail.com> --- Created attachment 72885 --> https://bugs.winehq.org/attachment.cgi?id=72885 Tom D, Guild Wars, WINEDEBUG file 8/7/22 Attached output of WINEDEBUG=+pid,+loaddll,+timestamp,+seh,+unwind,+winsock,+server. Hardware for what it's worth is Ryzen 3600, Asrock AB350 Pro 4 MB, NIC driver is Realtek r8169. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=52429 --- Comment #10 from Paul Gofman <pgofman(a)codeweavers.com> --- Created attachment 72889 --> https://bugs.winehq.org/attachment.cgi?id=72889 fix Does the attached patch help? -- 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.
https://bugs.winehq.org/show_bug.cgi?id=52429 --- Comment #11 from Tom D <dkamerad(a)gmail.com> --- (In reply to Paul Gofman from comment #10)
Created attachment 72889 [details] fix
Does the attached patch help?
Yes, that patch fixes the problem. Login is instant and succeeds 100% of the time. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=52429 --- Comment #12 from Paul Gofman <pgofman(a)codeweavers.com> --- Thanks a lot for reporting, bisecting and checking, that was very helpful. And sorry for the bug, actually a stupid one. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=52429 --- Comment #13 from Tom D <dkamerad(a)gmail.com> --- I can also confirm this fixes Guild Wars 2 on my machine. Thanks for the quick fix. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=52429 --- Comment #14 from Dmitry Skvortsov (Iglu47) <lvb.crd(a)protonmail.com> --- (In reply to Paul Gofman from comment #10)
Created attachment 72889 [details] fix
Does the attached patch help?
Since I can't repro issue on vanilla Wine I have made tests only with Wine-Staging. The patch helps in both cases with Guild Wars 1 and Guild Wars 2 - login is always successful. These change seem to be enough. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=52429 Kyle Brenneman <8pw9yxn4sg(a)liamekaens.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |8pw9yxn4sg(a)liamekaens.com -- 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.
https://bugs.winehq.org/show_bug.cgi?id=52429 --- Comment #15 from Paul Gofman <pgofman(a)codeweavers.com> --- Should be fixed by 7b51216198237c04a8994cda1bdb45fdb4482b32. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=52429 --- Comment #16 from Dmitry Skvortsov (Iglu47) <lvb.crd(a)protonmail.com> --- (In reply to Paul Gofman from comment #15)
Should be fixed by 7b51216198237c04a8994cda1bdb45fdb4482b32.
Yes it works for me. Thanks You, Paul Gofman. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=52429 Zeb Figura <z.figura12(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |winsock Fixed by SHA1| |7b51216198237c04a8994cda1bd | |b45fdb4482b32 Status|UNCONFIRMED |RESOLVED Resolution|--- |FIXED --- Comment #17 from Zeb Figura <z.figura12(a)gmail.com> --- Marking fixed. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=52429 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #18 from Alexandre Julliard <julliard(a)winehq.org> --- Closing bugs fixed in 8.0-rc4. -- 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.
participants (1)
-
WineHQ Bugzilla