|
|
|
![]() |
|
|||||||
|
||||||||
![]() |
| Thread Tools | Rate Thread | Display Modes |
|
#1
|
||||
|
||||
|
Code Error Message
When we upload our java code to the cRIO it returns the message Robots Don't Quit! and says that the start competition method should have handled this exception. Any ideas?
Thanks |
|
#2
|
||||
|
||||
|
Re: Code Error Message
I would try reinstalling the plugins and it eclipse
|
|
#3
|
|||
|
|||
|
Re: Code Error Message
If you enable the console view on the NI Driver station (the little gear above the text box on the left), it should print out a stack trace of where the exception is getting thrown? Are you seeing that? If so, it should give you the line number in your part of the code - plus some kind of message maybe with more detail. It's not clear your Eclipse installation is wrong as you are clearly downloading the code. An example problem would be if you try to create / initialize a speed controller on the same port. It throws the exception (with that error message), and then starts the code again (so you'll be in an infinite loop of restarts). But if you are getting the stack trace it should be easy to find the line of code that is blowing up.
|
|
#4
|
||||
|
||||
|
Re: Code Error Message
Just so you guys know, this post is from 2012, hence why the question was about the CRio.
|
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|