https://bugs.winehq.org/show_bug.cgi?id=51610
Bug ID: 51610 Summary: Cygwin (x64) programs only run when piped Product: Wine Version: 6.14 Hardware: x86-64 OS: Linux Status: NEW Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: dark.shadow4@web.de Distribution: ---
Created attachment 70466 --> https://bugs.winehq.org/attachment.cgi?id=70466 Test binaries to reproduce the issue
Might or might not be related to bug 40528. And probably bug 51609.
Tested with cygwin 3.2.0. Fresh WINEPREFIX.
Binaries using cygwin1.dll just silenty quit when run. Like "wine test.exe" quits without working. When running then with "wineconsole test.exe" it silently quits as well. However, when called like "wine test.exe &> test.log" it works.
Attaching test binaries for simplicity.