https://bugs.winehq.org/show_bug.cgi?id=56123
Bernhard Übelacker bernhardu@mailbox.org changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |bernhardu@mailbox.org
--- Comment #4 from Bernhard Übelacker bernhardu@mailbox.org --- Created attachment 75809 --> https://bugs.winehq.org/attachment.cgi?id=75809 Patch by Jinoh Kang from 2021
Killing wineserver might not do what you want, because this leaves the application processes back hanging. Better might be to use `wineserver -k`. This instructs wineserver to first kill all applications in this wine prefix, then wineserver can stop normally. (Would also be good before removing a prefix.)
This hang in the git installer looks like it is reported in the msys2 or cygwin installers when running post installation tasks, e.g. bug 52105.
Applying not yet committed parts of https://source.winehq.org/patches/data/220602 make the hang go away. For convenience I attach the rebased version of this patch.
This might also be subject of this merge request: https://gitlab.winehq.org/wine/wine/-/merge_requests/498