Cannot install Office 365 with Wine

Questions about Wine on Linux
Locked
gabe
Newbie
Newbie
Posts: 2
Joined: Wed Apr 27, 2022 2:33 am

Cannot install Office 365 with Wine

Post by gabe »

Hello Everyone

I am currently trying to install Microsoft Office 365 with Wine, but the Setup unfortunately stops immediately. I receive the following error messages:

Code: Select all

00fc:err:winediag:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in the winbind package of your distribution.
0024:err:ole:marshal_object Failed to create an IRpcStubBuffer from IPSFactory for {659cdeac-489e-11d9-a9cd-000d56965251} with error 0x80004002
0024:err:ole:marshal_object Failed to create an IRpcStubBuffer from IPSFactory for {659cdeac-489e-11d9-a9cd-000d56965251} with error 0x80004002
[img]https://i.imgur.com/xg66p42.png/img]

I tried to install it with this guide:
https://ruados.github.io/articles/2021- ... ce365-wine

And I checked the error messages, but I wasn't able to find anything that helps. Some guides recommend to set the registry keys first, which I now did, but it didn't help as well.

Do you may know what I'm doing wrong?

Thank you for your help.

Kind regards,


gabe
jkfloris
Level 12
Level 12
Posts: 3201
Joined: Thu Aug 14, 2014 10:10 am

Re: Cannot install Office 365 with Wine

Post by jkfloris »

According to the AppDB, experiences with the Office installer are not optimistic.

Code: Select all

00fc:err:winediag:SECUR32_initNTLMSP
  ntlm_auth was not found or is outdated.
  Make sure that ntlm_auth >= 3.0.25 is in your path.
  Usually, you can find it in the winbind package of your distribution.
In any case, you need to install the winbind package.

Code: Select all

sudo apt install winbind
gabe
Newbie
Newbie
Posts: 2
Joined: Wed Apr 27, 2022 2:33 am

Re: Cannot install Office 365 with Wine

Post by gabe »

Dear JKFloris

Thank you for the info. I was now able to process a bit further (the installation Window appeared) and I received the following error message in the terminal:
0474:err:mscoree:LoadLibraryShim error reading registry key for installroot

0738:err:ole:apartment_add_dll couldn't load in-process dll L"C:\\Program Files\\Common Files\\Microsoft Shared\\ClickToRun\\msoxmlmf.dll"

And in the window:
[img] https://i.imgur.com/XKBUO3J.png [img]

Any help is appreciated.

Kind regards,


Gabe
Locked