Skip to content
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

Internal Error #16

Open
3538code opened this issue Dec 2, 2023 · 0 comments
Open

Internal Error #16

3538code opened this issue Dec 2, 2023 · 0 comments

Comments

@3538code
Copy link

3538code commented Dec 2, 2023

Fresh install of Windows 11, WSL Ubuntu, latest Nvidia GPU drivers installed.
I tired the latest .deb release as well as building from source.
Application crashes at startup with an 'internal error'. Console output below:

adlew.bat  settings.gradle.kts
rj@FRC3538-Code-1:~/HelixNavigator$ ./gradlew run

> Configure project :app
Project :app => no module-info.java found

> Task :app:run FAILED
Exception in thread "main" java.lang.UnsupportedOperationException: Internal Error
        at javafx.graphics@18/com.sun.glass.ui.gtk.GtkApplication.lambda$new$6(GtkApplication.java:223)
        at java.base/java.security.AccessController.doPrivileged(Native Method)
        at javafx.graphics@18/com.sun.glass.ui.gtk.GtkApplication.<init>(GtkApplication.java:200)
        at javafx.graphics@18/com.sun.glass.ui.gtk.GtkPlatformFactory.createApplication(GtkPlatformFactory.java:41)
        at javafx.graphics@18/com.sun.glass.ui.Application.run(Application.java:146)
        at javafx.graphics@18/com.sun.javafx.tk.quantum.QuantumToolkit.startup(QuantumToolkit.java:290)
        at javafx.graphics@18/com.sun.javafx.application.PlatformImpl.startup(PlatformImpl.java:293)
        at javafx.graphics@18/com.sun.javafx.application.PlatformImpl.startup(PlatformImpl.java:163)
        at javafx.graphics@18/com.sun.javafx.application.LauncherImpl.startToolkit(LauncherImpl.java:659)
        at javafx.graphics@18/com.sun.javafx.application.LauncherImpl.launchApplication1(LauncherImpl.java:679)
        at javafx.graphics@18/com.sun.javafx.application.LauncherImpl.lambda$launchApplication$2(LauncherImpl.java:196)
        at java.base/java.lang.Thread.run(Thread.java:829)

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':app:run'.
> Process 'command '/usr/lib/jvm/java-11-openjdk-amd64/bin/java'' finished with non-zero exit value 1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 2s
4 actionable tasks: 2 executed, 2 up-to-date
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant