From owner-freebsd-ports@FreeBSD.ORG Wed Jul 16 01:21:48 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E04FA106564A for ; Wed, 16 Jul 2008 01:21:48 +0000 (UTC) (envelope-from mike.derouen@gmail.com) Received: from hs-out-0708.google.com (hs-out-0708.google.com [64.233.178.242]) by mx1.freebsd.org (Postfix) with ESMTP id 8C7F98FC13 for ; Wed, 16 Jul 2008 01:21:48 +0000 (UTC) (envelope-from mike.derouen@gmail.com) Received: by hs-out-0708.google.com with SMTP id h53so1436183hsh.11 for ; Tue, 15 Jul 2008 18:21:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type:references; bh=ljOvanPWeZtM/HTrOMqKE/w5K97PwslXd2EsFej7gXM=; b=d8S3SDf2VqNTBeMXI+WWT+YqH0SAcBL/YVVeDxEnruz8L+gkPBf5h3ICfRCQzWnA+J eTWHEnr4xnn34HmVaI13x+N0Z1Jgs7fB0U4z78kQ8dOdbVv2/wbWG3cOdfTX74iyxx9L iGejJI6RVAMKflw07WIOwarYXhhygm/IkRXXs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:references; b=rDP/6G9ZJLiJBoH6Ov2tmQc5UbFdg3CtTHq7Y0iriAD6XxOfSQGE5koMYE9iTx4crM LwYflDgJGgwKgq4gyMIzO5hC6e8tfJ0pQC8EktFNFMi4sMRMocxqwcVa6f0dvL+IJPQM xSc34x63azXYR8Qx0mI8OESLEwwfBxTjrsIgk= Received: by 10.100.139.20 with SMTP id m20mr659043and.135.1216169686379; Tue, 15 Jul 2008 17:54:46 -0700 (PDT) Received: by 10.100.216.4 with HTTP; Tue, 15 Jul 2008 17:54:46 -0700 (PDT) Message-ID: Date: Tue, 15 Jul 2008 17:54:46 -0700 From: "Mike Derouen" To: freebsd-ports@freebsd.org In-Reply-To: MIME-Version: 1.0 References: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Nexuiz-2.4.2 Server Browser and sockets "sendto" error X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Jul 2008 01:21:49 -0000 Hello, I have recently installed the nexuiz-2.4.2 port and the single player game works great. The multiplayer mode, however, is not working properly. When i look at the server browser, there aren't any games listed, and I don't see a way to add servers or refresh the list. I also keep getting this sockets error in the console: "LHNET_Write: sendto returned error: Address family not supported by protocol family" Here's my uname output: % uname -a FreeBSD alpha 7.0-STABLE FreeBSD 7.0-STABLE #4: Mon Jul 14 19:09:46 PDT 2008 root@alpha:/usr/obj/usr/src/sys/GENERIC i386 Does anybody have an idea of how to fix this? I have tried to do a "connect" from the console of a single player game, but that gave the same result. I have successfully connected to multiplayer quake3 games on a few different servers, so I'm taking a stab in the dark and guessing that the problem may be with the nexuiz port. Please let me know what extra useful info I can provide as well. Thanks, Mike