Coder Social home page Coder Social logo

android-sprite-batcher's People

Contributors

twicecircled avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

android-sprite-batcher's Issues

batchDraw Exception

java.lang.IllegalArgumentException: capacity + offset > baseSize
 at java.nio.DirectByteBuffer.(DirectByteBuffer.java:37)
 at java.nio.ByteBuffer.allocateDirect(ByteBuffer.java:72)
 at com.twicecircled.spritebatcher.SpriteBatcher.batchDraw(SpriteBatcher.java:321)
 at com.twicecircled.spritebatcher.SpriteBatcher.onDrawFrame(SpriteBatcher.java:202)
 at android.opengl.GLSurfaceView$GLThread.guardedRun(GLSurfaceView.java:1532)
 at android.opengl.GLSurfaceView$GLThread.run(GLSurfaceView.java:1249)

java.lang.IllegalArgumentException: capacity + offset > baseSize
 at java.nio.DirectByteBuffer.(DirectByteBuffer.java:37)
 at java.nio.ByteBuffer.allocateDirect(ByteBuffer.java:72)
 at com.twicecircled.spritebatcher.SpriteBatcher.batchDraw(SpriteBatcher.java:331)
 at com.twicecircled.spritebatcher.SpriteBatcher.onDrawFrame(SpriteBatcher.java:202)
 at android.opengl.GLSurfaceView$GLThread.guardedRun(GLSurfaceView.java:1532)
 at android.opengl.GLSurfaceView$GLThread.run(GLSurfaceView.java:1249)

I do not know why this is happening

321: ByteBuffer ibb = ByteBuffer.allocateDirect(indices.length * 2);
331: ByteBuffer vbb = ByteBuffer.allocateDirect(vertices.length * 4);

Is this point

Getting exception "didn't find signature at start of lfh"

We are using zipLibrary for unzipping obb file. In the recent upgrade we are getting frequent exception with message "didn't find signature at start of lfh" which is coming from file ZipResourceFile.java. This is not 100% repro.

We didn't able to repro this locally but many customers are hitting it. Please tell in what all scenario this can occur?

OpenGl ES 2.0 - called unimplemented OpenGL ES API

Why there is a problem when using OpenGL 2.0 ....

when I'm using this code

mGLView = new GLSurfaceView(this);
mGLView.setEGLContextClientVersion(2);

it displays an empty black screen and in the log I get:

libEGL called unimplemented OpenGL ES API

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.