https://bugs.winehq.org/show_bug.cgi?id=51759
Bug ID: 51759 Summary: Office Software Protection Platform dlls error Product: Wine-staging Version: 6.17 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: matthias.geiger1024@tutanota.de CC: leslie_alistair@hotmail.com, z.figura12@gmail.com Distribution: ---
Created attachment 70657 --> https://bugs.winehq.org/attachment.cgi?id=70657 log
Upon installing office 2016 wine runs into the said bug. see log snippet below. When I manually copied the dll, I still ran into the same error.
https://bugs.winehq.org/show_bug.cgi?id=51759
--- Comment #1 from Esme Povirk madewokherd@gmail.com --- Removing sppc.dll from the prefix and/or disabling it might help. Not sure if it needs to be done before running the installer.
https://bugs.winehq.org/show_bug.cgi?id=51759
--- Comment #2 from Matthias Geiger matthias.geiger1024@tutanota.de --- How can I do this?
https://bugs.winehq.org/show_bug.cgi?id=51759
--- Comment #3 from Austin English austinenglish@gmail.com --- (In reply to Matthias Geiger from comment #2)
How can I do this?
Either: $ WINEDLLOVERRIDES="sppc.dll=d" wine example.exe
or to remove it: $ find ~/.wine/drive_c/windows -iname sppc.dll -delete
https://bugs.winehq.org/show_bug.cgi?id=51759
--- Comment #4 from Matthias Geiger matthias.geiger1024@tutanota.de --- Thanks. Now the window "Office is being updated.." appears, then another dll error:
01ac:err:module:LdrInitializeThunk "AppVIsvSubsystems32.dll" failed to initialize, aborting
https://bugs.winehq.org/show_bug.cgi?id=51759
--- Comment #5 from Matthias Geiger matthias.geiger1024@tutanota.de --- The dll is present in the Program Files/Microsoft Office/root/Office16 folder.
https://bugs.winehq.org/show_bug.cgi?id=51759
--- Comment #6 from Matthias Geiger matthias.geiger1024@tutanota.de --- (In reply to Matthias Geiger from comment #5)
The dll is present in the Program Files/Microsoft Office/root/Office16 folder.
But the bug itself is solved I guess.