Querz / mcaselector

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

Missing JavaFX #438

Open trinket471 opened 1 year ago

trinket471 commented 1 year ago

Describe the bug I get this error message when I try to open MCA Selector: Please install JavaFX for your java version (19.0.1) to use MCA Selector.

Expected behavior I have followed all the steps to get all the files I need and still get this error. What am I missing? What am I doing wrong?

Screenshots and other files

Screenshot 2023-08-05 at 8 30 56 AM

Environment (please complete the following information):

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

BenDundon commented 1 year ago

Can confirm, I'm having this issue in Fedora Linux. JavaFX's installation methods for this repo don't provide the correct version, and manually "installing" it has to be one of the most obtuse processes I've ever had to go through (I am yet to succeed).

trinket471 commented 1 year ago

Sorry you are having same issue. I am glad it’s not just me. I’m with you on the installation process, it is one I’ve never encountered. I’m not an expert but I’m not an amateur either, very difficult

dgarvis commented 1 year ago

Hey @trinket471 , this problem is pretty confusing. But you if checkout the install guide, the macOS section talks about how to run it.

https://github.com/Querz/mcaselector/wiki/Installation

trinket471 commented 11 months ago

I did it and it worked! Thank you! I overlooked this somehow. I really appreciate you sharing this.