Search results

  1. fronobulax

    autoscend - a sl_ascend fork/continuation

    I can't speak for the devs, only offer a couple of comments from sporadically using it through a couple of changes of maintainers. The shield/weapon issue may be a KoLmafia bug or it may be autoscend's decision to use a maximizer string that doesn't actually need a weapon to be satisfied...
  2. fronobulax

    autoscend - a sl_ascend fork/continuation

    Thanks. The KoLmafia fix so that Summon Clip Art "products" are not creatable in GLover is in. It worked as expected. I have been revisiting old paths and will try and note issues that might be worth addressing. My biggest complaint is somewhat generic and related to combat. autoscend stops...
  3. fronobulax

    Issues running java/kolmafia

    Grasping at straws but if the power outage corrupted mafia data files then that could be a cause. Simplest check would be to create a new empty directory, copy just the jar file to it and then run mafia from there. It will recreate all of the setting files which might give us some insight into...
  4. fronobulax

    Bug - Fixed Summon Clip Art not "disabled" in GLover

    https://github.com/kolmafia/kolmafia/pull/2996 No test but if merged before 8:00 AM (US) East Coast Time should be able to test in run.
  5. fronobulax

    Issues running java/kolmafia

    I'm dealing with real life at the moment but if you comment at https://kolmafia.us/threads/multitool-an-implementation-and-feature-discussion.30272/page-3#post-176840 or here I would be glad to figure out and implement how multitool could work better for you on your system. It does make me...
  6. fronobulax

    autoscend - a sl_ascend fork/continuation

    I know this is not the preferred place for bug reports but if I post here I can stop trying to remember to report elsewhere :-) I've been doing GLover runs, both HC and SC. There are some consistent issues. One concerns the Summon Clip Art drinks. KoLmafia thinks they can be created. They...
  7. fronobulax

    Bug - Fixed Summon Clip Art not "disabled" in GLover

    G lover runs. Item Manager says Fromage Pinotage and Beignet Milgranet can be created. But they can only be created by Summon Clip Art which is (correctly) unavailable in a G lover run. I've poked at this a bit but not enough so see a quick fix so I'm reporting :-)
  8. fronobulax

    I need some help troubleshooting my installation

    If you want to be part of an experiment, download the multitool jar file from https://github.com/kolmafia/multitool/releases/tag/r67, put in the directory you have the KoLmafia jar file and run multitool (just like you are running KoLmafia). That should give us more information than we have now.
  9. fronobulax

    Script Registry -- for script authors; track your script usage

    My request involved the script registry hosted there so there is almost certainly a server wide issue. https://zachbardon.com/ in a browser triggers the usual unsecure warnings because of the certificate.
  10. fronobulax

    Script Registry -- for script authors; track your script usage

    I've had it for a couple of days. The message, unfortunately, is not written to the session log.
  11. fronobulax

    r28545 - What's Changed correct names for cola battlefield zones by @ianknowles in #2935 Full Changelog: r28544...r28545

    This "breaks" autoascend. I had to edit mr2018 and auto_zone (which made me laugh because Auto Zone is the name of an automobile parts franchise. and @Veracity ' Meat Farm. and canadv
  12. fronobulax

    Bug - Not A Bug Mall purchase parse failure

    This is deliberate, AFAIK. @Veracity wrote code to detect and log when purchase failures occurred. Some discussion at https://kolmafia.us/threads/mafia-seems-to-spend-meat-but-not-buy-an-item.30300/#post-176386 Until this issue is addressed in code I think the work around is to just try and...
  13. fronobulax

    Proposal: Require Java 21

    There is a technical problem with that. If mafia is not running the right version then the detection of that and associated error message are not under mafia's control. There is a work around, the somewhat dormant project Multitool...
  14. fronobulax

    Bug - Confirmed Maximizer didn't equip a weapon

    @MCroft - Go for it, please.
  15. fronobulax

    r26951 - Don't cache encoded pref values during tests. by @phulin

    Thanks. I'd say there are some philosophical differences because my quick and dirty measurements seem to show there is no measurable time saved... and it does make Preferences a touch more complicated, but if I decide to make a case for reverting it I will do so when it is the only change and...
  16. fronobulax

    r26951 - Don't cache encoded pref values during tests. by @phulin

    Anybody remember why this was done? The description is correct - encoded values are not generated during tests if the file is not going to be saved. There is a comment on the PR about the change improving performance for tests but some casual testing using gradle reported times suggests tests...
  17. fronobulax

    Bug - Confirmed Maximizer didn't equip a weapon

    @MCroft See https://github.com/kolmafia/kolmafia/pull/2901 It is not a test as such but rather a use of the test framework to generate "excursions". Feel free to make a local branch and experiment.
  18. fronobulax

    Feature Commit (or Close) PR #1889

    Still looking at locks. But.... I updated to main and one of the tests ran for at least three hours without finishing. I killed the test and reran and it worked but I think the Universe is telling me this is not ready to commit yet...
  19. fronobulax

    Some Test Framework Questions

    Operator error with withEquippableItem . Stats are changing. Thanks.
Back
Top