Skip to main content

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

Tales of Androgyny

A game about birds, bees, flowers and trees. · By Majalis

Every time I open my inventory the game crashes

A topic by Brynalf created Jan 04, 2022 Views: 265 Replies: 1
Viewing posts 1 to 2

Every time I try to open my inventory the game crashes and gives me this error message.

Does anyone know what is causing this or ways to fix it, if so please let me know.

java.lang.ArithmeticException: / by zero

at com.majalis.character.PlayerCharacter.getEquipLoadString(PlayerCharacter.java:2920)

at com.majalis.screens.InventoryScreen.getEquipLoadText(InventoryScreen.java:383)

at com.majalis.screens.InventoryScreen.buildStage(InventoryScreen.java:294)

at com.majalis.screens.AbstractScreen.showScreenInScreen(AbstractScreen.java:129)

at com.majalis.screens.WorldMapScreen.showScreenInScreen(WorldMapScreen.java:335)

at com.majalis.screens.WorldMapScreen$6.clicked(WorldMapScreen.java:485)

at com.badlogic.gdx.scenes.scene2d.utils.ClickListener.touchUp(ClickListener.java:88)

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

at com.badlogic.gdx.scenes.scene2d.Stage.touchUp(Stage.java:355)

at com.badlogic.gdx.InputMultiplexer.touchUp(InputMultiplexer.java:124)

at com.badlogic.gdx.InputEventQueue.drain(InputEventQueue.java:70)

at com.badlogic.gdx.backends.lwjgl3.DefaultLwjgl3Input.update(DefaultLwjgl3Input.java:189)

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

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)

Developer

Which version of the game are you running? You might need to update.