DNESS / cocos2d-iphone

Automatically exported from code.google.com/p/cocos2d-iphone
1 stars 0 forks source link

exception in execute method #1483

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Throws an exception after level complete
exception is shown in execute method

@implementation CCCallFuncN

-(void) execute
{
    [targetCallback_ performSelector:selector_ withObject:target_];
}

What is the expected output? What do you see instead?
Switch to nextLevel by pressing on NextLevel label.

What cocos2d version are you using ?
cocs2d 2.0

What iOS / Mac SDK are you using ?
Mac os x-10.7.5

Debug or Release ?
both

Which target device / target OS are you using ?
ios4

iOS only: Does this happens on device ? or on the simulator ? or on both ?
both

Mac only: x86 or i386 ?

Please provide any additional information below.

Original issue reported on code.google.com by vruttida...@gmail.com on 15 Apr 2013 at 12:00

Attachments: