From owner-freebsd-questions@FreeBSD.ORG Sun May 4 09:13:46 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1C57437B404 for ; Sun, 4 May 2003 09:13:46 -0700 (PDT) Received: from sccrmhc03.attbi.com (sccrmhc03.attbi.com [204.127.202.63]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C85143FCB for ; Sun, 4 May 2003 09:13:45 -0700 (PDT) (envelope-from timothy@voidnet.com) Received: from repose (12-210-146-224.client.attbi.com[12.210.146.224]) by sccrmhc03.attbi.com (sccrmhc03) with SMTP id <200305041613440030070nrje>; Sun, 4 May 2003 16:13:44 +0000 From: Eric Timme To: freebsd-questions@FreeBSD.ORG Date: Sun, 4 May 2003 11:17:37 -0500 User-Agent: KMail/1.5.1 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200305041117.37448.timothy@voidnet.com> Subject: winex sendmsg error on 5-current X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 May 2003 16:13:46 -0000 I'm having problems running winex on 5-current..I'm running the 3.0-1 package from Transgaming's prepackaged area, which I installed along with emulators/linux_base. COMPAT_LINUX is enabled in my kernel. According to the mailing list, USER_LDT seems to be integrated now, so no need to explicitly specify it. Whenever I run and run something with winex (ie winex ./war3.exe) it errors with: Protocol error: process 0x806d1a8: sendmsg: Bad address This exact error is received every attempt to run a file, whether I run as root or a normal user. Any ideas?