opensciencemap / vtm

a vector-tile map library written in java - running on android, desktop and within the browser
GNU Lesser General Public License v3.0
238 stars 176 forks source link

Error in trace #102

Open stleusc opened 10 years ago

stleusc commented 10 years ago

I sometimes get o.o.r*.GLUtils﹕ finish: glError 1281 in my traces. Any idea what goes wrong?

apachemaven commented 10 years ago

Wish you could say more...

stleusc commented 10 years ago

here some more... W/Adreno-ES20﹕ : GL_INVALIDVALUE E/o.o_.r*.GLUtils﹕ finish: glError 1281

hjanetzek commented 10 years ago

hmm, not sure. Which layers are you using? When does it happen? e.g. after resuming the application? To track this down you can enable 'debug' in GLAdapter which should show the layer name where the error happend, then add some more GLUtils.checkGlError() to the layers renderer gl calls