mircokroon / minecraft-world-downloader

Download Minecraft worlds, extend server's render distance. 1.12.2 - 1.21
GNU General Public License v3.0
1.25k stars 83 forks source link

Java file not opening (Mac) #622

Open thelouisgan opened 1 year ago

thelouisgan commented 1 year ago

Describe the bug When opening the downloaded file world-downloader.jar, the file seems stuck in the dock with the folder icon, not sure if it's because I'm using a Mac. I have allowed system security access and have java installed. I have not opened the launcher yet, for now the file is not opening. Nothing shows up on the screen

Steps to reproduce Open the file

Error message When I open it from the terminal:

Nov 23, 2023 9:14:16 PM com.sun.javafx.application.PlatformImpl startup
WARNING: Unsupported JavaFX configuration: classes were loaded from 'unnamed module @58ecb515'
java.lang.AbstractMethodError: Receiver class com.sun.glass.ui.mac.MacTimer does not define or inherit an implementation of the resolved method 'abstract void _pause(long)' of abstract class com.sun.glass.ui.Timer.
    at com.sun.glass.ui.Timer.pause(Timer.java:143)
    at com.sun.javafx.tk.quantum.QuantumToolkit.pauseTimer(QuantumToolkit.java:514)
    at com.sun.javafx.tk.quantum.QuantumToolkit.postPulse(QuantumToolkit.java:501)
    at com.sun.javafx.tk.quantum.QuantumToolkit.lambda$runToolkit$12(QuantumToolkit.java:355)

It repeatedly prints this error Also it doesn't respond to quitting, I have to force quit java.

Screenshot 2023-11-23 at 9 06 53 PM