Search results

  1. D

    Bug - Fixed Wasteful suggestions from maximizer?

    Is that by design, or just a limitation of the architecture? It seems like an undesirable result to me, and after all, the information is at least theoretically available, since mafia definitely has it by the time it's deciding whether to add the "make [n] & " prefix or not. Well, it's not...
  2. D

    Bug - Fixed Wasteful suggestions from maximizer?

    I had forgotten about the tiebreaker, I admit, but no; maximising "adv, -tie" produces the exact same result. (Even if this turns out to be nothing, I'd still be glad of any maximiser-debugging tips, btw.)
  3. D

    Bug - Fixed Wasteful suggestions from maximizer?

    Hi all, I've noticed some peculiar and seemingly suboptimal suggestions from max lately. Here's one I can reproduce any time: when I ask it to optimize "adv" using just what's "on hand", I get the following suggestions: As soon as I enable checking "createable"s, however, it tells me to make...
  4. D

    Sourceforge downtime -- discussion of alternatives

    I'd recommend switching to github: i - It's big and likely to be around for some time. Obviously any firm can go bust (or just turn rubbish, like SF) but GH has a lot of buy-in so it's as good a bet for the longterm as any other, and probably a better one than a less-used service like...
  5. D

    Feature Automatically read I Love Me Vol 1 and 2 Love Me Vol 2

    I just saw that on the svn changes group. I didn't know about auto{Quest,Craft} until I saw that, but it sounds like what I'm looking for. Thanks! :)
  6. D

    Feature Automatically read I Love Me Vol 1 and 2 Love Me Vol 2

    I'd prefer something like this. It always bugs me when I get an item, and mafia offers me a 'Use' link in the relay browser, but when I click the link I get told "You don't have that item" because mafia has already secretly gone and done something with it without telling me. (I'm not even keen...
  7. D

    Bug - Fixed AWT TabPane-related IndexOutOfBoundsException on exit

    As I suspect you suspect, I generally use the Log Out menu option. I used a few printlns to see what was happening when, and then by patching mafia like so.... ### Eclipse Workspace Patch 1.0 #P kolmafia Index: lib/tab/CloseTabPaneUI.java...
  8. D

    Bug - Fixed AWT TabPane-related IndexOutOfBoundsException on exit

    Got it! :) KoLmafia [Java Application] net.sourceforge.kolmafia.KoLmafia at localhost:57777 (Suspended) Daemon System Thread [Attach Listener] (Suspended) Daemon System Thread [Signal Dispatcher] (Suspended) Daemon System Thread [Finalizer] (Suspended) Daemon System Thread...
  9. D

    Bug - Fixed AWT TabPane-related IndexOutOfBoundsException on exit

    From a quick browse of the call stack at the time when that error is thrown, and reasoning from general Swing design principles, it seems to me that the most likely cause would be if something was removing a tab from a thread other than the EDT. Does that suggest anywhere to look?
  10. D

    Bug - Not A Bug Mafia threw me under the bus... er... I mean into the lava!

    Thanks for the explanation, that all makes sense to me now. So that's why the maps are stored in the prefs. I thought the pref might have been default initialised with the known maps on first run. My prefs don't contain many maps because I've previously done the maze manually, and I've only let...
  11. D

    Bug - Not A Bug Mafia threw me under the bus... er... I mean into the lava!

    This is the session log from mafia's most recent attempt to autosolve the lava maze for me: [1231] The Nemesis' Lair equip off-hand Half a Purse equip back Cloak of Dire Shadows equip weapon Squeezebox of the Ages volcanoisland.php?pwd&action=tniat Visiting the lava maze Hopping from 6,12...
  12. D

    Bug - Fixed AWT TabPane-related IndexOutOfBoundsException on exit

    Hi mafia team. I see this exception thrown and caught within what I assume is the UI thread, intermittently but reasonably often (one time in five-ten?) on exiting mafia: KoLmafia v16.9 Released on April 25, 2015 Currently Running on Windows 7 Local Directory is...
  13. D

    Bug Global _underline preferences aren't initialized at first login

    I stumbled into a bit of a bug in this area: I just fired up mafia for the first time in a while. Turns out that 'a while' exactly matched the length of the moon cycle, meaning HolidayDatabase.getPhaseStep() returned the same value as it had been last time I fired up mafia. Result? No...
Top