https://bugs.winehq.org/show_bug.cgi?id=53723
Bug ID: 53723 Summary: Star Ocean The Last Hope HD exits to desktop on start after NtUserSystemParametersInfo change. Product: Wine Version: 7.18 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: win32u Assignee: wine-bugs@winehq.org Reporter: hibbsncc1701@gmail.com Distribution: ---
The game no longer starts under current wine. Instead it simply makes a few calls on startup and exits without producing a window or error dialog.
A git bisect revealed 35a59e07b923e42d9bb391b0fef7acd25a9eb9d7 as the culprit. Reverting that patch against the current master ad26f04f69a03c fixes the bug.
https://bugs.winehq.org/show_bug.cgi?id=53723
Patrick Hibbs hibbsncc1701@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Regression SHA1| |35a59e07b923e42d9bb391b0fef | |7acd25a9eb9d7
--- Comment #1 from Patrick Hibbs hibbsncc1701@gmail.com --- Bisecting: 0 revisions left to test after this (roughly 0 steps) [35a59e07b923e42d9bb391b0fef7acd25a9eb9d7] win32u: Use syscall interface for NtUserSystemParametersInfo. $ git bisect bad 35a59e07b923e42d9bb391b0fef7acd25a9eb9d7 is the first bad commit commit 35a59e07b923e42d9bb391b0fef7acd25a9eb9d7 Author: Jacek Caban jacek@codeweavers.com Date: Mon Jul 25 18:37:52 2022 +0200
win32u: Use syscall interface for NtUserSystemParametersInfo.
dlls/win32u/gdiobj.c | 2 - dlls/win32u/syscall.c | 2 + dlls/win32u/win32u.spec | 4 +- dlls/win32u/win32u_private.h | 3 -- dlls/win32u/wrappers.c | 12 ----- dlls/wow64win/syscall.h | 2 + dlls/wow64win/user.c | 110 +++++++++++++++++++++++++++++++++++++++++++ 7 files changed, 116 insertions(+), 19 deletions(-)
https://bugs.winehq.org/show_bug.cgi?id=53723
temp82@luukku.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jacek@codeweavers.com, | |temp82@luukku.com
https://bugs.winehq.org/show_bug.cgi?id=53723
Patrick Hibbs hibbsncc1701@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|UNCONFIRMED |RESOLVED
--- Comment #2 from Patrick Hibbs hibbsncc1701@gmail.com --- Seems to be fixed in wine 8.12.
https://bugs.winehq.org/show_bug.cgi?id=53723
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #3 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 8.13.