Bug - Fixed Error when logging out

fatquack

New member
When trying to logout, I get this:
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
KoLmafia v14.8 r10111, Linux, Java 1.6.0_29
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
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: Sun Dec 11 23:19:15 CET 2011
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=


Unexpected error, debug log printed.
class java.lang.ClassCastException: java.lang.ref.WeakReference cannot be cast to java.awt.event.ActionListener
java.lang.ClassCastException: java.lang.ref.WeakReference cannot be cast to java.awt.event.ActionListener
at net.sourceforge.kolmafia.swingui.GenericFrame.dispose(GenericFrame.java:438)
at net.sourceforge.kolmafia.swingui.BuffRequestFrame.dispose(BuffRequestFrame.java:140)
at net.sourceforge.kolmafia.KoLDesktop.dispose(KoLDesktop.java:211)
at net.sourceforge.kolmafia.session.LogoutManager$LogoutRunnable.run(LogoutManager.java:81)
at net.sourceforge.kolmafia.RequestThread$ThreadWrappedRunnable.run(RequestThread.java:263)

And the main window stays open, I have to use the close button on the window to exit Kolmafia.
Also, when loggin in I noticed a tiny window that opened for a while before the main window opened. I could not see what was in it, it disappeared before I could resize it.
Edited to add: logged in again, the tiny window is the main window.
 
Top