View Single Post
  #1   Spotlight this post!  
Unread Yesterday, 17:28
JLuna JLuna is offline
Registered User
FRC #2523
 
Join Date: Sep 2016
Location: Lyndonville, Vermont
Posts: 5
JLuna is an unknown quantity at this point
Error: "Could not instantiate robot"

Hi,
Something odd is going on with our driver station. Deploying the code to the RIO works fine, but the driver station immediately (while disabled) begins to throw the following error:

5:21:37.482 PM
ERROR: Could not instantiate robot org.usfirst.frc.team2523.robot.Robot! WARNING: Robots don't quit! Error at edu.wpi.first.wpilibj.RobotBase.main(RobotBase.jav a:218): ERROR Unhandled exception instantiating robot org.usfirst.frc.team2523.robot.Robot java.lang.ExceptionInInitializerError at [java.lang.Class.forName0(Native Method), java.lang.Class.forName(Class.java:259), edu.wpi.first.wpilibj.RobotBase.main(RobotBase.jav a:216)]

And complains about "No Robot Code". Restarting EVERYTHING seemed to fix it for a couple of minutes, but that method has not worked since, and the issue is back.

Any ideas?
Reply With Quote