Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Got this error while launching it. Any idea of why this happens?

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:1038)
at com.badlogic.gdx.utils.Json.fromJson(Json.java:742)
at com.majalis.save.SaveManager.getProfileSave(SaveManager.java:323)
at com.majalis.save.SaveManager.<init>(SaveManager.java:59)
at com.majalis.talesofandrogyny.TalesOfAndrogyny.create(TalesOfAndrogyny.java:58)
at com.badlogic.gdx.backends.lwjgl.LwjglApplication.mainLoop(LwjglApplication.java:149)
at com.badlogic.gdx.backends.lwjgl.LwjglApplication$1.run(LwjglApplication.java:126)

Hey, could you send us your profile.json in the .toa/data folder? There may be something wrong with it.  We could prevent that error, but then it would overwrite your profile.json with a blank one, so we'd rather see if we can piece together what's happening.

Hmm? How do I do that? Haha, im really sorry, I don't know much about these stuff. u.u

So the .toa-data folder might be a hidden folder, so you might need to show hidden folders. You could also navigate directly to "YOUR-GAME-FOLDER/.toa-data" in a navigation bar to peek inside of it.

If you can find the profile.json (might appear as just "profile" if you have extensions off) file, you can copy it somewhere else, and delete it, and that should also fix your problem. It probably got corrupted at some point during a save.