View Single Post
  #1   Spotlight this post!  
Unread 10-08-2016, 23:49
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
Problem with 254's library

So we are looking into using 254's library, which was released in 2015. This is the code in question: https://github.com/Team254/FRC-2015. However, we are running into issues. Deploying is successful, but there is no robot code. From the Riolog, we get the error below. Any idea what could be causing it and how to fix it? Thanks.

Exception in thread "main" java.lang.UnsatisfiedLinkError: /var/volatile/tmp/libwpilibJavaJNI1540268506574750731.so: libFRC_NetworkCommunication.so.1: cannot open shared object file: No such file or directory
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.jav a:1929)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java :1814)
at java.lang.Runtime.load0(Runtime.java:809)
at java.lang.System.load(System.java:1083)
at edu.wpi.first.wpilibj.hal.JNIWrapper.<clinit>(JNIW rapper.java:53)
at edu.wpi.first.wpilibj.RobotBase.initializeHardware Configuration(RobotBase.java:167)
at edu.wpi.first.wpilibj.RobotBase.main(RobotBase.jav a:179)
Reply With Quote