https://bugs.winehq.org/show_bug.cgi?id=37795
Bug ID: 37795 Summary: ReadCube needs native secur32 to install Product: Wine Version: 1.7.33 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: secur32 Assignee: wine-bugs@winehq.org Reporter: litimetal@gmail.com Distribution: ---
ReadCube is a software to read scientific papers (like Nature) https://www.readcube.com/download
I downloaded http://download.readcube.com/desktop/2.0.12/ReadCube-Setup.exe
$ sha1sum ReadCube-Setup.exe 972a2893e0b8b65e3cfaec5198b8d36b688e585c ReadCube-Setup.exe
1. Apply attachment 50317 then re-compile wine to (very dirty) hack bug 37777 2. wine ReadCube-Setup.exe
--snip-- fixme:secur32:schannel_get_cipher_algid unknown algorithm 93 fixme:secur32:schannel_get_mac_algid unknown algorithm 200 fixme:secur32:schannel_get_kx_algid unknown algorithm 12 fixme:secur32:schannel_get_cipher_block_size Unknown cipher 0x5d, returning 1 -----
However, after `winetricks secur32`, there is still something wrong, that the install can't be finished.