http://bugs.winehq.org/show_bug.cgi?id=32791
Bug #: 32791 Summary: Fail to receive stdout from .NET application. Product: Wine Version: 1.5.22 Platform: x86 OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: leslie_alistair@hotmail.com Classification: Unclassified
Created attachment 43302 --> http://bugs.winehq.org/attachment.cgi?id=43302 Source and exe of Sample application.
Unzip the attached Program. Run the CreateProcess.exe in the Debug directory.
I am expecting to see the "passed" message, but instead see "failed".
CreateProcess.exe create a process of MyAssembly.exe and is expecting to receive data via the stdin/out. However this fails when using mono.
If you run MyAssembly.exe by itself, the text appears on the console.