http://bugs.winehq.org/show_bug.cgi?id=25814
Summary: installer crashes with error Call from 0x7b83a742 to unimplemented function Product: Wine Version: 1.3.11 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: rpc AssignedTo: wine-bugs@winehq.org ReportedBy: justinasu@gmail.com
Created an attachment (id=32898) --> (http://bugs.winehq.org/attachment.cgi?id=32898) backtrace log from console output
When trying to install word viewer 2007 (wordview_en-us.exe) installer crashes just before updating ini files
wine wordview_en-us.exe ....... err:menubuilder:convert_to_native_icon error 0x80040154 creating IWICImagingFactory err:module:DelayLoadFailureHook failed to delay load rpcrt4.dll.I_RpcExceptionFilter wine: Call from 0x7b83a742 to unimplemented function rpcrt4.dll.I_RpcExceptionFilter, aborting
using ubuntu Linux Justinas 2.6.32-27-generic #49-Ubuntu SMP Wed Dec 1 23:52:12 UTC 2010 i686 GNU/Linux
backtrace attached
http://bugs.winehq.org/show_bug.cgi?id=25814
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Component|rpc |-unknown Resolution| |INVALID
--- Comment #1 from Nikolay Sivov bunglehead@gmail.com 2011-01-19 01:46:18 CST --- You're using native dcom98 modules:
--- PE 65340000-653d2000 Deferred oleaut32 PE 65f00000-65fc2000 Deferred ole32 ... PE 70100000-70153000 Export rpcrt4 ---
This won't work because of missed exports in native modules at least.
You need to figure out was native dcom installed for purpose or you can live without it. If it was installed to fix another problem - file a bug for initial issue.
http://bugs.winehq.org/show_bug.cgi?id=25814
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #2 from Nikolay Sivov bunglehead@gmail.com 2011-01-19 01:46:30 CST --- Closing.
https://bugs.winehq.org/show_bug.cgi?id=25814
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |focht@gmx.net URL| |https://msassist.com/files/ | |MSOffice/Compatibility/word | |view_en-us.exe Keywords| |download, Installer Summary|installer crashes with |Word Viewer 2007 installer |error Call from 0x7b83a742 |crashes, failure to delay |to unimplemented function |load | |'rpcrt4.dll.I_RpcExceptionF | |ilter' (broken WINEPREFIX, | |native dcom98 -> | |oleaut32/ole32/rpcrt4 | |overrides)
https://bugs.winehq.org/show_bug.cgi?id=25814
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Word Viewer 2007 installer |Word Viewer 2003 installer |crashes, failure to delay |crashes, failure to delay |load |load |'rpcrt4.dll.I_RpcExceptionF |'rpcrt4.dll.I_RpcExceptionF |ilter' (broken WINEPREFIX, |ilter' (broken WINEPREFIX, |native dcom98 -> |native dcom98 -> |oleaut32/ole32/rpcrt4 |oleaut32/ole32/rpcrt4 |overrides) |overrides) URL|https://msassist.com/files/ |https://web.archive.org/web |MSOffice/Compatibility/word |/20140212100036/http://down |view_en-us.exe |load.microsoft.com/download | |/6/a/6/6a689355-b155-4fa7-a | |d8a-dfe150fe7ac6/wordview_e | |n-us.exe
--- Comment #3 from Anastasius Focht focht@gmx.net --- Hello folks,
adding stable download link via Internet Archive.
https://web.archive.org/web/20200108024349/https://msassist.com/files/MSOffi...
has the same sha1 as the official MS Word Viewer 2003 download:
https://web.archive.org/web/20140212100036/http://download.microsoft.com/dow...
https://www.virustotal.com/gui/file/47ce4e64fdb5044df4c07f8c155b07b44e0aa1a2...
$ sha1sum wordview_en-us.exe e6dfdc8a1545d45ef5840ba513a5c4036bf154bc wordview_en-us.exe
$ du -sh wordview_en-us.exe 25M wordview_en-us.exe
Regards