Interesting issue I am having here, never seen this before. Every single time I try to deploy code to the roborio, it does successfully and then returns this:
java.lang.UnsatisfiedLinkError: /usr/local/frc/third-party/lib/libCTRE_PhoenixCCI.so: libFRC_NetworkCommunication.so.22: cannot open shared object file: No such file or directory
Now I used FTP to look at the robotio, to see if I could copy one I found on my pc, but the file does exist on the robotio. Im confused
It’s not saying libCTRE_PhoenixCCI.so couldn’t be found. It’s saying libFRC_NetworkCommunication.so.22, a library libCTRE_PhoenixCCI.so links to, couldn’t be found. Did you use a 2022 version of CTRE’s vendordep in a 2023 robot project by mistake?
Yeah I have run the build when connected to both WiFi and ethernet.
Currently on version: 5.31.0+23.2.2
JSON URL: https://maven.ctr-electronics.com/release/com/ctre/phoenix/Phoenix5-frc2023-latest.json