Comment 2 for bug 895085

Revision history for this message
Bug Importer (bug-importer) wrote :

Crash on DEFINE_HOOK(716DAC, TechnoTypeClass_Load, A).
When i add some log:
GET_STACK(TechnoTypeClass*, pItem, 0x224);
GET_STACK(IStream*, pStm, 0x228);
Debug::Log("TechnoTypeClass_Load: %s\n",pItem->get_ID());
TechnoTypeExt::ExtMap.Load(pItem, pStm);
i receive exception on: pItem->get_ID(), log look like:
"TechnoTypeClass_Load: Exception".