[Bug 40190] New: 7z fails at enumerating network places
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(a)winehq.org Reporter: pierre(a)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. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=40190 --- Comment #1 from Pierre Schweitzer <pierre(a)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/ -- 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.
https://bugs.winehq.org/show_bug.cgi?id=40190 Pierre Schweitzer <pierre(a)reactos.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |FIXED --- Comment #2 from Pierre Schweitzer <pierre(a)reactos.org> --- It has been fixed with commit e8c8ddcbfc8bc4458add06062005a4022162deab. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=40190 Bruno Jesus <00cpxxx(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |e8c8ddcbfc8bc4458add0606200 | |5a4022162deab -- 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.
https://bugs.winehq.org/show_bug.cgi?id=40190 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #3 from Alexandre Julliard <julliard(a)winehq.org> --- Closing bugs fixed in 1.9.6. -- 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.
participants (1)
-
wine-bugs@winehq.org