Recent content by blueflamepants

  1. B

    Feature - Implemented Terminal color output

    @heeheehee r20704 is able to continue when AnsiConsole fails to initialize. Thanks. That said it seems OpenJDK outputs diagnostic information about the linkage error, but I can live with that. Actually I can live with overriding Jansi's tmpdir, which is a better solution for my purposes. %...
  2. B

    Feature - Implemented Terminal color output

    @MCroft Thanks. The overriding jansi.tmpdir worked for my case. % /usr/local/bin/java -jar -Djava.awt.headless=true -Djansi.tmpdir=/usr/home/username/kol/tmp KoLmafia.jar --CLI @heeheehee r20703 didn't work. It appears the change is only trapping Exceptions, the failure in this case is an...
  3. B

    Feature - Implemented Terminal color output

    I'm running into an issue with this that's preventing KoLmafia from loading. I'm running FreeBSD and for security reasons I have /tmp mounted with execution turned off. % /usr/local/bin/java -jar -Djava.awt.headless=true KoLmafia.jar --CLI KoLmafia v20.7 r20702 Released on July 30, 2020...
Top