https://bugs.winehq.org/show_bug.cgi?id=56360
Bug ID: 56360 Summary: FoxVox window is rendered as a blank surface instead of expected user interface Product: Wine Version: unspecified Hardware: x86-64 OS: Linux Status: NEW Severity: normal Priority: P2 Component: user32 Assignee: wine-bugs@winehq.org Reporter: arethusa26@gmail.com Distribution: ---
Created attachment 76097 --> https://bugs.winehq.org/attachment.cgi?id=76097 Wine output from FoxVox application with broken user interface
While confirming that the issue reported in bug 56358 for the FoxVox application is already fixed in wine-9.2, I noticed that when it is launched with wine-9.2, the FoxVox window shows the expected user interface, but with wine-9.2-286-g232b18d820e, the window shows a blank and black surface instead.
Regression testing with git bisect yields:
5ffed8830cbc619219eae9a9f48b5f83bced7ad4 is the first bad commit commit 5ffed8830cbc619219eae9a9f48b5f83bced7ad4 Author: Fabian Maurer dark.shadow4@web.de Date: Fri Feb 9 20:11:44 2024 +0100
user32/sysparams: Handle more contexts in GetAwarenessFromDpiAwarenessContext.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=55630
https://bugs.winehq.org/show_bug.cgi?id=56360
Andrew Nguyen arethusa26@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dark.shadow4@web.de Regression SHA1| |5ffed8830cbc619219eae9a9f48 | |b5f83bced7ad4 URL| |https://foxster.itch.io/fox | |vox
https://bugs.winehq.org/show_bug.cgi?id=56360
Fabian Maurer dark.shadow4@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, regression
https://bugs.winehq.org/show_bug.cgi?id=56360
--- Comment #1 from Fabian Maurer dark.shadow4@web.de --- Thanks for reporting, turns out there is a few more details in DPI_AWARENESS_CONTEXT_PER_MONITOR_AWARE_V2 that I missed. This program seems to be pretty reliant on 100% accurate behavior, so I'll write tests and submit a fix soon.
Here is a temporary, hacky branch that makes it work: https://gitlab.winehq.org/DarkShadow44/wine/-/commits/dpi
https://bugs.winehq.org/show_bug.cgi?id=56360
--- Comment #2 from Fabian Maurer dark.shadow4@web.de --- Created a MR at https://gitlab.winehq.org/wine/wine/-/merge_requests/5150
https://bugs.winehq.org/show_bug.cgi?id=56360
Vijay Kamuju infyquest@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |21bdc585f3eb8b23b7973b01e60 | |543e417492a8a Resolution|--- |FIXED CC| |infyquest@gmail.com Status|NEW |RESOLVED
--- Comment #3 from Vijay Kamuju infyquest@gmail.com --- MR now committed: https://source.winehq.org/git/wine.git/commitdiff/21bdc585f3eb8b23b7973b01e6...
https://bugs.winehq.org/show_bug.cgi?id=56360
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #4 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 9.4.