Exception thrown at 0x791098DA (IsolatorCore.dll) in GTest.exe: 0xC0000005: Access violation writing location 0x00000018.
in IsolatorINternals.h, line 790:
INLINE PVOID __try_fake(PCSTR szObj, size_t nSize, int nType, ...)
{
TRAP( va_list vl; va_start(vl, nType); PVOID res = __fake(szObj, nSize, nType, &__ImageBase, vl); va_end(vl); return res; ) return NULL;
}