http://bugs.winehq.org/show_bug.cgi?id=3690
dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Dreamweaver MX (2002) full |Dreamweaver MX (2002) hang |disk scan during splash |during splash screen |screen slow |
------- Additional Comments From dank@kegel.com 2005-25-11 16:35 ------- D'oh. Now that I played with it for a while, I find that once you define a site, Dreamweaver hangs on startup with the splash screen saying "Initializing site..." Running with WINEDEBUG=+file, I found that the last few lines of the log were
trace:file:GetFileAttributesW L"z:\home\dank\foo.com\" trace:file:RtlDosPathNameToNtPathName_U (L"z:\home\dank\foo.com\",0x7b92e8a8,(nil),(nil)) trace:file:RtlGetFullPathName_U (L"z:\home\dank\foo.com\" 520 0x7b92e674 (nil)) warn:file:wine_nt_to_unix_file_name L"home\dank\foo.com\" not found in /home/dank/.wine/dosdevices/z:
Reasoning that dreamweaver was hanging because of some internal problem when it couldn't open the site's directory, I manually created that directory (and made sure it existed from Wine's point of view), and that cured the hang.
I then used dreamweaver to create and upload a trivial site.
So there seem to be some situations which cause dreamweaver to hang, but once you're past those, it seems to basically work. Time to test it a bit more heavily, I guess.