Hi,
The game runs fine on the simulator, but when i run it on the device i get this (with a backtrace):
2010-12-05 11:30:21.924 [818:307] ApplicationController::applicationDidFinishLaunching END
2010-12-05 11:30:21.932 [818:307] cocos2d: surface size: 320x480
Program received signal: “EXC_BAD_ACCESS”.
warning: Unable to read symbols for /Developer/Platforms/iPhoneOS.platform/DeviceSupport/4.2.1 (8C148)/Symbols/Developer/usr/lib/libXcodeDebuggerSupport.dylib (file not found).
Previous frame inner to this frame (gdb could not unwind past this frame)
Previous frame inner to this frame (gdb could not unwind past this frame)
(gdb) backtrace
#0 0x00070920 in -[CCSprite draw] (self=0x223520, _cmd=0x32393714) at /Developer/cocos2d-iphone-0.99.4/cocos2d/CCSprite.m:531
#1 0x00030b30 in -[CCNode visit] (self=0x223520, _cmd=0xa8b98) at /Developer/cocos2d-iphone-0.99.4/cocos2d/CCNode.m:491
#2 0x00030b30 in -[CCNode visit] (self=0x2232e0, _cmd=0xa8b98) at /Developer/cocos2d-iphone-0.99.4/cocos2d/CCNode.m:491
Current language: auto; currently objective-c
Any ideas??
thanks
c