RMMSecurity / cocos2d-android

Automatically exported from code.google.com/p/cocos2d-android
Other
0 stars 1 forks source link

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

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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