Search results

  1. fronobulax

    Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0.

    Not sure best place to discuss. When I build locally I get the above message at the end of the build. I don't recall how long I have been getting it because I usually build from a batch file the closes the command window so I have to be watching closely to see it. Is this something other...
  2. fronobulax

    Bug - Confirmed Maximizer didn't equip a weapon

    Consider adding dump or 2 dump to the maximizer string that is not selecting what you think it should. The road to understanding begins there. Most of the time someone says the maximizer can do "better" they are thinking of a factor that is not better or considered with the maximizer string...
  3. fronobulax

    Bug - Confirmed Maximizer didn't equip a weapon

    OK. There are times when the maximizer string is built to favor keeping existing equipment if swapping it out doesn't increase the score. That might be what is going on in this case.
  4. fronobulax

    Bug - Confirmed Maximizer didn't equip a weapon

    What that line is telling me, I think, is that it does not matter whether no weapon is equipped, a toy accordion is equipped or an antique accordion is equipped. I'd bet that, since the choice does not effect the score the maximizer just picks the first one, hence no weapon. I need to check that.
  5. fronobulax

    Bug - Cannot Reproduce No chatting with bodyguard familiar link in relay browser

    I'm not sure there is a problem here although there is certainly an opportunity for mafia to improve. That raises questions. Is there some kind of counter that controls the link? Does it reset after the monster requested in the chat is found? Is the counter always of the same duration or is...
  6. fronobulax

    Bug - Cannot Reproduce No chatting with bodyguard familiar link in relay browser

    I just finished an AG run this morning. After freeing the king I did my usual things. The bodyguard was still my familiar and I noticed a chat link next to it on the LHS of the relay browser. I clicked on it and got the chance to pick a target. So the only thing that doesn't make sense is...
  7. fronobulax

    Bug - Confirmed Maximizer didn't equip a weapon

    My lack of progress contributed to my lack of enthusiasm. But with a new path I have been running autoscend again and it still happens. I remain convinced that there are times when mathematically there is no reason to equip a weapon. So if anyone has a case where they can give me a maximizer...
  8. fronobulax

    Bug - Not A Bug Garbo keeps crashing on me

    This pretty much needs to be handled by the garbo maintainers. Presumably it is related to the embezzler being marked NO COPY.
  9. fronobulax

    Bug - Not A Bug Knob Goblin Embezzler no longer copyable.

    Making the embezzler non-copyable is a KOL change. Mafia has already been changed to understand it is not copyable. So it is most likely that the complainers are running scripts that depend upon the embezzler being copyable and are not robust enough to work now that is no longer the case. So...
  10. fronobulax

    New Content - Implemented Mall Cap Raised, Meat Cap Raised, Certain Mall Items Repriced

    Thank you. Some things are not as simple as they seem. But there is a sense of deja vu since in the past we have had to convert several internals from int to long.
  11. fronobulax

    Pizza Cube GUI

    Without actually looking at the script it looks like it is using "modifier" as the name of a variable. At some point "modifier" became a reserved word, hence the conflict. My nomination for the Mr. Obvious Award has already been submitted. The fix is to find the lines where the variable is...
  12. fronobulax

    Automatically download the newest daily build

    The latest KoLMafia version is on GitHub now. Your updater is looking for it at https://ci.kolmafia.us/ . That will redirect to GitHub but it is quite likely that the updater needs to be change to find the version on the page. Since I have no idea what you are running or who is maintaining...
  13. fronobulax

    New Content Inventory not sync'd after pull all

    As long as I can remember getting everything out of Hagnk's has been a time intensive process. I stopped having inventory synch issues when I only pulled all from the relay browser and waited until the relay browser and KoLmafia said it was done. I'm not convinced this is new if only because I...
  14. fronobulax

    r28000 - Enable building with Java 21. by @heeheehee-kolmaf

    I think you are saying that you now have a version of Java greater than or equal to V17 so that should solve your problems. KoLmafia needs to be able to write files to the folder than contains the jar file. Windows is very protective about files being written to the Desktop. So if you just...
  15. fronobulax

    r28000 - Enable building with Java 21. by @heeheehee-kolmaf

    using "java -- version" from a command line (or shell prompt) should generate something like If your equivalent says Java 8 then you are almost certainly getting the expected behavior since KoLmafia requires v17. I am concerned about "using an update EXE". Depending upon where it came from...
  16. fronobulax

    r28000 - Enable building with Java 21. by @heeheehee-kolmaf

    It agrees to do everything for me. Could you perhaps elaborate? What were you trying to do, what did you do, what did you expect to happen and what happened instead? If your basic problem is that the jar file doesn't "start" then your operating system and java version will be helpful to know.
  17. fronobulax

    Bug - Not A Bug R27998 - Automation breaks down

    I note the debug log has "Not in GZIP format" and what looks like a file read for the relay browser. That is something that should not be happening although it might not be related to your issue. I note you seem to be using TourGuide although I am not pointing any fingers. "too drunk to fight...
  18. fronobulax

    Support for Java 21 (new LTS)?

    The relay automation tests are the source of frequent intermittent failures exposed by https://github.com/kolmafia/kolmafia/pull/1889 although they have been observed elsewhere as well. Anecdotally they are more likely to fail on Windows.
  19. fronobulax

    Bug - Not A Bug Monster ID and Fax

    In the GUI I noticed some duplication today. Adventurer echo was one, but not the only. There were entries both with and without the monster id. I confirmed that there were two entries in the JSON.
  20. fronobulax

    Bug - Not A Bug Monster ID and Fax

    See the first post. Compare the GUI renditions for EasyFax and OnlyFax if desired. Using as an example, mafia appears to display <actual name> in the GUI. When <actual name> is requested mafia sends <command> and the request fails. When I eliminated the GUI and typed <command> I got...
Back
Top