Fallos al verificar cualquier proyecto??

He instalado la version de arduino 1.8.0 al verificar cualquier proyecto me da los mismos errores:
A que se deben estos errores????, una ayuda por favor llevo 2 dias y he probado de todo. Gracias

processing.app.debug.RunnerException
at cc.arduino.Compiler.callArduinoBuilder(Compiler.java:280)
at cc.arduino.Compiler.loadPreferences(Compiler.java:182)
at cc.arduino.Compiler.build(Compiler.java:141)
at processing.app.SketchController.build(SketchController.java:643)
at processing.app.Editor$BuildHandler.run(Editor.java:1795)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.io.IOException: Cannot run program "E:\emule\Incoming\DESCARGA DIRECTA\SkynetV2.3.1\SkynetV2.3.1\arduino-1.8.0\arduino-builder": CreateProcess error=2, El sistema no puede encontrar el archivo especificado
at java.lang.ProcessBuilder.start(ProcessBuilder.java:1048)
at processing.app.helpers.ProcessUtils.exec(ProcessUtils.java:26)
at cc.arduino.Compiler.callArduinoBuilder(Compiler.java:260)
... 5 more
Caused by: java.io.IOException: CreateProcess error=2, El sistema no puede encontrar el archivo especificado
at java.lang.ProcessImpl.create(Native Method)
at java.lang.ProcessImpl.(ProcessImpl.java:386)
at java.lang.ProcessImpl.start(ProcessImpl.java:137)
at java.lang.ProcessBuilder.start(ProcessBuilder.java:1029)
... 7 more

Prueba esto a ver si funciona o si es como te ha ocurrido

I think the problem occurs because I have first launched Arduino software from the arduino folder (without installing it). So I have downloaded the latest Arduino software version(it's .exe file) and I have installed it into my computer. This has created "Arduino" folder in the directory "C:\Program Files (x86)" and asked me wheither to install the driver or not (Sure I click on "accept to install the driver"). Finally I have launched the arduino software from the Windows menu and it works.

Enlace