Bug - Fixed Can't visit the bouty-hunter in r10658

Winterbay

Active member
Trying to visit the BHH with the menu-option under Travel. Doing so gets me:
Code:
Visiting the Bounty Hunter Hunter...
You're already on a bounty hunt.

Visiting the BHH in the relay browser shows that no I'm not and currentBountyItem is set to its default value of 0.

Manually accepting a bounty in the relay browser gave a debuglog:
Code:
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
         KoLmafia v15.1 r10658, Windows XP, Java 1.6.0_23
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
 Please note: do not post this log in the KoLmafia thread. If you
 would like the dev team to look at it, please write a bug report
 at kolmafia.us. Include specific information about what you were 
 doing when you made this and include the log as an attachment.
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
 Timestamp: Tue Feb 28 09:47:46 CET 2012
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=


Unexpected error, debug log printed.
class java.lang.NullPointerException: null
java.lang.NullPointerException
	at net.sourceforge.kolmafia.persistence.AdventureDatabase.getBounty(AdventureDatabase.java:504)
	at net.sourceforge.kolmafia.request.BountyHunterHunterRequest.registerRequest(BountyHunterHunterRequest.java:196)
	at net.sourceforge.kolmafia.RequestLogger.doRegister(RequestLogger.java:505)
	at net.sourceforge.kolmafia.RequestLogger.registerRequest(RequestLogger.java:468)
	at net.sourceforge.kolmafia.request.GenericRequest.execute(GenericRequest.java:1305)
	at net.sourceforge.kolmafia.request.GenericRequest.run(GenericRequest.java:1247)
	at net.sourceforge.kolmafia.request.RelayRequest.run(RelayRequest.java:1802)
	at net.sourceforge.kolmafia.RequestThread.postRequest(RequestThread.java:221)
	at net.sourceforge.kolmafia.RequestThread.postRequest(RequestThread.java:184)
	at net.sourceforge.kolmafia.webui.RelayAgent.readServerResponse(RelayAgent.java:478)
	at net.sourceforge.kolmafia.webui.RelayAgent.performRelay(RelayAgent.java:158)
	at net.sourceforge.kolmafia.webui.RelayAgent.run(RelayAgent.java:131)

Trying to use the same menu option above after that gave another debuglog:
Code:
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
         KoLmafia v15.1 r10658, Windows XP, Java 1.6.0_23
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
 Please note: do not post this log in the KoLmafia thread. If you
 would like the dev team to look at it, please write a bug report
 at kolmafia.us. Include specific information about what you were 
 doing when you made this and include the log as an attachment.
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
 Timestamp: Tue Feb 28 09:48:53 CET 2012
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=


Unexpected error, debug log printed.
class java.lang.NullPointerException: null
java.lang.NullPointerException
	at net.sourceforge.kolmafia.swingui.menu.LootHunterMenuItem$LootHunterListener.execute(LootHunterMenuItem.java:147)
	at net.sourceforge.kolmafia.swingui.listener.ThreadedListener.run(ThreadedListener.java:239)
	at net.sourceforge.kolmafia.RequestThread$ThreadWrappedRunnable.run(RequestThread.java:340)

Edit: Giving up the bounty in the relay browser leads back to the original problem.
 
Last edited:
Top