We are migrating issue tracker of Cocos2d-x Project to Github, please create new issue there. Thanks.
CCCallback function may cause crash on win32
CCCallback function may cause crash on win32
- Status changed from New to Rejected
I test it in win7, and the engine is newest from github.
In HelloCpp, I write code:
bool HelloWorld::init() { ... runAction(CallFunc::create(this, callfunc_selector(HelloWorld::callback1))); } void HelloWorld::callback1() { CCLOG("callback1"); DelayTime* delay = DelayTime::create(2.0f); CallFunc* call = CCCallFunc::create(this, callfunc_selector(HelloWorld::callback2)); runAction(CCSequence::create(delay, call, NULL)); } void HelloWorld::callback2() { CCLOG("callback2"); DelayTime* delay = DelayTime::create(1.0f); CallFunc* call = CCCallFunc::create(this, callfunc_selector(HelloWorld::callback1)); runAction(CCSequence::create(delay, call, NULL)); }
It seems OK, maybe it’s fixed somewhere.
Pokerstar88.com Agen Texas Poker Dan Domino Online Indonesia Terpercaya
OK, I’ve updated the announcement and added a link to zipball on google code. Thank you for reminding me.
Agen Indonesia | Agen Bola | Poker Indonesia
The optimization introduces a bug where the priority and Touch Mode will not get changed if the list is locked.
The most straight forward fix is to merge the pHandlersToAdd and pHandlersToRemove into a queue and process through all of them in the order they are received
Pokerstar88.com Agen Texas Poker dan Domino Online Indonesia Terpercaya | Agen Bola | Taruhan Bola | Agen Bola | Olb365.com Agen Judi Bola Online, Agen Judi Casino Online Indonesia Terpercaya
Status: | Rejected | |
---|---|---|
Start date: | 2013-05-24 | |
Priority: | Normal | |
Due date: | ||
Assignee: | ||
% Done: | 0% |
|
Category: | windows | |
Target version: | 3.0-alpha0 |
demo
Error log:
I haven’t tested it.