IDE 1.6.9 is running under Win 10 on 3 of my computers.
On my Desktop computer compiling of sketches starts about 20 seconds after clicking the "verify" Button.
This means the button changes its color to white and nothing happens. Then after 20 seconds the color of the button changes to yellow and the progress bar down right starts running. Its frustrating.
This effect appears only when changed code in the editor. E.g. when I delete some lines.
A re-verifying without changing the code is ok.
The same happens when I use the "Upload"-Button.
When I use an external Editor like "notepad++" for changing the code and use the IDE for verifying and uploading only, everything is ok.
On my laptop and my netbook IDE is running without problems.
What could I check to find a solution for my desktop computer?
Select File > Preferences > Show verbose output during: compilation to get some information on what is going on during the compilation process in the black console window in the bottom of the Arduino IDE window.
Since the verifying process starts approx. 20 seconds after pressing the verify button nothing is to be seen.
The attachment is a screenshot of the taskmanager. It shows that exactly nothing happens after pressing the verify button for approx 20 seconds, then the verifying process starts.
The taskmanager also shows that the "java platform SE " app starts just 20 seconds after pressing the verify button.