Hi, if I put startCoroutine in a button, it will crash due to the dispatchEvent, do you have solution? testBtn->addClickEventListener ([&] (cocos2d::Ref* pSender) { startCoroutine (this, TestCocosCoroutine()); });