Bug - Fixed Log in with 10044, no main window appears

shoptroll

Member
Not sure what changed, but can anyone confirm if they're having the same behavior? 1044 seems broken. It logs in, but doesn't display the main window.

Here's the debug log:

Code:
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
         KoLmafia v14.8 r10044, Windows 7, Java 1.6.0_22
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
 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: Sat Nov 26 11:06:44 EST 2011
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=


net.sourceforge.kolmafia.swingui.GearChangeFrame could not be loaded
net.sourceforge.kolmafia.swingui.GearChangeFrame could not be loaded
net.sourceforge.kolmafia.swingui.GearChangeFrame could not be loaded
Unexpected error, debug log printed.
class net.sourceforge.kolmafia.request.GenericRequest
Connecting to desc_item.php...

Requesting: http://www.kingdomofloathing.com/desc_item.php?whichitem=809051828
3 request properties

Field: Cookie = [PHPSESSID=f5hpcc4o0earqrds0jkheb69v2]
Field: User-Agent = [KoLmafia v14.8]
Field: Content-Type = [application/x-www-form-urlencoded]

Retrieving server reply...

Retrieved: http://www.kingdomofloathing.com/desc_item.php?whichitem=809051828

10 header fields
Field: null = [HTTP/1.1 200 OK]
Field: Date = [Sat, 26 Nov 2011 16:06:44 GMT]
Field: Content-Length = [1968]
Field: Expires = [Thu, 19 Nov 1981 08:52:00 GMT]
Field: Content-Type = [text/html; charset=UTF-8]
Field: Connection = [keep-alive]
Field: Server = [nginx/0.8.55]
Field: X-Powered-By = [PHP/5.1.6]
Field: Cache-Control = [no-store, no-cache, must-revalidate, post-check=0, pre-check=0]
Field: Pragma = [no-cache]

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN""http://www.w3.org/TR/html4/loose.dtd"><html><head><title>Item Description</title><link rel="stylesheet" type="text/css" href="http://images.kingdomofloathing.com/styles.css"><style>a.hand {cursor: pointer;}</style><script language=Javascript src="http://images.kingdomofloathing.com/scripts/keybinds.min.2.js"></script><script language=Javascript src="http://images.kingdomofloathing.com/scripts/window.20090915.js"></script><script language="javascript">function chatFocus(){if(top.chatpane.document.chatform.graf) top.chatpane.document.chatform.graf.focus();}defaultBind(47, CTRL, chatFocus); defaultBind(190, CTRL, chatFocus);defaultBind(191, CTRL, chatFocus); defaultBind(47, META, chatFocus);defaultBind(190, META, chatFocus); defaultBind(191, META, chatFocus);</script></head><body><div id="description" class=small><center><img src="http://images.kingdomofloathing.com/itemimages/vinylboots.gif" height=30 width=30 alt="vinylboots"><br><b>vinyl boots</b></center><p><blockquote>This is a pair of tall, shiny, high-heeled boots -- perfect for making you look like an assertive, dominant, self-assured woman.  Or a lumbering, creepy drag queen, as the case may be.  Either way, they're pretty badass.<br><br>Type: <b>accessory</b><br>Moxie Required: <b>85</b><br>Selling Price: <b>125 Meat.</b><p><center>Enchantment:<br><b><font color=blue>-15% Moxie<br>Regenerate 15-30 HP per adventure<br>Weapon Damage +10%<br></font></b></center><br><b>NOTE:</b> You may not equip more than one of these at a time.</blockquote><script type="text/javascript"><!--var desch = document.getElementById('description').offsetHeight;if (self.resizeTo && window.outerHeight) {self.resizeTo(300, desch + (window.outerHeight - window.innerHeight) + 50);}else if (self.resizeTo ) { self.resizeTo(300, desch+130); }else { window.innerHeight = newh; }//--></script></div></body></html>
Error during session initialization
Unexpected error, debug log printed.
 

shoptroll

Member
Tried 10043, no problem there. Also worth noting that 10044 is lacking the "Login" button on the login panel, not sure if that's relevant but it was the first change I noticed in this build.
 
Last edited by a moderator:
Top