Page 1 of 1

Crash Report

PostPosted: 23 Sep 2016, 02:33
by bigbobbiek
Description: I had just finished downloading the LQ pics, and went to play my first game after that. I can look at all other aspects, but starting a new game crashes it before I can even select what deck to use.

NullPointerException | Open
Code: Select all
Forge Version:    1.5.56.001
Operating System: Linux 3.4.0-perf-ga78ca41 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:144)
   at forge.toolbox.FContainer.draw(FContainer.java:64)
   at forge.Graphics.draw(Graphics.java:144)
   at forge.toolbox.FContainer.draw(FContainer.java:64)
   at forge.toolbox.FScrollPane.draw(FScrollPane.java:312)
   at forge.Graphics.draw(Graphics.java:144)
   at forge.toolbox.FContainer.draw(FContainer.java:64)
   at forge.screens.FScreen.draw(FScreen.java:164)
   at forge.Forge.render(Forge.java:317)
   at com.badlogic.gdx.backends.android.AndroidGraphics.onDrawFrame(AndroidGraphics.java:422)
   at android.opengl.GLSurfaceView$GLThread.guardedRun(GLSurfaceView.java:1535)
   at android.opengl.GLSurfaceView$GLThread.run(GLSurfaceView.java:1240)

Re: Crash Report

PostPosted: 23 Sep 2016, 03:28
by bigbobbiek
An update: As I said, I can access most of the aspects of the program. I can alter settings, build and view decks without issue (and card pics are shown where available). But if I select "New Game" or "Play Online" it crashes.

Oddly, though, if I go to "Manage Decks" and select "Test Deck", I can enter a game just fine. Card images are shown, I can draw my opening hand, and I appear to be able to play as normal (I only dropped a few cards to make sure there was no issue).

So whatever the issue is, it's only with the main menu options "Start New Game" and "Play Online".