[Bug 39452] New: WNetGetUniversalName() returns ERROR_NO_NETWORK (0x000004c6)
https://bugs.winehq.org/show_bug.cgi?id=39452 Bug ID: 39452 Summary: WNetGetUniversalName() returns ERROR_NO_NETWORK (0x000004c6) Product: Wine Version: 1.7.52 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs(a)winehq.org Reporter: alexey.pushkin(a)mererand.com Distribution: --- WNetGetUniversalName() is a stub function and it returns ERROR_NO_NETWORK (0x000004c6). I believe it should instead return ERROR_NOT_CONNECTED, which would mean that Wine treats the path argument as a _local_ path. See https://msdn.microsoft.com/en-us/library/windows/desktop/aa385474%28v=vs.85%... According to WINEDEBUG=relay Intel MPI (https://software.intel.com/en-us/intel-mpi-library) pmi_proxy.exe exits after receiving ERROR_NOT_CONNECTED from WNetGetUniversalName(). -- 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=39452 alexey.pushkin(a)mererand.com changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|WNetGetUniversalName() |mpr.WNetGetUniversalName() |returns ERROR_NO_NETWORK |returns ERROR_NO_NETWORK |(0x000004c6) |(0x000004c6) -- 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=39452 --- Comment #1 from alexey.pushkin(a)mererand.com --- If the function returned ERROR_NOT_CONNECTED the calling programs would be happy to know that the path is normal local file and just go ahead instead of failing. -- 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=39452 alexey.pushkin(a)mererand.com changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|mpr.WNetGetUniversalName() |mpr.WNetGetUniversalName() |returns ERROR_NO_NETWORK |returns value |(0x000004c6) | -- 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=39452 alexey.pushkin(a)mererand.com changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|mpr.WNetGetUniversalName() |mpr.WNetGetUniversalName() |returns value |return value -- 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=39452 --- Comment #2 from alexey.pushkin(a)mererand.com --- The other way around: ERROR_NOT_CONNECTED, meaning that the file is local, is IMHO _the_ correct answer in Wine. I think, that if the return value is changed, then the function qualifies for a real one rather than a stub. -- 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=39452 alexey.pushkin(a)mererand.com changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|mpr.WNetGetUniversalName() |mpr.WNetGetUniversalName() |return value |return value (causes Intel | |MPI to fail) -- 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=39452 Sebastian Lackner <sebastian(a)fds-team.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |STAGED CC| |erich.e.hoover(a)wine-staging | |.com, michael(a)fds-team.de, | |sebastian(a)fds-team.de Ever confirmed|0 |1 Staged patchset| |https://github.com/wine-com | |pholio/wine-staging/tree/ma | |ster/patches/mpr-WNetGetUni | |versalNameW -- 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=39452 --- Comment #3 from Sebastian Lackner <sebastian(a)fds-team.de> --- Does the staged patch help? -- 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=39452 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |patch -- 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=39452 --- Comment #4 from alexey.pushkin(a)mererand.com --- Yes it does, thank you. IMPI still doesn't work:( but it goes much further before it dies:). -- 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=39452 Detlef Riekenberg <wine.dev(a)web.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |wine.dev(a)web.de -- 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=39452 --- Comment #5 from Gijs Vermeulen <gijsvrm(a)gmail.com> --- This should be fixed by: https://source.winehq.org/git/wine.git/commit/31e5b4e5ee385e3d955545fbfa8ec7... (Staging patch was upstreamed) -- 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=39452 Zebediah Figura <z.figura12(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |31e5b4e5ee385e3d955545fbfa8 | |ec79b77819b2a Status|STAGED |RESOLVED Resolution|--- |FIXED CC| |z.figura12(a)gmail.com --- Comment #6 from Zebediah Figura <z.figura12(a)gmail.com> --- Marking fixed, https://source.winehq.org/git/wine.git/commit/31e5b4e5ee385e3d955545fbfa8ec7.... -- 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=39452 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #7 from Alexandre Julliard <julliard(a)winehq.org> --- Closing bugs fixed in 3.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.
https://bugs.winehq.org/show_bug.cgi?id=39452 Michael Stefaniuc <mstefani(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |3.0.x -- 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=39452 Michael Stefaniuc <mstefani(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|3.0.x |--- --- Comment #8 from Michael Stefaniuc <mstefani(a)winehq.org> --- Removing the 3.0.x milestone from bugs included in 3.0.2. -- 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=39452 Zebediah Figura <z.figura12(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |mpr -- 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