http://bugs.winehq.org/show_bug.cgi?id=17304
Néstor nestorac@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID
--- Comment #3 from Néstor nestorac@gmail.com 2009-02-07 16:51:05 --- Yes, now it works, when removing it. But I have discovered the failure: this happens because I have a remotely mounted NFS share at /net, and a link inside .wine/dos_devices which points inside this directory. Then, when the server is down, the program autofs waits for a very long time before noticing that the server is down. And until this happens, wine is expecting to list the contents of this directory, with no luck. Therefore, it hangs. This seems to be a bug in automount, which should have to take care when a server is down, and not foolishly try to wait forever for a response. Specifically, showmount -e hangs for a long time. And this failure affects all the programs in the system.
BTW, is there any option to access to a Samba share with wine without using NFS, as is in Windows??