PlaneShift

Development => Development Deliberation => Topic started by: dfryer on August 05, 2004, 08:46:44 am

Title: Server crash in recent CVS?
Post by: dfryer on August 05, 2004, 08:46:44 am
Anyone else using the CVS art/data getting a crash on world load in psserver, related to a null \"colldet\" attribute of an entity?

Specifically,
csRef colldet = CEL_QUERY_PROPCLASS(GetEntity()->GetPropertyClassList(), iPcCollisionDetection);
    // Disable CD checking because server does not need it.
    colldet->UseCD(false);

causes a crash on colldet->UseCD(false); in gem.cpp at line 1383.  Is this just due to me having some bogus plugin or something like that?