关于粒子系统例子的问题

最近使用2.0.4的2dx在xcode环境下尝试使用粒子系统~使用CCParticleExamples.cpp中的几个例子添加进helloworld 的layer,但是运行以后会产生
CCAssert(pHashElement->entry->markedForDeletion,"")的错误
想请教下这个是什么原因呢

CCParticleFire *pFirework = CCParticleFire::create();    pFirework->init();    pFirework->setPosition(ccp(size.width / 2, size.height - 20));    this->addChild(pFirework, 1);