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.
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...
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...
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...
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...
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...
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.
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.
(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)
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.
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.
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
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...
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