AngelScript revision 1932.
Access violation.
Attempted to read to an 0x00000000.
Stack trace:
asCWriter::WriteObjectTypeDeclaration + 334, as_restore.cpp (3585)
asCWriter::Write + 309, as_restore.cpp (3185)
asCModule::SaveByteCode + 125, as_module.cpp (1224)
Library code:
int size = (asUINT)ot->interfaces.GetLength();
WriteEncodedInt64(size);
asUINT n;
for( n = 0; n < ot->interfaces.GetLength(); n++ )
{
WriteObjectType(ot->interfaces[n]);
WriteEncodedInt64(ot->interfaceVFTOffsets[n]); <- here, interfaceVFTOffsets length is 0.
}
Script code is too complex, but if you need, then i trying to localize problem.