Skip to main content

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

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)

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!