Bug - Cannot Reproduce r13500 - Log in, long wait, log out

Fluxxdog

Active member
I went to start up a character. KoLmafia logged in, waited about a minute or two without any GUI, then popped up logging out and shutting down.

At the time, my computer hadn't finish booting completely and I believe Steam played a part in the delay, but I don't quite get why or how this happened. I would have dismissed it as a kerfuffle (spelled with 2 uffles) but I had the exception logged. Figured it could help at the least (or take up forum space at the worst).
 

Attachments

Arrays.sort is sorting an array of Strings - the built-in Java type - and throws an exception because the "Comparison method violates its general contract!"? So, Java's internal "compare two Strings" method did something wrong?

I am sorry that your Java had this internal error.

I am quite sure this has nothing to do with KoLmafia itself and that you cannot reproduce it.
 
Java seems to be acting up today, I keep getting "java.lang.NoClassDefFoundError: Could not initialize class net.sourceforge.kolmafia.persistence.ConcoctionDatabase at net.sourceforge.kolmafia.session.LoginManager.doLogin(LoginManager.java:94)" even though it's there. Debugging in eclipse, I get as far as " ConcoctionDatabase.usableList.sort();" at the end of ConcoctionDatabase's static block ...

ETA: caused by java.lang.ArrayIndexOutOfBoundsException: 5 .. without any apparent stack ???
...
Oh:
Code:
Caused by: java.lang.ArrayIndexOutOfBoundsException: 5
	at net.sourceforge.kolmafia.persistence.SkillDatabase.<clinit>(SkillDatabase.java:159)

Actually, this looks like a completely different bug (missing tab in classskills.txt). Will post a new one.
 
Last edited:
Java seems to be acting up today, I keep getting "java.lang.NoClassDefFoundError: Could not initialize class net.sourceforge.kolmafia.persistence.ConcoctionDatabase at net.sourceforge.kolmafia.session.LoginManager.doLogin(LoginManager.java:94)" even though it's there. Debugging in eclipse, I get as far as " ConcoctionDatabase.usableList.sort();" at the end of ConcoctionDatabase's static block ...

ETA: caused by java.lang.ArrayIndexOutOfBoundsException: 5 .. without any apparent stack ???
...
Oh:
Code:
Caused by: java.lang.ArrayIndexOutOfBoundsException: 5
	at net.sourceforge.kolmafia.persistence.SkillDatabase.<clinit>(SkillDatabase.java:159)

Actually, this looks like a completely different bug (missing tab in classskills.txt). Will post a new one.
I beat you to it xKiv :p http://kolmafia.us/showthread.php?1...lure-says-Requests-Complete-but-never-logs-in
 
Back
Top