TripleHelixProgramming / HelixNavigator

A trajectory optimization-based GUI application for planning autonomous paths in FRC
13 stars 3 forks source link

Internal Error #16

Open 3538code opened 9 months ago

3538code commented 9 months ago

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