Bug on Particle test on 1.0.1-x-0.9.1

Hi when I run particle test on my iphone 3G, app crash,
I debug particle test, and saw that crash when try to create
a CCLabelAtlas on line 1087

CCLabelAtlas* labelAtlas = CCLabelAtlas::labelWithString(“0000”, “fonts/fps_images.png”, 16, 24, ‘.’);

If I remove labelAtlas particle test run fine.

Thanks!

You need re-import the resources, check this:
http://www.cocos2d-x.org/boards/7/topics/3182

thanks reed clow