https://bugs.winehq.org/show_bug.cgi?id=45699
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Microsoft Office 2016 Pro |Multiple applications crash |Plus 64-bit/x64 fails to |on unimplemented function |install: Call to |RPCRT4.dll.NdrClientCall3 |unimplemented function |(MS Office 2016 Pro Plus |RPCRT4.dll.NdrClientCall3, |64-bit/x64 installer, |aborting |MS-MPI 10.x) CC| |focht@gmx.net Ever confirmed|0 |1 URL| |https://github.com/microsof | |t/Microsoft-MPI/releases/do | |wnload/v10.1.1/msmpisetup.e | |xe Status|UNCONFIRMED |NEW Keywords| |download
--- Comment #6 from Anastasius Focht focht@gmx.net --- Hello folks,
confirming, still present. I found another, much smaller Microsoft app that needs this: Microsoft MPI (MS-MPI) v10.x
Project site:
https://github.com/microsoft/Microsoft-MPI
--- quote --- Microsoft MPI (MS-MPI) is a Microsoft implementation of the Message Passing Interface standard for developing and running parallel applications on the Windows platform.
MS-MPI offers several benefits:
* Ease of porting existing code that uses MPICH. * Security based on Active Directory Domain Services. * High performance on the Windows operating system. * Binary compatibility across different types of interconnectivity options. --- quote ---
Download:
https://github.com/microsoft/Microsoft-MPI/releases
--- snip --- $ pwd /home/focht/.wine/drive_c/Program Files/Microsoft MPI/Bin
$ file *
mpiexec.exe: PE32+ executable (console) x86-64, for MS Windows mpitrace.man: XML document, UTF-8 Unicode (with BOM) text, with CRLF line terminators msmpilaunchsvc.exe: PE32+ executable (console) x86-64, for MS Windows smpd.exe: PE32+ executable (console) x86-64, for MS Windows
$ wine ./mpiexec.exe notepad.exe ... wine: Call from 0x7bc7019c to unimplemented function RPCRT4.dll.NdrClientCall3, aborting ERROR: Failed to connect to SMPD Manager Instance error -2147483392
Aborting: mpiexec on xxx is unable to connect to the smpd manager on localhost:0af25dd4-678b-4d3f-930e-98abe514a9fc error 2147483904 --- snip ---
$ sha1sum msmpisetup.exe a06a6eb58c325aee5211d7f31eb52a898870b114 msmpisetup.exe
$ du -sh msmpisetup.exe 7.6M msmpisetup.exe
$ wine --version wine-5.0
Regards