https://bugs.winehq.org/show_bug.cgi?id=32791 Janne <janne.kekkonen(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |janne.kekkonen(a)gmail.com --- Comment #1 from Janne <janne.kekkonen(a)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. -- 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.