Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Trying to run version 0.3.03.0, 64-bit version on Windows 10 gives me an error message and spits this out in error.txt:

com.badlogic.gdx.utils.SerializationException: Unable to convert value to required type: foreground: DARK_KNIGHT_DOGGY (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:27)
    at com.majalis.encounter.EncounterReaderImpl.<init>(EncounterReaderImpl.java:17)
    at com.majalis.talesofandrogyny.TalesOfAndrogyny.create(TalesOfAndrogyny.java:67)
    at com.badlogic.gdx.backends.lwjgl.LwjglApplication.mainLoop(LwjglApplication.java:151)
    at com.badlogic.gdx.backends.lwjgl.LwjglApplication$1.run(LwjglApplication.java:128)

Haven't had any issues when running the game before this update.