https://bugs.winehq.org/show_bug.cgi?id=35473
Bug ID: 35473 Summary: Microsoft Word Viewer crashes on unimplemented function t2embed.dll.TTDeleteEmbeddedFont when opening Word 201x documents Product: Wine Version: 1.7.11 Hardware: x86 OS: Linux Status: NEW Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: focht@gmx.net Classification: Unclassified
Hello folks,
as the summary says...
Prerequisites:
'Word Viewer' -> http://www.microsoft.com/download/en/details.aspx?id=4
'Microsoft Office Compatibility Pack for Word, Excel, and PowerPoint File Formats' -> http://www.microsoft.com/en-us/download/details.aspx?id=3
Download example Word document here: http://calibre-ebook.com/downloads/demos/demo.docx
--- snip --- $ pwd /home/focht/.wine/drive_c/Program Files/Microsoft Office/OFFICE11
$ wine ./WORDVIEW.EXE ... Unhandled exception: unimplemented function t2embed.dll.TTDeleteEmbeddedFont called in 32-bit code (0x7b83a977). Register dump: CS:0023 SS:002b DS:002b ES:002b FS:0063 GS:006b EIP:7b83a977 ESP:0033c7a4 EBP:0033c808 EFLAGS:00000283( - -- I S - - -C) EAX:7b8269e1 EBX:7b8bb000 ECX:7d07bfc4 EDX:0033c7c4 ESI:0033c8a8 EDI:00000000 ... Backtrace: =>0 0x7b83a977 RaiseException+0x8f(code=<couldn't compute location>, flags=<couldn't compute location>, nbargs=<couldn't compute location>, args=<couldn't compute location>) [/home/focht/projects/wine/wine.repo/src/dlls/kernel32/except.c:84] in kernel32 (0x0033c808) 1 0x7d07bfa9 __wine_spec_unimplemented_stub+0x34(module="t2embed.dll", function="TTDeleteEmbeddedFont") [/home/focht/projects/wine/wine.repo/src/dlls/winecrt0/stub.c:34] in t2embed (0x0033c844) 2 0x7d07b7d5 __wine_stub_TTDeleteEmbeddedFont+0x28() in t2embed (0x0033c868) 3 0x313a15d4 in wordcnv (+0x1615d3) (0x0033c868) 4 0x31384d2f in wordcnv (+0x144d2e) (0x0033c8bc) ... Modules: Module Address Debug info Name (113 modules) PE 400000- 407000 Export wordconv PE 10000000-10008000 Deferred wordcnvpxy.cnv PE 31240000-316aa000 Export wordcnv PE 32600000-33682000 Deferred mso PE 33d00000-33d7d000 Deferred wordcnvr PE 3a9d0000-3b1fd000 Deferred oartconv PE 3bd10000-3bea6000 Deferred ogl ... Threads: process tid prio (all id:s are in hex) ... 0000002c (D) C:\Program Files\Microsoft Office\Office12\Wordconv.exe 00000052 0 00000051 0 0000004f 0 0000004e 0 0000004a 0 00000048 0 00000025 0 00000042 0 00000036 0 0000002d 0 0000000b 0 00000019 0 00000016 0 <== ... --- snip ---
$ 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