Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

So the game crashed on me while I was playing. Not sure what happened as this never happened before. This is the error text file: 

java.lang.NullPointerException
at com.majalis.encounter.EncounterReaderImpl.loadScript(EncounterReaderImpl.java:37)
at com.majalis.encounter.EncounterBuilder$Branch.textScene(EncounterBuilder.java:216)
at com.majalis.encounter.EncounterCode.getEncounter(EncounterCode.java:1253)
at com.majalis.encounter.EncounterFactory.getEncounter(EncounterFactory.java:38)
at com.majalis.screens.ScreenFactoryImpl.getEncounter(ScreenFactoryImpl.java:229)
at com.majalis.screens.ScreenFactoryImpl.getCurrentContextScreen(ScreenFactoryImpl.java:278)
at com.majalis.screens.ScreenFactoryImpl.getScreen(ScreenFactoryImpl.java:137)
at com.majalis.screens.AbstractScreen.switchScreen(AbstractScreen.java:209)
at com.majalis.screens.AbstractScreen$1.act(AbstractScreen.java:73)
at com.badlogic.gdx.scenes.scene2d.actions.SequenceAction.act(SequenceAction.java:65)
at com.badlogic.gdx.scenes.scene2d.Actor.act(Actor.java:96)
at com.badlogic.gdx.scenes.scene2d.Group.act(Group.java:46)
at com.badlogic.gdx.scenes.scene2d.Stage.act(Stage.java:221)
at com.majalis.screens.AbstractScreen.render(AbstractScreen.java:322)
at com.majalis.screens.WorldMapScreen.render(WorldMapScreen.java:1126)
at com.badlogic.gdx.Game.render(Game.java:46)
at com.badlogic.gdx.backends.lwjgl.LwjglApplication.mainLoop(LwjglApplication.java:225)
at com.badlogic.gdx.backends.lwjgl.LwjglApplication$1.run(LwjglApplication.java:126)


Please help :( I absolutely love this game and I want to keep playing it

I had this exact same error when trying to enter one area. I just went around it hmmm

I would try to go around it but this is in a part of the map where the only way to advance is along this path so I can't go around it unfortunately.

If you want to fix it without waiting for the next version, you can edit your save file and change your class back to whatever it was originally!

Hi thanks for the advice. I've never edited a save file before though so how would I go about doing that?

Open the appropriate save file in the .toa-data folder in a text editor and replace the value next to "jobClass": with, for example, "WARRIOR" or "PALADIN". The save files are numbered from 0-9 for the ten save file slots, corresponding to slots 1-10 respectively.