Skip to main content

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

ZeldaRL

A roguelike inspired by The Legend of Zelda · By slashie

Error when loading save

A topic by swimxy created 26 days ago Views: 8
Viewing posts 1 to 1

I get the following error when I load the save. This is on Linux Mint, and launching from the command line with the command  "java -jar zrl.jar"

----------

ZeldaRL 0.10.0: Error

Unrecoverable error: Unrecoverable Exception [Press Space]

java.lang.NullPointerException

    at crl.ui.consoleUI.CharDisplay.showSavedGames(CharDisplay.java:254)

    at zrl.Main.loadGame(Main.java:298)

    at zrl.Main.title(Main.java:241)

    at zrl.Main.main(Main.java:420)