Bug - Fixed Cannot buy from mall using Kolmafia

pat

New member
Der Kolmafia-Team,
ever since Aug 12th 2024 I cannot but items from the mall anymore using my current Kolmafia-configuration:
If I try kolmafia gives me the following output in the cli-Window:

"
Searching for "lion musk"...
Search complete.
Purchasing lion musk (2 @ 1,330 = 2,660) from #2437075...
Failed to yield. Skipping...
Purchasing lion musk (2 @ 1,330 = 2,660) from #3390861...
Failed to yield. Skipping...
Purchasing lion musk (2 @ 1,330 = 2,660) from #1230819...
Failed to yield. Skipping...
Purchasing lion musk (2 @ 1,330 = 2,660) from #2456089...
Failed to yield. Skipping...
Purchasing lion musk (2 @ 1,331 = 2,662) from #1861433...
Failed to yield. Skipping...
Purchasing lion musk (2 @ 1,439 = 2,878) from #2791097...
Failed to yield. Skipping...
Purchasing lion musk (2 @ 1,440 = 2,880) from #1053259...
...
"
It will simply skip all offers in the mall.

Here is my debug log:
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
KoLmafia r28015, Windows 7, Java 17.0.1
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
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: Thu Aug 15 01:25:51 CEST 2024
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
User: alexthekid
Current run: 533547
MRU Script: Unknown
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=


Unexpected error, debug log printed.
class java.lang.StringIndexOutOfBoundsException: begin -8, end 4, length 4
java.lang.StringIndexOutOfBoundsException: begin -8, end 4, length 4
at java.base/java.lang.String.checkBoundsBeginEnd(String.java:4601)
at java.base/java.lang.String.substring(String.java:2704)
at net.sourceforge.kolmafia.request.MallPurchaseRequest.registerRequest(MallPurchaseRequest.java:641)
at net.sourceforge.kolmafia.request.PurchaseRequest.registerRequest(PurchaseRequest.java:348)
at net.sourceforge.kolmafia.RequestLogger.doRegister(RequestLogger.java:1724)
at net.sourceforge.kolmafia.RequestLogger.registerRequest(RequestLogger.java:367)
at net.sourceforge.kolmafia.request.GenericRequest.execute(GenericRequest.java:1363)
at net.sourceforge.kolmafia.request.GenericRequest.run(GenericRequest.java:1153)
at net.sourceforge.kolmafia.request.RelayRequest.run(RelayRequest.java:3838)
at net.sourceforge.kolmafia.RequestThread.postRequest(RequestThread.java:242)
at net.sourceforge.kolmafia.RequestThread.postRequest(RequestThread.java:207)
at net.sourceforge.kolmafia.webui.RelayAgent.readServerResponse(RelayAgent.java:436)
at net.sourceforge.kolmafia.webui.RelayAgent.performRelay(RelayAgent.java:104)
at net.sourceforge.kolmafia.webui.RelayAgent.run(RelayAgent.java:83)


Thank you for looking into this.
 
Back
Top