Hello, I am having the same issue where as soon as you launch the driver station and the smartdashboard loads, it crashes. I have tried reinstalling the c++ toolchain, and the deleting the eclipse plugins and reinstalling them.
Here are the logs from running Joe's suggestions
Java version:
Code:
C:\Users\tigertronics>java -version
java version "1.8.0_25"
Java(TM) SE Runtime Environment (build 1.8.0_25-b18)
Java HotSpot(TM) 64-Bit Server VM (build 25.25-b02, mixed mode)
running smartdashboard from cmd:
Code:
C:\Users\tigertronics>java -jar C:\users\tigertronics\wpilib\tools\smartdashboar
d.jar
No Extension Folder
platform: /Windows/amd64/
Jan 10, 2016 2:55:27 PM java.util.prefs.WindowsPreferences <init>
WARNING: Could not open/create prefs root node Software\JavaSoft\Prefs at root 0
x80000002. Windows RegCreateKeyEx(...) returned error code 5.
NT: connect() to port 1735 timed out
Host: roboRIO-2053-frc.local
NT: connect() to port 1735 timed out
Loading from C:\Users\tigertronics\SmartDashboard\save.xml
Loading SmartDashboard widgets....
Loading SmartDashboard widgets....
Loading SmartDashboard widgets....
Loading SmartDashboard widgets....
Loading SmartDashboard widgets....
Loading SmartDashboard widgets....
Loading SmartDashboard widgets....
Loading SmartDashboard widgets....
Loading SmartDashboard widgets....
java.lang.reflect.InvocationTargetException
at java.awt.EventQueue.invokeAndWait(Unknown Source)
at java.awt.EventQueue.invokeAndWait(Unknown Source)
at javax.swing.SwingUtilities.invokeAndWait(Unknown Source)
at edu.wpi.first.smartdashboard.main.main(main.java:111)
Caused by: java.lang.NoSuchMethodError: org.jfree.ui.RectangleInsets.<init>(DDDD
)V
at org.jfree.chart.axis.Axis.<clinit>(Axis.java:136)
at org.jfree.chart.ChartFactory.createXYLineChart(ChartFactory.java:1525
)
at edu.wpi.first.smartdashboard.gui.elements.LinePlot.init(LinePlot.java
:36)
at edu.wpi.first.smartdashboard.gui.DashboardPanel.addElement(DashboardP
anel.java:268)
at edu.wpi.first.smartdashboard.gui.DashboardPanel.setField(DashboardPan
el.java:327)
at edu.wpi.first.smartdashboard.gui.DashboardFrame.load(DashboardFrame.j
ava:304)
at edu.wpi.first.smartdashboard.main$3.run(main.java:124)
at java.awt.event.InvocationEvent.dispatch(Unknown Source)
at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.awt.EventQueue.access$400(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Sour
ce)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)
Any suggestions?
Thanks