I've been playing for 2 days now without issue, but today, I try changing the theme for the first time and a few taps later this happens
On restarting the game, then restarting the tablet, I get this screen every time, though sometimes it's a different color/other minor changes.
After tapping around on this screen at random, it saved this to my clipboard
Description: [describe what you were doing when the crash occurred]
- NullPointerException | Open
- Code: Select all
Forge Version: 1.6.8.001
Operating System: Linux 3.4.0 armv7l
Java Version: 0 The Android Project
java.lang.NullPointerException: Attempt to invoke virtual method 'int com.badlogic.gdx.graphics.g2d.TextureRegion.getRegionWidth()' on a null object reference
at forge.assets.FTextureRegionImage.getWidth(FTextureRegionImage.java:17)
at forge.toolbox.FLabel.drawContent(FLabel.java:325)
at forge.toolbox.FLabel.drawContent(FLabel.java:319)
at forge.toolbox.FLabel.draw(FLabel.java:301)
at forge.Graphics.draw(Graphics.java:147)
at forge.toolbox.FContainer.draw(FContainer.java:64)
at forge.Graphics.draw(Graphics.java:147)
at forge.toolbox.FContainer.draw(FContainer.java:64)
at forge.toolbox.FScrollPane.draw(FScrollPane.java:312)
at forge.Graphics.draw(Graphics.java:147)
at forge.toolbox.FContainer.draw(FContainer.java:64)
at forge.screens.FScreen.draw(FScreen.java:164)
at forge.Graphics.draw(Graphics.java:147)
at forge.screens.FScreen.draw(FScreen.java:159)
at forge.Forge.render(Forge.java:321)
at com.badlogic.gdx.backends.android.AndroidGraphics.onDrawFrame(AndroidGraphics.java:422)
at android.opengl.GLSurfaceView$GLThread.guardedRun(GLSurfaceView.java:1522)
at android.opengl.GLSurfaceView$GLThread.run(GLSurfaceView.java:1239)
I don't know what to do, should I reinstall?