http://bugs.winehq.org/show_bug.cgi?id=26944
Ken Sharp kennybobs@o2.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |programs AssignedTo|wine-bugs@winehq.org |kennybobs@o2.co.uk Summary|GomezPEER fails to end |taskkill needs to handle |gozilla.exe |both / and - switches
--- Comment #8 from Ken Sharp kennybobs@o2.co.uk 2012-09-28 22:06:11 CDT --- The solution is unbelievably simple!
GómezPEER executes TASKKILL -F -IM gozilla.exe
This fails because taskkill only handled / switches.
Changing two characters in the source works around this bug. I have no idea how to add "/ or -" to the code (efficiently) or I would submit a patch.
I will come back to this in a couple of days as it's late here.
Attaching two simple patches to solve the Gómez problem only, for reference.