Author Topic: Server crash in recent CVS?  (Read 882 times)

dfryer

  • Veteran
  • *
  • Posts: 1070
    • View Profile
Server crash in recent CVS?
« on: August 05, 2004, 01: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?
Quidquid latine dictum sit, altum sonatur.