https://bugs.winehq.org/show_bug.cgi?id=42931
Bug ID: 42931 Summary: CMD START: invalid argument Product: Wine Version: 2.7 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: cmd Assignee: wine-bugs@winehq.org Reporter: phoe@openmailbox.org Distribution: ---
Starting executables with CMD START does not work.
Z:\home\phoe>start "" C:\Furcadia\Furcadia.exe fixme:exec:SHELL_execute flags ignored: 0x00000100 Application could not be started, or no application associated with the specified file. ShellExecuteEx failed: Invalid parameter.
Reproduced on 1.9.21, 2.01 and 2.7.
https://bugs.winehq.org/show_bug.cgi?id=42931
--- Comment #1 from Michał "phoe" Herda phoe@openmailbox.org --- More details:
START actually seems to work, EXCEPT when the title is provided in the beginning (which seems obligatory if I want to quote the EXE path, for example, in case of spaces) and the title is empty, namely, ""
A command like start "foo" C:\Furcadia\Furcadia.exe launches the program properly.
https://bugs.winehq.org/show_bug.cgi?id=42931
Jason Edmeades us@edmeades.me.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED CC| |us@edmeades.me.uk Status|UNCONFIRMED |RESOLVED
--- Comment #2 from Jason Edmeades us@edmeades.me.uk --- I think this is already fixed. I tested this with:
wine cmd start "" notepad.exe
This starts notepad fine
Z:\wine\programs\cmd>START "" notepad 0057:fixme:exec:SHELL_execute flags ignored: 0x00000100
Z:\wine\programs\cmd>START "" c:\windows\system32\notepad.exe 005b:fixme:exec:SHELL_execute flags ignored: 0x00000100
At a guess (and I havent put it in the fixed by field as I am not certain) its resolved by 9baceabb88e2aeb90a32bb5f6923107904ed58ea
Resolving as fixed, but please reopen if the problem persists.
https://bugs.winehq.org/show_bug.cgi?id=42931
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #3 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 3.12.