Activity log for bug #378569

Date Who What changed Old value New value Message
2009-05-20 05:44:00 William Wynn bug added bug
2009-05-20 05:52:22 William Wynn summary grabTest Method causing crash grabTest & attackTest methods causing crash
2009-05-20 05:52:22 William Wynn description Line 41 in Human.java is causing this error only seconds after the game is started. I'm assuming it crashes as soon as you try to grab something and nothing is there. Not sure what changed to make this crash the game. Exception in thread "Thread-2" java.lang.NullPointerException at cockfight.gameworld.Human.grabTest(Human.java:41) at cockfight.gameworld.Human.update(Human.java:118) at cockfight.gameworld.Game.updateWorld(Game.java:85) at cockfight.net.server.Server.run(Server.java:74) Game crashes as soon as you try to grab or attack and nothing is there. Not sure if it crashes if something is there. Not sure what changed to make this crash the game. Exception in thread "Thread-2" java.lang.NullPointerException at cockfight.gameworld.Human.grabTest(Human.java:41) at cockfight.gameworld.Human.update(Human.java:118) at cockfight.gameworld.Game.updateWorld(Game.java:85) at cockfight.net.server.Server.run(Server.java:74) Exception in thread "Thread-2" java.lang.NullPointerException at cockfight.gameworld.Human.attackTest(Human.java:65) at cockfight.gameworld.Human.update(Human.java:129) at cockfight.gameworld.Game.updateWorld(Game.java:85) at cockfight.net.server.Server.run(Server.java:74)
2009-05-20 20:22:56 William Wynn cockfight: importance Undecided Critical
2009-05-20 20:22:56 William Wynn cockfight: status New Fix Committed