http://bugs.winehq.org/show_bug.cgi?id=58723
Bug ID: 58723 Summary: [Bisected] Windows Steam client in FreeBSD Wine fails to display a window. Product: Wine Version: unspecified Hardware: x86-64 URL: https://github.com/XaeroVincent/wine-tkg/blob/main/emu lators/wine-tkg-devel/steam-reverts.txt OS: FreeBSD Status: UNCONFIRMED Severity: normal Priority: P2 Component: user32 Assignee: wine-bugs@winehq.org Reporter: darkvincentdude@yahoo.com
Sometime during the Wine 10.x lifecycle, the Windows Steam client running in FreeBSD 14.3 Wine-Devel fails to create a window and function properly after two different commits. Each offending commit broke the steam client a separate time.
These are the bisected commits:
* Commit: 62b3eee965223a2de62daa87c4b81708cd62e6f3 - "user32: Add stub for SetProcessLaunchForegroundPolicy." - May 25th 2025
https://gitlab.winehq.org/wine/wine/-/commit/62b3eee965223a2de62daa87c4b8170...
* Commit: 9195d892ba24ca312588f2c338d33269b21bf0c8 - "configure: Build PEs with -ffp-exception-behavior=maytrap." - July 1st 2025
https://gitlab.winehq.org/wine/wine/-/commit/9195d892ba24ca312588f2c338d3326...
With these commits reverted, the Window Steam client functions correctly on Wine 10.15 and older versions.