http://bugs.winehq.org/show_bug.cgi?id=16118
--- Comment #6 from Tommy Cheng tomcheng76@yahoo.com.hk 2008-11-21 06:18:35 --- (In reply to comment #5)
(In reply to comment #4)
we can define applications rule in winecfg to specify dlls using either bulitin or native. That's why i don't want them to take effects during my testing.
gksudo to make sure the registry/settings is clean since i never use root to run wine application. of coz just [winecfg] has the same problem.
Don't use root.
Use a clean wineprefix, without running as root.
It doesn't fix the problem anyway.
[WINEPREFIX='/home/bomber/winetest' winecfg]
In the Drives tab, i chose Z: , drive mapping is '/', then i press Browse... and then it freezed.
Problem is that wine try to access /cifs which is created by AutoFS...if AutoFS is stopped by [sudo /etc/init.d/autofs stop], the problem is gone simply because of there isn't any /cifs folder anymore.