Search results

  1. fronobulax

    Bug - Not A Bug I can't open any .jar files after r25707 [Java 8 no longer works with Mafia]

    I assume no longer comes up means you don't see the mafia GUI. You might try running from a command window. mafia detects some errors on startup but they are never logged except to the screen. So opening a window and running from it will display any start up errors. How do you start mafia...
  2. fronobulax

    Bug - Fixed trackedMonsters resets on login

    To the extent that my opinion is solicited and informed I vote for this. Single source of truth is almost always the better implementation. I also admit my antipathy towards static because it is one more thing that might possibly leak across tests.
  3. fronobulax

    Bug Incorrect monster parsed from fax.

    Well it happened today with CannonFire40's butt which is what OnlyFax offered up for someone else's butt :-) I guess maybe I need to find some time to get the debugger out...
  4. fronobulax

    Bug Maximizer suggests breaking Slimesuit for a worse result.

    Tried to write a failing test to replicate this. Test doesn't fail. Added it to https://github.com/kolmafia/kolmafia/pull/2471 because if someone can help me figure out why my test doesn't replicate the situation it may help me elsewhere and may point to an area in the Maximizer to be...
  5. 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...
  6. fronobulax

    Bug - Fixed Incorrect encounter label in Haiku Dungeon

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

    KGBriefcase

    A couple of years ago GitHub said they were deprecating support for accessing GitHub repos via SVN. About a year ago they just stopped supporting the feature. The ScriptManager entry for Briefcase includes so I would expect Script Manager will do the right thing. My guess is that the SVN...
  8. fronobulax

    autoscend - a sl_ascend fork/continuation

    Autoascend is not the best tool for meat farming. If you are trying to do a run and not run out of meat I have had the best results with not allowing it to restore MP or HP. That said, I still have to do some things manually. If you are meat farming Veracity's Meat Farming does well and won't...
  9. fronobulax

    Bug - Fixed December 2024 changes in KoL break lots of stuff

    Created New Content thread and moved post there.
  10. fronobulax

    New Content - Implemented Crimbo 2024

    There hasn't been too much need for this since the (other) devs are on top of things but I created the thread (and moved a post) so things will be easier to track.
  11. fronobulax

    Proposal: Require Java 21

    See https://github.com/kolmafia/kolmafia/pull/2523, primarily the last two tests in the file which are driven by function and not a coverage report. I tried to write a test for setting _faxDataChanged using another test (wiki plurals?) as an example. The example injected an http response. My...
  12. fronobulax

    Bug - Fixed Mafia does not acknowledge Feast of Boris after ascending

    @gausie gets the "blame" for modifying that line on 09/16/2023 but I have not dug deep enough to determine whether that was when the misspelling was introduced or whether a previous misspelling was perpetuated.
  13. fronobulax

    Proposal: Require Java 21

    Darn. The "withResponse" test helpers don't work (for me) when the base code uses a resetting connection. It would be easier for me to just deprecate the resetting connection.
  14. fronobulax

    Bug Zombie Slayer/Master skill relays not working as intended

    None of this may be related to the problem at hand. Almost as long as I have been using mafia (at least a decade) there are times when the relay page doe not load completely. I have always been able to resolve this issue buy using the browser's reload button or rerunning the relay script. I...
  15. fronobulax

    Bug Preferences wiped while mafia running

    OK. I have never had it happen but... I am doing factoid runs so am emptying storage every few days (because some of my item scripts only look at inventory) and have not seen it. But I always initiate emptying from the relay browser and don't do anything with mafia until mafia thinks it is...
  16. fronobulax

    Bug Preferences wiped while mafia running

    Have not digested everything yet. Can you build and run from source? Can you reproduce this consistently? You might try and run https://github.com/kolmafia/kolmafia/pull/1889 and see if you can still reproduce it. The code in the PR fixes a preferences issue but at the cost of sometimes...
  17. fronobulax

    Bug Next Fam in QT On Top of Text

    Thank you.
  18. fronobulax

    Bug Next Fam in QT On Top of Text

    Does this go away (or reappear) as you change the size of the mafia window?
  19. fronobulax

    Some thoughts on faxbots

    I probably had embedded assumptions. Mafia reads a data file, faxbots.txt. That file is under mafia control. It is only changed/edited by commit to the mafia repository or by someone who unpacks and rebuilds the mafia jar file locally. The file contains a short name for a faxbot and a link...
  20. 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...
Back
Top