http://bugs.winehq.org/show_bug.cgi?id=16112
--- Comment #5 from Pedro Ferreira pedro.m.ferreira@mail.cm-portel.pt 2008-11-19 09:01:16 --- Ill try to explain what happens
My app needs a path in the form \192.168.40.100\airc\updates\sgp
in my .wine i have mounted
\192.168.40.100\airc -> /home/xekhz/.wine/dosdevices/unc/192.168.40.100/airc
with this mount i get to the second stage where the app trys to load the install.exe that is located in \192.168.40.100\airc\updates\sgp
wine the starts searching for the install.exe it searches everywhere except in /home/xekhz/.wine/dosdevices/unc/192.168.40.100/air/updates/sgp
So looking to the output I double mount \192.168.40.100\airc -> /home/xekhz/.wine/drive_c/windows/UNC/192.168.40.100/airc (notice that is under the windows dir)
I get to the third stage. install.exe is loading it still blows up but know it is found.