Bug - Fixed Debug error on running the maximizer

Theraze

Active member
This is using 10860.
> mymax equip continuu

Maximizing...
4 combinations checked, best score 1051.0901
Unexpected error, debug log printed.
Script execution aborted
The maximizer string this runs is:
0 beeosity, 4 item, 3 meat, 2 mainstat, .01 familiar weight, weapon damage, .1 initiative, melee, equip continuu
It does actually maximize and change your equipment, but it appears to happen with all maximization...
> maximize hp

Maximizing...
52 combinations checked, best score 263.0
Putting on pirate fledges...
Equipment changed.
Putting on badass belt...
Equipment changed.
Putting on shiny ring...
Equipment changed.
Unexpected error, debug log printed.
 

Attachments

  • DEBUG_20120331.txt
    2.8 KB · Views: 44

Bale

Minion
I'm also getting the same error with

Code:
[COLOR="olive"]> maximize mainstat[/COLOR]

Maximizing...
64 combinations checked, best score 111.0
Putting on Crown of the Goblin King...
Equipment changed.
Putting on Knob Goblin pants...
Equipment changed.
Putting on shiny ring...
Equipment changed.
Unexpected error, debug log printed.

Debug log is:

Code:
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
         KoLmafia v15.1 r10860, Windows XP, Java 1.6.0_26
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
 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 Mar 31 03:33:07 EDT 2012
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=


Unexpected error, debug log printed.
class java.lang.StringIndexOutOfBoundsException: String index out of range: 0
java.lang.StringIndexOutOfBoundsException: String index out of range: 0
	at java.lang.String.charAt(Unknown Source)
	at net.sourceforge.kolmafia.persistence.ItemFinder.getFirstMatchingItem(ItemFinder.java:399)
	at net.sourceforge.kolmafia.persistence.ItemFinder.getFirstMatchingItem(ItemFinder.java:374)
	at net.sourceforge.kolmafia.swingui.MaximizerFrame.maximize(MaximizerFrame.java:573)
	at net.sourceforge.kolmafia.swingui.MaximizerFrame.maximize(MaximizerFrame.java:359)
	at net.sourceforge.kolmafia.textui.command.ModifierMaximizeCommand.run(ModifierMaximizeCommand.java:55)
	at net.sourceforge.kolmafia.KoLmafiaCLI.doExecuteCommand(KoLmafiaCLI.java:548)
	at net.sourceforge.kolmafia.KoLmafiaCLI.executeCommand(KoLmafiaCLI.java:501)
	at net.sourceforge.kolmafia.KoLmafiaCLI.executeLine(KoLmafiaCLI.java:402)
	at net.sourceforge.kolmafia.KoLmafiaCLI.executeLine(KoLmafiaCLI.java:270)
	at net.sourceforge.kolmafia.swingui.CommandDisplayFrame$CommandQueueHandler.handleQueue(CommandDisplayFrame.java:181)
	at net.sourceforge.kolmafia.swingui.CommandDisplayFrame$CommandQueueHandler.run(CommandDisplayFrame.java:155)
 
Top