Created
November 7, 2013 13:52
-
-
Save mariusk/7354892 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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