Bug - Fixed Can't log in with r16064

PeKaJe

Member
Starting with --CLI gives this error when it crashes out:

Code:
Exception in thread "main" java.lang.ExceptionInInitializerError
        at net.sourceforge.kolmafia.textui.command.PlayCommand.<clinit>(PlayCommand.java:90)
        at net.sourceforge.kolmafia.KoLmafiaCLI.<clinit>(KoLmafiaCLI.java:814)
        at net.sourceforge.kolmafia.KoLmafia.main(KoLmafia.java:442)
Caused by: java.lang.ClassCastException: net.sourceforge.kolmafia.request.DeckOfEveryCardRequest$EveryCard cannot be cast to java.lang.Comparable
        at java.util.TreeMap.compare(TreeMap.java:1290)
        at java.util.TreeMap.put(TreeMap.java:538)
        at java.util.TreeSet.add(TreeSet.java:255)
        at net.sourceforge.kolmafia.request.DeckOfEveryCardRequest.registerMonsterCard(DeckOfEveryCardRequest.java:176)
        at net.sourceforge.kolmafia.request.DeckOfEveryCardRequest.<clinit>(DeckOfEveryCardRequest.java:137)
        ... 3 more

Starting it normally, I get the login frame, but it just returns me to that shortly after clicking login.
 
Back
Top