http://bugs.winehq.org/show_bug.cgi?id=25784
Summary: Crash while installing safesign_icbc_per.exe ( Driver for G&D USB-Shield) Product: Wine Version: unspecified Platform: x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: crypt32 AssignedTo: wine-bugs@winehq.org ReportedBy: fracting@gmail.com
Created an attachment (id=32857) --> (http://bugs.winehq.org/attachment.cgi?id=32857) Installing safesign_icbc_per.exe
safesign_icbc_per.exe is the driver installer for G&D USB-Shield. G&D USB-Shield is the usbkey for ICBC online bank. The download page is here: http://goo.gl/yqL5w There are several drivers, the one I have tested is http://goo.gl/QmnFq .
While installing safesign_icbc_per.exe, the installer is crashing.
Here are the steps:
1. install mfc42 with winetricks (safesign_icbc_per.exe required mfc42) $ winetricks -q mfc42
2. install safesign_icbc_per.exe $ wine safesign_icbc_per.exe
There will be an Error Dialog says, " The program regsvr32.exe has encountered a serious problem and needs to close "
Attachment is the full log.
If I install crypt32.dll with winetricks to replace wine builtin crypt32 , then there is no crash.