You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Crash happen on Android, iOS, Mac. Win32 not tested.
Crash on JSAutoCompartment ac(_cx, _obj.ref() ? _obj.ref() : global);
Tested with code below :
var imageUrlArray = ["http://www.cocos2d-x.org/s/upload/v35.jpg", "http://www.cocos2d-x.org/s/upload/testin.jpg", "http://www.cocos2d-x.org/s/upload/geometry_dash.jpg"];
for (var i = 0; i < imageUrlArray.length; i++)
{
cc.textureCache.addImageAsync(imageUrlArray[i], this.imageLoaded, this);
}