[Bug 42400] cscript.exe doesn't show errors

WineHQ Bugzilla wine-bugs at winehq.org
Fri Oct 2 09:21:01 CDT 2020


https://bugs.winehq.org/show_bug.cgi?id=42400

Robert Wilhelm <sloper42 at yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
                 CC|                            |sloper42 at yahoo.com
          Component|-unknown                    |wscript
     Ever confirmed|0                           |1

--- Comment #3 from Robert Wilhelm <sloper42 at yahoo.com> ---
Confirmed in wine-5.18.

$ wine wscript.exe test.js
0024:fixme:jscript:JScript_SetScriptState unimplemented SCRIPTSTATE_INITIALIZED
1
0024:fixme:wscript:ActiveScriptSite_OnScriptError ()



wine/programs/wscript/main.c:

static HRESULT WINAPI ActiveScriptSite_OnScriptError(IActiveScriptSite *iface,
        IActiveScriptError *pscripterror)
{
    WINE_FIXME("()\n");
    return E_NOTIMPL;
}

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