On Sun, Mar 19, 2000 at 12:53:22PM +0100, Andreas Mohr wrote:
> Hi all,
>
> I had to fiddle with library things (ldconfig -v),
> and after that Wine didn't run any more.
[...]
> It seems that the wineserver communication is completely broken.
> The config reg key creation is to happen via the server, and this call might
> be the first Wine startup action that the wineserver has to do.
It turned out that there was a mismatch of
server/request.h/req_handlers[] vs. include/server.h/enum request.
Running tools/make_requests cured it.
Again, ouch !
(> 20 minutes wasted)
Whenever you suspect the wineserver communication, run make_requests !!
Andreas Mohr