[Bug 4931] Visual Basic 6 app wizard reports out-of-memory error due to oleaut32 ICreateTypeInfo2_fnSetHelpStringContext stub

wine-bugs at winehq.org wine-bugs at winehq.org
Sun May 15 03:21:31 CDT 2011


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

Anastasius Focht <focht at gmx.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |focht at gmx.net
            Version|unspecified                 |0.9.10.
            Summary|Visual Basic 6 app wizard   |Visual Basic 6 app wizard
                   |has multiple errors, vb6    |reports out-of-memory error
                   |ide not usable              |due to oleaut32
                   |                            |ICreateTypeInfo2_fnSetHelpS
                   |                            |tringContext stub

--- Comment #11 from Anastasius Focht <focht at gmx.net> 2011-05-15 03:21:29 CDT ---
Hello,

confirming, still present.

+tid,+seh,+ole,+variant,+snoop:

--- snip ---
0021:trace:ole:ITypeInfo_fnGetDocumentation (0x28100a0) memid -1 Name((nil))
DocString((nil)) HelpContext(0x32c528) HelpFile(0x32c534)
0021:trace:ole:ITypeInfo2_fnGetDocumentation2 (0x28100a0) memid -1 lcid(0x409) 
HelpString((nil)) HelpStringContext(0x32c524) HelpStringDll(0x32c53c)
0021:trace:ole:LHashValOfNameSysA (1, 0x409, "ICommonDialogEvents") SYS_WIN32
0021:trace:ole:LHashValOfNameSysA (1, 0x409, "ICommonDialogEvents") SYS_WIN32
0021:fixme:typelib2:ICreateTypeInfo2_fnSetHelpStringContext (0x2a2a5f0,0),
stub! 
...
0021:CALL MSVBVM60.__vbaHresultCheckObj(<unknown, check return>) ret=27eb3872
0021:trace:ole:GetErrorInfo (0, 0x32cd48, (nil))
0021:trace:seh:raise_exception code=c000008f flags=1 addr=0x7b8386cf
ip=7b8386cf tid=0021
0021:trace:seh:raise_exception  info[0]=deadcafe
0021:trace:seh:raise_exception  info[1]=deadcafe
0021:trace:seh:raise_exception  eax=7b825b15 ebx=7b890ff4 ecx=deadcafe
edx=0032ccc8 esi=0032cd78 edi=0032cd78
0021:trace:seh:raise_exception  ebp=0032cd0c esp=0032cca8 cs=0073 ds=007b
es=007b fs=0033 gs=003b flags=00000203
0021:trace:seh:call_vectored_handlers calling handler at 0x69b507aa
code=c000008f flags=1
0021:trace:seh:call_vectored_handlers handler at 0x69b507aa returned 0
0021:trace:seh:call_stack_handlers calling handler at 0x27e43db6 code=c000008f
flags=1
0021:CALL MSVBVM60.__vbaExceptHandler(<unknown, check return>) ret=7bc7a571 
...
0021:trace:variant:VarBstrCat L"50:Out of memory\r\n",L"Fortfahren?",0x32cda0 
--- snip ---

The problems is obviously the ICreateTypeInfo2_fnSetHelpStringContext stub:

--- snip dlls/oleaut32/typelib2.c ---
static HRESULT WINAPI ICreateTypeInfo2_fnSetHelpStringContext(
        ICreateTypeInfo2* iface,   /* [I] The typeinfo on which to set the help
string context. */
        ULONG dwHelpStringContext) /* [I] The help string context. */
{
    FIXME("(%p,%d), stub!\n", iface, dwHelpStringContext);
    return E_OUTOFMEMORY;
}
--- snip dlls/oleaut32/typelib2.c ---

Setting wine version to initial report date.

$ wine --version
wine-1.3.20

Regards

-- 
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