0% found this document useful (0 votes)
18 views1 page

Crash

The document describes a NullPointerException error occurring in an Android application related to the TheoTown game. The error arises when attempting to invoke a method on a null object reference within the ScreenshotProcessorBuilder class. The stack trace indicates the sequence of method calls leading to the error, highlighting issues in the game's rendering and update processes.

Uploaded by

tangalayukalvaro
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
18 views1 page

Crash

The document describes a NullPointerException error occurring in an Android application related to the TheoTown game. The error arises when attempting to invoke a method on a null object reference within the ScreenshotProcessorBuilder class. The stack trace indicates the sequence of method calls leading to the error, highlighting issues in the game's rendering and update processes.

Uploaded by

tangalayukalvaro
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

23129RN51X, v: 34 (Android)

1.12.15a (11215), p:false

java.lang.NullPointerException: Attempt to invoke interface method


'java.lang.Object
info.flowersoft.theotown.city.PreviewCreator$SteppedTask.getResult()' on a null
object reference

java.lang.NullPointerException: Attempt to invoke interface method


'java.lang.Object
info.flowersoft.theotown.city.PreviewCreator$SteppedTask.getResult()' on a null
object reference
at
info.flowersoft.theotown.stages.gameuibuilder.ScreenshotProcessorBuilder$2$1$1.run(
ScreenshotProcessorBuilder.java:110)
at info.flowersoft.theotown.stages.WaitingStage.work(WaitingStage.java:275)
at
info.flowersoft.theotown.stages.WaitingStage.onUpdate(WaitingStage.java:223)
at info.flowersoft.theotown.stages.BaseStage.update(BaseStage.java:296)
at io.blueflower.stapel2d.gamestack.GameStack.update(GameStack.java:154)
at info.flowersoft.theotown.TheoTownX.render(TheoTownX.kt:292)
at
info.flowersoft.theotown.util.ProtectedApplicationAdapter.render(ProtectedApplicati
onAdapter.kt:28)
at
com.badlogic.gdx.backends.android.AndroidGraphics.onDrawFrame(AndroidGraphics.java:
501)
at android.opengl.GLSurfaceView$GLThread.guardedRun(GLSurfaceView.java:1581)
at android.opengl.GLSurfaceView$GLThread.run(GLSurfaceView.java:1280)

You might also like