Search results

  1. fronobulax

    Some Test Framework Questions

    I call internal.helpers.Player.withLevel for various levels. I print out KoLCharacter.getBaseMuscle(), getBaseMysticality() and getBaseMoxie() before and after. Nothing changes. Since I have previously defined a class I would have expected at least one of the stats to be set to level squared...
  2. fronobulax

    Bug Form of a Bird possible issues

    Not sure where this best fits. I wanted to make the house of twigs and spit. I used the gong from the item manager. My session log says I then played one turn in the relay browser. I noticed I did not have form of a bird so investigated. I found no indication that I was in Bird or Roach...
  3. fronobulax

    Feature Commit (or Close) PR #1889

    For reference see https://github.com/kolmafia/kolmafia/pull/1889 #1889 was a solution to preference file corruption. It appeared to address the issue so it was committed. But real world experience indicated a lot of deadlocks started occurring including one that occurred fairly consistently...
  4. fronobulax

    Feature - Rejected Less verbose output for failing tests on GitHub

    See https://github.com/kolmafia/kolmafia/actions/runs/13764021050/job/38486242663?pr=2813 The stack traces that begin with "org.gradle.internal" tell me nothing about the test failure. The sheer number of them make it hard to figure out what the actual problem was. My recollection is that it...
  5. fronobulax

    Bug NPE possibly related to SpadingManager or excavator

    I've seen this or something similar a few times. This one was triggered by a SC DB running autoscend. Turn 711 was a plaque of locusts in The Arid, Extra-Dry Desert. Familiar was a Smiling Rat. Not sure of hydration status. A dart was thrown at the chest. Latest version of "everything"...
  6. fronobulax

    Differing locations between KoL and KolMafia

    See https://kolmafia.us/threads/r28309-whats-changed-feat-log-unexpected-location-names-when-visiting-autumnaton-by.30247/ which added logging when the list KoL's list of places the autumnaton could go had locations that did not match koLmafia's names. I recently noticed the following. They...
  7. fronobulax

    Multitool - An implementation and feature discussion.

    In the discussion of a nag feature (here) I speculated about Multitool, a new thing that users could download that would check for various mafia preconditions. My original vision was a shell script that only used native OS commands and there would be one each for *nix, Mac and Windows. A...
  8. fronobulax

    Feature - Implemented Add a "Pending change in required Java version" nag message.

    This was buried in https://kolmafia.us/threads/proposal-require-java-21.30044/#post-175968 and is currently a PR https://github.com/kolmafia/kolmafia/pull/2686 The proposal is to display a message telling users that they are not running Java 24 which they will soon need. I don't like nag...
  9. fronobulax

    Bug Incorrect monster parsed from fax.

    I have seen the following in my session log several times. Fighting the copy shows a fight with Irrat's butt, as expected, so it is likely that this is just a parsing error. "You receive a photocopied spooky vampire from the fax machine." gets the monster from the preference photocopyMonster...
  10. fronobulax

    Bug - Fixed Incorrect encounter label in Haiku Dungeon

    From my session log. Happened on every encounter that was not a choice.
  11. fronobulax

    Some thoughts on faxbots

    Cheesefax has a last login of October 10, 2023. Is it time to retire Cheesefax from the list of available faxbots? Easyfax does not work well via the GUI. (See here.) That is enough for me to suspend it until it works. Does anyone else share my opinion or do I need to let it go? I use the...
  12. fronobulax

    Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0.

    Not sure best place to discuss. When I build locally I get the above message at the end of the build. I don't recall how long I have been getting it because I usually build from a batch file the closes the command window so I have to be watching closely to see it. Is this something other...
  13. fronobulax

    Deprecate scriptMRU?

    Not sure where this belongs. Long ago I added the option to have the Scripts Menu display a list of the most recently used scripts. Over the years three things happened that made it less useful. The first was that adding and deleting from the list needed to be synchronized, thus slowing...
  14. fronobulax

    Bug - Not A Bug Monster ID and Fax

    Using the GUI I ask easyfax for a Knob Goblin Embezzler. It lists the monster as "Knob Goblin Embezzler<!-- monsterid: 530 --> [Knob Goblin Embezzler&lt;!-- monsterid: 530 --&gt;]" in the GUI, asks, and then times out. I expected a faxed monster. The chat window shows After it times out I...
  15. fronobulax

    SVN updates since January 2024

    GitHub no longer supports updating a GitHub hosted script via SVN. This can create problems when KoLmafia attempts to update all of the SVN scripts. To keep the "update all" functionality from failing (and stopping other things) it should be disabled by changing the GLOBAL setting...
  16. fronobulax

    Running Mafia on Windows

    There are several "wrong" ways to install and launch mafia. This post is my attempt to capture a right way. Ideally my comments will be verified and someone more interested in technical writing than I currently am, will make a simple set of instructions and post a sticky or edit the wiki or...
  17. fronobulax

    Feature Deprecate _concoctionDatabaseRefreshes

    As far as I can tell this preference is incremented by KoLmafia but is never actually used. It doesn't really harm anything although when when logPreferenceChange is true it certainly clutters the session log. I know that could be handled by adding it to logPreferenceChangeFilter but I'd like...
  18. fronobulax

    Would someone explain the thriftshop coupon to me, please?

    I have a script that finds displayable items that are not in my display case but are in the mall, buys them and puts them in the display case. It seems to be buying a thriftshop coupon every day. I cannot figure out why. Does it expire while in the DC in which that could be a KoL bug? Does...
  19. fronobulax

    Feature WARNING: updated modifier not in modifiers.txt: Item:[4873]

    I just noticed that in r27726. A fax of a knob goblin embezzler was being retrieved and fought. I haven't gotten around to looking at it in the debugger to get more information but with several recent changes to Modifiers I'm reporting it in case a cause jumps out to someone else.
  20. fronobulax

    Shall it be closed?

    https://github.com/kolmafia/kolmafia/pull/1889 The PR was opened in August and has pretty much languished. Should it be committed or closed? My memory, which can probably be corrected by someone who wants to search KoLmafia.us, was that a PR was written to deal with an absence of...
Back
Top