tags:

views:

77

answers:

0

I tried some examples of Rokon graphics library. They are working fine on emulator but not running on device, they are getting installed properly.

The application opens and then closes without any error message.

I get the following system errors in emulator, but still application runs properly on it.

09-16 12:24:03.640: ERROR/Rokon(790): Loading TextureAtlas

09-16 12:24:03.681: WARN/System.err(790): java.lang.Exception: Loading TextureAtlas
    09-16 12:24:03.700: WARN/System.err(790):     at 

com.stickycoding.rokon.Debug.error(Debug.java:71)
        09-16 12:24:03.720: WARN/System.err(790):     at com.stickycoding.rokon.TextureAtlas.onLoadTexture(TextureAtlas.java:163)
    09-16 12:24:03.720: WARN/System.err(790):     at com.stickycoding.rokon.GLHelper.checkTextureValid(GLHelper.java:206)
    09-16 12:24:03.740: WARN/System.err(790):     at com.stickycoding.rokon.GLHelper.bindTexture(GLHelper.java:189)
    09-16 12:24:03.740: WARN/System.err(790):     at com.stickycoding.rokon.GLHelper.drawNormal(GLHelper.java:366)
    09-16 12:24:03.770: WARN/System.err(790):     at com.stickycoding.rokon.DrawableObject.onDrawNormal(DrawableObject.java:382)
    09-16 12:24:03.770: WARN/System.err(790):     at com.stickycoding.rokon.DrawableObject.onDraw(DrawableObject.java:360)
    09-16 12:24:03.790: WARN/System.err(790):     at com.stickycoding.rokon.background.FixedBackground.onDraw(FixedBackground.java:26)
    09-16 12:24:03.790: WARN/System.err(790):     at com.stickycoding.rokon.Scene.onDraw(Scene.java:919)
    09-16 12:24:03.810: WARN/System.err(790):     at com.stickycoding.rokon.RokonRenderer.onDrawFrame(RokonRenderer.java:40)
    09-16 12:24:03.810: WARN/System.err(790):     at com.stickycoding.rokon.GLSurfaceView$GLThread.guardedRun(GLSurfaceView.java:1112)
    09-16 12:24:03.820: WARN/System.err(790):     at com.stickycoding.rokon.GLSurfaceView$GLThread.run(GLSurfaceView.java:946)
    09-16 12:24:03.820: VERBOSE/Rokon(790): @@ bind 1
    09-16 12:24:04.040: DEBUG/dalvikvm(790): GC_EXTERNAL_ALLOC freed 566 objects / 35088 bytes in 179ms
    09-16 12:24:04.450: ERROR/Rokon(790):   addToActive(1)
    09-16 12:24:04.460: WARN/System.err(790): java.lang.Exception:   addToActive(1)
    09-16 12:24:04.460: WARN/System.err(790):     at com.stickycoding.rokon.Debug.error(Debug.java:71)
    09-16 12:24:04.470: WARN/System.err(790):     at com.stickycoding.rokon.TextureManager.addToActive(TextureManager.java:54)
    09-16 12:24:04.470: WARN/System.err(790):     at com.stickycoding.rokon.TextureAtlas.onLoadTexture(TextureAtlas.java:190)
    09-16 12:24:04.510: WARN/System.err(790):     at com.stickycoding.rokon.GLHelper.checkTextureValid(GLHelper.java:206)
    09-16 12:24:04.510: WARN/System.err(790):     at com.stickycoding.rokon.GLHelper.bindTexture(GLHelper.java:189)
    09-16 12:24:04.510: WARN/System.err(790):     at com.stickycoding.rokon.GLHelper.drawNormal(GLHelper.java:366)
    09-16 12:24:04.530: WARN/System.err(790):     at com.stickycoding.rokon.DrawableObject.onDrawNormal(DrawableObject.java:382)
    09-16 12:24:04.530: WARN/System.err(790):     at com.stickycoding.rokon.DrawableObject.onDraw(DrawableObject.java:360)
    09-16 12:24:04.530: WARN/System.err(790):     at com.stickycoding.rokon.background.FixedBackground.onDraw(FixedBackground.java:26)
    09-16 12:24:04.550: WARN/System.err(790):     at com.stickycoding.rokon.Scene.onDraw(Scene.java:919)
    09-16 12:24:04.550: WARN/System.err(790):     at com.stickycoding.rokon.RokonRenderer.onDrawFrame(RokonRenderer.java:40)
    09-16 12:24:04.550: WARN/System.err(790):     at com.stickycoding.rokon.GLSurfaceView$GLThread.guardedRun(GLSurfaceView.java:1112)
    09-16 12:24:04.550: WARN/System.err(790):     at com.stickycoding.rokon.GLSurfaceView$GLThread.run(GLSurfaceView.java:946)