Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting Exeption on Surface Change #15

Open
subirkumarsao opened this issue Jul 24, 2015 · 0 comments
Open

Getting Exeption on Surface Change #15

subirkumarsao opened this issue Jul 24, 2015 · 0 comments

Comments

@subirkumarsao
Copy link

Reported in Stackoverflow: http://stackoverflow.com/questions/31593360/getting-exeption-on-surface-change

Got the below stacktrace as part of Crash Report.
It looks like this problem is specific to one type of device OnePlusOne. Any pointers will be helpful.

java.lang.IllegalArgumentException: bitmap is recycled
at android.opengl.GLUtils.texImage2D(GLUtils.java:112)
at org.rajawali3d.materials.textures.ASingleTexture.add(ASingleTexture.java:186)
at org.rajawali3d.materials.textures.TextureManager.taskAdd(TextureManager.java:110)
at org.rajawali3d.materials.textures.TextureManager.taskReload(TextureManager.java:209)
at org.rajawali3d.renderer.RajawaliRenderer.onRenderSurfaceSizeChanged(RajawaliRenderer.java:362)
at org.rajawali3d.vr.renderer.RajawaliVRRenderer.onSurfaceChanged(RajawaliVRRenderer.java:88)
at com.google.vrtoolkit.cardboard.CardboardViewJavaImpl$StereoRendererHelper.onSurfaceChanged(CardboardViewJavaImpl.java:931)
at com.google.vrtoolkit.cardboard.CardboardViewJavaImpl$RendererHelper.onSurfaceChanged(CardboardViewJavaImpl.java:716)
at android.opengl.GLSurfaceView$GLThread.guardedRun(GLSurfaceView.java:1511)
at android.opengl.GLSurfaceView$GLThread.run(GLSurfaceView.java:1239)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant