Search results

  1. A

    Bug - Fixed Spacegate adventuring broken on some planets

    It seems I'm experiencing the same problem, but with "gate tranceiver" aka gate transceiver.
  2. A

    Bug Java 14 no longer compatible with (current) svnkit

    Excellent, thanks a lot!
  3. A

    Bug Java 14 no longer compatible with (current) svnkit

    The same happens with r20320: =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= KoLmafia v20.7 r20320, Windows 7, Java 1.8.0_261 =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Please note: do not post this log in the KoLmafia thread of KoL's...
  4. A

    Bug Java 14 no longer compatible with (current) svnkit

    So... now "svn update" produces a number of these for me: =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= KoLmafia v20.7 r20312, Windows 7, Java 1.8.0_261 =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Please note: do not post this log in the...
  5. A

    Bug - Fixed Carriage returns missing in stack traces

    Oh yes, you are absolutely right. Sorry about the confusion.
  6. A

    Bug - Fixed Carriage returns missing in stack traces

    It seems newlines in stack traces have changed to contain only a line feed, not a carriage return. This makes emacs (correctly) consider the session logs to have inconsistent line endings. This seems to be a rather recent change.
  7. A

    New Content - Implemented 2019 IOTM Fourth of May Cosplay Saber

    Sounds like a plausible explanation. The saber's modifiers in Seal Clubber / Opossum TCRS are Moxie +15 Moxie +20% Serious Stench Resistance (+3) so I suppose the last one is considered a match for Serious Resistance to All Elements (+3).
  8. A

    New Content - Implemented 2019 IOTM Fourth of May Cosplay Saber

    It seems to me that _saberMod might not be cleared at rollover - I just logged in for the first time today and it's value is 3. This is r19417, though, but I didn't notice any relevant-sounding recent changes. Also, I'm in a TCRS run in case that matters.
  9. A

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

    Loading a script using the svn command works fine. The certificate exception seems to happen every time. This is Windows 7 Home Premium, Service Pack 1 with security updates Java turned out to be Version 8 Update 60, which is pretty old, so I updated it to 221. The update fixed the certificate...
  10. A

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

    Ok. So, I would expect this to be relevant: Requesting: https://sourceforge.net/p/kolmafia/code/HEAD/tree/data/SVN/svnrepo.json?format=raw 0 request properties Unexpected error, debug log printed. class javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path...
  11. A

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

    Umm... could you be more specific with "load the script menu"? Clicking any of "Scripts", "Refresh menu", "Load scripts...", "Script Manager" does not trigger the error.
  12. A

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

    The svnrepo.json file is empty. When I deleted it and started KoLmafia, I got the same errors and the file was recreated, again empty (0 bytes). Oh and this is in Windows 7.
  13. A

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

    When starting up r19417, 38 of the following occur: Unexpected error, debug log printed. class org.json.JSONException: A JSONArray text must start with '[' at 1 [character 2 line 1] org.json.JSONException: A JSONArray text must start with '[' at 1 [character 2 line 1] at...
  14. A

    Bug - Fixed exit does not exit

    The wiki says that exit will exit the script: However, when running the following script on r19401: int method3() { print("method3"); exit; } int method2() { print("method2"); method3(); return 1; } void method1() { int a = 0; while (a < 10) { print("method1 " + a); a +=...
  15. A

    How to automate combat with tentacles from Dr. Stuart's tent or Evoke Eldritch Horror

    I didn't notice the skill part being answered yet (I might have missed it though), so: instead of use_skill($skill[Evoke Eldritch Horror]) casting the skill through chat: cli_execute("/cast 1 Evoke Eldritch Horror") followed by run_combat seems to work.
  16. A

    New Content - Implemented Standard 2018

    In items.txt, descid of gabardine girdle is 841940934\ The backslash should probably be removed.
Top