http://bugs.winehq.org/show_bug.cgi?id=26028
Summary: Buitin IE crash while open a activex control from Bank of Communications Product: Wine Version: 1.3.13 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: fracting@gmail.com
1. install the active control $ rm -rf ~/.wine $ wget https://pbank.95559.com.cn/personbank/ocx/safe_bankcomm.cab $ cabextract safe_bankcomm.cab $ regsvr32 safeInput4jh.dll
2. write a html file named safeInput1.html as below: <object classid="clsid:ECCBA956-80E5-11D3-9285-0080ADB811C9" codebase="ocx/safe_bankcomm.cab#version=3,0,0,0" width="800" height="20" id="safeInput1" name="safeInput1" style="HEIGHT: 20px;WIDTH: 153px" viewastext=""></object>
host a http server to handle safeInput1.html
3. open safeInput1.html with wine buitin IE, then crash.