RMMSecurity/cocos2d-android

Cocos 2d for android - SurfaceTexture error - lilke breaking layout

Opened this issue · 0 comments

I use cocos2d for my android game. It causes a serious bug that I can not 
resolved in some days. After show a long animation....The error message is 
showed in console:

07-10 14:05:55.480: W/SurfaceTexture(10827): updateTexImage: clearing GL error: 
0x502
07-10 14:05:55.480: W/SurfaceTexture(10827): updateTexImage: clearing GL error: 
0x502
07-10 14:05:55.480: W/SurfaceTexture(10827): updateTexImage: clearing GL error: 
0x502

And I see the layout on screen is broken.

I dont know why it only happens on android 4.0.3 but ok on android 2.3.3 , 
please help me if you know! Thank you

Original issue reported on code.google.com by dv.k...@gloops.com on 12 Jul 2012 at 1:27