https://bugs.winehq.org/show_bug.cgi?id=29195
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED CC| |focht@gmx.net Resolution|--- |FIXED Summary|wordview crash/stuck when |Microsoft Word Viewer |openning file |crashes on opening files in | |Word 201x formats which | |require download of format | |converters
--- Comment #3 from Anastasius Focht focht@gmx.net --- Hello folks,
can't reproduce the crash in mshtml component. I checked with old-style '*.doc' and newer XML based '*.docx' files.
For the newer Word 201x formats the viewer app will automatically ask for downloading additional components/updates: http://www.microsoft.com/en-us/download/details.aspx?id=3
Your log actually hints at this:
--- snip --- ... fixme:hlink:HlinkNavigateToStringReference L"http://r.office.microsoft.com/r/rlidO12Converters?clid=1033&p1=Wd&p2..." (null) (nil) 00000000 (nil) 00000002 (nil) (nil) (nil) fixme:hlink:IHlink_fnNavigate Semi-Stub:(0x1e47b8)->(2 (nil) (nil) (nil)) --- snip ---
Assuming fixed.
There is a crash when opening a document in new Word 201x format after installation of format converter components which is subject to a different bug.
$ sha1sum wordview_en-us.exe e6dfdc8a1545d45ef5840ba513a5c4036bf154bc wordview_en-us.exe
$ du -sh wordview_en-us.exe 25M wordview_en-us.exe
$ wine --version wine-1.7.11-162-ga1b9634
Regards