https://bugs.winehq.org/show_bug.cgi?id=40482
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |42fa293d48be89ce06b1aab264c | |5c0d8cc1b4f53 Keywords|download, source | CC| |focht@gmx.net Status|NEW |RESOLVED Resolution|--- |FIXED
--- Comment #10 from Anastasius Focht focht@gmx.net --- Hello folks,
resolving fixed here.
* https://source.winehq.org/git/wine.git/commitdiff/ada8b1ab9387f0ee2a6b96ce7c... ("cmd.exe: If there is a title given through STARTUPINFO, use it.")
* https://source.winehq.org/git/wine.git/commitdiff/f2fa7ec3c57dc79fab755f6a0e... ("start.exe: Pass the "show window" flags to CreateProcess() too.")
* https://source.winehq.org/git/wine.git/commitdiff/3c7501e8f0f941db012bed16cf... ("start.exe: Launch all binaries through CreateProcess().")
* https://source.winehq.org/git/wine.git/commitdiff/42fa293d48be89ce06b1aab264... ("start.exe: Search PATH for the executable to launch.")
* https://source.winehq.org/git/wine.git/commitdiff/c5bceecb51efc52b315b3526d9... ("start.exe: STARTUPINFOW needs the STARTF_USESHOWWINDOW flag.") -> regression fix for 42fa293d48be89ce06b1aab264c5c0d8cc1b4f53
Thanks Damjan
--- snip --- $ wine start ""hello there"" \Windows\system32\cmd.exe --- snip ---
works as expected with Wine 4.21 while it doesn't with older versions:
--- snip --- $ wine start ""hello there"" \Windows\system32\cmd.exe fixme:exec:SHELL_execute flags ignored: 0x00000100 Application could not be started, or no application associated with the specified file. ShellExecuteEx failed: Path not found. --- snip --
Removing 'download' and 'source' keywords. They are not useful if you don't provide the information in the bug ticket fields or at least in the comments (direct links to downloads and MSYS2 source references). Always specify the application version to be able to reproduce even years later.
$ wine --version wine-5.0-rc6
Regards