Date: Wed, 16 Jul 2008 03:59:42 -0700 From: Jeremy Chadwick <koitsu@FreeBSD.org> To: Mike Derouen <mike.derouen@gmail.com> Cc: freebsd-ports@freebsd.org Subject: Re: Nexuiz-2.4.2 Server Browser and sockets "sendto" error Message-ID: <20080716105942.GA2663@eos.sc1.parodius.com> In-Reply-To: <eafba6990807151754l99ee5b5s70477dec2c4f48f8@mail.gmail.com> References: <eafba6990807142002k13a78b33gb18fbfd69c3e6cd5@mail.gmail.com> <eafba6990807151754l99ee5b5s70477dec2c4f48f8@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Jul 15, 2008 at 05:54:46PM -0700, Mike Derouen wrote: > 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" Chances are whatever this software is, is attempting to use a custom socket type over TCP/IP which FreeBSD doesn't have support for. The error in question is EAFNOSUPPORT. You can Google for it. > Does anybody have an idea of how to fix this? Contact the authors of the software? :-) -- | Jeremy Chadwick jdc at parodius.com | | Parodius Networking http://www.parodius.com/ | | UNIX Systems Administrator Mountain View, CA, USA | | Making life hard for others since 1977. PGP: 4BD6C0CB |
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080716105942.GA2663>