Hello, I program for a mod that was just released as a public beta, and I've been getting a few memory dumps with crashes in:
model_t *CBaseEntity::GetModel( void ) { return (model_t *)modelinfo->GetModel( GetModelIndex() ); } and I've gotten one with a crash in: const studiohdr_t *virtualgroup_t::GetStudioHdr( ) const { return modelinfo->FindModel( this->cache ); } In both cases modelinfo is a NULL pointer. The memory dumps don't really tell me anything that I can use, so I was wondering if anyone here or possibly someone at Valve could help me out with this. Here's a link to the memory dumps I've gotten, I don't know if anyone can use them or not: http://www.obsidianconflict.com/hyperjag3/memory_dumps.rar Thanks for any help. _______________________________________________ To unsubscribe, edit your list preferences, or view the list archives, please visit: http://list.valvesoftware.com/mailman/listinfo/hlcoders