https://bugs.winehq.org/show_bug.cgi?id=47279 Zebediah Figura <z.figura12(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |wpcap Summary|TP-Link PowerLineUtility |TP-Link PowerLineUtility |installs but does nothing |installs but does nothing | |(needs "packet.dll" | |implementation) Status|UNCONFIRMED |NEW CC| |z.figura12(a)gmail.com Ever confirmed|0 |1 --- Comment #1 from Zebediah Figura <z.figura12(a)gmail.com> --- Confirming. From terminal logs: zeb(a)terabithia$ wine tpPLC.exe 01b1:err:module:import_dll Library packet.dll (which is needed by L"C:\\Program Files (x86)\\TP-Link\\TP-Link PLC Utility\\PLCOperation.dll") not found 01b1:err:module:import_dll Library PLCOperation.dll (which is needed by L"C:\\Program Files (x86)\\TP-Link\\TP-Link PLC Utility\\tpPLC.exe") not found 01b1:err:module:LdrInitializeThunk Importing dlls for L"C:\\Program Files (x86)\\TP-Link\\TP-Link PLC Utility\\tpPLC.exe" failed, status c0000135 It needs "packet.dll", which is a component of winpcap. Wine provides wpcap.dll, but not packet.dll. The exports it wants are PacketOpenAdapter(), PacketRequest(), and PacketCloseAdapter(). I have no idea how hard it would be to implement these. zeb(a)terabithia$ du -sh PowerLineUtility_Win_180816.zip 19M PowerLineUtility_Win_180816.zip zeb(a)terabithia$ sha1sum PowerLineUtility_Win_180816.zip a641c9611bf053d5bb1e730baead5e9e74b3a81c PowerLineUtility_Win_180816.zip -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.