Search results

  1. 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...
  2. 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...
  3. 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.
  4. 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"...
  5. 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...
  6. 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...
  7. 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.
  8. fronobulax

    Multitool - An implementation and feature discussion.

    Welcome back. We are in phase zero of a three phase approach: Make it work some of the time. Make it work more of the time and do so robustly and more efficiently Make it do more. My first comment is that the entire implementation as it currently exists depends upon the ability of the user to...
  9. fronobulax

    Differing locations between KoL and KolMafia

    OK. The desert will not be "fixed" and you already know about the Camp. Thanks. No action needed on my part :-)
  10. 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...
  11. fronobulax

    autoscend - a sl_ascend fork/continuation

    Tangent. HC, Standard Pastamancer just got to the Tower Door and autoscend didn't have keys so it stopped. Don't know why it failed to get the keys but... I figured I had to get the keys manually and that mean I had to eat and drink on my own. KoLmafia says (and displays in the consumption...
  12. fronobulax

    Multitool - An implementation and feature discussion.

    OK. The cat is out of the bag. See https://github.com/kolmafia/multitool In its current iteration, download the latest jar file from GitHub to the directory containing KoLmafia or a clean directory that will be the home for Kolmafia. Open a command line in that directory. Launch multitool...
  13. fronobulax

    autoscend - a sl_ascend fork/continuation

    Nothing that I recall seeing in the gCLI or that got logged. I always figured the script had a list of optimal foods and was trying to cook one of them.
  14. fronobulax

    autoscend - a sl_ascend fork/continuation

    I get that we are somewhat at cross-purposes here because I prize automation over speed. The script stops because I can't cook fancy food without a range. In my automation centric world, that is the wrong thing to do. The script should get a range, stop trying to cook fancy food or use hybrid...
  15. fronobulax

    autoscend - a sl_ascend fork/continuation

    Sorry. I did not plan on spending yesterday in the clutches of the medical establishment. First my SC Pastamancer had the "can't cook" abort about level 9, day 2. I manually pulled the range, manually installed it and continued. My reference to a log parser was just in case there was...
  16. fronobulax

    Multitool - An implementation and feature discussion.

    I'll check. Thanks. You can see at least pieces of the private repository? Now quite what I was expecting but my ability to configure my expectations is suspect so...
  17. fronobulax

    autoscend - a sl_ascend fork/continuation

    Can't cook without range occurred again. The message does not appear in the session log. If that is a KoLmafia message then perhaps there should be a Feature request to log it? As I reconstruct it, autoscend stopped. A message was "[WARNING] Still hungry! Stopping bedtime." I had almost no...
  18. fronobulax

    Multitool - An implementation and feature discussion.

    I can build locally using the compiler and build and bundle classes that are allegedly compatible with Java 8. I cannot do that with the gradle build. The build is copied from mafia and when I change the source target to 8 it wants the toolchain to use Java 8 and then fails to download Java 8...
  19. fronobulax

    Github "last commit" naming confusion.

    I disagree with your premise. "Last Monday" is the closest Monday to today going backwards. If today is Monday then "last Monday" is exactly a 7 days ago. Since this is the internet I could just say "You are wrong" and leave it there :-) I don't know where the value of "last commit" comes...
  20. fronobulax

    Multitool - An implementation and feature discussion.

    When I go to https://api.github.com/repos/kolmafia/kolmafia/releases/latest I get JSON with a lot of info about the state of KoLmafia releases. When I try https://api.github.com/repos/kolmafia/multitool/releases/latest I get JSON that says "Not Found". Both of these checks are in a browser. I...
Back
Top