Skip to content

Common_Errors

chenxinfeng4 edited this page Mar 22, 2018 · 3 revisions

Recorder Error: Crash when uploading a task.

Make sure that you have installed Arduino IDE, the Arduino IDE path is valid. You should renew the path of Arduino IDE. Open ArControl Designer > File > Profile > Arduino IDE path, choose the valid arduino_debuger.exe (for Windows) under the root of Arduino IDE path.

Recorder / Designer Error: Crash immediately when opening

It may caused by wrong configuration of ArControl. You should reset the software. Delete default.bconf (if exsits), task\defalut\ (if exsits) and profile.xml (if exsits).

Recorder Error: A "Time Out" Error when uploading a task.

It's common for a fresh task. Try to repeat, or try to use ArControl IDE to upload the task.

Recorder Error: Cannot connect to Arduino board

It's common when the Arduino board is currently occupied by other program (etc., Arduino IDE > Serial Monitor). Reject the Arduino board from this program, or reconnect via the USB port.

Recorder Error: "fatal error: xxxxx/ArControl_AllinOne.h: No such file or directory" when uploading a task

Open mytask.ino, find the line #include "xxxxxx/ArControl_AllinOne.h". The path may be invalid. Renew this path mannually, or resave the mytask via ArControl Designer.

Clone this wiki locally