Skip to content

Instantly share code, notes, and snippets.

@tcoxon
Created September 3, 2018 20:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tcoxon/83b8a91d5b199069a06b7f7719e79516 to your computer and use it in GitHub Desktop.
Save tcoxon/83b8a91d5b199069a06b7f7719e79516 to your computer and use it in GitHub Desktop.
java.lang.NullPointerException
	at scripts.minigame.SlotMachineSpinLayer$Cylinder.<init>(SlotMachineSpinLayer.scala:38)
	at scripts.minigame.SlotMachineSpinLayer$$anonfun$2.apply(SlotMachineSpinLayer.scala:97)
	at scripts.minigame.SlotMachineSpinLayer$$anonfun$2.apply(SlotMachineSpinLayer.scala:97)
	at scala.collection.TraversableLike$$anonfun$map$1.apply(TraversableLike.scala:244)
	at scala.collection.TraversableLike$$anonfun$map$1.apply(TraversableLike.scala:244)
	at scala.collection.immutable.Range.foreach(Range.scala:141)
	at scala.collection.TraversableLike$class.map(TraversableLike.scala:244)
	at scala.collection.AbstractTraversable.map(Traversable.scala:105)
	at scripts.minigame.SlotMachineSpinLayer.<init>(SlotMachineSpinLayer.scala:97)
	at scripts.minigame.SlotMachineLayer$$anon$1.<init>(SlotMachineLayer.scala:221)
	at scripts.minigame.SlotMachineLayer.pullLever(SlotMachineLayer.scala:221)
	at scripts.minigame.SlotMachineLayer.confirm(SlotMachineLayer.scala:214)
	at scripts.minigame.SlotMachineLayer.onKeyDown(SlotMachineLayer.scala:187)
	at net.bytten.inceptus.logic.layer.GameLayer.onKeyDown(GameLayer.java:109)
	at net.bytten.inceptus.GameEngine$4.run(GameEngine.java:359)
	at net.bytten.inceptus.util.GameTimer$GameTimerTask.runImpl(GameTimer.java:50)
	at net.bytten.inceptus.util.GameTimer$GameTimerTask.run(GameTimer.java:46)
	at java.util.TimerThread.mainLoop(Timer.java:555)
	at java.util.TimerThread.run(Timer.java:505)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment