Bug - Fixed problem learning new recipe in shower?

morgad

Member
r9532

(via shower button in daily deeds panel)

> shower MP

Let's take a hot shower.
You gain 223 Mojo Points
You took a hot shower.
Learned recipe: Salsa de las Epocas (5064)
Unexpected error, debug log printed.

Code:
class java.util.NoSuchElementException: null
java.util.NoSuchElementException
	at java.util.AbstractList$Itr.next(AbstractList.java:350)
	at java.util.Collections.sort(Collections.java:120)
	at net.java.dev.spellcast.utilities.LockableListModel.sort(LockableListModel.java:162)
	at net.sourceforge.kolmafia.persistence.ConcoctionDatabase.refreshConcoctions(ConcoctionDatabase.java:1213)
	at net.sourceforge.kolmafia.StaticEntity.learnRecipe(StaticEntity.java:853)
	at net.sourceforge.kolmafia.request.ClanLoungeRequest.parseResponse(ClanLoungeRequest.java:793)
	at net.sourceforge.kolmafia.request.ClanLoungeRequest.run(ClanLoungeRequest.java:577)
	at net.sourceforge.kolmafia.RequestThread.postRequest(RequestThread.java:73)
	at net.sourceforge.kolmafia.textui.command.ShowerCommand.run(ShowerCommand.java:66)
	at net.sourceforge.kolmafia.KoLmafiaCLI.executeCommand(KoLmafiaCLI.java:544)
	at net.sourceforge.kolmafia.KoLmafiaCLI.executeLine(KoLmafiaCLI.java:418)
	at net.sourceforge.kolmafia.swingui.CommandDisplayFrame$CommandQueueHandler.handleQueue(CommandDisplayFrame.java:202)
	at net.sourceforge.kolmafia.swingui.CommandDisplayFrame$CommandQueueHandler.run(CommandDisplayFrame.java:183)

1st time I have ever got a recipie in shower :)

best regards
dave
 

GValko

Member
Can't be the first time. Salsa at best is the 4th recipe you can learn.

Did you get any prior ones not in mafia? Or if they were in Mafia, any idea if it was working fine?
 

morgad

Member
well it is 1st time I have noticed:)
I only ever run KoL via mafia, currenlty running HC loops via BCA to perm skills as fast as possible
(would have got a HC run faster than any of my SC ones if it had not been for those spiders :( )

r9532 was also giving me other null pointer problems as well during combat (can't currently find them in the log ... sorry)
I rolled back to r9524, and the problems seemed to go away.

best regards
Dave
 
Top