Invalid file errors during upload only

Hi All,
When I upload any sketch, I get the errors;

Invalid library found in C:\Users\ruten\Documents\Arduino\libraries\Time: C:\Users\ruten\Documents\Arduino\libraries\Time

Invalid library found in C:\Users\ruten\Documents\Arduino\libraries\VTserial: C:\Users\ruten\Documents\Arduino\libraries\VTserial

I reinstalled the IDE and the same problem exists.
win 10 64bit

Anyone?

Please do the following:

  • Windows Start Menu > Run > type "cmd" > Enter
  • type: dir/s C:\Users\ruten\Documents\Arduino\libraries > C:\Users\ruten\Desktop\libraryfolders.txt
  • Press Enter
  • attach the file libraryfolders.txt on your desktop to a post here.

This will create a printout of your all files in your library folder which will allow me to see what changes need to be made to the folder structure of those libraries to make them valid.

I was able to fix the time folder problem. It had a duplicate "time" folder.
However, the vtserial directory has only vtserial.ino in it.
I'll send the file you asked for.

radioampdoc:
I'll send the file you asked for.

No need, that tells me what I need to know. vtserial is a sketch, not a library so move it to C:\Users\ruten\Documents\Arduino\

Ok, Thanks. That took care of that problem. And, I learned something!

Now, I get com errors and after uploading, the IDE hangs and doesn't ack the finished upload.
Here's the errors I get. I have never had this happen before. It also keeps the com port busy. use of the IDE terminal is refused. The only way to reset this situation is to unplug the USB cable.

Sketch uses 24,506 bytes (9%) of program storage space. Maximum is 253,952 bytes.
Global variables use 4,549 bytes (55%) of dynamic memory, leaving 3,643 bytes for local variables. Maximum is 8,192 bytes.

avrdude: stk500v2_recv(): checksum error
avrdude: stk500v2_recv(): checksum error
avrdude: verification error, first mismatch at byte 0x346c
0x03 != 0x89
avrdude: verification error; content mismatch

Ok. Went back to 1.6.7 That solved the mega error problem. Guess they have to work that out.
Thanks again for your help Pert!