mcaselector icon indicating copy to clipboard operation
mcaselector copied to clipboard

Headless `--mode cache` ignores `--output` on MacOS .. writes the images in `~/Library/Caches/mcaselector`

Open jason-green-io opened this issue 4 years ago • 1 comments
trafficstars

Describe the bug Headless --mode cache ignores --output on MacOS .. writes the images in ~/Library/Caches/mcaselector

To Reproduce Steps to reproduce the behavior: ./zulu16.30.15-ca-fx-jdk16.0.1-macosx_x64/bin/java -jar mcaselector-1.17.jar --mode cache --region /Users/Shared/world.orig/region --output mcaselector_image_test --zoom-level 8 --debug

Expected behavior Cache images are written to the provided output directory

Screenshots and other files

Environment (please complete the following information):

  • OS: MacOS 12.0.1
  • Java version:
openjdk version "16.0.1" 2021-04-20
OpenJDK Runtime Environment Zulu16.30+15-CA (build 16.0.1+9)
OpenJDK 64-Bit Server VM Zulu16.30+15-CA (build 16.0.1+9, mixed mode, sharing)
  • Version of MCA Selector 1.17

Additional context Add any other context about the problem here, e.g.:

  • the images are generated .. just in the wrong folder

jason-green-io avatar Nov 20 '21 15:11 jason-green-io

Still doesn't work in v2.3. --output is required (and is created if it doesn't exist) but ignored.

  • OS: Fedora 37
  • Java version:
openjdk 17.0.8 2023-07-18
OpenJDK Runtime Environment (Red_Hat-17.0.8.0.7-1.fc37) (build 17.0.8+7)
OpenJDK 64-Bit Server VM (Red_Hat-17.0.8.0.7-1.fc37) (build 17.0.8+7, mixed mode, sharing)
  • Version of MCA Selector: 2.3

wajrou avatar Mar 10 '24 04:03 wajrou