Error in cocos creator 2.1.3

Hi, when we launch the game, we have this error:

any idea?

Stefano

It says these api calls are deprecated. Did you upgrade to 2.1.3 recently from some other version?

yes, from 2.1.2

@jare. These depreciations are correct?

inside the errors:

I think we have found the trouble; We have wrote this:

cc.log(‘Missing util animation’, this.node)

and this line generates the errors… with

cc.log(‘Missing util animation’, this.node._name)

no errors are generated… do you have a idea?