Chief Delphi

Chief Delphi (http://www.chiefdelphi.com/forums/index.php)
-   Java (http://www.chiefdelphi.com/forums/forumdisplay.php?f=184)
-   -   "Robots don't quit" error (http://www.chiefdelphi.com/forums/showthread.php?t=101175)

shanaynay 01-26-2012 04:14 PM

"Robots don't quit" error
 
We have been getting a "Warning: robots don't quit" error every time we run our code. Does anyone know of a way to fix it? Thanks a ton!

kingkurry 01-26-2012 04:28 PM

Re: "Robots don't quit" error
 
We are getting the same error, and after that, it says something along the lines of cRIO: robotDrive output not updated often enough.

derekwhite 01-27-2012 09:53 AM

Re: "Robots don't quit" error
 
You shouldn't see that message unless:
A) You overrode either the robotMain() or startCompetition() method, and your method actually exits instead of looping forever. See SimpleRobot.startCompetition() for typical control flow.

B) An exception occurred which was not caught by your robot's code. In this case, the exception stack trace should have been printed.

BradAMiller 01-27-2012 01:21 PM

Re: "Robots don't quit" error
 
Like Derek said, it is usually an exception in the program that causes that message where something crashed in your program, it caused an exception (java error), and nothing responded the error.

If you can't find it, please post the rest of the output for a single run of the program.

Brad


All times are GMT -5. The time now is 08:55 AM.

Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi