r25815 - Allow blank comment tokens (fia/pull/159']#159) * Allow blank comment tokens * Comments only a

AlbinoRhino

Active member
I am getting this with r25815...any ideas?

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
KoLmafia r25815, Windows 10, Java 17
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Please note: do not post this log in the KoLmafia thread of KoL's
Gameplay-Discussion forum. If you would like the KoLmafia 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 this log as an attachment.
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Timestamp: Wed Oct 27 13:18:00 EDT 2021
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
User: AlbinoRhino
Current run: 13406
MRU Script: Unknown
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=


Unexpected error, debug log printed.
class java.lang.IllegalArgumentException: null
java.lang.IllegalArgumentException
at net.sourceforge.kolmafia.textui.Line$Token.<init>(Line.java:148)
at net.sourceforge.kolmafia.textui.Line$Token.<init>(Line.java:142)
at net.sourceforge.kolmafia.textui.Line.makeToken(Line.java:99)
at net.sourceforge.kolmafia.textui.Parser.parsePluralConstant(Parser.java:3289)
at net.sourceforge.kolmafia.textui.Parser.parseTypedConstant(Parser.java:3187)
at net.sourceforge.kolmafia.textui.Parser.parseEvaluable(Parser.java:2783)
at net.sourceforge.kolmafia.textui.Parser.parseForeach(Parser.java:1908)
at net.sourceforge.kolmafia.textui.Parser.parseCommand(Parser.java:944)
at net.sourceforge.kolmafia.textui.Parser.parseScope(Parser.java:424)
at net.sourceforge.kolmafia.textui.Parser.parseStatic(Parser.java:1799)
at net.sourceforge.kolmafia.textui.Parser.parseCommand(Parser.java:968)
at net.sourceforge.kolmafia.textui.Parser.parseScope(Parser.java:424)
at net.sourceforge.kolmafia.textui.Parser.parseScope(Parser.java:389)
at net.sourceforge.kolmafia.textui.Parser.parse(Parser.java:168)
at net.sourceforge.kolmafia.textui.AshRuntime.validate(AshRuntime.java:133)
at net.sourceforge.kolmafia.KoLmafiaASH.getInterpreter(KoLmafiaASH.java:220)
at net.sourceforge.kolmafia.textui.command.CallScriptCommand.call(CallScriptCommand.java:141)
at net.sourceforge.kolmafia.KoLmafiaCLI.doExecuteCommand(KoLmafiaCLI.java:468)
at net.sourceforge.kolmafia.KoLmafiaCLI.executeCommand(KoLmafiaCLI.java:419)
at net.sourceforge.kolmafia.KoLmafiaCLI.executeLine(KoLmafiaCLI.java:338)
at net.sourceforge.kolmafia.KoLmafiaCLI.executeLine(KoLmafiaCLI.java:225)
at net.sourceforge.kolmafia.swingui.CommandDisplayFrame$CommandQueueHandler.handleQueue(CommandDisplayFrame.java:139)
at net.sourceforge.kolmafia.swingui.CommandDisplayFrame$CommandQueueHandler.run(CommandDisplayFrame.java:116)
 
Top