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.
https://bugs.winehq.org/show_bug.cgi?id=40190
--- Comment #1 from Pierre Schweitzer pierre@reactos.org --- I developed an application that allows checking this behavior. You can see the difference in execution with VBox shares/VMware shares. You can find it at: https://svn.reactos.org/svn/reactos/trunk/rostests/tests/np_enum/
https://bugs.winehq.org/show_bug.cgi?id=40190
Pierre Schweitzer pierre@reactos.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |FIXED
--- Comment #2 from Pierre Schweitzer pierre@reactos.org --- It has been fixed with commit e8c8ddcbfc8bc4458add06062005a4022162deab.
https://bugs.winehq.org/show_bug.cgi?id=40190
Bruno Jesus 00cpxxx@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |e8c8ddcbfc8bc4458add0606200 | |5a4022162deab
https://bugs.winehq.org/show_bug.cgi?id=40190
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #3 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 1.9.6.