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.
http://bugs.winehq.org/show_bug.cgi?id=32791
Alistair Leslie-Hughes leslie_alistair@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |source, testcase
https://bugs.winehq.org/show_bug.cgi?id=32791
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download
https://bugs.winehq.org/show_bug.cgi?id=32791
Sebastian Lackner sebastian@fds-team.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |sebastian@fds-team.de
https://bugs.winehq.org/show_bug.cgi?id=32791
Janne janne.kekkonen@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |janne.kekkonen@gmail.com
--- Comment #1 from Janne janne.kekkonen@gmail.com --- Created attachment 77229 --> https://bugs.winehq.org/attachment.cgi?id=77229 Read passed
Hello,
tested included application(s) with Windows 10. CreateProcess.exe gave following error.
E:\tmp>CreateProcess.exe The application has failed to start because its side-by-side configuration is incorrect. Please see the application event log or use the command-line sxstrace.exe tool for more detail.
E:\tmp>
When CreateProcess.exe was run on wine 9.17, there was error about missing msvcr90d.dll.
wine --version
wine-9.17 (Staging)
wine CreateProcess
002c:fixme:winediag:loader_init wine-staging 9.17 is a testing version containing experimental patches. 002c:fixme:winediag:loader_init Please mention your exact version when filing bug reports on winehq.org. 0120:fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.DebugCRT" (9.0.21022.8) 0120:err:module:import_dll Library MSVCR90D.dll (which is needed by L"C:\temp\bug-32791\CreateProcess\Debug\CreateProcess.exe") not found 0120:err:module:loader_init Importing dlls for L"C:\temp\bug-32791\CreateProcess\Debug\CreateProcess.exe" failed, status c0000135
After this i recompiled programm with gcc (gcc -m32 CreateProcess.cpp -o CreateProcess_gcc.exe) gcc version 10.3.0 (tdm64-1)
On windows CreateProcess_gcc.exe runs but reading seems to fail every time.
On wine reading works occasionaly, in my test fourth start passed. Attached screenshot.