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@winehq.org ReportedBy: fracting@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("KeyPart")"> </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!
http://bugs.winehq.org/show_bug.cgi?id=26441
fracting fracting@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dank@kegel.com
--- Comment #1 from fracting fracting@gmail.com 2011-03-16 04:23:34 CDT --- Here is the url of the same bug report to winetricks: http://code.google.com/p/winetricks/issues/detail?id=9
http://bugs.winehq.org/show_bug.cgi?id=26441
--- Comment #2 from fracting fracting@gmail.com 2011-03-16 05:13:04 CDT --- I forgot to mention one thing, that is if I using the BUILTIN msvcrt.dll ,then the crashing will no longer appear.
_snwprintf_s is implemented in dlls/msvcrt/wcs.c , but the native msvcrt.dll itself has no _snwprintf_s, could anyone help me to understand this?
Thanks a lot!
http://bugs.winehq.org/show_bug.cgi?id=26441
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID
--- Comment #3 from Dan Kegel dank@kegel.com 2011-03-16 08:36:52 CDT --- Probably a winetricks bug, thanks.
http://bugs.winehq.org/show_bug.cgi?id=26441
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #4 from Dmitry Timoshkov dmitry@codeweavers.com 2011-03-17 04:31:52 CDT --- Closing invalid.
http://bugs.winehq.org/show_bug.cgi?id=26441
André H. nerv@dawncrow.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |christianuceda@yahoo.com
--- Comment #5 from André H. nerv@dawncrow.de 2011-03-24 15:01:52 CDT --- *** Bug 26539 has been marked as a duplicate of this bug. ***