https://bugs.winehq.org/show_bug.cgi?id=52568
--- Comment #7 from Ralf Habacker ralf.habacker@freenet.de --- (In reply to Ralf Habacker from comment #4)
At https://www.winehq.org/pipermail/wine-devel/2021-May/187049.html a minimal implementation has been published.
The patch unfortunately does not contain the adjustments for the conversion of the socket path from Windows to Unix to the reverse https://gitlab.winehq.org/wine/wine/-/blob/master/server/sock.c#L480 https://gitlab.winehq.org/wine/wine/-/blob/master/server/sock.c#L555 in the wine server, where the underlying calls are made. The particular problem here is that - as far as I know - no Windows API calls are possible here and the available function for converting are only available at Windows level.