Shuffleboard Crashing at Launch

Shuffleboard crashes on launch. Looking at the log file, it’s running into an uncaught exception. I’ve yet to find anything about this specific error online, and an hour-plus of messing around with common solutions to shuffleboard issues has been fruitless.

I’m running Windows 7 64 bit with JDK 11.0.5.

Here is the log:

Jan 11, 2020 6:44:02 PM edu.wpi.first.shuffleboard.api.util.Storage findOrCreate
INFO: Creating directory C:\Users\4131\Shuffleboard\themes
Jan 11, 2020 6:44:02 PM edu.wpi.first.shuffleboard.app.Shuffleboard init
INFO: Build time: 2020-01-02T05:29:12.975704Z
Jan 11, 2020 6:44:02 PM edu.wpi.first.shuffleboard.app.plugin.PluginLoader load
INFO: Loading plugin edu.wpi.first.shuffleboard:Base:1.1.8
Jan 11, 2020 6:44:02 PM edu.wpi.first.shuffleboard.app.plugin.PluginLoader load
INFO: Loaded plugin edu.wpi.first.shuffleboard:Base in 302ms
Jan 11, 2020 6:44:03 PM edu.wpi.first.shuffleboard.app.Main lambda$main$0
SEVERE: Uncaught exception on thread `main`.
java.lang.RuntimeException: Exception in Application init method
	at com.sun.javafx.application.LauncherImpl.launchApplication1(LauncherImpl.java:895)
	at com.sun.javafx.application.LauncherImpl.lambda$launchApplication$2(LauncherImpl.java:195)
	at java.base/java.lang.Thread.run(Thread.java:834)
Caused by: java.lang.UnsatisfiedLinkError: C:\Users\4131\.wpilib\nativecache\windows\x86-64\ntcorejni.dll.3c6943b78f09e4c7924bd7fb8258564e: Can't find dependent libraries
	at java.base/java.lang.ClassLoader$NativeLibrary.load0(Native Method)
	at java.base/java.lang.ClassLoader$NativeLibrary.load(ClassLoader.java:2430)
	at java.base/java.lang.ClassLoader$NativeLibrary.loadLibrary(ClassLoader.java:2487)
	at java.base/java.lang.ClassLoader.loadLibrary0(ClassLoader.java:2684)
	at java.base/java.lang.ClassLoader.loadLibrary(ClassLoader.java:2617)
	at java.base/java.lang.Runtime.load0(Runtime.java:767)
	at java.base/java.lang.System.load(System.java:1834)
	at edu.wpi.first.wpiutil.RuntimeLoader.loadLibrary(RuntimeLoader.java:100)
	at edu.wpi.first.networktables.NetworkTablesJNI.<clinit>(NetworkTablesJNI.java:36)
	at edu.wpi.first.networktables.NetworkTableInstance.getDefault(NetworkTableInstance.java:93)
	at edu.wpi.first.shuffleboard.plugin.networktables.NetworkTablesPlugin.<init>(NetworkTablesPlugin.java:46)
	at edu.wpi.first.shuffleboard.app.Shuffleboard.init(Shuffleboard.java:82)
	at com.sun.javafx.application.LauncherImpl.launchApplication1(LauncherImpl.java:824)
	... 2 more

You didn’t use the offline installer, so the VC redistribute files aren’t installed. See Can't start Shuffleboard

Thank you, that fixed it!

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.