FreeBSD specific WINE errors
Jeremy Chadwick
koitsu at FreeBSD.org
Tue Dec 18 11:28:52 PST 2007
On Tue, Dec 18, 2007 at 01:32:06PM -0500, freebsd-list at 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 |
More information about the freebsd-hackers
mailing list