http://bugs.winehq.org/show_bug.cgi?id=3690
dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WORKSFORME Summary|Dreamweaver MX (2002) hangs |Dreamweaver MX (2002) full |on splash screen |disk scan during splash | |screen slow
------- Additional Comments From dank@kegel.com 2005-25-11 15:26 ------- No, that text is not present. But snoop did reveal what was going on: dreamweaver is busily doing a directory search of the entire Linux system using FindNextFileW! My home directory happened to contain several very large directories with kazillions of files (two copies each of the wine, gcc, glibc, etc. source trees); removing those worked around the problem!
In a way, it's Dreamweaver's fault for trying to do a full scan of the disk before starting up. It would be good for FindNextFile to be faster, but that's probably worth a separate bug report. I'm marking this one WORKSFORME for now.