Page 1 of 1

Crash report.

PostPosted: 27 Jun 2017, 16:28
by a7xliv
Description: [attepted to start an ai match on android]

NullPointerException | Open
Code: Select all
Forge Version:    1.5.65.001
Operating System: Linux 4.4.16-11449429 armv8l
Java Version:     0 The Android Project

java.lang.NullPointerException: Attempt to read from field 'com.badlogic.gdx.graphics.Texture com.badlogic.gdx.graphics.g2d.TextureRegion.texture' on a null object reference
   at com.badlogic.gdx.graphics.g2d.SpriteBatch.draw(SpriteBatch.java:592)
   at forge.Graphics.drawImage(Graphics.java:546)
   at forge.assets.FTextureRegionImage.draw(FTextureRegionImage.java:42)
   at forge.Graphics.drawImage(Graphics.java:540)
   at forge.screens.match.views.VAvatar.draw(VAvatar.java:59)
   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.Forge.render(Forge.java:326)
   at com.badlogic.gdx.backends.android.AndroidGraphics.onDrawFrame(AndroidGraphics.java:422)
   at android.opengl.GLSurfaceView$GLThread.guardedRun(GLSurfaceView.java:1562)
   at android.opengl.GLSurfaceView$GLThread.run(GLSurfaceView.java:1262)

Re: Crash report.

PostPosted: 27 Jun 2017, 19:59
by timmermac
Were you playing with the default theme, or did you switch to a different theme?

Re: Crash report.

PostPosted: 27 Jun 2017, 20:02
by a7xliv
Different theme. Although i played yesterday with this theme and it worked fine. I'll try with default theme and see if it works.

Re: Crash report.

PostPosted: 27 Jun 2017, 20:07
by a7xliv
timmermac wrote:Were you playing with the default theme, or did you switch to a different theme?
Switched back to default. Still crashes.

Re: Crash report.

PostPosted: 21 Jul 2017, 02:26
by Kawashy
Description: [describe what you were doing when the crash occurred]

NoSuchMethodError | Open
Code: Select all
Forge Version:    1.6.0.004
Operating System: Linux 3.10.54 armv7l
Java Version:     0 The Android Project

java.lang.NoSuchMethodError: No interface method sort(Ljava/util/Comparator;)V in class Ljava/util/List; or its super classes (declaration of 'java.util.List' appears in /system/framework/core-libart.jar)
   at forge.limited.BoosterDraft.generateProduct(BoosterDraft.java:154)
   at forge.limited.BoosterDraft.createDraft(BoosterDraft.java:64)
   at forge.screens.limited.NewDraftScreen$1.run(NewDraftScreen.java:50)
   at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1112)
   at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587)
   at java.lang.Thread.run(Thread.java:818)