https://bugs.winehq.org/show_bug.cgi?id=40190
Bug ID: 40190 Summary: 7z fails at enumerating network places Product: Wine Version: 1.9.4 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: pierre@reactos.org Distribution: ---
When trying to enumerate network places in 7z, only the network providers are enumerated. Then their root directory and shares are not enumerated when clicking on the network provider.
I could track it to the fact that, on network providers enumeration, lpRemoteName is set to network provider name (as on Windows) and this makes enumeration later failing with this network resource. It seems that in this case, the later call to WNetOpenEnum() doesn't pass the lpRemoteName to the network provider, to be able to get the root directory of the network provider.
I'll provide a patch in that direction.