Querz / mcaselector

A tool to select chunks from Minecraft worlds for deletion or export.
MIT License
3.25k stars 178 forks source link

Remove JavaFX support #331

Closed Atten007 closed 2 years ago

Atten007 commented 2 years ago

Describe the bug I can't open this application because it tells me to use JavaFX which is only compatible with apple silicon MacBooks and not with Intel x64/x86 MacBooks and it's very useless!

To Reproduce Steps to reproduce the behavior:

  1. Download it
  2. Try to open it
  3. It will not work because JavaFX is required

Expected behavior I thought that I can open it without JavaFX

Screenshots and other files If applicable, add screenshots to help explain your problem. Relevant world files ('.mca'-files) and selection files ('.csv'-files) must be bundled in a '.zip'-archive. To create the 'debug.log' file, follow these steps:

  1. Enable 'Print debug messages' in 'File'-->'Settings'.
  2. Restart MCA Selector.
  3. Reproduce the problem.
  4. Close MCA Selector and attach the 'debug.log' file to this bug report.

Environment (please complete the following information):

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

supersaint7780 commented 2 years ago

javaFX is a cross platform UI library built using Java. It is available for Intel Mac also. You may check it on their website. Earlier it used to be a part of jdk but now it is distributed separately as its own sdk.

Sentinel-71 commented 2 years ago

I would also like to see something more user friendly than a JavaFX app, if I may say so. Nevertheless thank you for the great effort you put into this utility.

sekizou82 commented 2 years ago

Currently there is no mac app package...

Querz commented 2 years ago

I added the download link for the zulu JRE for Apple M1 chips to the Wiki.