After starting a new local survival mode game, I went to the vendor and attempted to purchase a "Weapon." The game froze at that point, and the console.log reported this error message:
Exception in thread "main" java.lang.NullPointerException
at PlayerMenu.PlayerMenu.a(Unknown Source)
at PlayerMenu.ExternalItemFactory$1.a(Unknown Source)
at PlayerMenu.PlayerMenu.a(Unknown Source)
at Entity.Player.b(Unknown Source)
at Entity.Player.a(Unknown Source)
at Game.PlayInstance.a(Unknown Source)
at Game.PlayInstance.a(Unknown Source)
at Game.PlayInstance.a(Unknown Source)
at GameScreen.PlayGameScreen.a(Unknown Source)
at Achoum.Main.p(Unknown Source)
at Achoum.Main.C(Unknown Source)
at Achoum.LocalLuncher.a(Unknown Source)
at Achoum.LocalLuncher.main(Unknown Source)
(edit - more info on the bug)
Before this, I was playing in a local Dungeon game. I quit that game (while the app was still running), and started a new local survival map.
Exception in thread "main" java.lang.NullPointerException
at PlayerMenu.PlayerMenu.a(Unknown Source)
at PlayerMenu.ExternalItemFactory$1.a(Unknown Source)
at PlayerMenu.PlayerMenu.a(Unknown Source)
at Entity.Player.b(Unknown Source)
at Entity.Player.a(Unknown Source)
at Game.PlayInstance.a(Unknown Source)
at Game.PlayInstance.a(Unknown Source)
at Game.PlayInstance.a(Unknown Source)
at GameScreen.PlayGameScreen.a(Unknown Source)
at Achoum.Main.p(Unknown Source)
at Achoum.Main.C(Unknown Source)
at Achoum.LocalLuncher.a(Unknown Source)
at Achoum.LocalLuncher.main(Unknown Source)
(edit - more info on the bug)
Before this, I was playing in a local Dungeon game. I quit that game (while the app was still running), and started a new local survival map.