[Bug 59554] New: [Regression] DOAXVV (DMM version) fails to start with network error on Wine 11.5
http://bugs.winehq.org/show_bug.cgi?id=59554 Bug ID: 59554 Summary: [Regression] DOAXVV (DMM version) fails to start with network error on Wine 11.5 Product: Wine Version: 11.5 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: winhttp Assignee: wine-bugs@list.winehq.org Reporter: axis6404@proton.me Distribution: --- Created attachment 80609 --> http://bugs.winehq.org/attachment.cgi?id=80609 error screenshot Description: A regression has been identified in "DEAD OR ALIVE Xtreme Venus Vacation" (DMM version). Since Wine 11.5, the game fails to start due to a network error. Important Note: This is not a local network issue. Reverting the Wine version from 11.5 back to 11.4 immediately resolves the issue, and the game connects to the server successfully using the exact same network environment. Reproducibility: 100% (Always occurs on 11.5) System Info: OS: Debian 13 (Trixie) Wine version: 11.5 (regression) / 11.4 (working) Software: DEAD OR ALIVE Xtreme Venus Vacation (DMM version) Identified Regression Commit: The issue was introduced by the following commit: https://github.com/wine-mirror/wine/commit/20b34866f318617c854818dc59fa7b8e8... Steps to Reproduce: 1. Launch DOAXVV (DMM version) on Wine 11.5. 2. The game immediately shows a network error dialog during the startup sequence. Expected Results: The game should connect to the server and proceed to the title screen (as it does in Wine 11.4). Actual Results: The game displays the following error: "サーバーに接続ができませんでした。リトライしますか? ※ネットワーク環境をご確認ください。 WebApiManager STATUS: 2 ERROR_NO: 200" (Translation: Could not connect to the server. Retry? Please check your network environment.) -- 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.
http://bugs.winehq.org/show_bug.cgi?id=59554 axis6404@proton.me changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |regression Regression SHA1| |20b34866f318617c854818dc59f | |a7b8e8b87c0c6 Distribution|--- |Debian -- 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.
http://bugs.winehq.org/show_bug.cgi?id=59554 --- Comment #1 from axis6404@proton.me --- I have an update on this issue. I found a similar report in Bug 59546 (https://bugs.winehq.org/show_bug.cgi?id=59546) and applied the patch (https://bugs.winehq.org/attachment.cgi?id=80597&action=diff). With this patch, the application now successfully proceeds to the title screen. However, a new in-game error occurs at that point: "エラーが発生しました。タイトル画面に戻ります。エラーコード: 9003" (Translation: "An error occurred. Returning to the title screen. Error code: 9003") Regarding the logs, I am hesitant to attach them directly as they contain personal information. Instead, I would like to point out that the Global version of this app (DOAXVV) is available on Steam. Since the Global version is accessible from many regions, it should be easier for developers to reproduce this "9003" error and investigate further using that version. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=59554 --- Comment #2 from Hans Leidekker <hans@meelstraat.net> --- Error code 9003 is DNS_ERROR_RCODE_NAME_ERROR which suggests that the server name does not resolve. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=59554 --- Comment #3 from axis6404@proton.me --- Created attachment 80610 --> http://bugs.winehq.org/attachment.cgi?id=80610 err9005 Reverting to 11.4 fixes the problem instantly, but 11.5 consistently triggers the error (100% reproduction rate). Upon further investigation, I found that it produces error 9003 and also a new error code, 9005. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=59554 --- Comment #4 from axis6404@proton.me --- Created attachment 80611 --> http://bugs.winehq.org/attachment.cgi?id=80611 err9003.jpg -- 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.
http://bugs.winehq.org/show_bug.cgi?id=59554 Gijs Vermeulen <gijsvrm@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|[Regression] DOAXVV (DMM |DOAXVV (DMM version) fails |version) fails to start |to start with network error |with network error on Wine | |11.5 | -- 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.
http://bugs.winehq.org/show_bug.cgi?id=59554 --- Comment #5 from axis6404@proton.me --- Created attachment 80612 --> http://bugs.winehq.org/attachment.cgi?id=80612 wireshark-dns.jpg I monitored the DNS traffic using Wireshark and confirmed that the name resolution for "api.doax-venusvacation.jp" occurred 38 times, and all of them were successful. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=59554 --- Comment #6 from Hans Leidekker <hans@meelstraat.net> --- (In reply to axis6404 from comment #5)
Created attachment 80612 [details] wireshark-dns.jpg
I monitored the DNS traffic using Wireshark and confirmed that the name resolution for "api.doax-venusvacation.jp" occurred 38 times, and all of them were successful.
Please attach a WINEDEBUG=+winhttp,+winsock,+dnsapi trace with that patch applied. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=59554 --- Comment #7 from axis6404@proton.me --- Sent the log via email. Please do not upload it here. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=59554 --- Comment #8 from Hans Leidekker <hans@meelstraat.net> --- Created attachment 80615 --> http://bugs.winehq.org/attachment.cgi?id=80615 patch Can you try this patch against current 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.
http://bugs.winehq.org/show_bug.cgi?id=59554 --- Comment #9 from axis6404@proton.me --- After applying the changes, I tried running it twice, but I am still getting "Error 9005." The symptoms remain unchanged. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=59554 Hans Leidekker <hans@meelstraat.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #80615|0 |1 is obsolete| | --- Comment #10 from Hans Leidekker <hans@meelstraat.net> --- Created attachment 80620 --> http://bugs.winehq.org/attachment.cgi?id=80620 patch Here's another patch to apply against current git wine. If it still fails please send me another trace with this patch applied. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=59554 --- Comment #11 from axis6404@proton.me --- Sent the log via email. Please do not upload it here. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=59554 --- Comment #12 from axis6404@proton.me --- After applying the changes, I tried running it twice, but I am still getting "Error 9005." The symptoms remain unchanged. -- 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.
参加者 (1)
-
WineHQ Bugzilla