http://bugs.winehq.org/show_bug.cgi?id=11355
Summary: Dreamweaver MX can't find a DLL unless started with ShellExecute Product: Wine Version: CVS/GIT Platform: Other OS/Version: other Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: dank@kegel.com
To repeat: install Dreamweaver MX, then to avoid the long delay while it scans your whole system, remove .wine/dosdrives/z:, then start and select View / Design. You'll see
err:module:import_dll Library Gemstone.dll (which is needed by L"C:\Program Files\Macromedia\Dreamweaver MX\Configuration\JSExtensions\DWEMLaunch.dll") not found
on the console, but the file is there:
./Program Files/Common Files/Macromedia/Gemstone.dll
The workaround, as noted at http://www.winehq.org/pipermail/wine-devel/2006-October/051441.html is to run Dreamweaver using ShellExecute, e.g. wine start Dreamweaver.exe
Presumably this happens under Windows as well, but I haven't checked.
I'm recording it here on the off chance that this doesn't happen on Windows, and because bugzilla is a nice place to record even apparant bugs that turn out to be nonbugs.