https://bugs.winehq.org/show_bug.cgi?id=48211
Bug ID: 48211 Summary: Regression: midl.exe fails to execute MIDL engine Product: Wine Version: 4.20 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: kernel32 Assignee: wine-bugs@winehq.org Reporter: rpisl@seznam.cz Distribution: ---
midl.exe from Windows Kits 8.1 fails with error MIDL2398 : cannot execute MIDL engine.
This is a regression caused by commit 1deefb84ee2b6d326b5ae1bad592a72c69a89b36.
Author: Alexandre Julliard julliard@winehq.org Date: Tue Nov 12 21:41:06 2019 +0100
kernel32: Use RtlCreateUserProcess() to start new processes.
Signed-off-by: Alexandre Julliard julliard@winehq.org
https://bugs.winehq.org/show_bug.cgi?id=48211
Roman Pišl rpisl@seznam.cz changed:
What |Removed |Added ---------------------------------------------------------------------------- Regression SHA1| |1deefb84ee2b6d326b5ae1bad59 | |2a72c69a89b36
https://bugs.winehq.org/show_bug.cgi?id=48211
Gijs Vermeulen gijsvrm@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |regression
https://bugs.winehq.org/show_bug.cgi?id=48211
Roman Pišl rpisl@seznam.cz changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |rpisl@seznam.cz
https://bugs.winehq.org/show_bug.cgi?id=48211
dereklesho52@Gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dereklesho52@Gmail.com
--- Comment #1 from dereklesho52@Gmail.com --- Hi Roman, can you attach a log with the process debug channel enabled?
https://bugs.winehq.org/show_bug.cgi?id=48211
--- Comment #2 from Roman Pišl rpisl@seznam.cz --- Created attachment 65864 --> https://bugs.winehq.org/attachment.cgi?id=65864 WINEDEBUG=+process (bad)
After regression (git checkout 1deefb84ee2b6d326b5ae1bad592a72c69a89b36)
https://bugs.winehq.org/show_bug.cgi?id=48211
--- Comment #3 from Roman Pišl rpisl@seznam.cz --- Created attachment 65865 --> https://bugs.winehq.org/attachment.cgi?id=65865 WINEDEBUG=+process (good)
Before regression (git checkout 1deefb84ee2b6d326b5ae1bad592a72c69a89b36~)
https://bugs.winehq.org/show_bug.cgi?id=48211
Alistair Leslie-Hughes leslie_alistair@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |leslie_alistair@hotmail.com
--- Comment #4 from Alistair Leslie-Hughes leslie_alistair@hotmail.com --- 0009:trace:process:RtlCreateUserProcess L"\??\Z:\home\r\.wine-vs4\drive_c\Program Files" image L"Z:\home\r\.wine-vs4\drive_c\Program Files" cmdline L""Z:\home\r\.wine-vs4\drive_c\Program Files" (x86)\Windows Kits\8.1\bin\x86\midlc.exe "C:\users\r\Temp\MID6973.tmp" "
There is an extra " when constructing that path ** Program Files" (x86) **
https://bugs.winehq.org/show_bug.cgi?id=48211
Alistair Leslie-Hughes leslie_alistair@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |b82842461215f25c6d0819104cd | |06ab5cc7bf28a Status|UNCONFIRMED |RESOLVED Resolution|--- |FIXED
--- Comment #5 from Alistair Leslie-Hughes leslie_alistair@hotmail.com --- Fixed by ttps://source.winehq.org/git/wine.git/?a=commit;h=b82842461215f25c6d0819104cd06ab5cc7bf28a
https://bugs.winehq.org/show_bug.cgi?id=48211
--- Comment #6 from Roman Pišl rpisl@seznam.cz --- Confirming fixed. That was fast. Thank you!
https://bugs.winehq.org/show_bug.cgi?id=48211
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #7 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 5.0-rc1.
https://bugs.winehq.org/show_bug.cgi?id=48211
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |emiel@kollof.nl
--- Comment #8 from Anastasius Focht focht@gmx.net --- *** Bug 48241 has been marked as a duplicate of this bug. ***