Games in Progress: 3 | Players logged in: 3 | Players Registered: 37413 | Games Played Total: 68655
  Home Help Search Login Register  
  Show Posts
Pages: [1]
1  Planet Mule 1 / Bugs 1.3.x / Re: Null Pointer Exception Error on: March 06, 2012, 04:43
Just got thrown out of the game is round 10 along with 'the jedi'.  Here's the exception from the log:

  SEVERE [Main.logError]                             java.lang.NullPointerException
    at com.turborilla.mule.controller.AuctionController.apply(AuctionController.java:234)
    at com.turborilla.mule.controller.phase.AbstractLandAuctionPhase.apply(AbstractLandAuctionPhase.java:391)
    at com.turborilla.mule.network.UDPMessage$TotalAuctionStateMessage.accept(UDPMessage.java:347)
    at com.turborilla.mule.controller.GameController.applyReceivedMessages(GameController.java:362)
    at com.turborilla.mule.controller.GameController.update(GameController.java:238)
    at com.turborilla.mule.view.MuleGame.update(MuleGame.java:64)
    at com.turborilla.mule.view.MuleGameContainer.update(MuleGameContainer.java:412)
    at com.turborilla.mule.view.MuleGameContainer.run(MuleGameContainer.java:286)
    at com.turborilla.mule.Main.main(Main.java:209)
2  Planet Mule 1 / Bugs 1.2.1-3 / game crash on: January 21, 2010, 05:16
Game crashed in the 11th round.  Sad

http://www.planetmule.com/hi-score-game/game?game_id=16246

Here's the exception that occurred on the host, which was me.

  SEVERE [Main.logError]                             org.lwjgl.openal.OpenALException: OpenAL error: Invalid Value (40963)
    at org.lwjgl.openal.Util.checkALError(Util.java:64)
    at org.lwjgl.openal.AL10.alSourceUnqueueBuffers(AL10.java:1197)
    at org.newdawn.slick.openal.OpenALStreamPlayer.removeBuffers(OpenALStreamPlayer.java:125)
    at org.newdawn.slick.openal.OpenALStreamPlayer.play(OpenALStreamPlayer.java:143)
    at org.newdawn.slick.openal.StreamSound.playAsMusic(StreamSound.java:46)
    at org.newdawn.slick.Music.startMusic(Music.java:238)
    at org.newdawn.slick.Music.loop(Music.java:216)
    at com.turborilla.mule.view.MusicPlayer$Music.loop(Unknown Source)
    at com.turborilla.mule.view.MusicPlayer$Music.access$300(Unknown Source)
    at com.turborilla.mule.view.MusicPlayer.playTheme(Unknown Source)
    at com.turborilla.mule.controller.phase.SummaryPhase2.begin(Unknown Source)
    at com.turborilla.mule.controller.GameController.beginNextPhase(Unknown Source)
    at com.turborilla.mule.controller.GameController.apply(Unknown Source)
    at com.turborilla.mule.network.TCPMessage$ReadyMessage.accept(Unknown Source)
    at com.turborilla.mule.controller.GameController.applyReceivedMessages(Unknown Source)
    at com.turborilla.mule.controller.GameController.update(Unknown Source)
    at com.turborilla.mule.view.MuleGame.update(Unknown Source)
    at com.turborilla.mule.view.MuleGameContainer.update(Unknown Source)
    at com.turborilla.mule.view.MuleGameContainer.run(Unknown Source)
    at com.turborilla.mule.Main.main(Unknown Source)
Pages: [1]