Office 2007 and MSVCR80.dll problem

View: New views
3 Messages — Rating Filter:   Alert me  

Office 2007 and MSVCR80.dll problem

by dimesio :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I've installed office 2007, but when I try to run any app I get the same "Library MSVCR80.dll not found" mesage. Yes, I've run winetricks vcrun2005

Versions:
wine-1-1-32
Ubuntu 9.10

Winetricks output:
alexander@alexander-lap:~/.wine/drive_c/Program Files/Microsoft Office/Office12$ sh winetricks vcrun2005
fixme:ole:CoInitializeSecurity (0x571118,-1,(nil),(nil),6,2,(nil),64,(nil)) - stub!
err:ole:CoGetClassObject class {24e669e1-e90f-4595-a012-b0fd3ccc5c5a} not registered
err:ole:CoGetClassObject no class object {24e669e1-e90f-4595-a012-b0fd3ccc5c5a} could be created for context 0x1
Executing wine /home/alexander/.winetrickscache/vcrun2005-ms09-035/vcredist_x86.exe
fixme:advapi:DecryptFileA "C:\\windows\\temp\\IXP000.TMP\\" 00000000
fixme:advapi:DecryptFileA "C:\\windows\\temp\\IXP001.TMP\\" 00000000
fixme:advapi:LookupAccountNameW (null) L"alexander" (nil) 0x33f584 (nil) 0x33f588 0x33f57c - stub
fixme:advapi:LookupAccountNameW (null) L"alexander" 0x165f88 0x33f584 0x19eb00 0x33f588 0x33f57c - stub
fixme:msi:ACTION_HandleStandardAction unhandled standard action L"SetODBCFolders"
fixme:msi:msi_unimplemented_action_stub RemoveExistingProducts -> 1 ignored L"Upgrade" table values
fixme:msi:msi_unimplemented_action_stub MsiUnpublishAssemblies -> 10 ignored L"MsiAssembly" table values
fixme:mscoree:LoadLibraryShim (0x7ee1fd6c L"fusion.dll", (nil), (nil), 0x33f8ec): semi-stub
fixme:msi:install_assembly Manifest unhandled
fixme:msi:install_assembly Win32 assemblies not handled
Install of vcrun2005 done
winetricks done.


Wine output (for Outlook):

alexander@alexander-lap:~/.wine/drive_c/Program Files/Microsoft Office/Office12$ wine outlook.exe
fixme:ole:CoInitializeSecurity (0x571118,-1,(nil),(nil),6,2,(nil),64,(nil)) - stub!
err:ole:CoGetClassObject class {24e669e1-e90f-4595-a012-b0fd3ccc5c5a} not registered
err:ole:CoGetClassObject no class object {24e669e1-e90f-4595-a012-b0fd3ccc5c5a} could be created for context 0x1
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC80.CRT" (8.0.50608.0)
err:module:import_dll Library MSVCR80.dll (which is needed by L"C:\\Program Files\\Microsoft Office\\Office12\\outlook.exe") not found
err:module:LdrInitializeThunk Main exe initialization for L"C:\\Program Files\\Microsoft Office\\Office12\\outlook.exe" failed, status c0000135

Wine output (for excel):

alexander@alexander-lap:~/.wine/drive_c/Program Files/Microsoft Office/Office12$ wine excel.exe
fixme:ole:CoInitializeSecurity (0x571118,-1,(nil),(nil),6,2,(nil),64,(nil)) - stub!
err:ole:CoGetClassObject class {24e669e1-e90f-4595-a012-b0fd3ccc5c5a} not registered
err:ole:CoGetClassObject no class object {24e669e1-e90f-4595-a012-b0fd3ccc5c5a} could be created for context 0x1
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC80.CRT" (8.0.50608.0)
err:module:import_dll Library MSVCR80.dll (which is needed by L"C:\\Program Files\\Microsoft Office\\Office12\\excel.exe") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC80.CRT" (8.0.50608.0)
err:module:import_dll Library MSVCR80.dll (which is needed by L"C:\\Program Files\\Microsoft Office\\Office12\\oart.dll") not found
err:module:import_dll Library oart.dll (which is needed by L"C:\\Program Files\\Microsoft Office\\Office12\\excel.exe") not found
err:module:LdrInitializeThunk Main exe initialization for L"C:\\Program Files\\Microsoft Office\\Office12\\excel.exe" failed, status c0000135






Re: Office 2007 and MSVCR80.dll problem

by dimesio :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


adanon wrote:
> I've installed office 2007, but when I try to run any app I get the same "Library MSVCR80.dll not found" mesage. Yes, I've run winetricks vcrun2005
>
>


Delete or rename your wineprefix and reinstall without any winetricks. After install, set an override for riched20.dll and usp10.dll. Office installs its own versions of these, but needs the overrides set to use them.

As for installing vcrun2005, that has been reported as being needed for Access to launch, but since Access doesn't actually work even with it, I wouldn't recommend installing it.






Re: Office 2007 and MSVCR80.dll problem

by dimesio :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Worked like a charm! Thanks dimesio.