From owner-freebsd-ports@FreeBSD.ORG Sun May 11 10:45:18 2014 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 922295E6 for ; Sun, 11 May 2014 10:45:18 +0000 (UTC) Received: from mail-oa0-x22d.google.com (mail-oa0-x22d.google.com [IPv6:2607:f8b0:4003:c02::22d]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5B31F2838 for ; Sun, 11 May 2014 10:45:18 +0000 (UTC) Received: by mail-oa0-f45.google.com with SMTP id l6so6975045oag.18 for ; Sun, 11 May 2014 03:45:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=ZgcoyatbEEjea9qAQnZF/rRTIiBLmgx3UKyuLGtuJcA=; b=RatfiiaVVik3z0VVtlreLTNxpVZNFlTKaNuH4fOQajIIer58nNDb4RqJlB2pLgnwtN cE33MXzl3eAiQdoH3RNL6B6zYMTBQd70+WMMBhWKwVDDBMPZEs6nMc7KrSttLJzCOa8P TwmmHok5vCzgY/SAIumkxmMGxajUzIm5SufkN6pCYpc+z/fpGfKRMxoZxzYQdOpxlKOA vk3lTKysuhnr7V7ThDM03fhiHn2ZFEZmTs3Q1JBUaKB1hDIVZPpqWZSiEPOkbsNAwHpl UxB/HHqilU7lfPXZFi9o0Nzu5sNLHt4S7cjLaDZIlJ1Y53f368izV6UiY+exr/SxqFq4 uFbg== MIME-Version: 1.0 X-Received: by 10.182.43.132 with SMTP id w4mr26362506obl.41.1399805117537; Sun, 11 May 2014 03:45:17 -0700 (PDT) Sender: robbak@gmail.com Received: by 10.76.174.9 with HTTP; Sun, 11 May 2014 03:45:17 -0700 (PDT) In-Reply-To: References: Date: Sun, 11 May 2014 20:45:17 +1000 X-Google-Sender-Auth: albIqaOxLlAHkhaU8CICkEpfojQ Message-ID: Subject: Re: emulators/wine: could not run any applications under wine-1.6.2_2, 1 From: Robert Backhaus To: KOT MATPOCKuH Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18 Cc: ports X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 May 2014 10:45:18 -0000 You have a running wine binary - either a left-over program, or a crashed or hung server - left over from before you updated. If you can't find a running wine program to close, use 'ps wax |grep wine' to find any remaining wine programs, and either kill them or 'kill -9' them if they are stubborn. On 11 May 2014 18:48, KOT MATPOCKuH wrote: > Hi all! > > I can't start any windows application under wine 1.6.2 on FreeBS10/i386. > For example: > $ wine putty.exe > wine: created the configuration directory '/home/dima/.wine' > wine client error:0: version mismatch 431/447. > 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? > > $HOME/.wine directory was removed, but problem stil exists. > > Any ideas to fix this issue? > > -- > MATPOCKuH > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" >