Skip to content

Instantly share code, notes, and snippets.

@mariusk
Created November 7, 2013 13:52
Show Gist options
  • Save mariusk/7354892 to your computer and use it in GitHub Desktop.
Save mariusk/7354892 to your computer and use it in GitHub Desktop.
5384 dalvikvm W threadid=11: thread exiting with uncaught exception (group=0x4152d700)
5384 AndroidRuntime E FATAL EXCEPTION: GLThread 213
5384 AndroidRuntime E com.badlogic.gdx.utils.GdxRuntimeException: Pixmap already disposed
5384 AndroidRuntime E at com.badlogic.gdx.graphics.Pixmap.getPixels(Pixmap.java:356)
5384 AndroidRuntime E at com.badlogic.gdx.graphics.GLTexture.uploadImageData(GLTexture.java:270)
5384 AndroidRuntime E at com.badlogic.gdx.graphics.Texture.load(Texture.java:145)
5384 AndroidRuntime E at com.badlogic.gdx.graphics.Texture.reload(Texture.java:158)
5384 AndroidRuntime E at com.badlogic.gdx.graphics.Texture.invalidateAllTextures(Texture.java:231)
5384 AndroidRuntime E at com.badlogic.gdx.backends.android.AndroidGraphics.onSurfaceCreated(AndroidGraphics.java:351)
5384 AndroidRuntime E at android.opengl.GLSurfaceView$GLThread.guardedRun(GLSurfaceView.java:1501)
5384 AndroidRuntime E at android.opengl.GLSurfaceView$GLThread.run(GLSurfaceView.java:1240)
1179 ActivityManager W Force finishing activity net.kjeldahl.pyram/.MainActivity
1179 InputMethodManager.. W Focus gain on non-focused client com.android.internal.view.IInputMethodClient$Stub$Proxy@423e0810 (uid=10073 pid=5384)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment