Search results

  1. fronobulax

    Multitool - An implementation and feature discussion.

    Thank you again. I do not multi-task well and am focused on writing a document for real life and a KoLmafia test but this is next on the list.
  2. fronobulax

    Multitool - An implementation and feature discussion.

    Thank you. I'm glad there is developing interest. The existing code depends upon mafia jar file names following a convention. That should be documented, failure to adhere to the convention should be detected and ultimately dealt with constructively.
  3. fronobulax

    Feature - Rejected Less verbose output for failing tests on GitHub

    Are you telling me that once I hit the org.gradle.internal section I can safely ignore what follows and stop scrolling? I confess I had not figured that out but if true, it addresses my problems. Thanks.
  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

    Feature - Implemented Prefs file backup/restore Draft PR

    I extracted the test from the "original" PR https://github.com/kolmafia/kolmafia/pull/1889 and included it in a PR that just had the test. https://github.com/kolmafia/kolmafia/pull/2813 My hypothesis was that if the test passed after https://github.com/kolmafia/kolmafia/pull/2808 had been...
  6. fronobulax

    Bug - Fixed Carnivorous Potted Plant kills not being recognized?

    Merged second report with first.
  7. fronobulax

    Feature - Implemented Prefs file backup/restore Draft PR

    Does this make https://github.com/kolmafia/kolmafia/pull/1889 OBE? If yes then we should probably close it after confirming that using the Deck of Every Card does not trigger a race condition. If no or not sure then maybe an effort to confirm the presence or absence of Deck issue in 1889 would...
  8. fronobulax

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

    The original PR has been committed after some modification. Some of the issues raised or alternatives discussed have been implemented in the soon to be renamed multitool which is discussed elsewhere.
  9. fronobulax

    Bug - Waiting for Info Is this a bug? Been seeing this for a day or 2. Using Yorick

    I see that a lot. I always blamed it on a mood that required casting a buff and not having resources to restore enough MP or with HP/MP restoration targets that could not be met.
  10. fronobulax

    Bug - Confirmed Maximizer didn't equip a weapon

    Available weapon choices are none and 2 handed. Numerically a one handed weapon plus something offhand is a better choice. Maximizer picks that and then fails because cannot equip offhand without a mainhand. Correct? In that case the "bug" might better be described as the maximizer...
  11. fronobulax

    Multitool - An implementation and feature discussion.

    v55 seems well behaved. I have only run it from a command line but I think it is correctly getting local Java and preferred Java and downloading latest versions of itself and KoLmafia. I loaded Java 11 on a Debian 10 machine and multitool ran but KoLmafia would not.
  12. fronobulax

    Feature - Implemented Prefs file backup/restore Draft PR

    To be clear the using the Deck often causes a deadlock when running the code in the PR. That may, or may not, set up conditions where the preferences file is corrupted since the only way I know to get out of the deadlock is to abort the JVM.
  13. fronobulax

    Feature - Implemented Prefs file backup/restore Draft PR

    I've been using a Windows based laptop for several decades. I developed several habits, which are not necessarily needed today, but those habits prevent some of the issues that cause preference problems. Sleep and suspend were unreliable and the only fixes were a reboot and that may or may not...
  14. fronobulax

    Feature - Implemented Prefs file backup/restore Draft PR

    Do you mean https://github.com/kolmafia/kolmafia/pull/1889 ? That code almost always triggers a deadlock when a draw is made from the deck of every card. @heeheehee looked at the stack traces and had some ideas and I have been lazy enough to let them handle it while I get distracted by test...
  15. fronobulax

    Multitool - An implementation and feature discussion.

    I've slowed down but I am adding logging so there will be some record from a time when Multitool is not launched from the command line. I want to implement a user controlled purge option and be smart enough to not delete a running jar file. The only artifact created is a jar file which...
  16. fronobulax

    autoscend - a sl_ascend fork/continuation

    It is probably worth starting a separate thread about preference management. It has been an "issue" for at least a decade and a half and there is still room for improvement.
  17. 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"...
  18. fronobulax

    Multitool - An implementation and feature discussion.

    The premise is that the user explicitly downloads and places multitool in the directory that already contains the mafia jar or the directory that the user wants to contain the mafia jar. If that is not possible or is nonsensical then I am prepared to say "then please don't use it yet" until I...
  19. fronobulax

    Multitool - An implementation and feature discussion.

    OK. The DMG, exe and the *nix package are code build artifacts that mafia created so I got them when I stole as much as I could from mafia. Given that my initial use case was always "download a jar and run it from a command line I wondered about the other packaging and whether it was needed...
  20. fronobulax

    Bug - Confirmed Maximizer didn't equip a weapon

    Every time I have seen autoscend's logging, to the best of my ability, not equipping a weapon was the correct answer. This makes me sad and gives me nothing to try and debug.
Back
Top