http://bugs.winehq.org/show_bug.cgi?id=17374
Summary: Adobe Framemaker 9 crashes on startup, can't find ATL80.DLL? Product: Wine Version: 1.1.14 Platform: Other URL: http://www.adobe.com/go/tryframemaker_win OS/Version: other Status: NEW Keywords: download Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: dank@kegel.com
To get it to install, you have to do 'sh winetricks msxml3' to get past bug 17372, and apply the patch in comment 5 of bug 14930.
But the app crashes early in startup. 'sh winetricks vcrun6 vcrun2005' gets rid of some warnings, but even then, startup terminates very early with
$ wine FrameMaker.exe fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC80.CRT" fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC80.CRT" fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC80.ATL" err:module:import_dll Library ATL80.DLL (which is needed by L"C:\Program Files\Adobe\FrameMaker9\CSH_API.dll") not found err:module:import_dll Library CSH_API.dll (which is needed by L"C:\Program Files\Adobe\FrameMaker9\FrameMaker.exe") not found ...