Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

I got the following error when trying to start the battle against the arachnid in the third Arena tile.

Platform information
  Game version: 0.3.48.0
  Java version: 17.0.8
  JVM runtime total RAM: 1024 MB
  JVM runtime free RAM: 415 MB
  JVM runtime max RAM: 1024 MB
System information
  OS name: Windows 10
  OS version: 10.0
  OS architecture: amd64
  OperatingSystemMXBean total memory size: 16262 MB
  OperatingSystemMXBean free memory size: 6771 MB
  OperatingSystemMXBean committed virtual memory size: 2757 MB
  OperatingSystemMXBean total swap space size: 22650 MB
  OperatingSystemMXBean free swap space size: 6718 MB
Stack trace: 
java.lang.NullPointerException: Cannot read field "size" because "this.optionButtons" is null
at com.majalis.screens.BattleScreen.changeSelection(BattleScreen.java:998)
at com.majalis.screens.BattleScreen.scrolled(BattleScreen.java:695)
at com.badlogic.gdx.InputMultiplexer.scrolled(InputMultiplexer.java:168)
at com.badlogic.gdx.InputMultiplexer.scrolled(InputMultiplexer.java:168)
at com.badlogic.gdx.InputEventQueue.drain(InputEventQueue.java:79)
at com.badlogic.gdx.backends.lwjgl3.DefaultLwjgl3Input.update(DefaultLwjgl3Input.java:189)
at com.badlogic.gdx.backends.lwjgl3.Lwjgl3Window.update(Lwjgl3Window.java:378)
at com.badlogic.gdx.backends.lwjgl3.Lwjgl3Application.loop(Lwjgl3Application.java:193)
at com.badlogic.gdx.backends.lwjgl3.Lwjgl3Application.<init>(Lwjgl3Application.java:167)
at com.majalis.talesofandrogyny.desktop.DesktopLauncher.main(DesktopLauncher.java:104)