3.15 Scale9Sprite bug

代码:
var sprite = new cc.Scale9Sprite(res.npg_stencil_png);
this.addChild(sprite,0);

只要this.setVisable(true);
就会提示:
cocos2d: SpriteFrameCache: Frame ‘res/game/burgermake/ui/npg_stencil.png’ isn’t
found

但是,我的图并没有打包,我游戏其他的页面一旦有用cc.Scale9Sprite的,一旦移除或者设置不显示,都会出现类似的提示。