Skip to content

Crash in ts64.dll when accessing an unknown object #25

Description

@yami36

When try accessing an unknown object (i.e not added with AddObject), TS crashes
Example:
Function Condition(hwnd)
login = unknownobjet.getValue("login")
MsgBox(login)
Condition = False
End Function

Crashes at CteActiveScriptSite::OnScriptError, line 1792: if SUCCEEDED(pscripterror->GetExceptionInfo(m_pSC->m_pEI))
m_pError->m_EI contains the right error (Object required).

TS built from source with VS2019 (version 16.8.4)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions