Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(1 edit)

I recently made two characters for 800th time, both paladins and every time they encounter anything the game goes into an infinite loading screen starts and alt tabbing causes the screen to rapidly flash white then CTD.  I've an encountered this bug before however i don't remember how i got around it.

Platform information

  Game version: 0.3.14.0

  Java version: 11.0.12

System information

  OS name: Windows 10

  OS version: 10.0

  OS architecture: amd64

Stack trace: 

java.lang.RuntimeException: Actor: Label: Begin

at com.badlogic.gdx.scenes.scene2d.Actor.notify(Actor.java:192)

at com.badlogic.gdx.scenes.scene2d.Actor.fire(Actor.java:152)

at com.majalis.screens.MainMenuScreen.render(MainMenuScreen.java:482)

at com.badlogic.gdx.Game.render(Game.java:46)

at com.badlogic.gdx.backends.lwjgl3.Lwjgl3Window.update(Lwjgl3Window.java:403)

at com.badlogic.gdx.backends.lwjgl3.Lwjgl3Application.loop(Lwjgl3Application.java:143)

at com.badlogic.gdx.backends.lwjgl3.Lwjgl3Application.<init>(Lwjgl3Application.java:116)

at com.majalis.talesofandrogyny.desktop.DesktopLauncher.main(DesktopLauncher.java:82)

Caused by: java.lang.NullPointerException

at com.badlogic.gdx.scenes.scene2d.InputListener.handle(InputListener.java:66)

at com.badlogic.gdx.scenes.scene2d.Actor.notify(Actor.java:188)

... 7 more