-
-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
javafx.fxml.LoadException #697
Comments
I tried to install the javafx but still the same issue, but with different errors, tried it on two different computers, one with a clean install of windows and java: set PATH_TO_FX="C:\Program Files\Java\javafx-sdk-23\lib" {"error":"invalid_grant","error_description":"The user could not be authenticated as the grant is expired. The user must sign in again.","correlation_id":"XXXXX"}
Caused by: java.lang.reflect.InvocationTargetException |
Is there a CLI way to auth with microsoft ? so I don't have to use the broken Menu-GUI, the minimap part of the GUI works perfectly. |
When started from command line and from the minimap right click and trying to open the settings menu I get an JavaFX error
And when trying to start it into GUI directly I get this error:
Sept 14, 2024 10:49:57 AM com.sun.javafx.application.PlatformImpl startup
WARNING: Unsupported JavaFX configuration: classes were loaded from 'unnamed module @71e7a66b'
javafx.fxml.LoadException:
file:/C:/world-download/world-downloader.jar!/ui/Settings.fxml
Caused by: java.lang.reflect.InvocationTargetException
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:118)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at com.sun.javafx.reflect.Trampoline.invoke(MethodUtil.java:77)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at com.sun.javafx.reflect.MethodUtil.invoke(MethodUtil.java:275)
at com.sun.javafx.fxml.MethodHelper.invoke(MethodHelper.java:84)
at javafx.fxml.FXMLLoader.loadImpl(FXMLLoader.java:2673)
... 16 more
Caused by: proxy.auth.MinecraftAuthenticationException: Cannot get Microsoft token. Status: 400
at proxy.auth.MicrosoftAuthHandler.acquireMicrosoftToken(MicrosoftAuthHandler.java:104)
at proxy.auth.MicrosoftAuthHandler.refresh(MicrosoftAuthHandler.java:63)
at proxy.auth.MicrosoftAuthHandler.getAuthDetails(MicrosoftAuthHandler.java:182)
at proxy.auth.AuthDetailsManager.retrieveDetailsFromMicrosoft(AuthDetailsManager.java:31)
at proxy.auth.AuthDetailsManager.loadAuthDetails(AuthDetailsManager.java:43)
at proxy.auth.AuthDetailsManager.validateAuthStatus(AuthDetailsManager.java:50)
at gui.GuiSettings.validateAuth(GuiSettings.java:378)
at gui.GuiSettings.initialize(GuiSettings.java:168)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
... 23 more
The text was updated successfully, but these errors were encountered: