Search results

  1. xKiv

    Ant build failed (AbstractPainter.class error)

    That looks like you built with java 1.8 first (class file version 52.0 is when it was built targetting java 1.8), and then didn't clean fully before rebuilding with 1.6.
  2. xKiv

    Bug - Won't Fix Stack overflow

    Enterprise environment with strict restrictions (even if I could log in to the database server itself, which only the admins can, I wouldn't have permissions to kill processes not owned by me). We are lucky we can install tables and packages at all without the admins. There is a admin-provided...
  3. xKiv

    Bug - Won't Fix Stack overflow

    At least in mafia the cost of failure does not exceed "restart mafia". I have recently caused infinite loop on a database in an environment where killing the session was impossible, all triggered exceptions were immediately caught and ignored, and the admins were already gone for the day. My...
  4. xKiv

    Bug - Fixed Error message problem accessing map manager

    I *think* I had this problem because my java version was too old and didn't trust the site's ssl certificate. So I brutally kludged this by adding a "do not validate" ssl validator to kolmafia. And then found out how to update java on my old linux anyway (official repo of my release have only...
  5. xKiv

    Bug - Fixed "There is no swimming pool in this clan." always printed

    Do you start your day in a different clan?
  6. xKiv

    How to have Mafia keep automating even when it can't recover enough MP to recast buff

    Umm ... in the custom combat tab, (in the part that lists all the buffs in your mood) click on the row that has a buff. Now, above, there are input fields for "trigger on", "check for", and "command". Click in "command", put a "try ; " (without the quotes, but with the semicolon) at the start...
  7. xKiv

    How to have Mafia keep automating even when it can't recover enough MP to recast buff

    Possibly: edit the command used to maintain the buff, and prepend a "try; ". Isn't "start recasting" for mana burning? Those are two different mechanisms doing very different things. Mana burning is for spending excess mana on prolonging the effects you already have, moods are for making sure...
  8. xKiv

    New Content - Implemented August 2019 IotM - Getaway Campsite

    Weren't the extra free rests from the chateau ceiling fan like that too?
  9. xKiv

    Bug Mafia Slowness

    That's probably a no then. Unless your distro does some cpufreq stuff for you by default. Mine didn't, I had to set it up by hand. You probably don't need all of that anyway. I am running with 512M heap and it's fine. It's probably too much, even.
  10. xKiv

    Bug Mafia Slowness

    Oh, so you were running at 100% *underclocked* cpu? That makes some sense ... This is interesting. It should probably do absolutely nothing with kolmafia, though. Unless java now uses 3D when doing 2D operations.
  11. xKiv

    Bug Mafia Slowness

    (do java 7 releases even get current truststore? I think I had to update java recently because some certificates it trusts expired and I could not connect to zachbardon.com)
  12. xKiv

    Feature - Implemented [Patch] Preference for Blech House

    Oh, ok. That does tend to throw the bus under the bike of smooth patching.
  13. xKiv

    Feature - Implemented [Patch] Preference for Blech House

    A decent patch utility should have an option to strip leading directories (from what's in the patch). For the commendline patch I have it is: -p NUM --strip=NUM Strip NUM leading components from file names.
  14. xKiv

    Bug - Fixed JSONException: A JSONArray text must start with '[' at 1

    > [character 2 line 1] Since in my copy the [ is character 1, maybe the file got clobbered by windows's propensity to prepend a BOM to text files?
  15. xKiv

    New Content - Implemented July 2019 IotM - Beach Comb

    I have also seen some sand castles, although I didn't save the html so I can't tell if they are already covered by the existing code or not. They seem to behave like uncombed squares so far anyway, except they give a different into message.
  16. xKiv

    Bug - Fixed r19368 fails to start

    Caused by: java.lang.NumberFormatException: For input string: "runespoon.gif" this line in classskills.txt: 7314 Festoon Buffoon runespoon.gif 5 0 0 There are two tabs after Festoon Buffoon where there should be only one
  17. xKiv

    New Content - Implemented 2019 IOTM Fourth of May Cosplay Saber

    Alternatively, when mafia stops automation on the choiceadv because it has no default set, you can (in gCLI) choice 2 always
  18. xKiv

    Feature - Implemented Valhalla relay scrips for pets and consumables

    Maybe it's time to invent some techniques and tools for running multiple independent relay scripts on the same page? I can imagine something with, say, new-style relay scripts (that get passed page DOM object and have to use new DOM-manipulation functions) for xxx.php living as...
  19. xKiv

    Bug - Not A Bug excludes keyword for maps?

    2019-05-15 02:32:33 is the correct not-copied-by-misreading timestamp
  20. xKiv

    Bug - Not A Bug excludes keyword for maps?

    This happened in r1434 of cc_ascend (End of season updates for Twilight), on 25-5-2019. Prehaps asocasno has a custom build of mafia with that operator implemented? https://sourceforge.net/p/ccascend/code/1434/tree//cc_ascend/scripts/cc_ascend/cc_util.ash?diff=551770f8d46bb430cf4d0b5a:1433
Back
Top