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@winehq.org Reporter: alexey.pushkin@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().