[Bug 46928] New: Atelier Firis config tool doesn' t show up when launched through Steam
https://bugs.winehq.org/show_bug.cgi?id=46928 Bug ID: 46928 Summary: Atelier Firis config tool doesn't show up when launched through Steam Product: Wine Version: 4.4 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: msvcrt Assignee: wine-bugs(a)winehq.org Reporter: tijs96(a)hotmail.com Distribution: --- Created attachment 64032 --> https://bugs.winehq.org/attachment.cgi?id=64032 Logs with the __crtGetShowWindowMode call data The config tool window doesn't show up when launched through Steam (windows version, not proton) with builtin msvcr110, but with native msvcr110 it shows up just fine. When launching it without steam it shows up with both native and builtin. The reason for this seems to be that the config tool calls __crtGetShowWindowMode and uses the return value in a call to ShowWindow. Wine's implementation of __crtGetShowWindowMode seems to differ from the native dll. Steam + builtin: window doesn't show up, __crtGetShowWindowMode returns 0. Steam + native: window does show up, __crtGetShowWindowMode returns ?. (steam crashes with +snoop) Without steam + builtin: window shows up, __crtGetShowWindowMode returns 1. Without steam + native: window shows up, __crtGetShowWindowMode returns 10. Steam + builtin dll with __crtGetShowWindowMode hardcoded to return 10: window shows up, __crtGetShowWindowMode returns 10. I haven't done much investigating with proton, but the window shows up without any tweaks on proton. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=46928 Piotr Caban <piotr.caban(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |piotr.caban(a)gmail.com --- Comment #1 from Piotr Caban <piotr.caban(a)gmail.com> --- It should be fixed by b353ad7db8e013bab8bfd0ffde3610372fa3d644. Please retest (you'll need to build wine from git or wait for 4.6 release). -- 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.
https://bugs.winehq.org/show_bug.cgi?id=46928 tijs96(a)hotmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |FIXED --- Comment #2 from tijs96(a)hotmail.com --- Can confirm that it's fixed on latest master. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=46928 Gijs Vermeulen <gijsvrm(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |b353ad7db8e013bab8bfd0ffde3 | |610372fa3d644 -- 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.
https://bugs.winehq.org/show_bug.cgi?id=46928 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #3 from Alexandre Julliard <julliard(a)winehq.org> --- Closing bugs fixed in 4.6. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=46928 Michael Stefaniuc <mstefani(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |4.0.x -- 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.
https://bugs.winehq.org/show_bug.cgi?id=46928 Michael Stefaniuc <mstefani(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|4.0.x |--- --- Comment #4 from Michael Stefaniuc <mstefani(a)winehq.org> --- Removing the 4.0.x milestone from bug fixes included in 4.0.2. -- 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.
participants (1)
-
wine-bugs@winehq.org