Bug - Fixed Null pointer exception when fighting RAM

picklish

Member
I pulled to r9099 and I adventured in the orc chasm (via the ASH adventure() func).

The rampaging adding machine battle failed with a null pointer exception printed back on my command line. It was my first battle and mafia put together the final quest scroll, but then failed to finish attacking to finish the battle. Here's the stack:

class java.lang.NullPointerException: null
java.lang.NullPointerException
at net.sourceforge.kolmafia.request.FightRequest.nextRound(FightRequest.java:601)
at net.sourceforge.kolmafia.request.FightRequest.runOnce(FightRequest.java:1219)
at net.sourceforge.kolmafia.request.FightRequest.run(FightRequest.java:1243)
at net.sourceforge.kolmafia.request.GenericRequest.handleServerRedirect(GenericRequest.java:1656)
at net.sourceforge.kolmafia.request.GenericRequest.retrieveServerReply(GenericRequest.java:1493)
at net.sourceforge.kolmafia.request.GenericRequest.execute(GenericRequest.java:1205)
at net.sourceforge.kolmafia.request.GenericRequest.run(GenericRequest.java:1095)
at net.sourceforge.kolmafia.request.AdventureRequest.run(AdventureRequest.java:216)
at net.sourceforge.kolmafia.RequestThread.postRequest(RequestThread.java:73)
at net.sourceforge.kolmafia.KoLAdventure.run(KoLAdventure.java:986)
 
Top