https://bugs.winehq.org/show_bug.cgi?id=53899
Bug ID: 53899 Summary: OfficeSetup.exe installation fails Product: WineHQ Apps Database Version: unspecified Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: major Priority: P2 Component: appdb-unknown Assignee: wine-bugs@winehq.org Reporter: yotam.medini@gmail.com Distribution: ---
Created attachment 73441 --> https://bugs.winehq.org/attachment.cgi?id=73441 error-details
running wine with OfficeSetup.exe fails Attached error-details
interactive log has:
.... 00e8:err:ole:apartment_add_dll couldn't load in-process dll L"C:\Program Files\Common Files\Microsoft Shared\ClickToRun\msoxmlmf.dll" 00e8:err:ole:apartment_add_dll couldn't load in-process dll L"C:\Program Files\Common Files\Microsoft Shared\ClickToRun\msoxmlmf.dll" MESA-INTEL: warning: Performance support disabled, consider sysctl dev.i915.perf_stream_paranoid=0
00e8:err:ole:apartment_add_dll couldn't load in-process dll L"C:\Program Files\Common Files\Microsoft Shared\ClickToRun\msoxmlmf.dll" 00e8:err:ole:apartment_add_dll couldn't load in-process dll L"C:\Program Files\Common Files\Microsoft Shared\ClickToRun\msoxmlmf.dll" .... 0024:err:ole:marshal_object Failed to create an IRpcStubBuffer from IPSFactory for {659cdeac-489e-11d9-a9cd-000d56965251} with error 0x80004002 0214:fixme:qmgr:BackgroundCopyJob_AddFileWithRanges 0042A780, L"http://f.c2r.ts.cdn.office.net/pr/492350f6-3a01-4f97-b9c0-c7c6ddf67d60/Offic...", L"C:\users\yotam\Temp\v32_16.0.12527.22253CheckReachable2880155A-C89F-48DB-BA5F-75C541BB6292", 1, 0042BC20: stub .... 02bc:err:ole:marshal_object Failed to create an IRpcStubBuffer from IPSFactory for {659cdeac-489e-11d9-a9cd-000d56965251} with error 0x80004002 ....
https://bugs.winehq.org/show_bug.cgi?id=53899
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Version|unspecified |7.0 Severity|major |normal Component|appdb-unknown |-unknown Product|WineHQ Apps Database |Wine
--- Comment #1 from Austin English austinenglish@gmail.com --- Not an appdb bug.
https://bugs.winehq.org/show_bug.cgi?id=53899
Gijs Vermeulen gijsvrm@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|OfficeSetup.exe |Microsoft Office installer |installation fails |crashes
--- Comment #2 from Gijs Vermeulen gijsvrm@gmail.com --- Please attach the full terminal output (including the backtrace), see: https://wiki.winehq.org/FAQ#How_can_I_get_a_debugging_log_.28a.k.a._terminal_output.29.3F.
I would also suggest to try wine-7.20.
https://bugs.winehq.org/show_bug.cgi?id=53899
--- Comment #3 from yotam.medini@gmail.com yotam.medini@gmail.com --- As suggested, I built and install "latest" wine. Now I have:
$ /usr/local/bin/wine --version wine-7.20-254-g13cc08e32d6
having: $ env | grep -i wine PWD=/home/yotam/pub/git.d/wine WINEARCH=win32 WINEPREFIX=/home/yotam/.msoffice
I ran: /usr/local/bin/wine ~/microsoft.d/OfficeSetup.exe |& tee ~/tmp/wine-OfficeSetup.log
and got similar errors as before. I will try attaching tee ~/tmp/wine-OfficeSetup.log.
Note, I tried to run with: WINEDEBUG=+relay,+seh,+tid But it was very slow and got to log-file with size > 7GB.
https://bugs.winehq.org/show_bug.cgi?id=53899
--- Comment #4 from yotam.medini@gmail.com yotam.medini@gmail.com --- Created attachment 73555 --> https://bugs.winehq.org/attachment.cgi?id=73555 log running /usr/local/bin/wine ~/microsoft.d/OfficeSetup.exe