http://bugs.winehq.org/show_bug.cgi?id=18889
payam.minoofar@meissner.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |payam.minoofar@meissner.com
--- Comment #26 from payam.minoofar@meissner.com 2010-01-14 11:01:11 --- I am told by Jaime Rave in the bug 9012 thread that I am hitting this bug as well. I am using Macports to build wine 1.1.36 as a universal port on Snow Leopard. The msvc* dlls seem to be present and properly manifested in the winsxs directory. Here are the symptoms:
(In reply to comment #21)
They might be buried in winsxs. But see http://wiki.winehq.org/FAQ#head-bb6a7a98ea5016383c4f81717063463e5217c3bf
I just ran winetricks vcrun2005 per the above article, but no go. I get exactly the same error.
I think Access needs to find the file listed in its manifest.
Indeed, the correct dll files are buried in the mess of folders in winsxs. So, what's broken? I assume that something goes wrong during Office 2007 installation. But, what?
Word 2007 runs ok.
[payam-imac:~] payam% msaccess fixme:actctx:parse_depend_manifests Could not find dependent assembly L"AceDAO" (12.0.0.0) err:module:import_dll Library MSVCR80.dll (which is needed by L"C:\Program Files\Microsoft Office\OFFICE12\MSACCESS.EXE") not found err:module:import_dll Library MSVCP80.dll (which is needed by L"C:\Program Files\Microsoft Office\OFFICE12\MSACCESS.EXE") not found err:module:LdrInitializeThunk Main exe initialization for L"C:\Program Files\Microsoft Office\OFFICE12\MSACCESS.EXE" failed, status c0000135
Everything seems to be honky dory in winsxs, but I can't locate msvcr80.dll or msvcp80.dll in system32. I can find msvcr71.dll.
Office 2003 worked fine.