https://bugs.winehq.org/show_bug.cgi?id=37250
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |crypt32
--- Comment #3 from Anastasius Focht focht@gmx.net --- Hello Austin,
you need to fix the .spec file: stub -> stdcall.
With the fixed .spec file, the app doesn't crash anymore when clicking the "browse" button:
--- snip --- fixme:cryptui:CryptUIDlgSelectCertificateFromStore 0x413ad18 0x400ee L"Select Certificate" L"Please select Digital Certificate You want to use for Document Signing" 0 0 (nil): stub --- snip ---
Providing an actual implementation (even as semi-stub) could be subject to another bug though.
Tidbit: the app suffers from bug 35367
$ wine --version wine-1.7.35-89-gbad99c9
Regards