https://bugs.winehq.org/show_bug.cgi?id=50574
Bug ID: 50574 Summary: Ole32 breaks Explorer completely after installing Product: Wine Version: 6.0-rc6 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: ole32 Assignee: wine-bugs@winehq.org Reporter: didgeridude@ukr.net Distribution: ---
Created attachment 69249 --> https://bugs.winehq.org/attachment.cgi?id=69249 The backtrace of ole32 installation and Explorer launch attempt is given.
Ole32 and oleaut32 components are needed by some MS applications like MS Word to run working instances of associated applications inside the main application and edit the attached content. However, installing them inside Wine breaks the onboard Explorer with an error:
'fixme:wintrust:WinVerifyTrust unimplemented for 4'
This confirmed for Wine 5.x and staging Wine 6.x versions.
https://bugs.winehq.org/show_bug.cgi?id=50574
--- Comment #1 from Nikolay Sivov bunglehead@gmail.com --- I don't think you can easily use native ole32.dll in wine. It would be more productive probably to report issues you get with Word when running with builtin dlls.
https://bugs.winehq.org/show_bug.cgi?id=50574
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|ole32 |-unknown
https://bugs.winehq.org/show_bug.cgi?id=50574
--- Comment #2 from didgeridude@ukr.net --- I found a solution in choosing "change settings" and "override most common DLLs with builtin" so everything fixes. This needs to be added to the pro-tips.
https://bugs.winehq.org/show_bug.cgi?id=50574
--- Comment #3 from Nikolay Sivov bunglehead@gmail.com --- Have you tried running Word with clean wine prefix to begin with, without installing any native components?