Bug - Fixed r11492 - NPE when checking individual stores

Fluxxdog

Active member
I was in /trade and clicked on a couple names to look at their store contents. The Purchases window (not tab) came up, but I noticed it said "Unexpected error, debug log printed." When I checked, I found the debug log posted below. (Couldn't attach, uploading seemed a bit wonky.)
Code:
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
         KoLmafia v15.6 r11492, Windows 7, Java 1.6.0_35
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
 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: Sat Sep 15 11:52:40 EDT 2012
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=


Unexpected error, debug log printed.
class java.lang.NullPointerException: null
java.lang.NullPointerException
	at net.sourceforge.kolmafia.request.MallSearchRequest.run(MallSearchRequest.java:254)
	at net.sourceforge.kolmafia.RequestThread.postRequest(RequestThread.java:222)
	at net.sourceforge.kolmafia.RequestThread.postRequest(RequestThread.java:185)
	at net.sourceforge.kolmafia.swingui.MallSearchFrame.searchMall(MallSearchFrame.java:271)
	at net.sourceforge.kolmafia.swingui.ChatFrame$ChatLinkClickedListener.handleInternalLink(ChatFrame.java:490)
	at net.sourceforge.kolmafia.swingui.listener.HyperlinkAdapter$HyperlinkUpdateRunnable.run(HyperlinkAdapter.java:117)
	at net.sourceforge.kolmafia.RequestThread$ThreadWrappedRunnable.run(RequestThread.java:342)
 
Top