http://bugs.winehq.org/show_bug.cgi?id=15823
Summary: Quicken 2008 Home & Business ignores DLL overrides Product: Wine Version: 1.0.1 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: jimrorie@logisys.biz
Quicken 2008 H & B installs fine, but upon execution, I get the following...
env WINEPREFIX="/home/jfrorie/.wine" wine "C:\Program Files\Quicken\qw.exe" fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC80.CRT" err:module:import_dll Library MSVCR80.dll (which is needed by L"C:\windows\system32\MFC80.DLL") not found err:module:import_dll Library MFC80.DLL (which is needed by L"C:\Program Files\Quicken\qw.exe") not found err:module:import_dll Library MSVCR80.dll (which is needed by L"C:\Program Files\Quicken\qw.exe") not found err:module:LdrInitializeThunk Main exe initialization for L"C:\Program Files\Quicken\qw.exe" failed, status c0000135
I overrode the MSVCR80 and MFC80 dll's and the same errors appeared. It doesn't appear to be accepting the dll overrides, unless these require some special processing.
Installing GDIplus and flash per the Quicken Deluxe procedure doesn't appear to help the situation.