wine client error:0: version mismatch 437/438

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
KenJackson
Level 2
Level 2
Posts: 24
Joined: Mon Apr 14, 2008 11:01 am

wine client error:0: version mismatch 437/438

Post by KenJackson »

I just built and installed Wine from latest git source.

But when I run wineboot or wine, it get this error:
wine client error:0: version mismatch 437/438.
Your wineserver binary was not upgraded correctly,
or you have an older one somewhere in your PATH.
Or maybe the wrong wineserver is still running?
There's only one copy of wine, wineserver and wineboot on my system and they're in /usr/local/bin.

What else should I look for?
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: wine client error:0: version mismatch 437/438

Post by dimesio »

1. Check running processes to make sure that an old wineserver isn't still running.

2. Did you have a previous version of Wine installed before this one? If so, was it a binary package that you neglected to uninstall? The problem could be caused by failing to uninstall a binary package before installing your self-compiled version.
KenJackson
Level 2
Level 2
Posts: 24
Joined: Mon Apr 14, 2008 11:01 am

Re: wine client error:0: version mismatch 437/438

Post by KenJackson »

The previous version was installed the same way with the same prefix. And I checked for a running wineserver with ps and found none.

But alas, an old wineserver was running. :shock: I killed it and now everything is fine. Grief.
Locked