http://bugs.winehq.org/show_bug.cgi?id=3185
Summary: Working directory = UNC --> Crashes file open/close dialog Product: Wine Version: CVS Platform: Other OS/Version: other Status: UNCONFIRMED Severity: critical Priority: P2 Component: wine-gui AssignedTo: wine-bugs@winehq.org ReportedBy: burnus@gmx.de
Currently, if the working directory is a UNC (\localhost... => dosdevices/unc/localhost/...) the file open/save dialog crashes (tries continuesly to find files in this directory and crashes then).
Expected: Not to crash (destroys data) but catch this case and change the current working directory to e.g. "C:"; or better: change it to z:....\dosdevices\unc\localhost...
The long-term solution (see bug 425) is to properly support \unc\paths