We are migrating issue tracker of Cocos2d-x Project to Github, please create new issue there. Thanks.
[android] CCLabelTTF::initWithString crashed
[android] CCLabelTTF::initWithString crashed
- Target version changed from cocos2d-0.99.5-x-0.8.0 to cocos2d-0.99.5-x-0.8.3
- Status changed from New to Resolved
- Assignee changed from zhangxm to zhangbin@cocos2d-x.org
- % Done changed from 0 to 100
- Status changed from Resolved to Closed
- Target version changed from cocos2d-0.99.5-x-0.8.3 to cocos2d-0.99.5-x-0.8.0
- Project changed from cocos2d-x to cpp
- Category deleted (
2) - Target version deleted (
cocos2d-0.99.5-x-0.8.0)
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 | Jasa SEO | Agen Sbobet
Status: | Closed | |
---|---|---|
Start date: | 2011-02-24 | |
Priority: | Normal | |
Due date: | ||
Assignee: | ||
% Done: | 100% |
|
Category: | - | |
Target version: | - |
I tried to paste these code at the end of TestController::TestController() constructor, (cocos2d-x/tests/tests/controller.cpp)
or at the start of ActionsDemo::onEnter (ActionTest.cpp)
It crashed at android, if I new CCLabelTTF object, and call object->initWithString. The odd thing is that, CCLabelTTF::labelWithString works well.
The crashed code works well on win32 & iphone port.