Where to report 'invalid library' error?

Hi
I would like to know where should I report a probable invalid footprint library. Am I in the right section ?

After 2 different download from github, the “Package_TO_SOT_THT.pretty” is flagged as “invalid” by kicad and is not added to the module’s table

it could also be a Pebcak problem, but I have some doubts

Tnks
Marc

Can you add which KiCAD version you’re using?

If you are trying to add the official libs then i suspect you tried to add the libs intended for version 5 (or nightly) to kicad 4.0.x


The new repos hold libs for kicad 5. They allow footprints with features not supported in v4. (This is explained on the download pages, in the readme file and in the repo description.)

Symbol libs also will not work as expected. At the least you will loose all documentation information if you open a v5 symbol lib with kicad 4.
At some later point there will be a backport of the libs but that will require writing a script to backport symbol libs. (We have one for footprint libs that just deletes footprints that are incompatible. -> results in a slightly smaller lib that is compatible with v4)


More details see: How can i install a specific version of the footprint library?

2 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.