Date: Tue, 18 Dec 2007 11:28:52 -0800 From: Jeremy Chadwick <koitsu@FreeBSD.org> To: freebsd-list@dclg.ca Cc: freebsd-hackers@freebsd.org Subject: Re: FreeBSD specific WINE errors Message-ID: <20071218192852.GA88889@eos.sc1.parodius.com> In-Reply-To: <18280.4646.678123.723158@canoe.dclg.ca> References: <18280.4646.678123.723158@canoe.dclg.ca>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Dec 18, 2007 at 01:32:06PM -0500, freebsd-list@dclg.ca wrote: > Recently eve-online came out with a new client. Since they now have a > "linux" version (which uses TransGaming's Cedega) they are less > concerned with wine compatiblity. That said, it seems that some wise > people have it working on linux, and I have downloaded, patched and > compiled they code they're using. > > However, the new eve code chucks the following errors on FreeBSD: > > err:iphlpapi:getRouteTable Received unsupported sockaddr family 0x12 > err:iphlpapi:getRouteTable Unexpected address type 0x10 > err:iphlpapi:getRouteTable Unexpected address type 0x20 sockaddr family 0x12 (18) is defined in include/sys/socket.h as: #define AF_LINK 18 /* Link layer interface */ I'm completely unfamiliar with Wine (although I am an EVE player! :D ), but my guess is that the Linux EVE client is trying to do something like get a list of IP addresses bound to an interface, or something low-level in the routing table. It's possible that the emulation layer in Wine for FreeBSD lacks this translation. As for the other errors, I'm not sure... -- | 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?20071218192852.GA88889>
