On Mon, 2008-08-18 at 12:00 +0200, Mario Goebbels wrote: > > well.. of course but the problem is i cant use it for i want > > > > i get this with Steam: > > err:iphlpapi:getNumWithOneHeader Unable to open '/proc/net/route' to > > count entries! > > err:iphlpapi:getRouteTable unimplemented! > > I "fixed" this by ripping out some code from Zebra or whatever that > software router application was and putting it back in there. Tried to > implement it from scratch, but not knowing the APIs and considering what > a pain in the ass MIB is, I stuck with the Zebra code. > > It's a horrible horrible hack though (some non-interfering bug I haven't > cared about), but was needed to make EVE Online to actually log in (the > WINE implementation of another Win32 function required a list of routes, > or just broke otherwise).
???(As I replied earlier, but forgot to CC the list) - This is the problem that arises whem people build Wine from different sources. I already implemented full iphlpapi statistics for SFEwine using the STREAMS stuff and libkstat, although it needs some looking over. I'd like to compare this with your impl. if you can find it, because EVE Online is not reported as working correctly with SFEwine so there may be a bug. See: https://svn.sourceforge.net/svnroot/pkgbuild/spec-files-extra/trunk/patches/wine-06-iphlpapi.diff
