https://bugs.winehq.org/show_bug.cgi?id=43295
Bug ID: 43295 Summary: unimplemented function IPHLPAPI.DLL.if_nametoindex Product: Wine Version: 2.0.1 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: iphlpapi Assignee: wine-bugs@winehq.org Reporter: turkeyman@gmail.com Distribution: ---
Trying to run BitLord (a torrent client). Get these errors:
fixme:wlanapi:WlanOpenHandle (1, (nil), 0x4c2e74c, 0x470a9f0) stub wine: Call from 0x7bc527d9 to unimplemented function IPHLPAPI.DLL.if_nametoindex, aborting wine: Unimplemented function IPHLPAPI.DLL.if_nametoindex called at address 0x7bc527d9 (thread 002c), starting debugger... fixme:ver:GetCurrentPackageId (0x4c2e4a4 (nil)): stub Unhandled exception: unimplemented function IPHLPAPI.DLL.if_nametoindex called in 32-bit code (0x7bc527d9).
Looks like it may be a simple function to implement... it'll probably call something else on the next line though ;)