https://bugs.winehq.org/show_bug.cgi?id=46362
Bug ID: 46362 Summary: Natsuiro Asagao Residence (demo) fails to start Product: Wine Version: 4.0-rc3 Hardware: x86 URL: Natsuiro Asagao Residence (demo) also suffers on this issue. It's available from http://13cm.jp/ku-chu/games/asagao/mp3/asa_web.zip OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: directx-d3d Assignee: wine-bugs@winehq.org Reporter: sagawa.aki+winebugs@gmail.com Regression SHA1: b18a53a5b44b651cde8e05200c75eacf54f49926 Distribution: Ubuntu
Demo version of 夏色あさがおレジデンス (Natsuiro Asagao Residence) shows the following error message when it starts: ----- 夏色あさがおレジデンス ----- ゲームの初期化処理で例外が発生しました。ゲームを終了します。 デバイスの復元に失敗しました。 関数 Reset においてエラーが発生しました。 hr = 0x887686c (D3DERR_INVALID_CALL) -----
Translated: ----- Natsuiro Asagao Residence ----- An exception occurred when initializing the game. Quitting the game. Failed to restore the device. An error occurred at Reset function. hr = 0x887686c (D3DERR_INVALID_CALL) -----
This issue also occurs Summer Pockets (demo) which uses SiglusEngine.exe, too. Please note that you need to set the time zone to Asia/Tokyo before launch. Otherwise, it complains, "This Game is Japan Only".
https://bugs.winehq.org/show_bug.cgi?id=46362
Sagawa sagawa.aki+winebugs@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, regression URL|Natsuiro Asagao Residence |http://13cm.jp/ku-chu/games |(demo) also suffers on this |/asagao/mp3/asa_web.zip |issue. It's available from | |http://13cm.jp/ku-chu/games | |/asagao/mp3/asa_web.zip |
https://bugs.winehq.org/show_bug.cgi?id=46362
--- Comment #1 from Sagawa sagawa.aki+winebugs@gmail.com --- Created attachment 63093 --> https://bugs.winehq.org/attachment.cgi?id=63093 WINEDEBUG=d3d,msgbox,d3d9 log
Here is a log file with wine 4.0-rc3 and WINEDEBUG=d3d,msgbox,d3d9. msgbox is the message which I wrote in the description.
https://bugs.winehq.org/show_bug.cgi?id=46362
--- Comment #2 from Sagawa sagawa.aki+winebugs@gmail.com ---
git bisect log
# bad: [2d16e6e59c910ba0a5e7c1c104b290731a8f1ffa] Release 4.0-rc3. # good: [4397d9497608a3df45a5c519a37f5dcde5cc2301] Release 4.0-rc2. git bisect start 'wine-4.0-rc3' 'wine-4.0-rc2' # bad: [54e3bf12cdca3826fdc7fa84c35835de7e0d3106] gdi32: Fix building with versions of fontconfig < 2.11.0. git bisect bad 54e3bf12cdca3826fdc7fa84c35835de7e0d3106 # good: [51f7680dccd4698fbceb7520f3e7fdccc293b7f7] winhttp: Fix handling of WINHTTP_OPTION_SECURITY_FLAGS. git bisect good 51f7680dccd4698fbceb7520f3e7fdccc293b7f7 # bad: [5a8e430b96ab429a85f82f26ba9d2de4729954c2] ddraw: Support drawing from D3DVBCAPS_SYSTEMMEMORY vertex buffers. git bisect bad 5a8e430b96ab429a85f82f26ba9d2de4729954c2 # bad: [b18a53a5b44b651cde8e05200c75eacf54f49926] d3d9: Support drawing from D3DPOOL_SYSTEMMEM vertex buffers. git bisect bad b18a53a5b44b651cde8e05200c75eacf54f49926 # good: [1177d08245baa070fd3b66145ee42847f456efde] wined3d: Make wined3d_adapter_init_format_info() static. git bisect good 1177d08245baa070fd3b66145ee42847f456efde # first bad commit: [b18a53a5b44b651cde8e05200c75eacf54f49926] d3d9: Support drawing from D3DPOOL_SYSTEMMEM vertex buffers.
https://bugs.winehq.org/show_bug.cgi?id=46362
--- Comment #3 from Andrey Gusev andrey.goosev@gmail.com --- This commit also causes a crash on exit for Project CARS when CSMT is disabled.
https://bugs.winehq.org/show_bug.cgi?id=46362
Józef Kucia joseph.kucia@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW CC| |joseph.kucia@gmail.com Ever confirmed|0 |1
--- Comment #4 from Józef Kucia joseph.kucia@gmail.com --- Hopefully, https://www.winehq.org/pipermail/wine-devel/2018-December/137134.html fixes the problem.
https://bugs.winehq.org/show_bug.cgi?id=46362
Jan Havran havran.jan@email.cz changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |havran.jan@email.cz
--- Comment #5 from Jan Havran havran.jan@email.cz --- This is probably duplicity of bug #46359, but since patches are linked here, I will also reply here:
(In reply to Józef Kucia from comment #4)
Hopefully, https://www.winehq.org/pipermail/wine-devel/2018-December/137134.html fixes the problem.
I confirm that this patch series fixes the crash after shooting in Vietcong described in #46359, but after every gun shot following lines spams the terminal output: 0009:err:d3d:wined3d_device_process_vertices Failed to map resource.
On top of that, some missions fails to load with message window of title "TransformPoints", text "ProcessVertices" and one button "ok". With rc2 those missions were loaded fine, with rc3 it always crashed (no message window was shown), but crash with this message window is something new.
https://bugs.winehq.org/show_bug.cgi?id=46362
Sagawa sagawa.aki+winebugs@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED
--- Comment #6 from Sagawa sagawa.aki+winebugs@gmail.com --- Natsuiro Asagao Residence (demo) and Summer Pockets (demo) start successfully with the above patch. Thanks, Józef.
https://bugs.winehq.org/show_bug.cgi?id=46362
Sagawa sagawa.aki+winebugs@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|FIXED |--- Status|RESOLVED |REOPENED
--- Comment #7 from Sagawa sagawa.aki+winebugs@gmail.com --- Oops, the patch hasn't been merged yet.
https://bugs.winehq.org/show_bug.cgi?id=46362
Sagawa sagawa.aki+winebugs@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Fixed by SHA1| |70a95cea66384b475bd3584768b | |5fffc5f940a17 Resolution|--- |FIXED
--- Comment #8 from Sagawa sagawa.aki+winebugs@gmail.com --- Fixed by 70a95cea66384b475bd3584768b5fffc5f940a17.
https://bugs.winehq.org/show_bug.cgi?id=46362
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #9 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 4.0-rc4.