http://bugs.winehq.org/show_bug.cgi?id=25000
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW URL| |ftp://ftp.dlink.ru/pub/IPDS | |LAM/DAS-3224/Software/EMS_v | |.4.32.zip Keywords| |download CC| |focht@gmx.net Depends on| |25465 Ever Confirmed|0 |1 Summary|D-Link EMS requires missed |D-Link EMS requires |libraries and functions. |"wsnmp32.dll"
--- Comment #1 from Anastasius Focht focht@gmx.net 2012-01-30 15:48:05 CST --- Hello,
still present.
--- snip --- $ wine ./IPDLEMSDLink200NEs.exe err:module:import_dll Library WSNMP32.DLL (which is needed by L"C:\Program Files\DLink-EMS\EMS-TH1\IPDLEMSDLink200NEs.exe") not found err:module:import_dll Library MGMTAPI.DLL (which is needed by L"C:\Program Files\DLink-EMS\EMS-TH1\IPDLEMSDLink200NEs.exe") not found err:module:LdrInitializeThunk Main exe initialization for L"C:\Program Files\DLink-EMS\EMS-TH1\IPDLEMSDLink200NEs.exe" failed, status c0000135 --- snip ---
making this bug about missing "WSNMP32.DLL". Bug 25465 is about "MGMTAPI.DLL"
I dumped the imports descriptor:
--- snip --- ->Import Table 1. ImageImportDescriptor: OriginalFirstThunk: 0x001EF140 TimeDateStamp: 0x04560220 (GMT: Fri Apr 21 23:05:04 1972) ForwarderChain: 0x054E0000 Name: 0x001F0198 ("WSNMP32.DLL") FirstThunk: 0x001EF148
Ordinal/Hint API name ------------ --------------------------------------- 0x0140 --- snip ---
Interestingly only one by ordinal?
MSDN: http://technet.microsoft.com/en-us/library/cc783142%28WS.10%29.aspx
$ sha1sum EMS_v.4.32.zip ce514dc8954594801514367d53e1606b6cb60b81 EMS_v.4.32.zip
$ wine --version wine-1.4-rc1-34-g01947e0
Regards