v2.2 in chrome “32.0.1678.0 dev-m Aura” win7 64 get a black screen

When I run the sample contained in cocos2d-x-html5-v2.2,I get a black screen and nothing,In console,I fund the error: “Cocos2d-html5-v2.2 CCCommon.js:145
cocos2d: ERROR: Failed to link program: [object WebGLProgram] CCCommon.js:145
WebGL: INVALID_VALUE: getUniformLocation: no object or object deleted”.please help me!

OK. I will test it.

Thanks for your noticing.

I have the same problem just by copy projects from one computer to another.

I have resolved it . Just modify ‘cocos2d.js’ renderMode:0 to renderMode:1 in c object.

terry wu, that’s no solution. You just changed the render mode to canvas, instead of using webgl. The issue is with webgl, and is triggered in the newest Chrome version. We also have this problem in our app, made an issue on github:

https://github.com/cocos2d/cocos2d-html5/issues/1230