http://bugs.winehq.org/show_bug.cgi?id=59150 Bug ID: 59150 Summary: "Invalid parameter" pop-up appears when launching Resident Evil 5 Product: Wine Version: 11.0-rc3 Hardware: x86 OS: Linux Status: NEW Severity: normal Priority: P2 Component: ntdll Assignee: wine-bugs@list.winehq.org Reporter: alexhenrie24@gmail.com Distribution: --- When launching Resident Evil 5 on Steam, a Wine console window pops up that says "res = 1, err = 0x00000057, Invalid parameter." The game then starts normally, but the console window stays open in the background and is visible again after exiting the game. It's hard to tell if a similar console window is opened when running the game on Windows; if there is one, it must be immediately closed because it's definitely gone by the time the game exits. The console window didn't use to appear on Wine. `git bisect` says: 4b63e888945b8ada2ddc043e435b9358a0be811c is the first bad commit commit 4b63e888945b8ada2ddc043e435b9358a0be811c Author: Eric Pouech <epouech@codeweavers.com> AuthorDate: Fri Nov 17 11:54:18 2023 +0100 Commit: Alexandre Julliard <julliard@winehq.org> CommitDate: Tue Dec 5 21:24:37 2023 +0100 ntdll: Don't create Unix console for GUI apps. Note: GUI apps using std I/O (this is not common) will no longer print on unix console. If such a behavior is needed, for an app started from Unix shell, one can either redirect output to a file, or pipe output: ./wine app | cat Signed-off-by: Eric Pouech <epouech@codeweavers.com> dlls/ntdll/unix/env.c | 5 ++++- programs/start/start.c | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) -- 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.