Search results

  1. 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...
  2. 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...
  3. 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...
  4. fronobulax

    Bug Next Fam in QT On Top of Text

    Thank you.
  5. 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?
  6. 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...
  7. 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...
  8. fronobulax

    Cargo Shorts GUI

    Happened today. Nothing that I can figure out that changed. Note that since this thread was started GitHub has deprecated the SVN interface so the repository is https://github.com/phulin/shorts-ui and that seems well behaved in my browser.
  9. fronobulax

    Bug UI text sometimes truncated

    Thank you for the specific examples. Years ago I was trying to make KoLmafia work with scaling. There were some things that were addressed but I remember thinking that there was a fundamental problem with how we build and size Swing components. If the ellipses are a concern you might try and...
  10. fronobulax

    Support for Java 21 (new LTS)?

    Any reason why we don't just remove the override for finalize? Perhaps naively it seems to me that if we don't override we are just letting the garbage collector do its job. If for some reason instances of MenuScroller are not garbage collected is there any impact other than increased memory...
  11. fronobulax

    Bug - Confirmed Maximizer didn't equip a weapon

    Missed that. Thank you. I'd say if two things appear the same but give different scores then we need to understand why they are not the same or accept that the maximizer is non-deterministic :-) I'll try a log or breakpoint but my runs are not having the problem.
  12. fronobulax

    Bug - Confirmed Maximizer didn't equip a weapon

    Case C, combo 21 That appears to be the highest score and does not include a weapon. I do note that it improves combo 20 by about 170 by dropping the broken umbrella offhand. That seems counterintuitive. Thanks for reminding me of statics and caching. I have a vague recollection of trying...
  13. fronobulax

    Bug - Confirmed Maximizer didn't equip a weapon

    Well I dreamed about this last night. That may be a good sign - subconscious background processing - or it may need I need to Get A Life. I am writing this before my morning copy and without looking at any code to answer my own speculations. But sometimes asking questions does trigger new...
  14. fronobulax

    Support for Java 21 (new LTS)?

    I guess I should upgrade too. Once upon a time Java was pretty aggressive about telling me there was an update. That hasn't happened for a couple of years. I wonder if I disabled that somehow or it is a difference in Java providers?
  15. fronobulax

    Bug - Confirmed Maximizer didn't equip a weapon

    See https://github.com/kolmafia/kolmafia/pull/2471 That is a passing test. I'd appreciate other eyeballs on it. It may be that the test is not complete or accurate because while the correct requests are emitted when run in a live setting the commands fail and this does not capture that...
  16. fronobulax

    r28087 - What's Changed [*]Create JSON API for relay scripts. by ]@phulin] in

    Thank you. I never seem to know where to start discussions and am often not aware of socialization type discussions that occur "elsewhere". I chose not to mention it on GitHub but when I was developing and deploying code for selected US Government agencies I would not have been allowed to use...
  17. fronobulax

    Bug - Confirmed Maximizer didn't equip a weapon

    Running out of time but I have a test that includes most of the equipment that was considered. The test does recommend the cleaver and issues the commands to equip it. My test doesn't match your case because my scores are lower. Of greater interest is the test failed because under one set of...
  18. fronobulax

    Bug - Confirmed Maximizer didn't equip a weapon

    Thank you. I don't know what this is trying to tell me yet but I have a lot of questions to ask of the Maximizer code :-) What class is the character and on what path? I think my first step will be to try and write a test that reproduces this. I will report progress on that because, in...
  19. fronobulax

    Bug IO Exception almost daily on manual adventuring.

    Agreed. But there was one place that if I understood what I was reading claimed it could be a client error. The client was calculating a header size as if the protocol were HTTP/1. But things were being sent as HTTP/2. The corresponding portion of the header was compressed and so the sizes...
  20. fronobulax

    Bug - Confirmed Maximizer didn't equip a weapon

    My Holy Grail is a maximizer string that does not equip a weapon and the specific weapon that the user thinks should have been equipped. Add context and be able to explain why the weapon is a better pick than no weapon. A simplistic example - which is not real - is maximizing for myst and...
Back
Top