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
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?