http://bugs.winehq.org/show_bug.cgi?id=36912
Bug ID: 36912 Summary: Taskkill does not support /T option Product: Wine Version: 1.5.27 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: rick@divinesymphony.net
I have a failing app, and I see this debug info:
fixme:taskkill:process_arguments /T not supported Error: Unknown or invalid command line option specified.
I couldn't find a relevent closed bug, so I assume it's still present on trunk.
http://technet.microsoft.com/en-us/library/bb491009.aspx
http://bugs.winehq.org/show_bug.cgi?id=36912
--- Comment #1 from Bruno Jesus 00cpxxx@gmail.com --- What application? Is it available for download? Are you sure it only fails because of that?
Wine 1.5.27 is very old and unsupported, you should update to 1.7.22.
https://bugs.winehq.org/show_bug.cgi?id=36912
A. Syukri bin Abdollah syockit@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |syockit@gmail.com
--- Comment #2 from A. Syukri bin Abdollah syockit@gmail.com --- wine-1.7.34 (32-bit, Ubuntu 14.04, via PPA)
I could reproduce this error upon attempting to install ReadCube 2.0.12 for Windows (downloadable at http://download.readcube.com/desktop/2.0.12/ReadCube-Setup.exe). The program seems to attempt killing any existing ReadCube tasks before proceeding:
fixme:taskkill:process_arguments argument T not supported fixme:taskkill:process_arguments argument T not supported fixme:taskkill:process_arguments argument T not supported fixme:taskkill:process_arguments argument T not supported
Failing to do that, it stops, displaying "ReadCube couldn't update at this time", with a retry button that essentially repeats the above (emitting the four lines every time).
https://bugs.winehq.org/show_bug.cgi?id=36912
super_man@post.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |super_man@post.com
--- Comment #3 from super_man@post.com --- still an issue 1.7.51
https://bugs.winehq.org/show_bug.cgi?id=36912
--- Comment #4 from super_man@post.com --- (In reply to A. Syukri bin Abdollah from comment #2)
wine-1.7.34 (32-bit, Ubuntu 14.04, via PPA)
I could reproduce this error upon attempting to install ReadCube 2.0.12 for Windows (downloadable at http://download.readcube.com/desktop/2.0.12/ReadCube-Setup.exe). The program seems to attempt killing any existing ReadCube tasks before proceeding:
fixme:taskkill:process_arguments argument T not supported fixme:taskkill:process_arguments argument T not supported fixme:taskkill:process_arguments argument T not supported fixme:taskkill:process_arguments argument T not supported
Failing to do that, it stops, displaying "ReadCube couldn't update at this time", with a retry button that essentially repeats the above (emitting the four lines every time).
I added return value of true and I got really weird side effects, then changing return value to false and the behaviour became the same as it is now. So I quess this needs real function. Or there are more bugs in wine code which different return value exposed.
wine 1.9.6
https://bugs.winehq.org/show_bug.cgi?id=36912
Akarsha akarsha15010@iiitd.ac.in changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |akarsha15010@iiitd.ac.in
https://bugs.winehq.org/show_bug.cgi?id=36912
lizhenbo litimetal@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |litimetal@gmail.com