http://bugs.winehq.org/show_bug.cgi?id=18208
Summary: crypt32.dll.CryptRegisterOIDInfo needed for Microsoft Font Validator (installer) Product: Wine Version: 1.1.20 Platform: Other URL: http://download.microsoft.com/download/F/E/9/FE9795A3- 756E-4F60-8989-03DC9870F189/fontvalsetup.msi OS/Version: other Status: UNCONFIRMED Severity: normal Priority: P2 Component: crypt32 AssignedTo: wine-bugs@winehq.org ReportedBy: focht@gmx.net
Hello,
now that Wine provides UI crash handler by default you get a lot more noise when (sub)installers fail that would otherwise go unnoticed.
I picked Microsoft Font Validator - a nice tool to run extensive test suite on TrueType/OpenType fonts (helpful to detect broken/non M$ standard ones).
Prerequisites: clean WINEPREFIX and 'winetricks -q dotnet20'
--- snip --- ... 011d:Call KERNEL32.CreateProcessW(00000000,0019c130 L"regsvr32.exe "C:\Program Files\\Font Validator\mssipotf.dll"",00000000,00000000,00000000,00000000,00000000,6024ac98 L"C:\",0032f6d8,0032f6c8) ret=601dbb10 ... 0121:Ret crypt32.CryptSIPAddProvider() retval=00000001 ret=00452881 0121:Call KERNEL32.RaiseException(80000100,00000001,00000002,0033fd80) ret=609880a9 0121:trace:seh:raise_exception code=80000100 flags=1 addr=0x7b84384f ip=0x7b84384f tid=0121 0121:trace:seh:raise_exception info[0]=60988160 0121:trace:seh:raise_exception info[1]=6098838b wine: Call from 0x7b84384f to unimplemented function crypt32.dll.CryptRegisterOIDInfo, aborting 0121:trace:seh:call_vectored_handlers calling handler at 0x7b8408db code=80000100 flags=1 0121:trace:seh:call_vectored_handlers handler at 0x7b8408db returned 0 0121:trace:seh:call_stack_handlers calling handler at 0x7b87d9d9 code=80000100 flags=1 wine: Unimplemented function crypt32.dll.CryptRegisterOIDInfo called at address 0x7b84384f (thread 0121), starting debugger... --- snip ---
Not a installer blocker. After dismissing the crash box the installer claims success and the app gets installed.
Regards