Search results

  1. ziz

    Bug - Not A Bug hermit() throws debug log, gcli 'hermit' simply hangs

    For what it's worth, there does appear to be a change that touches something related to coinmasters in 9558 (possibly not intended to have been shipped with this revision?) although I have no idea if it would affect the issue I was seeing (EDIT: doesn't look like it; 9557 isn't hanging for me...
  2. ziz

    Bug - Not A Bug hermit() throws debug log, gcli 'hermit' simply hangs

    Here's what I do. (If I'm doing something horribly silly, I will gladly change my habits.) Compilation: $ svn up At revision 9558. $ ant clean; ant jar Buildfile: /Users/ziz/Source/kol/src/kolmafia/build.xml clean: [symlink] Removing symlink: dist/KoLmafia-14.6/Applications BUILD...
  3. ziz

    Bug - Not A Bug hermit() throws debug log, gcli 'hermit' simply hangs

    Sorry, I forgot to include the version (and corrected the post, but only after you responded). I'm building from source; this was from r9557. Now I've upgraded to r9558; I managed to squeak one more try in before rollover, and I no longer experience the problem. Thanks, whatever you did. :)
  4. ziz

    Bug - Not A Bug hermit() throws debug log, gcli 'hermit' simply hangs

    Debug log attached contains two (different) hermit-related problems (EDIT) in r9557: > ash hermit(3, $item[ten-leaf clover]); fails, and > hermit 3 clover simply hangs without doing anything, preventing other commands from working properly. (I imagine these are related to the uberrefactor...
  5. ziz

    Bug - Fixed Unexpected error (NPE) using Maximizer in beecore

    I no longer experience the bug in 9480.
  6. ziz

    Bug - Fixed Unexpected error (NPE) using Maximizer in beecore

    I'm in Bees Hate You, using Mafia 14.6 svn r9476. I've had this maximize command in my logoff script since the 13th, I always update Mafia to the latest SVN before I run it, and today is the first time I've seen this error. > maximize adv -tie -familiar Maximizing... Unexpected error, debug...
  7. ziz

    Bug Can't view all of wide output (such as modtrace) in GCLI tab

    I don't know what the right solution from a technical or a usability standpoint is, but enabling a horizontal scrollbar for the gcli window when output can't be wrapped is the first thing that comes to mind. A special table-output window seems like it might be too inconvenient to implement...
  8. ziz

    Bug Can't view all of wide output (such as modtrace) in GCLI tab

    Using mafia v14.6 r9401 (built from svn) on a mac. In the GCLI, when doing a modtrace command (such as 'modtrace exp'), the right-hand side of the table scrolls past the right side of the GCLI pane, and there is no horizontal scrollbar. I'm on a laptop, so I can't make the window any bigger...
  9. ziz

    Scripting the birth of a new life.

    I've run into a minor bug with 1.72: Bad item value: "Newbiesportô tent" (newLife.ash, line 188) Changing it from Newbiesport(character) tent to Newbiesport tent works as expected.
  10. ziz

    Bug - Cannot Reproduce Something recently wrong with Item Manager

    Oh, also, my session log.
  11. ziz

    Bug - Cannot Reproduce Something recently wrong with Item Manager

    I saw a similar issue today. Attached are a couple of representative screenshots. Selecting tools -> refresh session did not recover from the issue. (Is this possibly related to http://kolmafia.us/showthread.php?3829 ?)
  12. ziz

    First Things First -- a multipurpose pre-combat consult script

    Raw code block for those without diff/patch utilities convenient: // ID bang potions: always ID multiples, ID singles only if mafia's autoPotionID if (my_level() > 5 && intheclear() && vprint("Checking for unidentified potions...",9)) { int firstpotion = 0; int secondpotion = 0...
  13. ziz

    First Things First -- a multipurpose pre-combat consult script

    Patch to enable funkslinging of bang potions: diff --git a/FirstThingsFirst.ash b/FirstThingsFirst.ash index c94c54a..4c34800 100644 --- a/FirstThingsFirst.ash +++ b/FirstThingsFirst.ash @@ -321,10 +321,32 @@ string use_special_item(string page) { // mostly doesn' page =...
  14. ziz

    Bug - Fixed "8 any paper strip" goal works but produces unknown item messages

    SVN 8336, OS X. When adventuring in the Nemesis Cave for the paper strips, the default condition is "8 any paper strip", which causes the following message to be displayed on the CLI: Validating adventure sequence... Unknown item found: any paper strip Unknown item found: any paper strip...
  15. ziz

    Bug - Fixed Item manager doesn't show hagnk'd food/booze at first in aftercore

    The same also happens with the spleen queue. I hadn't noticed because I've never actually used it before, but a quick test doesn't show my hagnk'd guys made of bee pollen et cetera until I enqueue a wad in my inventory.
  16. ziz

    Bug - Fixed Item manager doesn't show hagnk'd food/booze at first in aftercore

    SVN 8336, OS X. When I am in aftercore, looking in the item manager for something to eat or drink, Mafia seems to only display those things which are directly in or creatable from my inventory (as in hc/ronin mode) until I have enqueued an item without filtering the list first. At that point...
  17. ziz

    Bug - Cannot Reproduce Losing track of spices

    I don't see one for spices. Here is the only occurrence of "Adjusted combat item count" between the cooking and the poisoning: [537] Defiled Nook Encounter: Pileup choice.php?pwd&whichchoice=156&option=1 Encounter: giant skeelton Round 0: sepos loses initiative! You lose 6 hit points Round 1...
  18. ziz

    First Things First -- a multipurpose pre-combat consult script

    This doesn't appear to be a bug per se, so I'll call this a feature request. I have funkslinging and some unidentified potions. [573] Dungeons of Doom Encounter: swarm of killer bees Strategy: default_attacks.ccs [default] Round 0: sepos wins initiative! Checking for updates (running First...
Back
Top