Black screen after following tutorial

OK, that truly is bizarre. Specially since this works just fine:

var myItem = cc.MenuItemImage.create(
 pathToImage,
 pathToImage,    
 function() {
   //TODO: do something
 },    
 this
);

Could any of you two create an issue in the tracker so this gets noticed?

I haven’t been able to reproduce the issue of MenuItemSprite, I can create an item with the same parameters without problems. The error log of Uncaught child already added did happened to me, but this have been fixed in our develop branch.

Hi, I’m new to cocos2d and just followed the tutorial and ran into this problem as well, maybe the tutorial could be updated so that it works?

This seems like an old thread yet the latest version of cocos also seems to have the same bug in it.