Mapping net share to dosdevices/unc - doesn't work (1.8-rc3)

Questions about Wine on Linux
Locked
jhansonxi
Level 2
Level 2
Posts: 31
Joined: Sun Aug 09, 2009 3:12 pm

Mapping net share to dosdevices/unc - doesn't work (1.8-rc3)

Post by jhansonxi »

Xubuntu 14.04 x86_64
wine-staging 1.8-rc3 from wine-staging PPA

I'm testing Double Commander 0.6.6 beta build 6327M (32-bit) and Xplorer2 Lite 3.0.0.4 and am trying to get network share browsing to work. I mounted a cifs share to a samba server and mapped the mountpoint to …/dosdevices/unc/server/public following the Wine User Guide. I can browse the contents of the linked mountpoint with Thunar and winefile. But neither Double Commander or Xplorer2 can see it.

Double Commander shows an error dialog after clicking the "Network" icon in the file window (Network>Network Connect…):
"System error (OS Code 1222). No Network."

Entering the share path (\\server\share) in Xplorer2's address bar doesn't do anything but Wine reports:
fixme:shell:ISF_NetworkPlaces_fnParseDisplayName not implemented for L"\\\\server\\public"

Doesn't matter if unc directories are present or not. The result is the same. I even mounted it directly to …/unc/erver/public in case Wine was having problems with the symlink but had the same result. The cifs options are "noauto,user,guest". Both work on WinXP in a VM on the same system.

Are the Wine User Guide instructions accurate? Is the network share code in Wine still present? Is there a registry setting that affects this? All I see is UseDnsComputerName.

Obviously I can map a drive to the share with winecfg but the point was to be able to browse it without doing that. Xplorer2 has a function to map network drives but it fails unsurprisingly:
Tools>Map Network Drive fails:
fixme:mpr:WNetConnectionDialog (0x100fc, 00000001): stub

Does it matter what the filesystem is? Is Wine capable of using nfs4?
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: Mapping net share to dosdevices/unc - doesn't work (1.8-

Post by dimesio »

jhansonxi wrote: Are the Wine User Guide instructions accurate?
Apparently not:
https://bugs.winehq.org/show_bug.cgi?id=425
https://bugs.winehq.org/show_bug.cgi?id=14501
jhansonxi
Level 2
Level 2
Posts: 31
Joined: Sun Aug 09, 2009 3:12 pm

Re: Mapping net share to dosdevices/unc - doesn't work (1.8-

Post by jhansonxi »

Thanks. A bug number less than 4 digits is a bad omen.
Locked