https://bugs.winehq.org/show_bug.cgi?id=38020
Bug ID: 38020 Summary: Foxit Reader 6.12 crashes on unimplemented function msasn1.dll.ASN1_CreateModule during validation of digital signatures Product: Wine Version: 1.7.35 Hardware: x86 OS: Linux Status: NEW Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: focht@gmx.net Distribution: ---
Hello folks,
split off from bug 35613
Prerequisite: 'winetricks -q mfc42'
--- snip --- err:module:import_dll Library MFC42u.DLL (which is needed by L"C:\Program Files\Foxit Software\Foxit Reader\plugins\jrsys\x86\jrsysMSCryptoDll.dll") not found --- snip ---
When doing the validation:
--- snip --- $ pwd /home/focht/.wine/drive_c/Program Files/Foxit Software/Foxit Reader
$ wine ./Foxit\ Reader.exe ... wine: Call from 0x7b83b527 to unimplemented function msasn1.dll.ASN1_CreateModule, aborting fixme:ntdll:RtlNtStatusToDosErrorNoTeb no mapping for 80000100 --- snip ---
An ASN1 API implementation can be found in the 'Windows Portable Runtime' (FreeRDP spin-off project, Apache License).
$ sha1sum FoxitReader612.1224_enu_Setup.exe 3c4a6587af9c09b760fcc60038ad88c964404060 FoxitReader612.1224_enu_Setup.exe
$ du -sh FoxitReader612.1224_enu_Setup.exe 32M FoxitReader612.1224_enu_Setup.exe
$ wine --version wine-1.7.35-89-gbad99c9
Regards