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

need help with one of the known issue

A topic by bavok created Mar 24, 2022 Views: 513 Replies: 6
Viewing posts 1 to 2
(1 edit)

every time i open the I get a fatal error after seeing the known issues post ive figured out that i need to replace the JRE file with the one that comes with JDK 11.0.12 the issue is as far as I know there is no jre 11 and i dont know much about  java or anything of that sort.

need help plz

Developer

Heya, are you on windows? You need to extract the whole .rar and then run the .exe.

(2 edits)

yes,im on windows I already extracted the rar file and run the exe file and I got the same result

Developer

What is the fatal error?

Platform information

  Game version: 0.3.17.0

  Java version: 11.0.12

System information

  OS name: Windows 10

  OS version: 10.0

  OS architecture: amd64

Stack trace: 

com.badlogic.gdx.utils.SerializationException: Unable to convert value to required type:                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       (com.majalis.save.SaveManager$ProfileSave)

at com.badlogic.gdx.utils.Json.readValue(Json.java:1167)

at com.badlogic.gdx.utils.Json.fromJson(Json.java:828)

at com.majalis.save.SaveManager.getProfileSave(SaveManager.java:398)

at com.majalis.save.SaveManager.<init>(SaveManager.java:82)

at com.majalis.talesofandrogyny.TalesOfAndrogyny.create(TalesOfAndrogyny.java:125)

at com.badlogic.gdx.backends.lwjgl3.Lwjgl3Window.initializeListener(Lwjgl3Window.java:433)

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

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

Oh, the problem is that your profile.json is likely corrupt - go to where the save files are stored (type %APPDATA% into your start menu, go to it, and then go to the TalesOfAndrogyny folder), back up your profile.json file somewhere, and then delete it out of that folder. The game should run normally then!

it worked, Thanks for the help!