Hello, I stumbled across this command on VSCode called “Simulate Robot Code on Desktop”. I clicked on it and it built my project. Then a minute later this popped up:
java.io.IOException: wpiHaljni could not be loaded from path or an embedded resource.
attempted to load for platform /osx/x86-64/
at edu.wpi.first.wpiutil.RuntimeLoader.loadLibrary(RuntimeLoader.java:79)
at edu.wpi.first.hal.JNIWrapper.<clinit>(JNIWrapper.java:25)
at edu.wpi.first.wpilibj.RobotBase.startRobot(RobotBase.java:207)
at frc.robot.Main.main(Main.java:27)
Can anybody explain what the “Simulate Robot Code on Desktop” command does and how can I use it?