Search results

  1. MCroft

    Bug - Confirmed Maximizer didn't equip a weapon

    Also, it looks like we try to take care of that very case (Evaluator.java, line 143+) // Equipment slots, that aren't the primary slot of any item type, // that are repurposed here (rather than making the array bigger). // Watches have to be handled specially because only one can be // used -...
  2. MCroft

    Bug - Confirmed Maximizer didn't equip a weapon

    If it tests and succeeds, great, good test for a viable condition and one less thing to futz with. If it tests and fails, also great. Thanks for keeping at this.
  3. MCroft

    Feature - Implemented Prefs file backup/restore Draft PR

    It would be great if you could get that, although it sounds like @fronobulax has at least one 'almost always' case. timein can be called by itself, and it might be possible to see if different threads timing in caused it, like a relay script and a gCLI script. I think threaded chat may be also...
  4. MCroft

    Feature - Implemented Prefs file backup/restore Draft PR

    I don't think the backup PR inside KoLmafia is the best approach. It doesn't address the underlying problem, which if we can solve it would mean all of the backup style solutions would be unnecessary. @fronobulax, is there anything anyone could do to help you with the concurrency branch testing?
  5. MCroft

    Feature - Implemented Prefs file backup/restore Draft PR

    Chatter has heated up on this again over on an unofficial channel and I wanted to capture some of the items from it. It's honestly a lot of the same questions: What are the causes, what can we do about it, are there advantages to using a database instead of a text file, etc. I don't know if...
  6. MCroft

    Multitool - An implementation and feature discussion.

    I thought that got changed when we went to git/GitHub and the revision number stopped being a serially updated integer that we could get from SF. This is the before diff of gausie's change "Set revision when building jar with gradle (#17) ... BufferedReader reader =...
  7. MCroft

    Multitool - An implementation and feature discussion.

    run works on v50. thank you!
  8. MCroft

    Bug - Confirmed Maximizer didn't equip a weapon

    If I were to guess, I'd wonder if it wasn't failing because for the weapon slot, it only had stolen accordion and none and the accordion is two-handed. It finds a better combo with none and august scepter, but since you can't equip an off-hand without a weapon, both fail. That's where I'd...
  9. MCroft

    Bug - Confirmed Maximizer didn't equip a weapon

    OK, so it stopped for me. I'm in HCAT Standard. Just starting this run, so I started from nekkid. attached debug and session logs. Here's the console from Autoscend with 2 Dump info. My complete inv.
  10. MCroft

    Multitool - An implementation and feature discussion.

    Exactly. The downside is that some users regularly empty out ~/Downloads. (Not me. My oldest files in ~/Downloads can now vote.). Some commercial maintenance apps recommend it. But if we're installing something, the default location is either in /Applications or ~/Applications if we want to...
  11. MCroft

    Multitool - An implementation and feature discussion.

    The jar works great on the Mac. (with exceptions as noted). It's the DMG that could be turned off. It can be brought back at an appropriate time, if it's useful. Most of the online stack overflow kind of help suggests switching to PKG from DMG. The DMG target creates a disk image with the...
  12. MCroft

    Bug - Confirmed Maximizer didn't equip a weapon

    I set the flag to stop autoscend when it can't equip a weapon. Simplifying their highly tuned maximizer statements is daunting.
  13. MCroft

    Bug - Confirmed Maximizer didn't equip a weapon

    IIRC, Autoscend detects this and does some useful stuff like turning on debugging and redoing the search with Dump and 2 dump parameters. What would help the most is a reduced test case that Frono and others could hit with a hammer until it confesses to the nature of the issue. I, too have...
  14. MCroft

    Multitool - An implementation and feature discussion.

    error in run command for MacOS: 1: needs error handling if java isn't found. It's enclosing the executable in double quotes, which makes it not found. 2: also, don't do that. But do pre-process and replace spaces with %20 . Also, maybe some of our ".." resistant code from the scripts...
  15. MCroft

    Multitool - An implementation and feature discussion.

    MacOS first impressions, version 48 1: The installer installs, but the app will not run from the Applications Directory. It errors out because it is not signed. This will be a problem for most Mac users who are not devs and are not willing to bypass security. 2: Once that is resolved, the app...
  16. MCroft

    Multitool - An implementation and feature discussion.

    Hey all, I guess I am not as vanished as I thought. It would definitely be interesting to see what the CI/CD pipeline in GitHub would look like with this integrated into KoLmafia. I don't have a lot of time (job/spouse/opensource, pick any two), but building and installing for MacOS were...
  17. MCroft

    Feature User-Defined Stylesheet

    Two options of the post-midnight top-of-my-head 1: A pref that includes a loading order. 2: a single set stylesheet and have the user add @import rules in whatever order floats their boat.
  18. MCroft

    Bug NPE caused by JS script

    Still hunting it down. It wasn’t a blocking error, and the context was sparse, so I’m trying to re-run it with debugging on.
  19. MCroft

    Bug NPE caused by JS script

    I do have the EverFull Dart thing going. I wonder if it's somehow not expecting a choice following a fight.
Back
Top