You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi all, it seems like when running the task simulateJava in the GradleRIO examples, the code crashes at runtime. This problem is not present when pushing to the RoboRIO. The error is as follows:
java.io.IOException: wpiHaljni could not be loaded from path or an embedded resource.
attempted to load for platform /windows/x86-64/
at edu.wpi.first.wpiutil.RuntimeLoader.loadLibrary(RuntimeLoader.java:78)
at edu.wpi.first.hal.JNIWrapper.<clinit>(JNIWrapper.java:38)
at edu.wpi.first.wpilibj.RobotBase.startRobot(RobotBase.java:316)
at frc.team0000.robot.Main.main(Main.java:27)
This has not happened when running simulateJava in the past. Is this a change that was made or is it a bug?
The text was updated successfully, but these errors were encountered:
Hi all, it seems like when running the task
simulateJava
in the GradleRIO examples, the code crashes at runtime. This problem is not present when pushing to the RoboRIO. The error is as follows:This has not happened when running
simulateJava
in the past. Is this a change that was made or is it a bug?The text was updated successfully, but these errors were encountered: