http://bugs.winehq.org/show_bug.cgi?id=32918
Piotr Caban piotr.caban@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |piotr.caban@gmail.com Component|ole32 |wintrust
--- Comment #5 from Piotr Caban piotr.caban@gmail.com --- Setting component to wintrust (it doesn't look like ole32 bug).
The application crases after calling: FormatMessageW(FORMAT_MESSAGE_ALLOCATE_BUFFER|FORMAT_MESSAGE_IGNORE_INSERTS|FORMAT_MESSAGE_FROM_SYSTEM,NULL,TRUST_E_NOSIGNATURE,0x400,BUF,0,0) after hacking the function to return an error describing string the intallator hangs.
Earlier in the logs there's following line: 0032:Ret wintrust.WinVerifyTrustEx() retval=800b0100 ret=7da514fe so it's probably a bug in wintrust but I was not really checking it.