Search results

  1. 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...
  2. 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...
  3. 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.
  4. 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...
  5. 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.
  6. 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...
  7. 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...
  8. 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...
  9. 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...
  10. 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...
  11. 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.
  12. 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...
  13. 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.
  14. 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.
  15. 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...
  16. fronobulax

    Bug Maximizer Unequips Main Hand Then Complains Nothing in Main Hand

    It is probably worth defining exactly what the error is. For example it is asserted that the Maximizer failing to select a weapon is an error but there is much evidence that the Maximizer is doing exactly what is expected and for the conditions selected no weapon is as "good" or "better" than...
  17. fronobulax

    Bug Maximizer Unequips Main Hand Then Complains Nothing in Main Hand

    https://kol.coldfront.net/thekolwiki/index.php/Double-Fisted_Skull_Smashing says so the referenced message comes from KoL I can construct a scenario where the Maximizer chooses not to equip a weapon and then tries to equip the Yule hatchet as off hand and KoL objects. It is not...
  18. fronobulax

    Bug Maximizer Unequips Main Hand Then Complains Nothing in Main Hand

    It could be my search fu but I cannot find the string "why bother" (case insensitive) in the source code. Maybe I missed something but maybe there is a script involved? There is an unresolved issue https://kolmafia.us/threads/maximizer-didnt-equip-a-weapon.29577/ involving the maximizer and...
  19. fronobulax

    Bug - Not A Bug Monster ID and Fax

    I'm not seeing any fixes. Maybe it is because I only look at the first few monsters displayed as options?
  20. fronobulax

    Deprecate scriptMRU?

    I set out to see if I could fix the display issue but the performance penalty is too much. I could try and address that but I am lazy and if I had the skills/tools to truly understand and write good synchronization code I might have made progress on https://github.com/kolmafia/kolmafia/pull/1889.
Back
Top