View Single Post
  #9   Spotlight this post!  
Unread 11-08-2016, 22:00
toodles9 toodles9 is offline
Registered User
FRC #0008
 
Join Date: Aug 2016
Location: Palo Alto
Posts: 7
toodles9 is an unknown quantity at this point
Re: Problem with 254's library

The error that we get when switching to the updated library is below:
Any ideas how to fix the notifier or JNI? We will also be looking into these meanwhile.
Error at edu.wpi.first.wpilibj.RobotBase.main(RobotBase.jav a:206): ERROR Unhandled exception instantiating robot com.team254.frc2015.Robot java.lang.UnsatisfiedLinkError: com.team254.lib.util.NotifierJNI.initializeNotifie rJVM(Ljava/nio/IntBufferV at [com.team254.lib.util.NotifierJNI.initializeNotifie rJVM(Native Method), com.team254.lib.util.Notifier.<clinit>(Notifier.ja va:27), com.team254.lib.util.gyro.GyroThread.<init>(GyroTh read.java:27), com.team254.frc2015.HardwareAdaptor.<clinit>(Hardw areAdaptor.java:46), com.team254.frc2015.OperatorInterface.<init>(Opera torInterface.java:12), com.team254.frc2015.Robot.<init>(Robot.java:40), sun.reflect.NativeConstructorAccessorImpl.newInsta nce0(Native Method), sun.reflect.NativeConstructorAccessorImpl.newInsta nce(NativeConstructorAccessorImpl.java:62), sun.reflect.DelegatingConstructorAccessorImpl.newI nstance(DelegatingConstructorAccessorImpl.java:45) , java.lang.reflect.Constructor.newInstance(Construc tor.java:408), java.lang.Class.newInstance(Class.java:433), edu.wpi.first.wpilibj.RobotBase.main(RobotBase.jav a:204)]
Reply With Quote