[Bug 26441] New: crash by unimplemented function msvcrt.dll._snwprintf_s called after mfc42 installed

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Mar 16 04:21:02 CDT 2011


http://bugs.winehq.org/show_bug.cgi?id=26441

           Summary: crash by unimplemented function
                    msvcrt.dll._snwprintf_s called after mfc42 installed
           Product: Wine
           Version: 1.3.15
          Platform: x86
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: -unknown
        AssignedTo: wine-bugs at winehq.org
        ReportedBy: fracting at gmail.com


Created an attachment (id=33664)
 --> (http://bugs.winehq.org/attachment.cgi?id=33664)
log: unimplemented function msvcrt.dll._snwprintf_s called 

What steps will reproduce the problem?
1. install mfc42 using winetricks
$ winetricks -q mfc42

2. download and resgist the ActiveX control
$ wget https://mybank.icbc.com.cn/icbc/newperbank/AxSafeControls.cab
$ cabextract AxSafeControls.cab
$ regsvr32 InputControl.dll 

3. write an html page like below, put it on a http server,

<object
        id="safeEdit1" classid="CLSID:73E4740C-08EB-4133-896B-8D0A7C9EE3CD" 
        codebase="/icbc/newperbank/AxSafeControls.cab#version=1,0,0,13" 
        width="145" height="21"
        onkeyup="getfocus1(&quot;KeyPart&quot;)">
</object>

4. open the html page with wine buitin IE, then crash

Please see attachment for log.


What version of the product are you using? On what operating system?

wine1.3.15
wine-gecko-1.2.0rc1
several versions of winetricks, include 20110310-alpha

Please provide any additional information below.

I'm not sure whether this a wine bug or a winetricks bug, I have file the same
bug to winetricks as well.

There is no crash with wine1.3.9, so maybe it is a regression of wine itself?


Thanks!

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list