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.
http://bugs.winehq.org/show_bug.cgi?id=15823
--- Comment #1 from Austin English austinenglish@gmail.com 2008-10-28 21:40:12 --- http://wiki.winehq.org/FAQ#head-bb6a7a98ea5016383c4f81717063463e5217c3bf
http://wiki.winehq.org/winetricks
winetricks vcrun2005
http://bugs.winehq.org/show_bug.cgi?id=15823
Jim Rorie jimrorie@logisys.biz changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID
--- Comment #2 from Jim Rorie jimrorie@logisys.biz 2008-10-28 23:06:25 --- (In reply to comment #1)
http://wiki.winehq.org/FAQ#head-bb6a7a98ea5016383c4f81717063463e5217c3bf
http://wiki.winehq.org/winetricks
winetricks vcrun2005
Worked on a clean .wine directory with GDIplus, vcrun2005 and DLL overrides. Thx
http://bugs.winehq.org/show_bug.cgi?id=15823
--- Comment #3 from James Hawkins truiken@gmail.com 2008-10-28 23:07:49 --- Does it work without the gdiplus override?
http://bugs.winehq.org/show_bug.cgi?id=15823
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #4 from Dmitry Timoshkov dmitry@codeweavers.com 2008-10-29 00:34:03 --- Closing.
http://bugs.winehq.org/show_bug.cgi?id=15823
--- Comment #5 from Jim Rorie jimrorie@logisys.biz 2008-10-30 20:36:28 --- (In reply to comment #4)
Closing.
(In reply to comment #3)
Does it work without the gdiplus override?
It DOES work without GDIplus, but the toolbar icon backgrounds appear to have transparency issues. Installing GDIPlus provides a much cleaner experience.