[Bug 39452] New: WNetGetUniversalName() returns ERROR_NO_NETWORK (0x000004c6)

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Oct 14 12:12:00 CDT 2015


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 at winehq.org
          Reporter: alexey.pushkin at 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%29.aspx

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.



More information about the wine-bugs mailing list