Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Help please, I tried to boot up the new update but I am having a problem. It says this and refuses to load.

com.badlogic.gdx.utils.SerializationException: Unable to convert value to required type: foreground: BLONDE_WEREWOLF_KNOT (com.majalis.asset.AssetEnum)

Serialization trace:

foreground (com.majalis.encounter.EncounterBuilder$SceneToken)

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

    at com.badlogic.gdx.utils.Json.readFields(Json.java:863)

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

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

    at com.majalis.encounter.EncounterReaderImpl.getScriptData(EncounterReaderImpl.java:29)

    at com.majalis.encounter.EncounterReaderImpl.<init>(EncounterReaderImpl.java:19)

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

    at com.badlogic.gdx.backends.lwjgl.LwjglApplication.mainLoop(LwjglApplication.java:151)

    at com.badlogic.gdx.backends.lwjgl.LwjglApplication$1.run(LwjglApplication.java:128)

Weird, it seems like your script file isn't up-to-date. Try redownloading. There should be no BLONDE_WEREWOLF_KNOT foreground entries in the encounters.json, since it's animated now (so it's an animatedForeground property instead).

That fixed it. Thanks!