Recent content by xKiv

  1. xKiv

    Bug Numberology with max stats

    I think kol has stopped reporting my level as 256 some time back, and I haven't encountered this since.
  2. xKiv

    Bug Numberology with max stats

    Update: actually I think kol reports my level as 256, but mafia resets its idea of what my level is to 255 later ... I just did: 1) log in - mafia show my level as 255 2) open relay browser - left pane in browser says level 256 *and* mafia now also shows my level as 256 3) cli "numberology 69"...
  3. xKiv

    Bug Numberology with max stats

    Looks like, unless something changed, on a character with all stats 65535, displayed level is 255 - but numberlogy (calculate universe) gives results as if my level is actually 256. This leads to kolmafia's numberlogy command not doing what it's told to do. I noticed this when seeing garbo...
  4. xKiv

    Issues running Kolmafia on Mac

    The first question probably is ... what version of java are you using? (and also supplemental information: what version of kolmafia + where did you get it)
  5. xKiv

    Issue with wham.php?

    Ezandora's Briefcase has a commit yesterday on github - https://github.com/Ezandora/Briefcase - works for me So does Ezandora's Detective Solver - https://github.com/Ezandora/Detective-Solver - does not work for me after running FarFuture (and manually sleeping out of it), but did work the...
  6. xKiv

    Support for Java 21 (new LTS)?

    It is (via calling .dispose()) removing its listeners from the associated JPopupMenu. Those would still be referenced from that JPopupMenu even after the MenuScroller is completely gone and collected. That's already screaming bad design - finalize isn't even guaranteed to fire, much less fire...
  7. xKiv

    Way to recover old stored passwords?

    I think if you put a current version of mafia in the same folder and load it instead, it should find the same configuration/settings/prefference files, and Just Work (tm)?
  8. xKiv

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

    Same on linux, always. $ ./gradlew --warning-mode all Starting a Gradle Daemon (subsequent builds will be faster) > Configure project : The CopyProcessingSpec.setFileMode(Integer) method has been deprecated. This is scheduled to be removed in Gradle 9.0. Please use the filePermissions(Action)...
  9. xKiv

    Bug Astral Energy Drinks don't appear in Item Manager

    this is probably not it but ... do you already have the "Lucky!" intristic?
  10. xKiv

    New Content Inventory not sync'd after pull all

    504 is specifically gateway timeout for chat (and other things?) ... while the long pull is being processed (not necessarily caused by it) and we don't know *which* gateway
  11. xKiv

    New Content Inventory not sync'd after pull all

    Or it's taking longer because you have more stuff slash there are more item IDs (and player IDs) so the server has to go through larger tables. For me "pull all" has taken longer than mafia expects long ago already. I just do it manually in (relay) browser so that I see when it's done, and then...
  12. xKiv

    Java Exception

    You are *probably* trying to run it from some protected location (like "\Program Files" or "\Windows" - I don't know the full list). Try making a new folder somewhere aways from system locations, copying the jar there, and running it from there?
  13. xKiv

    Kolmafia questions

    Are they +0 even if you use all of them combined? Also try seeing what happens if you ad +current
  14. xKiv

    Bug - Confirmed Maximizer didn't equip a weapon

    Sometimes that's the kind of thing you need to do if you don't want to regress to some extremely ineffective general solution.
  15. xKiv

    SVN updates since January 2024

    My "svn update" ends like this Updating all SVN projects... Installing dependencies Starting Checkout... Validating repo... svn: E160013: '/Ezandora/Detective-Solver/branches/Release' path not found: 404 Not Found (https://github.com) Something went wrong while fetching svn directory info Done...
Back
Top