Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JRE crash when generating points (Windows 64-bit) #12

Open
xlash123 opened this issue Feb 25, 2017 · 2 comments
Open

JRE crash when generating points (Windows 64-bit) #12

xlash123 opened this issue Feb 25, 2017 · 2 comments

Comments

@xlash123
Copy link

xlash123 commented Feb 25, 2017

I'm trying to run some tests of some trajectories I'm generating to validate them, yet when I try to generate the points on my Windows PC, I keep running into the same error:
http://pastebin.com/hy0Uy1pU
I've tried various things to fix it, such as confirming that it loads the native libraries and building using gradle, yet nothing seems to fix it. Do you have any idea of what is going wrong?
PS: The points do generate when we run it on the roboRIO with no errors.

@JaciBrunning
Copy link
Owner

Can I have more info on the log? You didn't include the backtrace.

Do you know if any other functions work other than generate? If not, it might be an architecture issue.

@rssmith614
Copy link

Don't set an exit angle to 0 exactly in the Waypoints, it causes a divide by zero error and crashes Java. I fixed it by setting the exit angle to 0.001.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants