[Bug 42931] New: CMD START: invalid argument
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(a)winehq.org Reporter: phoe(a)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. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=42931 --- Comment #1 from Michał "phoe" Herda <phoe(a)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. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=42931 Jason Edmeades <us(a)edmeades.me.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED CC| |us(a)edmeades.me.uk Status|UNCONFIRMED |RESOLVED --- Comment #2 from Jason Edmeades <us(a)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. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=42931 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #3 from Alexandre Julliard <julliard(a)winehq.org> --- Closing bugs fixed in 3.12. -- 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.
participants (1)
-
wine-bugs@winehq.org