I've found a problem with the named_pipe.c in the server.
Is there anyone out there who purports to be an expert or is it up to me to fix it?
(Basically the server is creating a named pipe, reading from it, writing back to it, flushing and closing, all before the client has read the reply; the wineserver crashes as the client tries to read because it's copy no longer has an fd)